Amazon AWS

AWS Certified Solutions Architect – Associate

SAA-C03
Popular Trending

The AWS Certified Solutions Architect – Associate (SAA-C03) exam tests your ability to design distributed systems on AWS. It is one of the most sought-after certifications in the cloud domain.

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

Questions 441–450 of 483

Q441

What happens when you use multiple Availability Zones for RDS?

  • A Improved performance only.
  • B Higher cost with no benefits.
  • C Increased fault tolerance.
  • D Automatic scaling of storage.
Explanation Multiple Availability Zones provide higher fault tolerance, protecting from hardware failures.
Q442

Which service is used for serverless computing in AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS S3
  • D Amazon RDS
Explanation AWS Lambda allows code execution without server management, while others involve managing infrastructure.
Q443

A company needs to connect a VPC to an on-premises network. Which AWS service should they use?

  • A AWS VPN
  • B AWS Transit Gateway
  • C AWS Direct Connect
  • D Amazon CloudFront
Explanation AWS Direct Connect provides dedicated network connections, while other options are less suited for reliable connection to on-premises.
Q444

What happens when an S3 bucket policy is created that prohibits a specific IAM user from accessing that bucket?

  • A The user maintains access.
  • B Access is denied to the user.
  • C Policy has no effect.
  • D User access is granted.
Explanation S3 bucket policies explicitly deny access as defined, while other options contradict the policy’s impact.
Q445

Which service provides on-demand compute resources in AWS?

  • A EC2
  • B S3
  • C RDS
  • D CloudFront
Explanation EC2 provides scalable compute capacity; S3 is for storage, RDS is for databases, and CloudFront is a CDN.
Q446

A company needs to store large sets of unstructured data. Which service should they choose?

  • A RDS
  • B DynamoDB
  • C S3
  • D EFS
Explanation S3 is optimal for unstructured data storage, unlike RDS and DynamoDB which are for structured data.
Q447

What happens when an IAM user attempts to access a resource without permission?

  • A Access is granted immediately.
  • B Access is denied.
  • C User is blocked permanently.
  • D IAM policy provides automatic permissions.
Explanation Access is explicitly denied when permissions are missing; access cannot be granted unless explicitly allowed by policies.
Q448

Which AWS service is used for event-driven computing?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS Batch
  • D Amazon EBS
Explanation AWS Lambda executes code in response to events; others serve different purposes.
Q449

A company needs to host a scalable web application. Which combination of services is most suitable?

  • A Amazon EC2 and Amazon RDS
  • B Amazon S3 and AWS Lambda
  • C Amazon CloudFront and Route 53
  • D Amazon DynamoDB and Elastic Load Balancing
Explanation Amazon EC2 and RDS allow for scalable hosting; others aren't optimal for full web application hosting.
Q450

What happens when you disable versioning on an S3 bucket?

  • A All versions are deleted
  • B New versions won't be created
  • C Old versions become inaccessible
  • D Current version is retained only
Explanation Disabling versioning prevents future version creation; prior versions remain accessible.