Entrance Exams
Govt. Exams
10,000 requests at 1000/sec = 10 seconds. Failed requests = 10,000 × 0.08 = 800. Retry time = 800 × 2/1000 = 1.6 seconds. Total ≈ 10 + 1.6 = 11.6 seconds.
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.
With one person fixed in circular arrangement, the remaining 7 people can be arranged in 7! ways (avoiding counting rotations as different).
After Year 1: 100 × 1.25 = ₹125 crore. After Year 2: 125 × 1.20 = ₹150 crore.
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.
The pattern is n(n+1): 1×2=2, 2×3=6, 3×4=12, 4×5=20, 5×6=30, 6×7=42. Each term is the product of consecutive integers.
Rate per worker per hour = 450/(15×6) = 5 boxes/hour. For 20 workers in 8 hours = 20×8×5 = 800 boxes.
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.