0
0
Intro to Computingfundamentals~20 mins

Popular cloud providers (AWS, Azure, GCP) in Intro to Computing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cloud Provider Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Which cloud provider offers the service called 'Lambda'?
Among AWS, Azure, and GCP, which provider offers the serverless computing service named 'Lambda'?
ANone of the above
BAzure
CGCP
DAWS
Attempts:
2 left
💡 Hint
Think about which provider popularized serverless functions with the name 'Lambda'.
Architecture
intermediate
1:30remaining
Which cloud provider uses 'Virtual Machines' as a core compute service?
AWS, Azure, and GCP all offer virtual machines. Which provider calls its virtual machine service 'Compute Engine'?
AAWS
BAzure
CGCP
DAll of them
Attempts:
2 left
💡 Hint
Look for the provider that uses the term 'Compute Engine' for virtual machines.
security
advanced
2:00remaining
Which cloud provider offers 'Azure Active Directory' for identity management?
Which cloud provider offers 'Azure Active Directory' as its identity and access management service?
AAWS
BAzure
CGCP
DNone of the above
Attempts:
2 left
💡 Hint
The service name includes the provider's name.
Best Practice
advanced
2:00remaining
Which cloud provider recommends using 'IAM Roles' to grant permissions securely?
AWS, Azure, and GCP all have identity management. Which provider specifically uses 'IAM Roles' to assign permissions to resources securely?
AAWS
BAzure
CGCP
DAll of them
Attempts:
2 left
💡 Hint
IAM Roles are a key part of this provider's security best practices.
service_behavior
expert
2:30remaining
What happens if you delete a Google Cloud Storage bucket that contains objects?
In Google Cloud Platform, if you delete a Cloud Storage bucket that still has objects inside, what is the result?
AThe bucket and all its objects are deleted immediately.
BThe bucket deletion fails until all objects are deleted manually.
CThe bucket is deleted but objects remain and become inaccessible.
DThe bucket is archived and objects are moved to cold storage automatically.
Attempts:
2 left
💡 Hint
Think about how cloud storage handles bucket deletion and its contents.