1What is a key scalability advantage of microservices?
Scalability advantages and cost implications
Easy
A.All services use one database
B.Each service can scale independently
C.Each service requires one server
D.Every service must scale together
Correct Answer: Each service can scale independently
Explanation:
Microservices allow individual services to scale according to their own workloads.
Incorrect! Try again.
2How can automatic scaling reduce cloud costs?
Scalability advantages and cost implications
Easy
A.By adjusting resources to demand
B.By keeping all resources active
C.By disabling usage monitoring
D.By duplicating every service
Correct Answer: By adjusting resources to demand
Explanation:
Automatic scaling adds or removes resources as demand changes, reducing unnecessary spending.
Incorrect! Try again.
3What is overprovisioning in cloud computing?
Scalability advantages and cost implications
Easy
A.Removing resources during peak demand
B.Allocating more resources than needed
C.Purchasing resources from several clouds
D.Using fewer resources than required
Correct Answer: Allocating more resources than needed
Explanation:
Overprovisioning means allocating excess capacity, which can increase cloud costs.
Incorrect! Try again.
4What does the pay-as-you-go cloud pricing model mean?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Easy
A.Customers pay a permanent fixed price
B.Customers receive all resources for free
C.Customers purchase physical data centers
D.Customers pay only for used resources
Correct Answer: Customers pay only for used resources
Explanation:
Pay-as-you-go pricing charges customers according to their actual resource consumption.
Incorrect! Try again.
5Which AWS pricing option provides unused compute capacity at a discounted price but may interrupt instances?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Easy
A.On-Demand Instances
B.Spot Instances
C.Reserved Instances
D.Dedicated Hosts
Correct Answer: Spot Instances
Explanation:
AWS Spot Instances offer discounted unused capacity, but AWS may interrupt them when capacity is needed.
Incorrect! Try again.
6Which Azure pricing option can reduce costs when a customer commits to eligible resources for a fixed term?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Easy
A.Azure Marketplace
B.Azure Support Plans
C.Azure Reservations
D.Azure Free Account
Correct Answer: Azure Reservations
Explanation:
Azure Reservations provide discounts for committing to eligible resources for a defined period.
Incorrect! Try again.
7What does Google Cloud offer for customers who commit to consistent resource usage for a specified term?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Easy
A.Storage lifecycle rules
B.Network service tiers
C.Committed use discounts
D.Cloud support credits
Correct Answer: Committed use discounts
Explanation:
Committed use discounts lower eligible costs in exchange for a usage commitment over a specified term.
Incorrect! Try again.
8Which factor commonly affects the cost of a cloud virtual machine?
Compute costs
Easy
A.The user password
B.The instance size
C.The file extension
D.The folder name
Correct Answer: The instance size
Explanation:
Larger instance sizes generally provide more CPU and memory, resulting in higher compute costs.
Incorrect! Try again.
9In serverless computing, customers are commonly charged based on what?
Compute costs
Easy
A.Function executions and duration
B.Employee count and location
C.Application name and color
D.Physical server ownership
Correct Answer: Function executions and duration
Explanation:
Serverless compute is commonly billed using the number of executions and the resources used during execution.
Incorrect! Try again.
10Which action can directly reduce compute costs for an unused virtual machine?
Compute costs
Easy
A.Add another processor
B.Copy it to another folder
C.Stop or terminate it
D.Increase its memory
Correct Answer: Stop or terminate it
Explanation:
Stopping or terminating an unused virtual machine can eliminate or reduce its compute charges.
Incorrect! Try again.
11Which factor most directly determines the capacity charge for cloud storage?
Storage costs
Easy
A.Number of account users
B.Length of object names
C.Amount of data stored
D.Color of the dashboard
Correct Answer: Amount of data stored
Explanation:
Cloud storage capacity is commonly billed according to the amount of data stored, such as in gigabytes.
Incorrect! Try again.
12Which storage class is generally most cost-effective for data that is rarely accessed?
Storage costs
Easy
A.Premium storage
B.Frequent-access storage
C.Archive storage
D.High-performance storage
Correct Answer: Archive storage
Explanation:
Archive storage usually has a low storage price and is designed for infrequently accessed data.
Incorrect! Try again.
13Besides stored capacity, what may also generate object storage charges?
Storage costs
Easy
A.API requests
B.Dashboard themes
C.Resource labels
D.Account passwords
Correct Answer: API requests
Explanation:
Cloud providers may charge for storage operations such as read, write, list, or retrieval requests.
Incorrect! Try again.
14Which managed component can produce network-related cloud charges?
Network costs
Easy
A.Database column name
B.User interface icon
C.Source code comment
D.Load balancer
Correct Answer: Load balancer
Explanation:
Managed load balancers can have hourly charges and usage-based processing charges.
Incorrect! Try again.
15Which action can help reduce unnecessary network service costs?
Network costs
Easy
A.Removing unused network resources
B.Keeping unused gateways active
C.Duplicating every network service
D.Adding idle load balancers
Correct Answer: Removing unused network resources
Explanation:
Deleting unused gateways, load balancers, and similar resources prevents avoidable network charges.
Incorrect! Try again.
16Which type of cloud data transfer is commonly called egress?
Data transfer costs
Easy
A.Data entering the cloud
B.Data deleted from storage
C.Data leaving the cloud
D.Data stored in memory
Correct Answer: Data leaving the cloud
Explanation:
Egress refers to data transferred out of a cloud provider's network.
Incorrect! Try again.
17Which data transfer direction is often free or less expensive with major cloud providers?
Data transfer costs
Easy
A.Outbound internet transfer
B.Intercontinental data transfer
C.Inbound data transfer
D.Cross-region data transfer
Correct Answer: Inbound data transfer
Explanation:
Major cloud providers commonly offer inbound data transfer at no cost, while outbound transfer is often charged.
Incorrect! Try again.
18Which AWS tool helps users visualize and analyze their cloud spending?
Cost monitoring and optimization tools
Easy
A.AWS CodeCommit
B.AWS CloudShell
C.AWS Route 53
D.AWS Cost Explorer
Correct Answer: AWS Cost Explorer
Explanation:
AWS Cost Explorer provides charts and reports for reviewing historical and forecasted AWS costs.
Incorrect! Try again.
19Which Azure service is used to monitor, allocate, and optimize cloud spending?
Cost monitoring and optimization tools
Easy
A.Azure Virtual Desktop
B.Azure Cost Management
C.Azure DevOps
D.Azure App Service
Correct Answer: Azure Cost Management
Explanation:
Azure Cost Management provides tools for tracking expenses, creating budgets, and optimizing costs.
Incorrect! Try again.
20What is the main purpose of a cloud budget alert?
Cost monitoring and optimization tools
Easy
A.To increase instance capacity
B.To restart failed services
C.To notify users about spending
D.To encrypt stored objects
Correct Answer: To notify users about spending
Explanation:
Budget alerts notify users when actual or forecasted spending reaches defined thresholds.
Incorrect! Try again.
21An online retailer experiences heavy traffic for 4 hours each day and low traffic during the remaining 20 hours. Which microservices deployment strategy is likely to minimize compute cost while maintaining performance?
Scalability advantages and cost implications
Medium
A.Deploy every microservice in multiple regions and keep all replicas active continuously
B.Vertically resize every service once each month
C.Use horizontal autoscaling based on service demand
D.Run peak-capacity instances throughout the day
Correct Answer: Use horizontal autoscaling based on service demand
Explanation:
Horizontal autoscaling adds instances during peak demand and removes them afterward, reducing the cost of idle capacity.
Incorrect! Try again.
22A document-conversion microservice receives requests only a few times per hour, and each conversion finishes within seconds. Which scaling approach offers the strongest cost advantage?
Scalability advantages and cost implications
Medium
Correct Answer: A serverless service that can scale to zero
Explanation:
Scaling to zero avoids paying for idle compute and is well suited to short, infrequent workloads.
Incorrect! Try again.
23A company splits one application into 80 microservices, although most services always scale together. Which economic risk is most likely?
Scalability advantages and cost implications
Medium
A.Higher operational and observability overhead
B.Automatic elimination of network charges
C.Guaranteed reduction in engineering effort
D.Lower storage usage for every service
Correct Answer: Higher operational and observability overhead
Explanation:
Excessive decomposition can increase deployment, monitoring, networking, and support costs without providing useful independent scaling.
Incorrect! Try again.
24Which mapping correctly associates each cloud provider with a common discounted commitment model?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Medium
A.AWS Budgets, Azure Spot VMs, Google Cloud sustained storage
B.AWS Glacier, Azure Reservations, Google Cloud network tiers
C.AWS Savings Plans, Azure Monitor, Google Cloud preemptible storage reservations
D.AWS Savings Plans, Azure Reservations, Google Cloud Committed Use Discounts
Correct Answer: AWS Savings Plans, Azure Reservations, Google Cloud Committed Use Discounts
Explanation:
These offerings provide discounts in exchange for committing to a level or duration of resource usage.
Incorrect! Try again.
25A batch-processing microservice can tolerate interruption and automatically retries unfinished jobs. Which pricing model is generally the most economical?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Medium
A.Long-term premium support
B.Provisioned compute with no interruption handling
C.On-demand dedicated hosts
D.Spot or preemptible compute
Correct Answer: Spot or preemptible compute
Explanation:
Spot or preemptible instances offer large discounts for workloads that can safely handle interruption.
Incorrect! Try again.
26A microservice has stable baseline usage for the next three years but occasionally needs extra capacity. Which purchasing combination is usually most cost-effective?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Medium
A.On-demand pricing for both the baseline and bursts
B.Commitment pricing for the baseline and on-demand pricing for bursts
C.Long-term commitments for the maximum possible peak even when that peak occurs only briefly
D.Spot pricing for the baseline and dedicated hosts for bursts
Correct Answer: Commitment pricing for the baseline and on-demand pricing for bursts
Explanation:
Commitments discount predictable baseline usage, while on-demand resources provide flexibility for temporary peaks.
Incorrect! Try again.
27A microservice runs on 6 instances costing $0.12 per instance-hour for 10 hours per day. What is its approximate 30-day compute cost?
Compute costs
Medium
A.$360
B.$216
C.$180
D.$240
Correct Answer: $216
Explanation:
The cost is .
Incorrect! Try again.
28A service uses 10 virtual machines at 20% average CPU utilization. Testing shows that 4 right-sized machines can meet the same performance target. If each machine costs $90 per month, what is the monthly compute saving?
Compute costs
Medium
A.$540
B.$360
C.$900
D.$600
Correct Answer: $540
Explanation:
Six machines are removed, so the saving is per month.
Incorrect! Try again.
29A serverless microservice processes 4 million requests per month. Ignoring free tiers, its average compute charge is $0.00002 per request. What is the monthly compute charge?
Compute costs
Medium
A.$8
B.$200
C.$800
D.$80
Correct Answer: $80
Explanation:
The charge is .
Incorrect! Try again.
30A service stores 2,000 GB of data. It keeps 25% in standard storage at $0.023 per GB-month and 75% in archive storage at $0.004 per GB-month. What is the monthly storage cost?
Storage costs
Medium
A.$14.00
B.$46.00
C.$17.50
D.$23.00
Correct Answer: $17.50
Explanation:
The cost is .
Incorrect! Try again.
31A team moves old logs to a low-cost archive tier but frequently queries them for troubleshooting. Which cost is most likely to reduce the expected savings?
Storage costs
Medium
A.Domain registration charges
B.Reserved compute charges
C.Load-balancer certificate charges
D.Archive retrieval charges
Correct Answer: Archive retrieval charges
Explanation:
Archive tiers have low storage prices but may charge more for retrieval, especially when data is accessed frequently.
Incorrect! Try again.
32A microservice retains all application logs indefinitely in high-performance storage. Which change would most directly lower storage cost without immediately deleting recent logs?
Storage costs
Medium
A.Increase the replication count of every log object
B.Store additional uncompressed copies in each region
C.Apply lifecycle rules to move older logs to cheaper tiers
D.Move all recent and historical logs to the highest-performance tier for consistent access
Correct Answer: Apply lifecycle rules to move older logs to cheaper tiers
Explanation:
Lifecycle rules automatically transition aging data to lower-cost storage while keeping recent logs readily accessible.
Incorrect! Try again.
33Several microservices exchange large messages through a managed network gateway even though they run in the same cloud region. Which design change should be evaluated first to reduce network cost?
Network costs
Medium
A.Add more gateways to every subnet regardless of whether those gateways are needed
B.Route all internal traffic through the public internet
C.Replicate every request to an additional region
D.Keep high-volume traffic on private regional paths
Correct Answer: Keep high-volume traffic on private regional paths
Explanation:
Private regional communication can avoid unnecessary gateway processing and public network charges.
Incorrect! Try again.
34A public API repeatedly serves the same large images to users around the world. Which architecture is most likely to reduce origin network traffic and improve latency?
Network costs
Medium
A.Disable caching on every response
B.Send each image from the database
C.Cache the images through a CDN
D.Route all requests through an additional cross-region service mesh before reaching the origin
Correct Answer: Cache the images through a CDN
Explanation:
A CDN serves cached content from edge locations, reducing repeated transfers from the origin and improving response time.
Incorrect! Try again.
35A cloud provider charges $0.09 per GB for the first 1,000 GB of monthly outbound traffic and $0.07 per GB for the next tier. What is the charge for 5,000 GB of outbound traffic?
Data transfer costs
Medium
A.$450
B.$370
C.$350
D.$420
Correct Answer: $370
Explanation:
The charge is .
Incorrect! Try again.
36A frontend in one cloud region frequently calls a backend in another region, transferring several terabytes each month. Which change most directly targets the resulting data transfer cost?
Data transfer costs
Medium
A.Move the logs to a premium storage tier
B.Create additional cross-region calls so that traffic is distributed among more locations
C.Co-locate the tightly coupled services in one region
D.Increase the CPU allocation of both services
Correct Answer: Co-locate the tightly coupled services in one region
Explanation:
Placing frequently communicating services in the same region reduces chargeable inter-region data transfer.
Incorrect! Try again.
37A microservice sends 10 TB of uncompressed JSON responses to external clients each month. Which change is most likely to reduce outbound data transfer charges?
Data transfer costs
Medium
A.Enable response compression
B.Write every response to multiple storage regions before sending it to the client
C.Increase response field duplication
D.Use larger uncompressed payloads
Correct Answer: Enable response compression
Explanation:
Compression reduces the number of bytes sent to clients, which can directly lower usage-based outbound transfer charges.
Incorrect! Try again.
38A team wants an alert when projected monthly cloud spending is likely to exceed $5,000. Which capability should it configure?
Cost monitoring and optimization tools
Medium
A.A cloud budget with forecast-based alerts
B.A container readiness probe
C.A storage lifecycle transition rule
D.A network firewall rule that automatically blocks every service when any billing record is created
Correct Answer: A cloud budget with forecast-based alerts
Explanation:
Budget tools can compare forecasted spending with a threshold and notify the team before the limit is reached.
Incorrect! Try again.
39A cloud bill rises unexpectedly, but total user traffic remains stable. Which tool capability is most useful for quickly identifying the unusual spending pattern?
Cost monitoring and optimization tools
Medium
A.Cost anomaly detection
B.Container image signing
C.DNS record validation
D.Source-code formatting
Correct Answer: Cost anomaly detection
Explanation:
Cost anomaly detection highlights unusual spending changes and can help identify the affected service or account.
Incorrect! Try again.
40A company cannot determine which microservice is responsible for shared cloud costs. Which practice would provide the most useful cost attribution?
Cost monitoring and optimization tools
Medium
A.Rename every resource with a random identifier
B.Record only the company's total invoice and avoid collecting resource-level usage data
C.Combine all accounts into one untagged billing group
D.Apply consistent service and team cost-allocation tags
Correct Answer: Apply consistent service and team cost-allocation tags
Explanation:
Consistent tags allow billing reports to group costs by microservice, team, environment, or product.
Incorrect! Try again.
41A monolith contains services A and B. One monolith instance costs $0.18/hour and can handle 100 A requests/s and 20 B requests/s. At peak, A receives 600 requests/s and B receives 60 requests/s. If separated, an A instance costs $0.12/hour with capacity 100 requests/s, while a B instance costs $0.08/hour with capacity 20 requests/s. Ignoring shared overhead, what is the hourly cost effect of independent scaling?
Scalability advantages and cost implications
Hard
A.Microservices cost $0.96/hour, which is 11.1% lower
B.Microservices cost $1.08/hour, which produces no saving
C.Microservices cost $1.20/hour, which is 11.1% higher
D.Microservices cost $1.00/hour, which is 7.4% lower
Correct Answer: Microservices cost $0.96/hour, which is 11.1% lower
Explanation:
The monolith needs instances, costing . Independent services cost , a saving of approximately 11.1%.
Incorrect! Try again.
42A service needs 4 instances normally and 20 instances during a 10-minute burst each hour. Sixteen additional instances take 5 minutes to start and remain allocated for a 10-minute cooldown after the burst ends. Assuming per-minute billing begins when an instance becomes available, how does autoscaling compare with keeping 20 instances active for the entire hour?
Scalability advantages and cost implications
Hard
A.Autoscaling uses 720 instance-minutes and reduces cost by 40%
B.Autoscaling uses 560 instance-minutes and reduces cost by 53.3%
C.Autoscaling uses 480 instance-minutes and reduces cost by 60%
D.Autoscaling uses 400 instance-minutes and reduces cost by 66.7%
Correct Answer: Autoscaling uses 480 instance-minutes and reduces cost by 60%
Explanation:
The baseline consumes instance-minutes. The 16 added instances are billed for 15 minutes, adding . Thus autoscaling uses 480 rather than instance-minutes.
Incorrect! Try again.
43At traffic multiplier , a monolith requires instances, while independently scalable microservices require instances. Each instance costs $50/month, but the microservices platform adds a fixed $2,800/month for gateways, observability, and control-plane services. If must be a positive integer, what is the smallest value at which microservices are strictly cheaper?
Scalability advantages and cost implications
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The costs are and . Microservices are cheaper when , or . The smallest valid integer is 5.
Incorrect! Try again.
44A company has a stable aggregate compute spend but frequently moves workloads among EC2 instance families and also shifts some services between EC2, AWS Fargate, and AWS Lambda. Which AWS pricing model most directly preserves commitment discounts across those changes?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Hard
A.Standard Reserved Instances with Availability Zone scope
B.Convertible Reserved Instances for each EC2 family
C.EC2 Instance Savings Plans for each active region
D.Compute Savings Plans based on hourly spend
Correct Answer: Compute Savings Plans based on hourly spend
Explanation:
Compute Savings Plans provide broader flexibility across eligible EC2 usage, Fargate, and Lambda while applying a committed hourly spend. EC2-specific plans and Reserved Instances are more constrained.
Incorrect! Try again.
45An organization runs steady Windows Server and SQL Server workloads on Azure and owns eligible licenses with Software Assurance. Which strategy generally minimizes the stable baseline cost without relying on interruptible capacity?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Hard
A.Use pay-as-you-go VMs and retain licenses on premises
B.Combine autoscaling with standard pay-as-you-go licensing
C.Combine Azure Reservations with Azure Hybrid Benefit
D.Use Spot VMs and purchase separate marketplace licenses
Correct Answer: Combine Azure Reservations with Azure Hybrid Benefit
Explanation:
Reservations discount predictable compute usage, while Azure Hybrid Benefit can apply eligible existing Windows Server or SQL Server licenses to reduce licensing charges. The benefits can generally be combined for qualifying workloads.
Incorrect! Try again.
46A Google Cloud workload continuously uses 60 vCPUs and bursts to 100 vCPUs for 12 full days each month. The VMs are eligible for sustained-use discounts. Which purchasing strategy best avoids overcommitment while targeting both predictable and variable usage?
Pricing models of major cloud providers (AWS, Azure, Google Cloud)
Hard
A.Commit 60 vCPUs and leave burst usage on eligible on-demand pricing
B.Purchase a commitment for 100 vCPUs and leave it idle outside bursts
C.Use only on-demand pricing because commitments disable all discounts
D.Run all 100 vCPUs as Spot VMs throughout the entire month
Correct Answer: Commit 60 vCPUs and leave burst usage on eligible on-demand pricing
Explanation:
The continuous 60-vCPU baseline is suitable for a committed-use discount. Leaving the variable 40-vCPU burst uncommitted avoids paying for unused capacity and may allow eligible usage-based discounts to apply.
Incorrect! Try again.
47An on-demand instance costs $0.40/hour, while an equivalent Spot instance costs $0.12/hour. If interruptions make a fraction of all paid Spot execution unusable, checkpoint overhead is otherwise negligible. For what range of is Spot still strictly cheaper per useful compute-hour?
Compute costs
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Spot cost per useful hour is . Requiring gives . At exactly 70%, the two options have equal effective cost.
Incorrect! Try again.
48A serverless microservice handles 80 million requests per month. Each request uses 1.5 GB of memory for an average of 0.24 seconds. Pricing is $0.000016667 per GB-second plus $0.20 per million requests, with free tiers ignored. What is the approximate monthly compute and request cost?
Compute costs
Hard
A.$480.01
B.$488.00
C.$496.01
D.$464.01
Correct Answer: $496.01
Explanation:
Usage is GB-seconds, costing about $480.01. Request charges add $80(0.20)=16$, giving approximately $496.01.
Incorrect! Try again.
49A Kubernetes node provides 8 vCPUs and 32 GB of memory for $0.40/hour. The workload has twenty pods requesting 1 vCPU and 2 GB each, plus eight pods requesting 0.5 vCPU and 8 GB each. An anti-affinity rule permits at most one of the 8-GB pods per node. Ignoring system reservations, what is the minimum node cost per hour?
Compute costs
Hard
A.$3.20/hour, constrained by pod anti-affinity
B.$2.40/hour, constrained by aggregate CPU
C.$1.60/hour, constrained by aggregate memory
D.$4.00/hour, constrained by pod anti-affinity
Correct Answer: $3.20/hour, constrained by pod anti-affinity
Explanation:
Aggregate resources alone would require four nodes, but eight large pods with at most one per node require eight nodes. The minimum cost is therefore per hour.
Incorrect! Try again.
50A system stores 100 TB using decimal units. Standard storage costs $0.023/GB-month. Archive storage costs $0.004/GB-month plus $0.03 per GB retrieved. Ignoring request, minimum-duration, and transition charges, below what monthly retrieval fraction $f$ is archive storage strictly cheaper?
Storage costs
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Standard costs . Archive costs . Solving gives , or approximately 63.3%.
Incorrect! Try again.
51A microservice stores 60 TB of logical data. Triple replication uses three times the logical capacity. An erasure-coded design uses 1.5 times the logical capacity but adds $450/month in compute overhead. Storage costs $0.02/GB-month using decimal units. What saving does erasure coding provide?
Storage costs
Hard
A.$1,350/month, or 37.5%
B.$1,200/month, or 33.3%
C.$1,650/month, or 45.8%
D.$1,800/month, or 50.0%
Correct Answer: $1,350/month, or 37.5%
Explanation:
Triple replication costs . Erasure coding costs . The saving is , which is 37.5% of .
Incorrect! Try again.
52An object store contains 8 TB of current data. Each day, 2% of the dataset is replaced, and every replaced portion remains as a noncurrent version for exactly 30 days. Assuming a constant dataset size, no compounding, decimal units, and storage pricing of $0.021/GB-month, what is the steady-state monthly storage cost?
Storage costs
Hard
A.$252.00
B.$268.80
C.$235.20
D.$201.60
Correct Answer: $268.80
Explanation:
Noncurrent versions occupy TB. Total billed storage is TB, so the monthly cost is .
Incorrect! Try again.
53Two chatty microservices run in different availability zones. Monthly metering records 12,000 GB sent from service A to B and 12,000 GB returned from B to A. Cross-zone traffic costs $0.01/GB in each direction. What incremental monthly charge could co-location eliminate, ignoring resilience effects?
Network costs
Hard
A.$240
B.$360
C.$120
D.$480
Correct Answer: $240
Explanation:
Both directions are metered, so total chargeable traffic is GB. At $0.01/GB, the incremental cross-zone charge is $240$.
Incorrect! Try again.
54Private workloads transfer 40 TB per month to object storage through a NAT gateway. The gateway charges $0.045/GB processed plus $0.045/hour for 730 hours. A private gateway endpoint has no hourly or per-GB processing charge for this traffic. Using decimal units and ignoring unrelated charges, what monthly amount is avoided?
Network costs
Hard
A.$1,800.00
B.$1,832.85
C.$1,865.70
D.$1,767.15
Correct Answer: $1,832.85
Explanation:
Data processing costs , and the hourly charge is . The total avoidable cost is .
Incorrect! Try again.
55Direct origin delivery costs $0.09/GB. A CDN costs $0.07/GB delivered to users, and each cache miss adds $0.04/GB for origin-to-CDN transfer. If $h$ is the cache-hit ratio and request charges are ignored, when is the CDN strictly cheaper?
Data transfer costs
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The CDN cost per delivered GB is . Requiring this to be below gives . At exactly 50%, the costs are equal.
Incorrect! Try again.
56A cloud provider charges monthly internet egress at $0.09/GB for the first 10 TB, $0.085/GB for the next 40 TB, and $0.07/GB thereafter. A system sends 60 TB in a month using decimal units. What is its total egress charge?
Data transfer costs
Hard
A.$4,950
B.$4,750
C.$5,000
D.$4,850
Correct Answer: $5,000
Explanation:
The tiered charge is .
Incorrect! Try again.
57A multi-region service ingests 5 TB per month from the internet into region A, synchronously replicates all of it once to region B, and serves 3 TB per month from region B to internet clients. Internet ingress is free, inter-region transfer costs $0.02/GB, and internet egress costs $0.08/GB. Using decimal units, what is the monthly transfer cost?
Data transfer costs
Hard
A.$240
B.$340
C.$400
D.$500
Correct Answer: $340
Explanation:
Replication costs , while client egress costs . Free ingress adds nothing, so the total is .
Incorrect! Try again.
58An AWS account prepays $3,650 for a one-year commitment on the first day of a 365-day term. A FinOps team wants a 30-day report that attributes the commitment evenly across its useful period rather than showing the cash purchase entirely on day one. Which view and amount are appropriate?
Cost monitoring and optimization tools
Hard
A.List cost view showing $304.17
B.Unblended cost view showing $3,650
C.Amortized cost view showing $300
D.Net unblended view showing $0
Correct Answer: Amortized cost view showing $300
Explanation:
An amortized view spreads the upfront payment across the term. The daily amount is , so a 30-day period receives .
Incorrect! Try again.
59A shared observability cluster has no reliable per-team infrastructure tags, but its telemetry records log-ingestion bytes and metric-series counts by tenant. Which cost-allocation approach gives the most defensible showback?
Cost monitoring and optimization tools
Hard
A.Join billing exports with tenant usage and apply allocation rules
B.Divide the entire bill equally among all registered teams
C.Allocate charges according to each team's application revenue
D.Assign all shared charges to the central platform team
Correct Answer: Join billing exports with tenant usage and apply allocation rules
Explanation:
Billing exports provide actual charges, while tenant-level telemetry supplies causal usage drivers. Joining them supports transparent allocation of shared costs even when infrastructure tags are unavailable.
Incorrect! Try again.
60A rightsizing tool evaluates an 8-vCPU instance costing $0.40/hour. Its average, p95, and p99 CPU utilization are 20%, 55%, and 92%. The SLO requires projected p95 utilization not to exceed 80%, while brief p99 throttling is acceptable. Candidate instances have 6 vCPUs at $0.32/hour and 4 vCPUs at $0.22/hour. Assuming utilization scales inversely with vCPU count, what is the best recommendation for a 730-hour month?
Cost monitoring and optimization tools
Hard
A.Choose 6 vCPUs and save $58.40 per month
B.Choose 4 vCPUs and save $131.40 per month
C.Keep 8 vCPUs because p99 already exceeds 80%
D.Choose 4 vCPUs because average utilization remains below 50%
Correct Answer: Choose 6 vCPUs and save $58.40 per month
Explanation:
On 6 vCPUs, projected p95 is , which satisfies the SLO. On 4 vCPUs it becomes . The monthly saving is .
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →