Govt. Exams
Entrance Exams
The passage states that AI-driven predictive analytics serves three purposes: forecasting demand, reducing inventory costs, and improving delivery times. Option B accurately captures all these points.
CANDID means honest, frank, and straightforward. Frank (option B) is a direct synonym meaning honest and open.
Total distance = 240 + 180 = 420 km. Total time = 4 + 3 = 7 hours. Average speed = 420/7 = 60 km/h.
SELECT * retrieves all columns and rows from a table. * is a wildcard meaning 'all columns'.
HTTPS (HTTP Secure) encrypts data in transit using SSL/TLS. Other protocols lack this encryption.
try-catch blocks allow you to handle exceptions without crashing the program, providing graceful error handling.
The four OOP principles are Inheritance, Encapsulation, Polymorphism, and Abstraction. 'Materialization' is not an OOP principle.
Singleton Pattern restricts a class to have only one instance and provides a global access point to it.
POST method is used to create new resources on the server. GET retrieves, PUT/PATCH updates, DELETE removes.
'Break the ice' idiomatically means to initiate conversation or ease tension in a social situation.