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 241–250 of 485

Q241

Which service provides firewall policies for VPC traffic?

  • A AWS WAF
  • B AWS Shield
  • C AWS Network Firewall
  • D AWS Security Hub
Explanation AWS Network Firewall offers advanced security for VPC traffic, while others serve different roles.
Q242

A company needs to store large amounts of unstructured data for analysis. Which AWS service should they choose?

  • A Amazon RDS
  • B Amazon S3
  • C Amazon DynamoDB
  • D Amazon EFS
Explanation Amazon S3 is ideal for unstructured data, unlike RDS which is structured, and others which serve specific purposes.
Q243

You are configuring an AWS Lambda function with a maximum timeout of 15 minutes. What happens if execution exceeds this limit?

  • A Execution completes as normal
  • B Lambda throttles the function
  • C Lambda returns an error immediately
  • D Execution is paused until time resets
Explanation If the timeout is exceeded, AWS Lambda returns an error immediately without allowing execution to continue.
Q244

Which service provides serverless event-driven computing?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D Amazon S3
Explanation AWS Lambda enables serverless computing and reacts to events, while others are not serverless event-driven services.
Q245

A company needs to distribute content globally. Which service should they use?

  • A Amazon CloudFront
  • B AWS Direct Connect
  • C Amazon Route 53
  • D AWS Global Accelerator
Explanation Amazon CloudFront is a CDN that delivers content globally, while other options cater to different networking needs.
Q246

What happens when you delete an Amazon EBS volume?

  • A Data is lost instantly
  • B Data is retained until overwritten
  • C Volume goes to S3 bucket
  • D Delete protection activates automatically
Explanation Deleting an EBS volume generally causes immediate data loss, while other options do not apply to EBS volume behavior.
Q247

Which service allows you to create a virtual private cloud?

  • A Amazon VPC
  • B AWS Direct Connect
  • C Amazon CloudFront
  • D AWS Global Accelerator
Explanation Amazon VPC is specifically designed to create isolated virtual networks, while the others serve different networking needs.
Q248

A company needs to run a batch job and wants to minimize costs by using compute resources only when the job is running. Which service should they use?

  • A Amazon EC2
  • B AWS Lambda
  • C Amazon ECS
  • D AWS Batch
Explanation AWS Batch is designed to efficiently provision compute resources for batch jobs, while the other options do not focus specifically on batch processing.
Q249

You are configuring a Multi-Region Active-Active architecture. What happens if one region goes down?

  • A Traffic is lost permanently.
  • B Traffic is rerouted to other regions.
  • C Data consistency is guaranteed regardless.
  • D Both regions become inactive.
Explanation Traffic can be rerouted to other active regions, providing resiliency in multi-region setups, while the other statements do not accurately reflect typical behaviors.
Q250

Which service is best for real-time data streaming?

  • A Amazon Kinesis
  • B AWS S3
  • C Amazon RDS
  • D AWS Lambda
Explanation Amazon Kinesis specializes in real-time data processing, while the others serve different purposes.