Computer Science/IT MCQs
Topic Notes: Computer Science/IT
MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
61
A developer needs an environment to build, deploy, and manage web applications without worrying about the underlying infrastructure. Which service model fits best?
Answer:
PaaS.
PaaS provides a complete platform for developing, running, and managing applications. It includes operating systems, execution environments, databases, and web servers, abstracting the infrastructure details from the developer.
62
What is the primary concern addressed by 'measured service' in cloud computing?
Answer:
Billing transparency and resource utilization tracking.
Measured service refers to the ability to monitor, control, and report on resource usage, providing transparency for both the provider and consumer and enabling pay-per-use billing models.
63
Which term refers to the practice of designing applications to run on distributed systems, leveraging horizontal scaling and resilience features of cloud platforms?
Answer:
Cloud-native development.
Cloud-native development is an approach to building and running applications that fully leverage the advantages of the cloud computing delivery model. It focuses on using microservices, containers, serverless functions, and CI/CD for rapid iteration and scalability.
64
What is the main purpose of a Service Level Agreement (SLA) in cloud computing?
Answer:
To guarantee a certain level of service and availability from the cloud provider.
An SLA is a contract between a cloud provider and a customer that specifies the level of service expected from the provider, outlining metrics like uptime, data transfer speeds, and response times, and often includes penalties for non-compliance.