The team is selecting a cloud region with the lowest carbon intensity for a new flexible workload.
What is carbon intensity in a cloud context?
Carbon intensity measures how "clean" the electricity grid is in a given location — it varies by time of day and season, not just by region.
Region type
Carbon intensity
Primary source
EU-WEST-1 (Ireland)
Low
Wind energy
US-WEST-2 (Oregon)
Low
Hydro power
Coal-heavy grids
High
Fossil fuels
Google publishes Carbon-Free Energy (CFE) percentage per region. Key vocabulary: "carbon intensity", "grid emissions factor", "renewable energy mix", "low-carbon region selection", "carbon-free energy (CFE)".
3 / 37
The engineering team is adopting carbon-aware computing for their ML training pipeline.
What does carbon-aware computing mean?
Carbon-aware computing exploits the fact that grid carbon intensity varies by time (time-shifting) and location (location-shifting).
Strategy
Technique
Suitable for
Time-shifting
Schedule jobs when grid is cleanest (often nights/weekends in renewable-heavy regions)
Batch ML training, ETL, backups
Location-shifting
Route flexible workloads to the region with the lowest current CFE
The sustainability report includes a cloud efficiency metric for each workload.
What is cloud efficiency in the sustainability context?
Cloud efficiency in sustainability = doing more with less energy. Two levels: data centre efficiency (PUE) and workload efficiency (code/architecture).
Metric
Definition
Benchmark
PUE (Power Usage Effectiveness)
Total DC power ÷ IT equipment power
Hyperscaler: 1.1–1.2; enterprise DC: 1.5+
Workload carbon intensity
gCO2e per unit of business value
Lower = more efficient
Code optimisation reduces compute → reduces energy → reduces carbon. Hyperscalers' PUE advantage means cloud is often more efficient than enterprise data centres. Key vocabulary: "Power Usage Effectiveness (PUE)", "workload carbon intensity", "compute efficiency", "emissions per useful work".
5 / 37
The team committed to reducing cloud carbon emissions by 30% without reducing business capability.
Which technical strategies can achieve this?
Technical carbon reduction actually reduces emissions. Carbon offsets merely compensate — they do not reduce the energy consumed.
Technique
Carbon reduction mechanism
Rightsizing
Less compute running = less electricity consumed
AWS Graviton (ARM)
Up to 60% better performance-per-watt vs. x86
Storage lifecycle (S3 → Glacier)
Cold storage uses less energy per GB than hot storage
Low-carbon region selection
Same compute, lower grid emissions factor
Dev/test idle shutdown
Stop environments after hours; auto-start for CI runs
During a Slack discussion about optimizing our data processing pipeline, Sarah (a junior developer) mentions 'right-sizing' the EC2 instances. Mark, a senior engineer, replies: 'That's great, but are we considering the carbon impact of those instance sizes? We need to ensure we're not over-provisioning and contributing unnecessarily to emissions.' Which of the following best explains Mark's concern in the context of FinOps and cloud sustainability?
Mark's comment highlights the core principle of FinOps: optimizing not just cost but also resource utilization. 'Right-sizing' isn't simply about performance; it inherently involves selecting instance types that match workload requirements precisely – over-provisioning consumes more energy and therefore generates higher carbon emissions. This aligns with the broader sustainability goals of minimizing waste and reducing operational costs within a cloud environment. The incorrect options either misinterpret 'right-sizing', focus only on performance, or incorrectly assume a direct correlation between instance size and carbon reduction without considering actual workload demands.
7 / 37
During a code review of the new order processing service, David highlights that the auto-scaling group is configured with a very large number of instances. Maria, the FinOps engineer, responds: 'We need to analyze if these scaling events are truly necessary and consider if we can optimize our instance sizes or utilize spot instances to reduce costs and potentially minimize the environmental impact of frequent resource provisioning.' What key concept related to cloud sustainability is Maria emphasizing in her response?
Maria's response correctly identifies the importance of considering both cost efficiency and environmental impact. The key FinOps concept here is 'right-sizing' – ensuring resources are appropriately sized for demand to avoid over-provisioning. This directly translates to reducing unnecessary compute time and therefore lowering carbon emissions. While responsiveness is important, it shouldn't come at the expense of excessive resource consumption. Options A, C, and D all misinterpret the connection between scaling events, instance sizes, and carbon footprint.
8 / 37
During a standup update, Alex reports that the team's new microservice is experiencing high CPU utilization. He mentions they've increased the instance size to handle peak loads. Ben, a FinOps engineer, interjects: 'Let's dig into whether this larger instance is truly necessary for *all* workloads and if we can leverage serverless functions or auto-scaling policies to avoid constantly running instances at full capacity. We need to factor in the carbon footprint associated with that continuous compute.' Which of the following best reflects Ben's primary concern regarding cloud sustainability within this scenario?
Ben's concern goes beyond just cost optimization; he's addressing the fundamental issue of resource waste. Continuously running instances at full capacity, even during periods of low demand, represents a significant energy consumption and carbon emissions problem. The core principle of FinOps is to match resources to actual needs, not to over-provision for peak loads—this option correctly identifies that his focus is on minimizing unnecessary compute time and its environmental consequences.
9 / 37
During a Slack discussion about optimizing our data processing pipeline, Sarah (a junior developer) mentions 'right-sizing' the EC2 instances. Mark, a senior engineer, replies: 'That's great, but are we considering the carbon impact of those instance sizes? We need to ensure we're not over-provisioning and contributing unnecessarily to emissions.' Which of the following best explains Mark's concern in the context of FinOps and cloud sustainability?
Mark's comment highlights the core principle of FinOps: optimizing not just cost but also resource utilization. 'Right-sizing' isn't simply about performance; it inherently involves selecting instance types that match workload requirements precisely – over-provisioning consumes more energy and therefore generates higher carbon emissions. This aligns with the broader sustainability goals of minimizing waste and reducing operational costs within a cloud environment. The incorrect options either misinterpret 'right-sizing', focus only on performance, or incorrectly assume a direct correlation between instance size and carbon reduction without considering actual workload demands.
10 / 37
During a code review of the new order processing service, David highlights that the auto-scaling group is configured with a very large number of instances. Maria, the FinOps engineer, responds: 'We need to analyze if these scaling events are truly necessary and consider if we can optimize our instance sizes or utilize spot instances to reduce costs and potentially minimize the environmental impact of frequent resource provisioning.' What key concept related to cloud sustainability is Maria emphasizing in her response?
Maria's response correctly identifies the importance of considering both cost efficiency and environmental impact. The key FinOps concept here is 'right-sizing' – ensuring resources are appropriately sized for demand to avoid over-provisioning. This directly translates to reducing unnecessary compute time and therefore lowering carbon emissions. While responsiveness is important, it shouldn't come at the expense of excessive resource consumption. Options A, C, and D all misinterpret the connection between scaling events, instance sizes, and carbon footprint.
11 / 37
During a standup update, Alex reports that the team's new microservice is experiencing high CPU utilization. He mentions they've increased the instance size to handle peak loads. Ben, a FinOps engineer, interjects: 'Let's dig into whether this larger instance is truly necessary for *all* workloads and if we can leverage serverless functions or auto-scaling policies to avoid constantly running instances at full capacity. We need to factor in the carbon footprint associated with that continuous compute.' Which of the following best reflects Ben's primary concern regarding cloud sustainability within this scenario?
Ben's concern goes beyond just cost optimization; he's addressing the fundamental issue of resource waste. Continuously running instances at full capacity, even during periods of low demand, represents a significant energy consumption and carbon emissions problem. The core principle of FinOps is to match resources to actual needs, not to over-provision for peak loads—this option correctly identifies that his focus is on minimizing unnecessary compute time and its environmental consequences.
12 / 37
During a Slack discussion about optimizing our data processing pipeline, Sarah (a junior developer) mentions 'right-sizing' the EC2 instances. Mark, a senior engineer, replies: 'That's great, but are we considering the carbon impact of those instance sizes? We need to ensure we're not over-provisioning and contributing unnecessarily to emissions.' Which of the following best explains Mark's concern in the context of FinOps and cloud sustainability?
Mark's comment highlights the core principle of FinOps: optimizing not just cost but also resource utilization. 'Right-sizing' isn't simply about performance; it inherently involves selecting instance types that match workload requirements precisely – over-provisioning consumes more energy and therefore generates higher carbon emissions. This aligns with the broader sustainability goals of minimizing waste and reducing operational costs within a cloud environment. The incorrect options either misinterpret 'right-sizing', focus only on performance, or incorrectly assume a direct correlation between instance size and carbon reduction without considering actual workload demands.
13 / 37
During a code review of the new order processing service, David highlights that the auto-scaling group is configured with a very large number of instances. Maria, the FinOps engineer, responds: 'We need to analyze if these scaling events are truly necessary and consider if we can optimize our instance sizes or utilize spot instances to reduce costs and potentially minimize the environmental impact of frequent resource provisioning.' What key concept related to cloud sustainability is Maria emphasizing in her response?
Maria's response correctly identifies the importance of considering both cost efficiency and environmental impact. The key FinOps concept here is 'right-sizing' – ensuring resources are appropriately sized for demand to avoid over-provisioning. This directly translates to reducing unnecessary compute time and therefore lowering carbon emissions. While responsiveness is important, it shouldn't come at the expense of excessive resource consumption. Options A, C, and D all misinterpret the connection between scaling events, instance sizes, and carbon footprint.
14 / 37
During a standup update, Alex reports that the team's new microservice is experiencing high CPU utilization. He mentions they've increased the instance size to handle peak loads. Ben, a FinOps engineer, interjects: 'Let's dig into whether this larger instance is truly necessary for *all* workloads and if we can leverage serverless functions or auto-scaling policies to avoid constantly running instances at full capacity. We need to factor in the carbon footprint associated with that continuous compute.' Which of the following best reflects Ben's primary concern regarding cloud sustainability within this scenario?
Ben's concern goes beyond just cost optimization; he's addressing the fundamental issue of resource waste. Continuously running instances at full capacity, even during periods of low demand, represents a significant energy consumption and carbon emissions problem. The core principle of FinOps is to match resources to actual needs, not to over-provision for peak loads—this option correctly identifies that his focus is on minimizing unnecessary compute time and its environmental consequences.
15 / 37
During a Slack discussion about optimizing our data processing pipeline, Sarah (a junior developer) mentions 'right-sizing' the EC2 instances. Mark, a senior engineer, replies: 'That's great, but are we considering the carbon impact of those instance sizes? We need to ensure we're not over-provisioning and contributing unnecessarily to emissions.' Which of the following best explains Mark's concern in the context of FinOps and cloud sustainability?
Mark's comment highlights the core principle of FinOps: optimizing not just cost but also resource utilization. 'Right-sizing' isn't simply about performance; it inherently involves selecting instance types that match workload requirements precisely – over-provisioning consumes more energy and therefore generates higher carbon emissions. This aligns with the broader sustainability goals of minimizing waste and reducing operational costs within a cloud environment. The incorrect options either misinterpret 'right-sizing', focus only on performance, or incorrectly assume a direct correlation between instance size and carbon reduction without considering actual workload demands.
16 / 37
During a code review of the new order processing service, David highlights that the auto-scaling group is configured with a very large number of instances. Maria, the FinOps engineer, responds: 'We need to analyze if these scaling events are truly necessary and consider if we can optimize our instance sizes or utilize spot instances to reduce costs and potentially minimize the environmental impact of frequent resource provisioning.' What key concept related to cloud sustainability is Maria emphasizing in her response?
Maria's response correctly identifies the importance of considering both cost efficiency and environmental impact. The key FinOps concept here is 'right-sizing' – ensuring resources are appropriately sized for demand to avoid over-provisioning. This directly translates to reducing unnecessary compute time and therefore lowering carbon emissions. While responsiveness is important, it shouldn't come at the expense of excessive resource consumption. Options A, C, and D all misinterpret the connection between scaling events, instance sizes, and carbon footprint.
17 / 37
During a standup update, Alex reports that the team's new microservice is experiencing high CPU utilization. He mentions they've increased the instance size to handle peak loads. Ben, a FinOps engineer, interjects: 'Let's dig into whether this larger instance is truly necessary for *all* workloads and if we can leverage serverless functions or auto-scaling policies to avoid constantly running instances at full capacity. We need to factor in the carbon footprint associated with that continuous compute.' Which of the following best reflects Ben's primary concern regarding cloud sustainability within this scenario?
Ben's concern goes beyond just cost optimization; he's addressing the fundamental issue of resource waste. Continuously running instances at full capacity, even during periods of low demand, represents a significant energy consumption and carbon emissions problem. The core principle of FinOps is to match resources to actual needs, not to over-provision for peak loads—this option correctly identifies that his focus is on minimizing unnecessary compute time and its environmental consequences.
18 / 37
David: "The auto-scaling group for this service is configured with 20 instances. It seems very high."
The correct answer focuses on the potential waste of resources and carbon emissions associated with an oversized auto-scaling group. The misconception here is that more instances always equal better performance – FinOps principles emphasize optimizing for efficiency rather than simply scaling up. Options A and D present overly optimistic or inaccurate viewpoints.
19 / 37
Maria (FinOps Engineer) sends a message to the team: 'I'm seeing significant compute costs associated with this application. Have we reviewed the instance types and their utilization rates recently? We should explore opportunities for cost optimization.' What does Maria primarily focus on?
Maria's message centers on aligning instance types with the actual demands of the application – a core principle of FinOps. She's concerned about wasted compute resources and their environmental impact. Options A and D represent separate aspects of optimization but aren't Maria's primary focus in this immediate message.
20 / 37
"Implemented new feature X. Increased EC2 instance size from t3.medium to t3.large to accommodate higher request volume. Monitoring CPU utilization."
The correct answer recognizes that scaling up to a larger instance is often a reactive measure. FinOps encourages proactive monitoring and optimization – simply increasing the size without considering usage patterns can lead to unnecessary costs and environmental impact. The other options present overly optimistic or inaccurate justifications for the change.
21 / 37
Alex: "We've been experiencing high CPU utilization on our new service. To address this, we've temporarily increased the instance size to a larger type. We're monitoring it closely." Ben (FinOps Engineer) responds: 'That's good that you're monitoring, but are we evaluating if the application itself is contributing to the high load? Let's investigate the code.' What is Ben primarily asking?
Ben's question shifts the focus from simply reacting to high CPU usage to understanding *why* it's happening. He's advocating for a deeper dive into the application code and architecture, which is a fundamental FinOps practice – identifying and addressing root causes of inefficiency instead of just applying band-aid solutions like scaling up.
The correct answer acknowledges that high resource utilization (85% CPU) is a key indicator that requires further investigation. FinOps focuses on proactively identifying and addressing such issues to prevent unnecessary costs and environmental impact. The other options present overly simplistic or inaccurate interpretations of the API response.
23 / 37
David: "The auto-scaling group for this service is configured with 20 instances. It seems very high."
The correct answer focuses on the potential waste of resources and carbon emissions associated with an oversized auto-scaling group. The misconception here is that more instances always equal better performance – FinOps principles emphasize optimizing for efficiency rather than simply scaling up. Options A and D present overly optimistic or inaccurate viewpoints.
24 / 37
Maria (FinOps Engineer) sends a message to the team: 'I'm seeing significant compute costs associated with this application. Have we reviewed the instance types and their utilization rates recently? We should explore opportunities for cost optimization.' What does Maria primarily focus on?
Maria's message centers on aligning instance types with the actual demands of the application – a core principle of FinOps. She's concerned about wasted compute resources and their environmental impact. Options A and D represent separate aspects of optimization but aren't Maria's primary focus in this immediate message.
25 / 37
"Implemented new feature X. Increased EC2 instance size from t3.medium to t3.large to accommodate higher request volume. Monitoring CPU utilization."
The correct answer recognizes that scaling up to a larger instance is often a reactive measure. FinOps encourages proactive monitoring and optimization – simply increasing the size without considering usage patterns can lead to unnecessary costs and environmental impact. The other options present overly optimistic or inaccurate justifications for the change.
26 / 37
Alex: "We've been experiencing high CPU utilization on our new service. To address this, we've temporarily increased the instance size to a larger type. We're monitoring it closely." Ben (FinOps Engineer) responds: 'That's good that you're monitoring, but are we evaluating if the application itself is contributing to the high load? Let's investigate the code.' What is Ben primarily asking?
Ben's question shifts the focus from simply reacting to high CPU usage to understanding *why* it's happening. He's advocating for a deeper dive into the application code and architecture, which is a fundamental FinOps practice – identifying and addressing root causes of inefficiency instead of just applying band-aid solutions like scaling up.
The correct answer acknowledges that high resource utilization (85% CPU) is a key indicator that requires further investigation. FinOps focuses on proactively identifying and addressing such issues to prevent unnecessary costs and environmental impact. The other options present overly simplistic or inaccurate interpretations of the API response.
28 / 37
David: "The auto-scaling group for this service is configured with 20 instances. It seems very high."
The correct answer focuses on the potential waste of resources and carbon emissions associated with an oversized auto-scaling group. The misconception here is that more instances always equal better performance – FinOps principles emphasize optimizing for efficiency rather than simply scaling up. Options A and D present overly optimistic or inaccurate viewpoints.
29 / 37
Maria (FinOps Engineer) sends a message to the team: 'I'm seeing significant compute costs associated with this application. Have we reviewed the instance types and their utilization rates recently? We should explore opportunities for cost optimization.' What does Maria primarily focus on?
Maria's message centers on aligning instance types with the actual demands of the application – a core principle of FinOps. She's concerned about wasted compute resources and their environmental impact. Options A and D represent separate aspects of optimization but aren't Maria's primary focus in this immediate message.
30 / 37
"Implemented new feature X. Increased EC2 instance size from t3.medium to t3.large to accommodate higher request volume. Monitoring CPU utilization."
The correct answer recognizes that scaling up to a larger instance is often a reactive measure. FinOps encourages proactive monitoring and optimization – simply increasing the size without considering usage patterns can lead to unnecessary costs and environmental impact. The other options present overly optimistic or inaccurate justifications for the change.
31 / 37
Alex: "We've been experiencing high CPU utilization on our new service. To address this, we've temporarily increased the instance size to a larger type. We're monitoring it closely." Ben (FinOps Engineer) responds: 'That's good that you're monitoring, but are we evaluating if the application itself is contributing to the high load? Let's investigate the code.' What is Ben primarily asking?
Ben's question shifts the focus from simply reacting to high CPU usage to understanding *why* it's happening. He's advocating for a deeper dive into the application code and architecture, which is a fundamental FinOps practice – identifying and addressing root causes of inefficiency instead of just applying band-aid solutions like scaling up.
The correct answer acknowledges that high resource utilization (85% CPU) is a key indicator that requires further investigation. FinOps focuses on proactively identifying and addressing such issues to prevent unnecessary costs and environmental impact. The other options present overly simplistic or inaccurate interpretations of the API response.
33 / 37
David: "The auto-scaling group for this service is configured with 20 instances. It seems very high."
The correct answer focuses on the potential waste of resources and carbon emissions associated with an oversized auto-scaling group. The misconception here is that more instances always equal better performance – FinOps principles emphasize optimizing for efficiency rather than simply scaling up. Options A and D present overly optimistic or inaccurate viewpoints.
34 / 37
Maria (FinOps Engineer) sends a message to the team: 'I'm seeing significant compute costs associated with this application. Have we reviewed the instance types and their utilization rates recently? We should explore opportunities for cost optimization.' What does Maria primarily focus on?
Maria's message centers on aligning instance types with the actual demands of the application – a core principle of FinOps. She's concerned about wasted compute resources and their environmental impact. Options A and D represent separate aspects of optimization but aren't Maria's primary focus in this immediate message.
35 / 37
"Implemented new feature X. Increased EC2 instance size from t3.medium to t3.large to accommodate higher request volume. Monitoring CPU utilization."
The correct answer recognizes that scaling up to a larger instance is often a reactive measure. FinOps encourages proactive monitoring and optimization – simply increasing the size without considering usage patterns can lead to unnecessary costs and environmental impact. The other options present overly optimistic or inaccurate justifications for the change.
36 / 37
Alex: "We've been experiencing high CPU utilization on our new service. To address this, we've temporarily increased the instance size to a larger type. We're monitoring it closely." Ben (FinOps Engineer) responds: 'That's good that you're monitoring, but are we evaluating if the application itself is contributing to the high load? Let's investigate the code.' What is Ben primarily asking?
Ben's question shifts the focus from simply reacting to high CPU usage to understanding *why* it's happening. He's advocating for a deeper dive into the application code and architecture, which is a fundamental FinOps practice – identifying and addressing root causes of inefficiency instead of just applying band-aid solutions like scaling up.
The correct answer acknowledges that high resource utilization (85% CPU) is a key indicator that requires further investigation. FinOps focuses on proactively identifying and addressing such issues to prevent unnecessary costs and environmental impact. The other options present overly simplistic or inaccurate interpretations of the API response.
What will I practice in "Cloud Sustainability Vocabulary | Cloud FinOps Exercises"?
This is a Cloud FinOps exercise set. It walks through 37 scenario-based multiple-choice questions built around real usage of Cloud FinOps terminology that IT professionals encounter on the job.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to complete with no account, sign-up, or paywall.
How many questions are in this exercise?
This set contains 37 questions. Each one shows immediate feedback and a detailed explanation after you answer, so you learn the correct usage right away rather than waiting for a final score.
Do I need prior experience to complete this exercise?
No prior experience is required. Each question includes a full explanation covering the reasoning behind the correct answer, so the exercise itself teaches the Cloud FinOps vocabulary as you go.
Can I retry the exercise if I get questions wrong?
Yes — use the "Try again" button on the results screen to reset your answers and go through all the questions again. There is no limit on attempts.
Is my progress saved?
Your answers and score for the current session are tracked in the browser as you go. No account or login is needed, and there is nothing to install.
What if I don't understand a term used in a question?
Read the explanation shown after you answer each question — it breaks down the correct term in plain English with a real-world example. You can also check the site Glossary for quick definitions.
How is this different from reading a blog article on the topic?
Exercises like this one are interactive drills that test and reinforce specific vocabulary through multiple-choice questions, while blog articles explain concepts in prose. Practising here after reading builds active recall, not just passive recognition.
Where can I find more Cloud FinOps exercises?
See the Cloud FinOps exercises hub for the full set of related pages, or browse all exercise categories from the main Exercises index.
Can I use this exercise to prepare for a technical interview?
Yes — Cloud FinOps vocabulary comes up often in technical discussions and interviews. Pair this exercise with our dedicated Interview Preparation section for role-specific practice.