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 331–340 of 485

Q331

Which service allows for serverless computing in AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D Amazon S3
Explanation AWS Lambda provides serverless computing, while the others are not serverless services.
Q332

You are configuring a VPC with multiple subnets. What is the function of a route table?

  • A Manage security group rules
  • B Define network ACLs
  • C Control traffic flow
  • D Allocate IP addresses
Explanation The route table controls the flow of traffic between subnets and the Internet.
Q333

A company needs high availability and low latency for its application across regions. Which AWS service should it use?

  • A Amazon CloudFront
  • B Amazon Route 53
  • C AWS Global Accelerator
  • D AWS Lambda
Explanation AWS Global Accelerator optimizes path and ensures high availability, while others serve different purposes.
Q334

Which service provides scalable DNS management?

  • A Amazon Route 53
  • B AWS Shield
  • C Amazon CloudFront
  • D AWS Direct Connect
Explanation Amazon Route 53 is designed for DNS management, while the others serve different purposes.
Q335

A company needs to manage cost with a serverless backend. Which AWS service should they use?

  • A Amazon EC2
  • B AWS Lambda
  • C Amazon RDS
  • D Amazon ECS
Explanation AWS Lambda is serverless and cost-efficient, while the others require managing servers.
Q336

You are configuring S3 bucket policies. What happens if two conflicting policies are defined?

  • A Deny takes precedence over allow
  • B Allow always takes precedence
  • C Both policies are ignored
  • D Policies are merged automatically
Explanation In AWS, an explicit deny will always override allows in conflicting policies.
Q337

Which service allows for real-time data streaming on AWS?

  • A Amazon Kinesis
  • B Amazon S3
  • C AWS Batch
  • D AWS Glue
Explanation Amazon Kinesis is specifically designed for real-time data streaming, while S3 is for storage.
Q338

A company needs a secure way to share sensitive data among multiple AWS accounts. Which service should they use?

  • A Amazon S3 with bucket policies
  • B AWS Resource Access Manager
  • C AWS Secrets Manager
  • D AWS Direct Connect
Explanation AWS Resource Access Manager allows sharing resources securely between accounts, unlike the other options.
Q339

What happens when you set the termination policy in an Auto Scaling group to 'OldestInstance'?

  • A Newest instances are terminated first
  • B A random instance is terminated
  • C Instance with highest CPU is terminated
  • D Oldest instances are terminated first
Explanation The 'OldestInstance' policy removes the oldest instance, not the newest or randomly.
Q340

Which service allows for real-time processing of streaming data in AWS?

  • A Amazon Kinesis
  • B Amazon SQS
  • C AWS Glue
  • D Amazon RDS
Explanation Kinesis is designed specifically for real-time data processing; SQS is for message queuing, Glue is for ETL, and RDS is a relational database service.