Exam Details

  • Exam Code
    :SAP-C01
  • Exam Name
    :AWS Certified Solutions Architect - Professional (SAP-C01)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :973 Q&As
  • Last Updated
    :Jul 09, 2023

Amazon Amazon Certifications SAP-C01 Questions & Answers

  • Question 291:

    A company has multiple AWS accounts and manages these accounts which AWS Organizations. A developer was given IAM user credentials to access AWS resources. The developer should have read-only access to all Amazon S3 buckets in the account. However, when the developer tries to access the S3 buckets from the console, they receive an access denied error message with no bucket listed.

    A solution architect reviews the permissions and finds that the developer's IAM user is listed as having read-only access to all S3 buckets in the account.

    Which additional steps should the solutions architect take to troubleshoot the issue? (Choose two.)

    A. Check the bucket policies for all S3 buckets.

    B. Check the ACLs for all S3 buckets.

    C. Check the SCPs set at the organizational units (OUs).

    D. Check for the permissions boundaries set for the IAM user.

    E. Check if an appropriate IAM role is attached to the IAM user.

  • Question 292:

    A company hosts a game player-matching service on a public facing, physical, on-premises instance that all users are able to access over the internet. All traffic to the instance uses UDP. The company wants to migrate the service to AWS and provide a high level of security. A solutions architect needs to design a solution for the player-matching service using AWS.

    Which combination of steps should the solutions architect take to meet these requirements? (Choose three.)

    A. Use a Network Load Balancer (NLB) in front of the player-matching instance. Use a friendly DNS entry in Amazon Route 53 pointing to the NLB's Elastic IP address.

    B. Use an Application Load Balancer (ALB) in front of the player-matching instance. Use a friendly DNS entry in Amazon Route 53 pointing to the ALB's internet-facing fully qualified domain name (FQDN).

    C. Define an AWS WAF rule to explicitly drop non-UDP traffic, and associate the rule with the load balancer.

    D. Configure a network ACL rule to block all non-UDP traffic. Associate the network ACL with the subnets that hold the load balancer instances.

    E. Use Amazon CloudFront with an Elastic Load Balancer as an origin.

    F. Enable AWS Shield Advanced on all public-facing resources.

  • Question 293:

    A company is planning to migrate an existing high performance computing (HPE) solution to the AWS Cloud. The existing solution consists of a 12-node cluster running Linux with high speed interconnectivity developed on a single rack. A solutions architect needs to optimize the performance of the HPE cluster.

    Which combination of steps will meet these requirements? (Choose two.)

    A. Deploy instances across at least three Availability Zones.

    B. Deploy Amazon EC2 instances in a placement group.

    C. Use Amazon EC2 instances that support Elastic Fabric Adapter (EFA).

    D. Use Amazon EC2 instances that support burstable performance.

    E. Enable CPU hyperthreading.

  • Question 294:

    An enterprise company is using a multi-account AWS strategy. There are separate accounts for development staging and production workloads. To control costs and improve governance the following requirements have been defined:

    1.

    The company must be able to calculate the AWS costs for each project.

    2.

    The company must be able to calculate the AWS costs for each environment development staging and production.

    3.

    Commonly deployed IT services must be centrally managed.

    4.

    Business units can deploy pre-approved IT services only.

    5.

    Usage of AWS resources in the development account must be limited.

    Which combination of actions should be taken to meet these requirements? (Choose three.)

    A. Apply environment, cost center, and application name tags to all taggable resources.

    B. Configure custom budgets and define thresholds using Cost Explorer.

    C. Configure AWS Trusted Advisor to obtain weekly emails with cost-saving estimates.

    D. Create a portfolio for each business unit and add products to the portfolios using AWS CloudFormation in AWS Service Catalog.

    E. Configure a billing alarm in Amazon CloudWatch.

    F. Configure SCPs in AWS Organizations to allow services available using AWS.

  • Question 295:

    An IoT company has rolled out a fleet of sensors for monitoring temperatures in remote locations. Each device connects to AWS IoT Core and sends a message 30 seconds, updating an Amazon DynamoDB table. A System Administrator users AWS IoT to verify the devices are still sending messages to AWS IoT Core: the database is not updating.

    What should a Solutions Architect check to determine why the database is not being updated?

    A. Verify the AWS IoT Device Shadow service is subscribed to the appropriate topic and is executing the AWS Lambda function.

    B. Verify that AWS IoT monitoring shows that the appropriate AWS IoT rules are being executed, and that the AWS IoT rules are enabled with the correct rule actions.

    C. Check the AWS IoT Fleet indexing service and verify that the thing group has the appropriate IAM role to update DynamoDB.

    D. Verify that AWS IoT things are using MQTT instead of MQTT over WebSocket, then check that the provisioning has the appropriate policy attached.

  • Question 296:

    A company is using AWS CloudFormation as its deployment tool for all application. It stages all application binaries and templates within Amazon S3 bucket with versioning enable Developers have access to an Amazon EC2 instance that hosts the integrated development (IDE). The Developers download the application binaries from Amazon S3 to the EC2 instance, make changes, and upload the binaries to an S3 bucket after running the unit locally. The developers want to improve the existing deployment mechanism and implement CI/CD using AWS CodePipeline.

    The developers have the following requirements:

    1.

    Use AWS CodeCommit for source control.

    2.

    Automate unit testing and security scanning.

    3.

    Alert the Developers when unit tests fail.

    4.

    Turn application features on and off, and customize deployment dynamically as part of CI/CD.

    5.

    Have the lead Developer provide approval before deploying an application.

    Which solution will meet these requirements?

    A. Use AWS CodeBuild to run tests and security scans. Use an Amazon EventBridge rule to send Amazon SNS alerts to the Developers when unit tests fail. Write AWS Cloud Developer kit (AWS CDK) constructs for different solution features, and use a manifest file to turn on and off in the AWS application. Use a manual improve stage in the pipeline to allow the lead Developer to approve

    applications.

    B. Use AWS CodeBuild to run unit test and security scans. Use Lambda in a subsequent stage in the pipeline to send Amazon SNS alerts to the developers when tests fail. Write Amplify plugins for different solution features and utilize user prompts to turn features on and off. Use Amazon SES in the pipeline to allow the lead Developer to approve applications.

  • Question 297:

    A retail company processes point-of-sale data on application servers in its data center and writes outputs to an Amazon DynamoDB table. The data center is connected to the company's VPC with an AWS Direct Connect (DX) connection, and the application servers require a consistent network connection at speeds greater than 2 Gbps.

    The company decides that the DynamoDB table needs to be highly available and fault tolerant. The company policy states that the data should be available across two regions.

    What changes should the company make to meet these requirements?

    A. Establish a second DX connection for redundancy. Use DynamoDB global tables to replicate data to a second Region. Modify the application to fail over to the second Region.

    B. Use an AWS managed VPN as a backup to DX. Create an identical DynamoDB table in a second Region. Modify the application to replicate data to both Regions.

    C. Establish a second DX connection for redundancy. Create an identical DynamoDB table in a second Region. Enable DynamoDB auto scaling to manage throughput capacity. Modify the application to write to the second Region.

    D. Use AWS managed VPN as a backup to DX. Create an identical DynamoDB table in a second Region. Enable DynamoDB streams to capture changes to the table. Use AWS Lambda to replicate changes to the second Region.

  • Question 298:

    A company has a web application that allows users to upload short videos. The videos are stored on Amazon EBS volumes and analyzed by custom recognition software for categorization. The website contains static content that has variable traffic with peaks in certain months. The architecture consists of Amazon EC2 instances running in an Auto Scaling group for the web application and EC2 instances running in an Auto Scaling group to process an Amazon SQS-queue. The company wants to re-architect the application to reduce operational overhead using AWS managed services where possible and remove dependencies on third-party software.

    Which solution meets these requirements?

    A. Use Amazon ECS containers for the web application and Spot instances for the Scaling group that processes the SQS queue. Replace the custom software with Amazon Rekognition to categorize the videos.

    B. Store the uploaded videos in Amazon EFS and mount the file system to the EC2 instances for the web application. Process the SQS queue with an AWS Lambda function that calls the Amazon Rekognition API to categorize the videos.

    C. Host the web application in Amazon S3. Store the uploaded videos in Amazon S3. Use S3 event notification to publish events to the SQS queue. Process the SQS queue with an AWS Lambda function that call the Amazon Rekognition API to categorize the videos.

    D. Use AWS Elastic Beanstalk to launch EC2 instances in an Auto Scaling group for the application and launch a worker environment to process the SQS queue. Replace the custom software with Amazon Rekognition to categorize the videos.

  • Question 299:

    A company has a photo sharing social networking application. To provide a consistent experience for users, the company performs some image processing on the photos uploaded by users before publishing on the application. The image processing is implemented using a set of Python libraries.

    The current architecture is as follows:

    1.

    The image processing Python code runs in a single Amazon EC2 instance and stores the processed images in an Amazon S3 bucket named ImageBucket.

    2.

    The front-end application, hosted in another bucket, loads the images from ImageBucket to display to users.

    With plans for global expansion, the company wants to implement changes in its existing architecture to be able to scale for increased demand on the application and reduce management complexity as the application scales.

    Which combination of changes should a solutions architect make? (Choose two.)

    A. Place the image processing EC2 instance into an Auto Scaling group.

    B. Use AWS Lambda to run the image processing tasks.

    C. Use Amazon Rekognition for image processing.

    D. Use Amazon CloudFront in front of ImageBucket.

    E. Deploy the applications in an Amazon ECS cluster and apply Service Auto Scaling.

  • Question 300:

    A company has a VPC with two domain controllers running Active Directory in the default configuration. The VPC DHCP options set is configured to use the IP addresses of the two domain controllers. There is a VPC interface endpoint defined; but instances within the VPC are not able to resolve the private endpoint addresses.

    Which strategies would resolve this issue? (Choose two.)

    A. Define an outbound Amazon Route 53 Resolver. Set a conditional forward rule for the Active Directory domain to the Active Directory servers. Update the VPC DHCP options set to AmazonProvidedDNS.

    B. Update the DNS service on the Active Directory servers to forward all non-authoritative queries to the VPC Resolver.

    C. Define an inbound Amazon Route 53 Resolver. Set a conditional forward rule for the Active Directory domain to the Active Directory servers. Update the VPC DHCP options set to AmazonProvidedDNS.

    D. Update the DNS service on the client instances to split DNS queries between the Active Directory servers and the VPC Resolver.

    E. Update the DNS service on the Active Directory servers to forward all queries to the VPC Resolver.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Amazon exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your SAP-C01 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.