Question
What is a key advantage of containerization over
traditional virtual machines?Solution
Containers are lightweight because they share the host OS kernel rather than requiring a full OS instance like VMs. This makes them faster to start, as only the application and its dependencies need to be initialized. Additionally, resource utilization is optimized as multiple containers can share system libraries, reducing overhead. Tools like Docker have revolutionized containerization by enabling consistent environments across development, testing, and production. For example, starting a container typically takes seconds compared to minutes for a VM, making it ideal for agile and CI/CD workflows. Why Other Options Are Incorrect :
- Isolation levels : VMs provide hardware-level isolation, while containers provide process-level isolation.
- Multiple kernels : Containers share a single kernel, unlike VMs which can run different OS kernels.
- Dedicated hardware : Neither containers nor VMs require dedicated hardware.
- Base images : Containers rely on base images for their runtime environment; this is incorrect.
 The average marks of 35 Spanish students in a mathematics exam is 75. If the marks of their teacher are included, the average increases by 1. Find the...
Average weight of a team of 18 persons is 40 kg. When one more person joins the team, the average weight of the team increases by 4 kg. Find the weight ...
Out of 6 numbers, the sum of the first 5 numbers is 7 times the number. If their average is 136, then the 6th number is:
Average of 20 numbers is 90. Average of first 8 numbers is 92 while average of last nine numbers is 40. If ninth number is 25% less than the tenth numbe...
- A student scored an average of 81 marks in his first 30 tests. In the next 10 tests, his average score was ‘x’ marks, and his overall average rose to 8...
The batting average for 27 innings of a cricket player is 47 runs. His highest score in an innings exceeds his lowest score by 157 runs. If these two i...
The average of 30 numbers is 55. The average of the first 15 numbers is 50 and the average of the last 12 numbers is 55. What is the average of 68, 74 a...
The average age of 26 children and their teacher's age are 22 years. If the teacher's age is excluded, the average reduces by 1. What is the teacher's age?
A bowler gives 15 runs per wicket. He gives 30 runs and takes 5 wickets in a last match after which his average becomes 13.5 runs per wicket. How many w...
The average of three numbers P, Q and R is 1600. R is 75% more than P. The ratio of P and Q is 4:5 respectively. If R is 25% less than S, then find out ...