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.
Three numbers are in the ratio 6:9:14. If the difference between the sum of the smallest and the largest number and the sum of the smallest and the seco...
 If the sum of two numbers is 45, and their difference is 9, what are the two numbers?
After swapping its digits, a two-digit number becomes 17 less than 200% of the original number. The sum of the digits is 8. Find the original number.
In a class, 2/5 of the students are girls and rest are boys. If 4/9 of the girls and 1/3 of the boys are absent, what part of the total number of studen...
A number gives a remainder 34 when divided by 391. What remainder will it leave when divided by 17?
How many two-digit even numbers can be formed using the digits 3, 4, 5, 7, and 8, ensuring that no digit is repeated?
How many whole numbers between 100 and 750 are multiples of both 18 and 24?
- Find the greatest common divisor (GCD) of (x 2 Â - 9x + 14) and (x 2 Â + x - 56).Â
Product of two consecutive positive even numbers is 840. Find the sum of the digits of the two numbers. Â
- Find the greatest 3-digit number which when divided by 11 or 16 leaves 3 as remainder.