1Which of the following best describes the economic advantage of 'Granular Scaling' in a microservices architecture?
A.Scaling only the specific service that needs more resources
B.Eliminating the need for load balancers
C.Scaling the entire application for a small feature change
D.Reducing the cost of software licensing
Correct Answer: Scaling only the specific service that needs more resources
Explanation:
Microservices allow you to scale specific components independently, preventing the need to over-provision resources for the entire application, thus saving costs.
Incorrect! Try again.
2In the context of cloud economics, what does the shift from CAPEX to OPEX refer to?
A.Moving from cloud storage to on-premise storage
B.Moving from upfront hardware investment to pay-as-you-go operational costs
C.Moving from manual scaling to auto-scaling
D.Moving from operational expenses to capital expenses
Correct Answer: Moving from upfront hardware investment to pay-as-you-go operational costs
Explanation:
Cloud computing allows businesses to avoid heavy Capital Expenditure (CAPEX) on physical servers and instead pay Operational Expenditure (OPEX) based on usage.
Incorrect! Try again.
3Which AWS EC2 pricing model provides the highest discount (up to 90%) but comes with the risk of interruption?
A.Reserved Instances
B.Spot Instances
C.Dedicated Hosts
D.On-Demand Instances
Correct Answer: Spot Instances
Explanation:
Spot Instances allow you to use unused EC2 capacity for a steep discount, but AWS can reclaim the capacity with a two-minute warning.
Incorrect! Try again.
4What is 'Rightsizing' in the context of cloud cost optimization?
A.Deleting all unused data
B.Using only serverless architecture
C.Matching instance types and sizes to your workload performance and capacity requirements
D.Switching cloud providers every month
Correct Answer: Matching instance types and sizes to your workload performance and capacity requirements
Explanation:
Rightsizing involves analyzing instance performance and usage patterns to turn off idle instances or downsize over-provisioned ones to reduce costs.
Incorrect! Try again.
5Which pricing model in Microsoft Azure is best suited for stable, predictable workloads running for a 1 or 3-year term?
Azure Reserved Instances allow you to commit to a 1-year or 3-year term in exchange for significant discounts compared to Pay-As-You-Go prices.
Incorrect! Try again.
6In Google Cloud Platform (GCP), what is the automatic discount applied for running a specific compute instance for a significant portion of the billing month called?
A.Spot Discount
B.Loyalty Bonus
C.Sustained Use Discount
D.Committed Use Discount
Correct Answer: Sustained Use Discount
Explanation:
GCP automatically applies Sustained Use Discounts when an instance is used for more than 25% of a month, without requiring upfront commitments.
Incorrect! Try again.
7Which cost component is typically free of charge across major cloud providers?
A.Data Egress (Outbound)
B.Inter-region data transfer
C.Storage at rest
D.Data Ingress (Inbound)
Correct Answer: Data Ingress (Inbound)
Explanation:
Cloud providers generally allow you to upload data (Ingress) to their cloud for free to encourage migration, while charging for data leaving the cloud (Egress).
Incorrect! Try again.
8What is the primary cost benefit of Serverless Computing (e.g., AWS Lambda, Azure Functions)?
A.Fixed monthly pricing
B.Free unlimited bandwidth
C.Lower storage costs
D.Zero cost for idle time (Scale-to-zero)
Correct Answer: Zero cost for idle time (Scale-to-zero)
Explanation:
With serverless computing, you are charged only when your code is running. If no requests are made, the cost is zero, unlike provisioned servers.
Incorrect! Try again.
9Which of the following is a cost monitoring tool provided specifically by AWS?
A.AWS Cost Explorer
B.Google Cloud Billing
C.Azure Cost Management
D.CloudHealth
Correct Answer: AWS Cost Explorer
Explanation:
AWS Cost Explorer is a native tool that enables users to visualize, understand, and manage their AWS costs and usage over time.
Incorrect! Try again.
10How does 'Data Egress' impact cloud costs?
A.It only applies to storage, not networking
B.It is always free
C.It refers to data leaving the cloud or region and typically incurs per-GB charges
D.It refers to data coming into the cloud and is expensive
Correct Answer: It refers to data leaving the cloud or region and typically incurs per-GB charges
Explanation:
Data Egress involves moving data out of the cloud provider's network to the internet or another region, which usually incurs significant transfer fees.
Incorrect! Try again.
11Which AWS pricing model offers flexibility to change instance families, OS types, and tenancies while still receiving a discount for a commitment?
A.Standard Reserved Instances
B.Spot Instances
C.Convertible Reserved Instances
D.On-Demand Instances
Correct Answer: Convertible Reserved Instances
Explanation:
Convertible Reserved Instances allow you to change the instance attributes during the term, offering a lower discount than Standard RIs but higher flexibility.
Incorrect! Try again.
12What is the 'Azure Hybrid Benefit'?
A.A free tier for hybrid cloud architectures
B.A tool for monitoring hybrid cloud latency
C.A benefit allowing use of on-premises Windows Server/SQL Server licenses in Azure to save costs
D.A discount for using Azure and AWS simultaneously
Correct Answer: A benefit allowing use of on-premises Windows Server/SQL Server licenses in Azure to save costs
Explanation:
Azure Hybrid Benefit allows customers to bring their existing on-premises Windows Server and SQL Server licenses to Azure to reduce virtual machine costs.
Incorrect! Try again.
13In Google Cloud, what corresponds to AWS Spot Instances?
A.Sustained Use VMs
B.Preemptible VMs (or Spot VMs)
C.Standard VMs
D.Committed Use VMs
Correct Answer: Preemptible VMs (or Spot VMs)
Explanation:
GCP Preemptible VMs (now largely superseded by Spot VMs) are short-lived compute instances suitable for batch jobs and fault-tolerant workloads at a low cost.
Incorrect! Try again.
14Which storage tier is generally the most cost-effective for long-term data archiving where immediate access is not required?
A.Standard Storage
B.Premium SSD
C.Hot Storage
D.Cold/Archive Storage
Correct Answer: Cold/Archive Storage
Explanation:
Archive tiers (like AWS Glacier, Azure Archive, GCP Archive) offer the lowest storage cost per GB but have higher retrieval costs and longer retrieval times.
Incorrect! Try again.
15What is the purpose of 'Resource Tagging' in cloud cost management?
A.To allocate costs to specific departments, projects, or environments
B.To increase the speed of the server
C.To secure the resource from hackers
D.To automatically backup the resource
Correct Answer: To allocate costs to specific departments, projects, or environments
Explanation:
Tags are metadata labels assigned to resources. They allow organizations to filter billing reports to see exactly how much a specific project or department is spending.
Incorrect! Try again.
16How are unattached 'Orphaned' Persistent Volumes (e.g., AWS EBS) treated in terms of billing?
A.They continue to incur full storage costs until deleted
B.They are billed at a reduced rate
C.They are free of charge
D.They are automatically deleted and not billed
Correct Answer: They continue to incur full storage costs until deleted
Explanation:
Even if a volume is not attached to a running instance, the storage space is still provisioned, so the cloud provider charges for it until the volume is deleted.
Incorrect! Try again.
17Which GCP pricing model requires a commitment of 1 or 3 years in exchange for discounted rates, but does not require upfront payment?
A.Sustained Use Discounts
B.Free Tier
C.Committed Use Discounts
D.Preemptible Discounts
Correct Answer: Committed Use Discounts
Explanation:
Committed Use Discounts in GCP offer lower prices in exchange for a 1 or 3-year contract, billed monthly without requiring a full upfront payment.
Incorrect! Try again.
18What is the economic risk of 'Over-provisioning'?
A.Security vulnerabilities
B.Application downtime
C.Paying for resources that are not being used
D.Slower data transfer
Correct Answer: Paying for resources that are not being used
Explanation:
Over-provisioning means allocating more CPU/RAM than necessary 'just in case,' which leads to wasted money on idle resources.
Incorrect! Try again.
19Which tool in Azure helps identify high-availability and cost-optimization recommendations?
A.Azure Advisor
B.Azure Monitor
C.Azure Sentinel
D.Azure Active Directory
Correct Answer: Azure Advisor
Explanation:
Azure Advisor analyzes configurations and usage telemetry to offer personalized, actionable recommendations for high availability, security, performance, and cost.
Incorrect! Try again.
20What is 'Elasticity' in cloud computing regarding cost?
A.The ability to automatically scale resources up and down to match demand, optimizing spend
B.The ability to stretch the budget indefinitely
C.The flexibility to choose any operating system
D.The fixed cost of long-term contracts
Correct Answer: The ability to automatically scale resources up and down to match demand, optimizing spend
Explanation:
Elasticity ensures you only pay for the resources needed at any specific moment, scaling up during peaks and down during troughs.
Incorrect! Try again.
21How are AWS Lambda functions typically billed?
A.Based on the number of requests and duration (GB-seconds) of code execution
B.Based on the amount of code stored
C.Flat monthly fee
D.Per instance hour
Correct Answer: Based on the number of requests and duration (GB-seconds) of code execution
Explanation:
Serverless functions charge based on how many times they are triggered and the memory consumed multiplied by the execution time in milliseconds.
Incorrect! Try again.
22Which network component often incurs an hourly charge plus data processing charges in AWS?
A.Security Groups
B.Route Tables
C.NAT Gateway
D.VPC
Correct Answer: NAT Gateway
Explanation:
Managed NAT Gateways charge an hourly availability fee plus a fee per GB of data processed.
Incorrect! Try again.
23What is the concept of 'Budgets and Alerts' in cloud cost management?
A.Limiting the CPU speed
B.Automatically shutting down the entire account
C.Pre-paying for services
D.Setting spending thresholds to receive notifications when costs exceed a limit
Correct Answer: Setting spending thresholds to receive notifications when costs exceed a limit
Explanation:
Cloud providers allow users to set budgets. If actual or forecasted spending exceeds these thresholds, alerts are sent to administrators to prevent bill shock.
Incorrect! Try again.
24Which AWS service helps customers reduce costs by advising on security, performance, and cost optimization?
A.AWS Trusted Advisor
B.AWS Artifact
C.AWS Inspector
D.AWS Shield
Correct Answer: AWS Trusted Advisor
Explanation:
Trusted Advisor scans your infrastructure and provides real-time recommendations, including identifying idle resources to save money.
Incorrect! Try again.
25Why might a 'Static IP' (e.g., AWS Elastic IP) incur a cost?
A.They are charged per gigabyte of traffic
B.They incur a cost only when attached to a running instance
C.They are always expensive
D.They incur a cost when they are allocated but NOT attached to a running instance
Correct Answer: They incur a cost when they are allocated but NOT attached to a running instance
Explanation:
To discourage hoarding of limited IPv4 addresses, cloud providers often charge for Elastic/Static IPs only when they are reserved but not actively used.
Incorrect! Try again.
26Which pricing model allows AWS customers to commit to a specific amount of spend per hour (e.g., $10/hour) for 1 or 3 years?
A.Spot Instances
B.Reserved Instances
C.On-Demand
D.Savings Plans
Correct Answer: Savings Plans
Explanation:
AWS Savings Plans offer lower prices in exchange for a commitment to a consistent amount of usage (measured in $/hour) rather than specific instance types.
Incorrect! Try again.
27How does using a Content Delivery Network (CDN) like CloudFront potentially reduce costs?
A.It eliminates the need for storage
B.It is free to use
C.It compresses data by 90%
D.It caches content at the edge, reducing expensive data egress from the origin server
Correct Answer: It caches content at the edge, reducing expensive data egress from the origin server
Explanation:
CDNs serve cached content from edge locations. Since transfer rates from the CDN are often cheaper or optimized compared to direct origin egress, and load on the origin is reduced, costs decrease.
Incorrect! Try again.
28In the context of storage costs, what does 'IOPS' stand for?
A.Internet Operations Per Server
B.Integrated Online Payment System
C.Input/Output Operations Per Second
D.Internal Operating Primary Storage
Correct Answer: Input/Output Operations Per Second
Explanation:
IOPS measures storage performance. High-performance storage (provisioned IOPS) costs significantly more than standard IOPS storage.
Incorrect! Try again.
29Which of the following describes 'On-Demand' pricing?
A.Bid for unused capacity
B.Pay for capacity by the hour or second with no long-term commitment
C.Pay based on the number of users
D.Pay upfront for 3 years
Correct Answer: Pay for capacity by the hour or second with no long-term commitment
Explanation:
On-Demand is the standard pay-as-you-go model where you pay only for what you use without upfront fees or lock-in contracts.
Incorrect! Try again.
30What is a 'Snapshot' cost?
A.The cost of storing incremental backups of block storage volumes
B.The cost of temporary RAM
C.The cost of taking a screenshot of the console
D.The cost of a quick view of the billing dashboard
Correct Answer: The cost of storing incremental backups of block storage volumes
Explanation:
Snapshots back up data from volumes (like EBS). While efficient (incremental), storing these backups in object storage incurs monthly storage costs.
Incorrect! Try again.
31Generally, how does storage cost compare between SSD (Solid State Drive) and HDD (Hard Disk Drive) in the cloud?
A.HDD is more expensive
B.They cost the same
C.SSD is more expensive
D.SSD is free
Correct Answer: SSD is more expensive
Explanation:
SSD offers higher performance and speed, making it more expensive per GB than magnetic HDD storage.
Incorrect! Try again.
32What is 'FinOps'?
A.Finance Options for startups
B.Final Operations before deployment
C.Finished Optimization of servers
D.Financial Operations for cloud cost management and cultural practice
Correct Answer: Financial Operations for cloud cost management and cultural practice
Explanation:
FinOps is the practice of bringing financial accountability to the variable spend model of cloud, enabling distributed teams to make business trade-offs between speed, cost, and quality.
Incorrect! Try again.
33When transferring data between two different Availability Zones (AZs) within the same Region on AWS, what is the cost implication?
A.It is always free
B.It is only charged during peak hours
C.It costs the same as internet egress
D.There is usually a per-GB data transfer fee
Correct Answer: There is usually a per-GB data transfer fee
Explanation:
While cheaper than internet egress, transferring data between AZs (e.g., for replication/high availability) typically incurs a small per-GB fee.
Incorrect! Try again.
34Which of the following is a strategy to optimize storage costs for rarely accessed data?
A.Provisioned IOPS
B.Data Egress
C.Lifecycle Policies
D.Replication
Correct Answer: Lifecycle Policies
Explanation:
Lifecycle policies automatically move data to cheaper storage tiers (like Glacier/Archive) or delete it after a set period of time.
Incorrect! Try again.
35What is the billing unit for AWS Fargate?
A.Per EC2 instance type
B.Per vCPU and Memory resources consumed per second
C.Per container image size
D.Per user request
Correct Answer: Per vCPU and Memory resources consumed per second
Explanation:
Fargate is a serverless compute engine for containers; you pay for the vCPU and memory resources requested by your containerized application.
Incorrect! Try again.
36What does TCO stand for in cloud economics?
A.Total Cost of Ownership
B.Technical Cost Overhead
C.Total Cloud Optimization
D.Time Consuming Operation
Correct Answer: Total Cost of Ownership
Explanation:
TCO is an estimate of all the direct and indirect costs involved in acquiring and operating a product or system over its lifetime.
Incorrect! Try again.
37Which Azure tool allows you to estimate the cost of Azure products before you deploy them?
A.Azure Billing API
B.Azure Invoice
C.Azure Pricing Calculator
D.Azure Cost Management
Correct Answer: Azure Pricing Calculator
Explanation:
The Azure Pricing Calculator is a public web-based tool that allows users to configure services and estimate their monthly costs.
Incorrect! Try again.
38In GCP, what are 'Custom Machine Types'?
A.Machines that are dedicated to one customer
B.Machines with custom painted cases
C.Configurations where you pay only for the specific vCPU and Memory you need
D.Machines located on-premise
Correct Answer: Configurations where you pay only for the specific vCPU and Memory you need
Explanation:
GCP allows you to create Custom Machine Types with exact CPU and RAM ratios, so you don't pay for a larger standard instance just to get more RAM.
Incorrect! Try again.
39What is the cost implication of VPC Peering within the same region?
A.Free
B.Data transfer charges apply for traffic crossing the peering connection
C.Charged per connection established
D.Monthly subscription fee
Correct Answer: Data transfer charges apply for traffic crossing the peering connection
Explanation:
Although VPC peering connects networks privately, data transfer across the peered connection usually incurs ingress/egress charges.
Incorrect! Try again.
40Which strategy involves purchasing instances in a specific Availability Zone to ensure capacity reservation?
A.Spot Instances
B.Regional Reserved Instances
C.On-Demand
D.Zonal Reserved Instances
Correct Answer: Zonal Reserved Instances
Explanation:
Zonal Reserved Instances provide a capacity reservation in a specific AZ, whereas Regional RIs provide billing discounts but no capacity guarantee.
Incorrect! Try again.
41What is 'Cost Anomaly Detection'?
A.Using ML to identify unusual spending patterns and alert administrators
B.Finding bugs in the code
C.Detecting cheap instances
D.Detecting hackers
Correct Answer: Using ML to identify unusual spending patterns and alert administrators
Explanation:
Cost Anomaly Detection uses machine learning to monitor spending and detect spikes that deviate from expected patterns, alerting users to potential issues.
Incorrect! Try again.
42Why is 'Horizontal Scaling' generally more cost-effective for microservices than 'Vertical Scaling'?
A.Horizontal scaling is free
B.Vertical scaling is not supported in the cloud
C.Vertical scaling requires expensive specialized hardware, while horizontal allows using smaller, cheaper commodity instances
D.Horizontal scaling uses less electricity
Correct Answer: Vertical scaling requires expensive specialized hardware, while horizontal allows using smaller, cheaper commodity instances
Explanation:
Adding more small machines (horizontal) is usually cheaper and more flexible than upgrading a single machine to a massive, expensive super-computer (vertical).
Incorrect! Try again.
43Which cloud provider offers 'Low Priority VMs' as a cost-saving measure for interruptible workloads?
A.Microsoft Azure
B.Google Cloud
C.IBM Cloud
D.AWS
Correct Answer: Microsoft Azure
Explanation:
Azure offers Low Priority VMs (similar to Spot) on scale sets, and Spot VMs for single instances, at a discount.
Incorrect! Try again.
44What is the primary factor determining the cost of Object Storage (e.g., S3, Blob Storage)?
A.The total storage volume (GB), request count, and data transfer
B.The CPU speed of the storage server
C.The number of users logged in
D.The operating system used
Correct Answer: The total storage volume (GB), request count, and data transfer
Explanation:
Object storage bills primarily on the amount of data stored (GB/month), the number of API requests (PUT, GET), and data egress.
Incorrect! Try again.
45If a microservice is architected to be 'stateless', how does this benefit cost using Spot Instances?
A.It removes the need for networking
B.Stateless services cannot use Spot Instances
C.It reduces the storage cost to zero
D.It allows the service to handle interruptions gracefully, making it safe to use the cheaper Spot instances
Correct Answer: It allows the service to handle interruptions gracefully, making it safe to use the cheaper Spot instances
Explanation:
Since Spot instances can be terminated abruptly, stateless services (which don't store session data locally) can be replaced immediately without data loss, making them ideal candidates for these cheap instances.
Incorrect! Try again.
46What is the 'Free Tier' designed to do?
A.Provide free consulting services
B.Allow new customers to try services within usage limits for free, usually for 12 months
C.Provide unlimited resources forever
D.Offer free hardware shipping
Correct Answer: Allow new customers to try services within usage limits for free, usually for 12 months
Explanation:
Free Tiers (AWS, Azure, GCP) offer limited resources (e.g., 750 hours of micro instance) to help users get started without immediate cost.
Incorrect! Try again.
47Which pricing model is best for a workload that runs only for 3 hours once a month?
A.On-Demand
B.Reserved Instances
C.Dedicated Host
D.Savings Plan
Correct Answer: On-Demand
Explanation:
For very infrequent workloads, On-Demand is cheapest because you pay only for the 3 hours used, without committing to long-term contracts.
Incorrect! Try again.
48What is a 'Dedicated Host'?
A.A virtual machine with high priority
B.A physical server fully dedicated to your use
C.A dedicated support agent
D.A dedicated network line
Correct Answer: A physical server fully dedicated to your use
Explanation:
A Dedicated Host is a physical server dedicated for your use, often required for regulatory compliance or specific licensing (BYOL), and is usually more expensive.
Incorrect! Try again.
49Which activity constitutes a 'Data Transfer' cost in Google Cloud?
A.Moving data between services in the same region
B.Deleting data
C.Moving data from a Google Cloud bucket to a user on the internet
D.Moving data into Google Cloud (Ingress)
Correct Answer: Moving data from a Google Cloud bucket to a user on the internet
Explanation:
This is Data Egress, which is a chargeable event. Ingress is generally free.
Incorrect! Try again.
50How can 'Auto-scaling' groups help in cost optimization?
A.By compressing the database
B.By removing unnecessary instances during low traffic periods
C.By keeping the maximum number of instances running at all times
D.By automatically buying Reserved Instances
Correct Answer: By removing unnecessary instances during low traffic periods
Explanation:
Auto-scaling adjusts the number of active instances dynamically. By terminating instances when demand drops, you stop paying for them.