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 71–80 of 485

Q71

A company needs to distribute content globally with low latency. Which solution should they implement?

  • A Amazon S3
  • B Amazon CloudFront
  • C Amazon Route 53
  • D AWS Global Accelerator
Explanation Amazon CloudFront is specifically designed for content delivery with low latency, unlike the other options which serve different purposes.
Q72

What happens when two Amazon EC2 instances with identical security group settings receive a sudden influx of requests?

  • A Only one instance processes requests
  • B Both instances share the load
  • C Requests are dropped
  • D Service downtime occurs
Explanation With load balancing, both EC2 instances can handle requests simultaneously, preventing overload, unlike the other options.
Q73

Which AWS service provides a fully managed database migration service?

  • A AWS Database Migration Service
  • B Amazon RDS
  • C AWS Snowball
  • D Amazon S3
Explanation AWS Database Migration Service simplifies database migration tasks, whereas the others serve different purposes.
Q74

A company needs to securely share sensitive data with external partners using AWS. What should they use?

  • A Amazon S3 with bucket policies
  • B AWS Transfer Family
  • C AWS Secrets Manager
  • D Amazon RDS sharing
Explanation Amazon S3 with bucket policies allows secure sharing, unlike the others which don't meet this requirement.
Q75

What happens when you delete an S3 bucket that contains versioned objects?

  • A All versions are deleted instantly
  • B Only the latest version is deleted
  • C Bucket can remain and versions exist
  • D The bucket is not deletable
Explanation The bucket can remain while the versions exist unless explicitly deleted, contrary to the other incorrect options.
Q76

Which AWS service allows you to set up a content delivery network (CDN)?

  • A AWS CloudFront
  • B AWS Route 53
  • C AWS Elastic Load Balancing
  • D AWS Direct Connect
Explanation AWS CloudFront is the CDN service, while the others serve different purposes.
Q77

A company needs to securely share S3 bucket data with external partners. What should they use?

  • A Bucket Policy
  • B AWS IAM Roles
  • C S3 Cross-Region Replication
  • D S3 Transfer Acceleration
Explanation Bucket Policy allows fine-grained access control which is ideal for sharing with external partners.
Q78

You are configuring an Auto Scaling group. What happens if an instance fails to launch due to insufficient capacity?

  • A Auto Scaling waits and retries the launch
  • B Auto Scaling terminates all running instances
  • C Auto Scaling raises a CloudWatch alarm
  • D Auto Scaling stops the group indefinitely
Explanation Auto Scaling will retry to launch the instance if there is insufficient capacity.
Q79

Which service ensures the highest data durability for stored objects?

  • A Amazon S3
  • B Amazon EBS
  • C Amazon RDS
  • D Amazon Lambda
Explanation Amazon S3 provides 99.999999999% durability for stored objects, while the others do not match this durability level.
Q80

A company needs to deploy a multi-tier application to improve scalability. Which architecture pattern should they consider?

  • A Monolithic architecture
  • B Microservices architecture
  • C Serverless architecture
  • D N-tier architecture
Explanation Microservices architecture enables independent scaling of components, unlike the other options that either lack scalability benefits or are more rigid.