Total doctors in hospital ‘A’ = 200 Male doctors in hospital ‘A’ = 200 × (75/100) = 150 Female doctors in hospital ‘A’ = 200 – 150 = 50 Total doctors in hospital ‘B’ = 200/2 = 100 Male doctors in hospital ‘B’ = 100 × (30/100) = 30 Female doctors in hospital ‘B’ = 100 – 30 = 70 Total doctors in hospital ‘C’ = 150 – 70 = 80 Female doctors in hospital ‘C’ = 30 Male doctors in hospital ‘C’ = 80 – 30 = 50 Female doctors in hospital ‘D’ = 120 Total number of doctors in all hospitals = 120 × (100/20) = 600 Total doctors in hospital ‘D’ = (600 - 200 - 100 - 80) = 220 Total number of male doctors in hospital 'D' = 220 - 120 = 100 40% of the male doctors above the age of 50 = 100 × (40/100) = 40 25% of the female doctors above the age of 50 = 120 × (25/100) = 30 required sum = 40 + 30 = 70
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...
Which of the following best describes a significant difference between distributed parallel computing and cloud computing?
Which of the following query will return the third-highest salary from an Employee table in SQL?
Which data structure is most suitable for implementing a priority queue?
How do we can Delete all in SQL
Truncate command in SQL
In which scenario would para virtualization be preferred over full virtualization?
In a CI/CD pipeline, which of the following represents the most critical failure point that could delay the entire software release cycle?
Consider a Binary Search Tree (BST) where every node stores a key and two child pointers. What is the time complexity of finding the Lowest Common Ances...