0
0
AWScloud~20 mins

Cloud deployment models (public, private, hybrid) in AWS - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cloud Deployment Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Identify the correct cloud deployment model

Which cloud deployment model allows multiple organizations to share infrastructure but keeps data isolated for each?

APrivate cloud
BCommunity cloud
CPublic cloud
DHybrid cloud
Attempts:
2 left
💡 Hint

Think about a cloud shared by organizations with similar needs.

Architecture
intermediate
1:30remaining
Choose the best AWS service for a private cloud setup

You want to create a private cloud environment on AWS that isolates your resources from other customers. Which AWS service fits this requirement best?

AAmazon VPC with private subnets
BAWS Lambda functions
CAmazon S3 public buckets
DAmazon EC2 instances in a public subnet
Attempts:
2 left
💡 Hint

Consider network isolation within AWS.

service_behavior
advanced
2:00remaining
Behavior of hybrid cloud in AWS

In a hybrid cloud setup using AWS, which behavior correctly describes data flow between on-premises data center and AWS cloud?

AData is stored only on AWS cloud with no on-premises access
BData flows only from AWS cloud to on-premises with no return path
CData flows bidirectionally between on-premises and AWS cloud using VPN or Direct Connect
DData flows only within on-premises network without AWS involvement
Attempts:
2 left
💡 Hint

Think about secure connections linking both environments.

security
advanced
2:00remaining
Security best practice in hybrid cloud deployment

Which security practice is most important when managing a hybrid cloud environment?

AEncrypting data in transit between on-premises and cloud environments
BUsing the same firewall rules for both on-premises and cloud without changes
CDisabling all network monitoring to improve performance
DAllowing unrestricted access between cloud and on-premises networks
Attempts:
2 left
💡 Hint

Think about protecting data moving between environments.

Best Practice
expert
2:30remaining
Optimizing cost in hybrid cloud architecture

You manage a hybrid cloud with AWS and on-premises servers. Which approach best optimizes cost while maintaining performance?

AKeep all workloads on-premises to avoid cloud costs
BRun all workloads in AWS cloud to eliminate on-premises expenses
CDuplicate all workloads in both environments for maximum availability
DUse AWS for variable workloads and on-premises for steady workloads to balance cost and performance
Attempts:
2 left
💡 Hint

Consider workload patterns and cost efficiency.