SAP-C01 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 SAP-C01 Online Questions & Answers

  • Question 371:

    What combination of steps could a Solutions Architect take to protect a web workload running on Amazon EC2 from DDoS and application layer attacks? (Choose two.)

    A. Put the EC2 instances behind a Network Load Balancer and configure AWS WAF on it.
    B. Migrate the DNS to Amazon Route 53 and use AWS Shield.
    C. Put the EC2 instances in an Auto Scaling group and configure AWS WAF on it.
    D. Create and use an Amazon CloudFront distribution and configure AWS WAF on it.
    E. Create and use an internet gateway in the VPC and use AWS Shield.

  • Question 372:

    A company wants to host a new global website that consists of static content. A solutions architect is working on a solution that uses Amazon CloudFront with an origin access identity

    During testing, the solutions architect receives 404 errors from the S3 bucket. Error messages appear only for attempts to access paths that end with a forward slash. such as example.com/path/. These requests should return the existing S3 object path/index.html. Any potential solution must not prevent CloudFront from caching the content.

    What should the solutions architect do to resolve this problem?

    A. Change the CloudFront origin to an Amazon API Gateway proxy endpoint. Rewrite the S3 request URL by using an AWS Lambda function.
    B. Change the CloudFront origin to an Amazon API Gateway endpoint. Rewrite the S3 request URL in an AWS service integration.
    C. Change the CloudFront configuration to use an AWS Lambda@Edge function that is invoked by a viewer request event to rewrite the S3 request URL.
    D. Change the CloudFront configuration to use an AWS Lambda@Edge function that is invoked by an origin request event to rewrite the S3 request URL.

  • Question 373:

    A company hosts a blog post application on AWS using Amazon API Gateway, Amazon DynamoDB, and AWS Lambda. The application currently does not use API keys to authorize requests. The API model is as follows:

    1.

    GET/posts/[postid] to get post details

    2.

    GET/users[userid] to get user details

    3.

    GET/comments/[commentid] to get comments details

    The company has noticed users are actively discussing topics in the comments section, and the company wants to increase user engagement by marking the comments appears in real time.

    Which design should be used to reduce comment latency and improve user experience?

    A. Use edge-optimized API with Amazon CloudFront to cache API responses.
    B. Modify the blog application code to request GET comment[commented] every 10 seconds.
    C. Use AWS AppSync and leverage WebSockets to deliver comments.
    D. Change the concurrency limit of the Lambda functions to lower the API response time.

  • Question 374:

    A user has created a VPC with public and private subnets using the VPC wizard. The VPC has CIDR 20.0.0.0/16. The private subnet uses CIDR 20.0.0.0/24. The NAT instance ID is i-a12345. Which of the below mentioned entries are required in the main route table attached with the private subnet to allow instances to connect with the internet?

    A. Destination: 20.0.0.0/0 and Target: 80
    B. Destination: 20.0.0.0/0 and Target: i-a12345
    C. Destination: 20.0.0.0/24 and Target: i-a12345
    D. Destination: 0.0.0.0/0 and Target: i-a12345

  • Question 375:

    A company that is new to AWS reports it has exhausted its service limits across several accounts that are on the Basic Support plan. The company would like to prevent this from happening in the future. What is the MOST efficient way of monitoring and managing all service limits in the company's accounts?

    A. Use Amazon CloudWatch and AWS Lambda to periodically calculate the limits across all linked accounts using AWS Trusted Advisor, provide notifications using Amazon SNS if the limits are close to exceeding the threshold.
    B. Reach out to AWS Support to proactively increase the limits across all accounts. That way, the customer avoids creating and managing infrastructure just to raise the service limits.
    C. Use Amazon CloudWatch and AWS Lambda to periodically calculate the limits across all linked accounts using AWS Trusted Advisor, programmatically increase the limits that are close to exceeding the threshold.
    D. Use Amazon CloudWatch and AWS Lambda to periodically calculate the limits across all linked accounts using AWS Trusted Advisor, and use Amazon SNS for notifications if a limit is close to exceeding the threshold. Ensure that the accounts are using the AWS Business Support plan at a minimum.

  • Question 376:

    A user is running a critical batch process which runs for 1 hour and 50 mins every day at a fixed time. Which of the below mentioned options is the right instance type and costing model in this case if the user performs the same task for the whole year?

    A. Instance store backed instance with spot instance pricing.
    B. EBS backed instance with standard reserved upfront instance pricing.
    C. EBS backed scheduled reserved instance with partial instance pricing.
    D. EBS backed instance with on-demand instance pricing.

  • Question 377:

    An organization is setting up a backup and restore system in AWS of their in premise system. The organization needs High Availability(HA) and Disaster Recovery(DR) but is okay to have a longer recovery time to save costs.

    Which of the below mentioned setup options helps achieve the objective of cost saving as well as DR in the most effective way?

    A. Setup pre-configured servers and create AMIs. Use EIP and Route 53 to quickly switch over to AWS from in premise.
    B. Setup the backup data on S3 and transfer data to S3 regularly using the storage gateway.
    C. Setup a small instance with AutoScaling; in case of DR start diverting all the load to AWS from on premise.
    D. Replicate on premise DB to EC2 at regular intervals and setup a scenario similar to the pilot light.

  • Question 378:

    Your company produces customer commissioned one-of-a-kind skiing helmets combining nigh fashion with custom technical enhancements Customers can show off their Individuality on the ski slopes and have access to head-up-displays.

    GPS rear-view cams and any other technical innovation they wish to embed in the helmet.

    The current manufacturing process is data rich and complex including assessments to ensure that the custom electronics and materials used to assemble the helmets are to the highest standards Assessments are a mixture of human and

    automated assessments you need to add a new set of assessment to model the failure modes of the custom electronics using GPUs with CUDA, across a cluster of servers with low latency networking.

    What architecture would allow you to automate the existing process using a hybrid approach and ensure that the architecture can support the evolution of processes over time?

    A. Use AWS Data Pipeline to manage movement of data and meta-data and assessments Use an auto-scaling group of G2 instances in a placement group.
    B. Use Amazon Simple Workflow (SWF) to manages assessments, movement of data and meta-data Use an auto-scaling group of G2 instances in a placement group.
    C. Use Amazon Simple Workflow (SWF) to manages assessments movement of data and meta-data Use an auto-scaling group of C3 instances with SR-IOV (Single Root I/O Virtualization).
    D. Use AWS data Pipeline to manage movement of data and meta-data and assessments use auto-scaling group of C3 with SR-IOV (Single Root I/O virtualization).

  • Question 379:

    Which of the following Amazon RDS storage types is ideal for applications with light or burst I/O requirements?

    A. Both magnetic and Provisioned IOPS storage
    B. Magnetic storage
    C. Provisioned IOPS storage
    D. None of these

  • Question 380:

    A web-startup runs its very successful social news application on Amazon EC2 with an Elastic Load Balancer, an Auto-Scaling group of Java/Tomcat application-servers, and DynamoDB as data store. The main web-application best runs on m2 x large instances since it is highly memory- bound Each new deployment requires semi-automated creation and testing of a new AMI for the application servers which takes quite a while ana is therefore only done once per week. Recently, a new chat feature has been implemented in nodejs and wails to be integrated in the architecture. First tests show that the new component is CPU bound Because the company has some experience with using Chef, they decided to streamline the deployment process and use AWS Ops Works as an application life cycle tool to simplify management of the application and reduce the deployment cycles.

    What configuration in AWS Ops Works is necessary to integrate the new chat module in the most cost-efficient and flexible way?

    A. Create one AWS OpsWorks stack, create one AWS Ops Works layer, create one custom recipe
    B. Create one AWS OpsWorks stack create two AWS Ops Works layers, create one custom recipe
    C. Create two AWS OpsWorks stacks create two AWS Ops Works layers, create one custom recipe
    D. Create two AWS OpsWorks stacks create two AWS Ops Works layers, create two custom recipe

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.