Deloitte — Interview Questions
Aptitude · Reasoning · English · CS — Corporate & Campus Interview Prep
Showing 651–654 of 654 questions
Q.651
Easy
Deloitte
What is the purpose of a load balancer?
Correct Answer:
B. To distribute incoming traffic across multiple servers
Explanation:
A load balancer distributes network traffic across multiple servers to improve reliability and responsiveness.
Q.652
Medium
Deloitte
In TCP/IP model, which layer handles IP addresses?
Correct Answer:
C. Internet Layer
Explanation:
The Internet Layer (Layer 3) handles IP addresses and routing. Transport Layer (Layer 4) handles ports.
Q.653
Medium
Deloitte
A train travels from City A to City B at 60 km/h and returns at 40 km/h. The total distance between the two cities is 240 km. What is the average speed of the train for the entire journey?
Correct Answer:
A. 48 km/h
Explanation:
Average speed = Total Distance / Total Time. Distance one way = 240 km. Time from A to B = 240/60 = 4 hours. Time from B to A = 240/40 = 6 hours. Total Distance = 480 km, Total Time = 10 hours. Average Speed = 480/10 = 48 km/h.
Q.654
Medium
Deloitte
In a sequence, each number is the sum of the previous two numbers. If the 5th number is 20 and the 6th number is 32, what is the 4th number?
Correct Answer:
B. 12
Explanation:
Let the 4th number be x. Then 5th number = previous number + x. If 5th = 20 and 6th = 32, then 6th = 5th + 5th_previous, so 32 = 20 + (5th_previous). Therefore, 5th_previous = 12. Since 5th_previous is the 4th number, the answer is 12.