Challenge - 5 Problems
Cloud Provider Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate1:30remaining
Which cloud provider offers the service called 'Lambda'?
Among AWS, Azure, and GCP, which provider offers the serverless computing service named 'Lambda'?
Attempts:
2 left
💡 Hint
Think about which provider popularized serverless functions with the name 'Lambda'.
✗ Incorrect
AWS offers 'Lambda' as its serverless compute service. Azure calls its similar service 'Functions', and GCP calls it 'Cloud Functions'.
❓ Architecture
intermediate1: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'?
Attempts:
2 left
💡 Hint
Look for the provider that uses the term 'Compute Engine' for virtual machines.
✗ Incorrect
Google Cloud Platform (GCP) calls its virtual machine service 'Compute Engine'. AWS calls it 'EC2', and Azure calls it 'Virtual Machines'.
❓ security
advanced2: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?
Attempts:
2 left
💡 Hint
The service name includes the provider's name.
✗ Incorrect
Azure Active Directory is Microsoft's cloud-based identity and access management service, part of Azure.
✅ Best Practice
advanced2: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?
Attempts:
2 left
💡 Hint
IAM Roles are a key part of this provider's security best practices.
✗ Incorrect
AWS uses IAM Roles to securely assign permissions to services and users without sharing long-term credentials.
❓ service_behavior
expert2: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?
Attempts:
2 left
💡 Hint
Think about how cloud storage handles bucket deletion and its contents.
✗ Incorrect
Google Cloud Storage deletes the bucket and all its objects immediately when the bucket is deleted.