Best AWS-Solutions-Architect-Associate Exam Dumps for the Preparation of Latest Exam Questions [Q69-Q84]

Share

Best AWS-Solutions-Architect-Associate Exam Dumps for the Preparation of Latest Exam Questions

AWS-Solutions-Architect-Associate Actual Questions 100% Same Braindumps with Actual Exam!


The AWS-Solutions-Associate certification exam is a challenging exam that requires candidates to possess a deep understanding of AWS services and best practices. To prepare for the exam, candidates can take various training courses and practice exams offered by AWS. They can also use AWS documentation and whitepapers to enhance their knowledge and skills in cloud computing. Passing the AWS-Solutions-Associate certification exam can help individuals gain recognition as an AWS Solutions Architect and open up new career opportunities in cloud computing.


Achieving the AWS Certified Solutions Architect – Associate (SAA-C02) certification is an excellent way to demonstrate your expertise in AWS and enhance your career opportunities. AWS Certified Solutions Architect - Associate (SAA-C02) certification is highly valued by employers and opens up many job opportunities for professionals in the cloud computing industry. Additionally, this certification is a prerequisite for higher-level AWS certifications, such as the AWS Certified Solutions Architect – Professional certification, making it an essential step in your career progression.


The benefit of obtaining the AWS Solutions Associate Certification

Gain real benefits to help you showcase your accomplishments and advance your expertise. Once AWS Certified, you'll be qualified for perks that can assist you to show off your achievements and keep learning. In addition to validating your technical skills, AWS Certification can help you further develop your expertise.

Amazon Web Services follows impressive security standards for safeguarding, monitoring, and maintenance of its data centres. so as a result, AWS has gained the top spot on the list of cloud service providers. So, one should go for AWS certifications due to their status. If you want to invest time and effort in acquiring knowledge about cloud technologies, then it's better to go with the leader.

 

NEW QUESTION # 69
You need to configure an Amazon S3 bucket to serve static assets for your public-facing web application.
Which methods ensure that all objects uploaded to the bucket are set to public read? Choose 2 answers

  • A. Configure the bucket ACL to sell all objects to public read
  • B. Set permissions on the object to public read during upload
  • C. Amazon S3 objects default to public read, so no action is needed
  • D. Use AWS identity and access Management roles to set the bucket to public read
  • E. Configure the bucket policy to set all objects to public read

Answer: A,E


NEW QUESTION # 70
A gaming company comes to you and asks you to build them infrastructure for their site. They are not sure how big they will be as with all start ups they have limited money and big ideas. What they do tell you is that if the game becomes successful, like one of their previous games, it may rapidly grow to millions of users and generate tens (or even hundreds) of thousands of writes and reads per second. After considering all of this, you decide that they need a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. Which of the following databases do you think would best fit their needs?

  • A. Amazon Redshift
  • B. Amazon DynamoDB
  • C. Any non-relational database.
  • D. Amazon SimpleDB

Answer: B

Explanation:
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. Amazon DynamoDB enables customers to offload the administrative burdens of operating and scaling distributed databases to AWS, so they don't have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling.
Today's web-based applications generate and consume massive amounts of data. For example, an online game might start out with only a few thousand users and a light database workload consisting of 10 writes per second and 50 reads per second. However, if the game becomes successful, it may rapidly grow to millions of users and generate tens (or even hundreds) of thousands of writes and reads per second. It may also create terabytes or more of data per day. Developing your applications against Amazon DynamoDB enables you to start small and simply dial-up your request capacity for a table as your requirements scale, without incurring downtime. You pay highly cost-efficient rates for the request capacity you provision, and let Amazon DynamoDB do the work over partitioning your data and traffic over sufficient server capacity to meet your needs. Amazon DynamoDB does the database management and administration, and you simply store and request your data. Automatic replication and failover provides built-in fault tolerance, high availability, and data durability. Amazon DynamoDB gives you the peace of mind that your database is fully managed and can grow with your application requirements.
Reference: http://aws.amazon.com/dynamodb/faqs/


NEW QUESTION # 71
A development team is collaborating with another company to create an integrated product. The other company needs to access an Amazon Simple Queue Service (Amazon SQS) queue that is contained in the development team's account. The other company wants to poll the queue without giving up its own account permissions to do so.
How should a solutions architect provide access to the SQS queue?

  • A. Create an instance profile that provides the other company access to the SQS queue.
  • B. Create an Amazon Simple Notification Service (Amazon SNS) access policy that provides the other company access to the SQS queue.
  • C. Create an SQS access policy that provides the other company access to the SQS queue.
  • D. Create an IAM policy that provides the other company access to the SQS queue.

Answer: C


NEW QUESTION # 72
An application runs on EC2 instances behind an Elastic Load Balancing Application Load Balancer. The instances run in an EC2 Auto Scaling group across multiple Availability Zones. The application provides a RESTful interface with both synchronous and asynchronous operations. The asynchronous operations requireup to 5 minutes to complete. Although the application must remain available at all times, after business hours, the traffic going to the application is greatly reduced and often results in the Auto Scaling group running the minimum number of On-Demand Instances.
What should the Solutions Architect recommend to optimize the cost of the environment after business hours?

  • A. Change the Availability Zones in which the instances were created to another Availability Zone in the same region with a lower cost.
  • B. Reduce the number of minimum instances to 0. New requests to the Application Load Balancer create new instances.
  • C. Purchase Reserved Instances for the minimum number of Auto Scaling instances.
  • D. Replace all On-Demand Instances with Spot Instances in the Auto Scaling group.

Answer: D


NEW QUESTION # 73
While signing in REST/ Query requests, for additional security, you should transmit your requests using Secure Sockets Layer (SSL) by using _________

  • A. Internet Protocol Security(IPsec)
  • B. HTTPS
  • C. TLS (Transport Layer Security)
  • D. HTTP

Answer: B


NEW QUESTION # 74
A company runs a Windows Server host in a public subnet that is configured to allow a team of administrators to connect over RDP to troubleshoot issues with hosts in a private subnet. The host must be available at all times outside of a scheduled maintenance window, and needs to receive the latest operating system updates within 3 days of release.
What should be done to manage the host with the LEAST amount of administrative effort?

  • A. Run the host on AWS WorkSpaces. Use Amazon WorkSpaces Application Manager (WAM) to harden the host. Configure Windows automatic updates to occur every 3 days.
  • B. Run the host in an Auto Scaling group with a minimum and maximum instance count of 1. Use a hardened machine image from AWS Marketplace. Apply system updates with AWS Systems Manager Patch Manager.
  • C. Run the host in a single-instance AWS Elastic Beanstalk environment. Configure the environment with a custom AMI to use a hardened machine image from AWS Marketplace. Apply system updates with AWS Systems Manager Patch Manager.
  • D. Run the host in AWS OpsWorks Stacks. Use a Chief recipe to harden the AMI during instance launch.
    Use an AWS Lambda scheduled event to run the Upgrade Operating System stack command to apply system updates.

Answer: A

Explanation:
Explanation/Reference:
https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html


NEW QUESTION # 75
A company's near-real-time streaming application is running on AWS. As the data is ingested, a job runs on the data and takes 30 minutes to complete. The workload frequently experiences high latency due to large amounts of incoming data A solutions architect needs to design a scalable and serverless solution to enhance performance.
Which combination of steps should the solutions architect take? (Select TWO.)

  • A. Use Amazon EC2 instances in an Auto Scaling group to process the data
  • B. Use AWS Lambda with AWS Step Functions to process the data.
  • C. Use AWS Database Migration Service (AWS DMS) to ingest the data.
  • D. Use Amazon Kinesis Data Firehose to ingest the data
  • E. Use AWS Fargate with Amazon Elastic Container Service (Amazon ECS) to process the data.

Answer: D,E

Explanation:
Explanation
https://aws.amazon.com/blogs/big-data/building-a-scalable-streaming-data-processor-with-amazon-kinesis-data-


NEW QUESTION # 76
A company has a data ingestion workflow that includes the following components:
* An Amazon Simple Notation Service (Amazon SNS) topic that receives notifications about new data deliveries
* An AWS Lambda function that processes and stores the data
The ingestion workflow occasionally fails because of network connectivity issues. When tenure occurs the corresponding data is not ingested unless the company manually reruns the job. What should a solutions architect do to ensure that all notifications are eventually processed?

  • A. Configure the Lambda function (or deployment across multiple Availability Zones
  • B. Configure the SNS topic's retry strategy to increase both the number of retries and the wait time between retries
  • C. Modify me Lambda functions configuration to increase the CPU and memory allocations tor the (unction
  • D. Configure an Amazon Simple Queue Service (Amazon SQS) queue as the on failure destination Modify the Lambda function to process messages in the queue

Answer: D

Explanation:
Explanation
https://docs.aws.amazon.com/sns/latest/dg/sns-dead-letter-queues.html


NEW QUESTION # 77
A company stores website images in Amazon S3 and wants to automatically create thumbnails from them. A Solutions Architect must create a highly scalable infrastructure to store and execute thumbnail-creation code.
The Solutions Architect wants to use Amazon S3 event notification to accomplish this task.
Which service should the Solutions Architect choose to trigger from the event?

  • A. AWS Lambda
  • B. AWS Batch
  • C. Amazon Redshift
  • D. Amazon API Gateway

Answer: A


NEW QUESTION # 78
A company is preparing to deploy a data lake on AWS. A solutions architect must define the encryption strategy tor data at rest m Amazon S3 The company's security policy states
* Keys must be rotated every 90 days
* Strict separation of duties between key users and key administrators must be implemented
* Auditing key usage must be possible
What should the solutions architect recommend?

  • A. Server-side encryption with Amazon S3 managed keys (SSE-S3) with customer managed customer master keys (CMKs)
  • B. Server-side encryption with AWS KMS managed keys (SSE-KMS) with customer managed customer master keys (CMKs)
  • C. Server-side encryption with Amazon S3 managed keys (SSE-S3) with AWS managed customer master keys (CMKs)
  • D. Server-side encryption with AWS KMS managed keys (SSE-KMS) with AWS managed customer master keys (CMKs)

Answer: D


NEW QUESTION # 79
Please select the Amazon EC2 resource which can be tagged.

  • A. key pairs
  • B. Amazon EBS snapshots
  • C. Elastic IP addresses
  • D. placement groups

Answer: B


NEW QUESTION # 80
A user has hosted an application on EC2 instances. The EC2 instances are configured with ELB and Auto
Scaling. The application server session time out is 2 hours. The user wants to configure connection draining to ensure that all in-flight requests are supported by ELB even though the instance is being deregistered. What time out period should the user specify for connection draining?

  • A. 2 hours
  • B. 5 minutes
  • C. 30 minutes
  • D. 1 hour

Answer: D

Explanation:
The Elastic Load Balancer connection draining feature causes the load balancer to stop sending new requests to the back-end instances when the instances are deregistering or become unhealthy, while ensuring that in-flight requests continue to be served. The user can specify a maximum time of 3600 seconds (1 hour) for the load balancer to keep the connections alive before reporting the instance as deregistered. If the user does not specify the maximum timeout period, by default, the load balancer will close the connections to the deregistering instance after 300 seconds.
Reference:
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-conn-drain.html


NEW QUESTION # 81
In AWS CloudHSM, in addition to the AWS recommendation that you use two or more HSM appliances in a high-availability configuration to prevent the loss of keys and data, you can also perform a remote backup/restore of a Luna SA partition if you have purchased a:

  • A. Luna Backup HSM.
  • B. Luna Restore HSM.
  • C. Luna HSM.
  • D. Luna SA HSM.

Answer: A

Explanation:
In AWS CloudHSM, you can perform a remote backup/restore of a Luna SA partition if you have purchased a Luna Backup HSM.
Reference: http://docs.aws.amazon.com/cloudhsm/latest/userguide/cloud-hsm-backup-restore.html


NEW QUESTION # 82
If you want to launch Amazon Elastic Compute Cloud (EC2) instances and assign each instance a predetermined private IP address you should:

  • A. Assign a group of sequential Elastic IP address to the instances.
  • B. Launch the instance from a private Amazon Machine Image (AMI).
  • C. Launch the instances in a Placement Group.
  • D. Launch the instances in the Amazon Virtual Private Cloud (VPC).
  • E. Use standard EC2 instances since each instance gets a private Domain Name Service (DNS) already.

Answer: D


NEW QUESTION # 83
Once again your customers are concerned about the security of their sensitive data and with their latest enquiry ask about what happens to old storage devices on AWS. What would be the best answer to this question?

  • A. AWS reformats the disks and uses them again.
  • B. AWS uses their own proprietary software to destroy data as part of the decommissioning process.
  • C. AWS uses the techniques detailed in DoD 5220.22-M to destroy data as part of the decommissioning process.
  • D. AWS uses a 3rd party security organization to destroy data as part of the decommissioning process.

Answer: C

Explanation:
When a storage device has reached the end of its useful life, AWS procedures include a decommissioning process that is designed to prevent customer data from being exposed to unauthorized individuals.
AWS uses the techniques detailed in DoD 5220.22-M ("National Industrial Security Program Operating Manual ") or NIST 800-88 ("Guidelines for Media Sanitization") to destroy data as part of the decommissioning process.
All decommissioned magnetic storage devices are degaussed and physically destroyed in accordance with industry-standard practices.
Reference: http://d0.awsstatic.com/whitepapers/Security/AWS%20Security%20Whitepaper.pdf


NEW QUESTION # 84
......

AWS-Solutions-Architect-Associate Study Material, Preparation Guide and PDF Download: https://www.testsdumps.com/AWS-Solutions-Architect-Associate_real-exam-dumps.html

Free AWS-Solutions-Architect-Associate Certification Sample Questions with Online Practice Test: https://drive.google.com/open?id=1X8A5NZ2kBWUO-nnw6PB5Feyvo6OWo_2M