Question
In a 900 meter marathon, if Akhil beats Suraj by 150
meters and Suraj beats Puneet by 300 meters, then find the distance by which Akhil beats ‘C’.Solution
Distance covered by Suraj in the same time that Akhil takes to cover 900 meter = 900 – 150 = 750 meters Distance covered by Puneet in the same time that Suraj takes to cover 900 meter = 900 – 300 = 600 meters Distance covered by Puneet in the same time that Suraj takes to cover 750 meter = (600/900) × 750 = 500 meters Therefore, Akhil will beat Puneet by = (900 – 500) = 400 metersÂ
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?