Amazon AWS

AWS Certified Solutions Architect – Professional

SAP-C02
Popular

The AWS Certified Solutions Architect – Professional (SAP-C02) exam validates advanced skills in designing distributed systems on AWS. It is ideal for experienced architects looking to demonstrate their expertise.

485 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 481–485 of 485

Q481

A company needs to run its applications in different AWS regions to ensure low latency for global users. Which design pattern should they consider?

  • A Murphy's Law
  • B Multiregion Deployment
  • C Single Region Scaling
  • D Decoupling Components
Explanation Multiregion Deployment optimally reduces latency; the other options don't specifically address low latency for global users.
Q482

What happens when an EC2 instance is stopped and then restarted?

  • A Persistent storage is lost
  • B Public IP address is retained
  • C Instance type cannot be changed
  • D Data in ephemeral storage is lost
Explanation Data in ephemeral storage is lost on stop; the public IP changes, and instance type can be modified.
Q483

Which service ensures data consistency across multiple AWS accounts?

  • A AWS Organizations
  • B Amazon S3
  • C Amazon RDS
  • D AWS CloudTrail
Explanation AWS Organizations provides centralized management for accounts, ensuring policy consistency. The other services focus on storage, databases, or auditing.
Q484

A company needs to provision resources automatically based on demand changes. Which service should they use?

  • A AWS Lambda
  • B Auto Scaling
  • C AWS CloudFormation
  • D Amazon EC2
Explanation Auto Scaling automatically adjusts resources based on demand, while the others don't directly manage resource scaling.
Q485

What happens when an EC2 instance is terminated in a VPC?

  • A All associated EBS volumes are deleted
  • B The public IP address is retained
  • C The security groups remain unchanged
  • D Traffic routing remains unaffected
Explanation Terminating an EC2 instance deletes its associated EBS volumes unless configured otherwise; the other options do not align with EC2 termination behavior.