Amazon (SAP-C01) Exam Questions And Answers page 75
Which system is used by Amazon Machine Images paravirtual (PV) virtualization during the boot process?
PV-AMI
PV-WORM
PV-GRUB
Designing highly available, cost-efficient, fault-tolerant, scalable systems
While assigning a tag to an instance, which of the below mentioned options is not a valid tag key/value pair?
Key : "aws" Value:"aws"
Key: "aws:name" Value: "instanceAnswer: Aws"
Key: "Name :aws" Value: "instanceAnswer: Aws"
Key : "nameAnswer: Aws" Value:"aws:instance"
Designing enterprise-wide scalable operations on AWS
Designing for security and compliance
While debugging a backend application for an IoT system that supports globally distributed devices, a Solutions Architect notices that stale data is occasionally being sent to user devices. Devices often share data, and stale data does not cause issues in most cases. However, device operations are disrupted when a device reads the stale data after an update.
The global system has multiple identical application stacks deployed in different AWS Regions. If a user device travels out of its home geographic region, it will always connect to the geographically closest AWS Region to write or read data. The same data is available in all supported AWS Regions using an Amazon DynamoDB global table.
What change should be made to avoid causing disruptions in device operations?
The global system has multiple identical application stacks deployed in different AWS Regions. If a user device travels out of its home geographic region, it will always connect to the geographically closest AWS Region to write or read data. The same data is available in all supported AWS Regions using an Amazon DynamoDB global table.
What change should be made to avoid causing disruptions in device operations?
Update the backend to use strongly consistent reads. Update the devices to always write to and read from their home AWS Region.
Enable strong consistency globally on a DynamoDB global table. Update the backend to use strongly consistent reads.
Switch the backend data store to Amazon Aurora MySQL with cross-region replicas. Update the backend to always write to the master endpoint.
Select one AWS Region as a master and perform all writes in that AWS Region only. Update the backend to use strongly consistent reads.
Designing highly available, cost-efficient, fault-tolerant, scalable systems
Designing for security and compliance
While implementing the policy keys in AWS Direct Connect, if you use and the request comes from an Amazon EC2 instance, the instance's public IP address is evaluated to determine if access is allowed.
aws:SecureTransport
aws:EpochIP
aws:SourceIp
aws:CurrentTime
Designing highly available, cost-efficient, fault-tolerant, scalable systems
Designing enterprise-wide scalable operations on AWS
Who is responsible for modifying the routing tables and networking ACLs in a VPC to ensure that a DB instance is reachable from other instances in the VPC?
AWS administrators
The owner of the AWS account
Amazon
The DB engine vendor
Designing highly available, cost-efficient, fault-tolerant, scalable systems
Will you be able to access EC2 snapshots using the regular Amazon S3 APIs?
Yes, you will be able to access using S3 APIs if you have chosen the snapshot to be stored in S3.
No, snapshots are only available through the Amazon EBS APIs.
Yes, you will be able to access them using S3 APIs as all snapshots are stored in S3.
No, snapshots are only available through the Amazon EC2 APIs.
Designing highly available, cost-efficient, fault-tolerant, scalable systems
With Amazon Elastic MapReduce (Amazon EMR) you can analyze and process vast amounts of data. The cluster is managed using an open-source framework called Hadoop. You have set up an application to run Hadoop jobs. The application reads data from DynamoDB and generates a temporary file of 100 TBs.
The whole process runs for 30 minutes and the output of the job is stored to S3.
Which of the below mentioned options is the most cost effective solution in this case?
The whole process runs for 30 minutes and the output of the job is stored to S3.
Which of the below mentioned options is the most cost effective solution in this case?
Use Spot Instances to run Hadoop jobs and configure them with EBS volumes for persistent data storage.
Use Spot Instances to run Hadoop jobs and configure them with ethereal storage for output file storage.
Use an on demand instance to run Hadoop jobs and configure them with EBS volumes for persistent storage.
Use an on demand instance to run Hadoop jobs and configure them with ephemeral storage for output file storage.
Designing highly available, cost-efficient, fault-tolerant, scalable systems
Designing enterprise-wide scalable operations on AWS
Within an IAM policy, can you add an IfExists condition at the end of a Null condition?
Yes, you can add an IfExists condition at the end of a Null condition but not in all Regions.
Yes, you can add an IfExists condition at the end of a Null condition depending on the condition.
No, you cannot add an IfExists condition at the end of a Null condition.
Yes, you can add an IfExists condition at the end of a Null condition.
Designing highly available, cost-efficient, fault-tolerant, scalable systems
Implementing cost control strategies
What is the role of a GROUP within the IAM service?
Single Choice
Within the IAM service a GROUP is regarded as a:
A collection of AWS accounts
It's the group of EC2 machines that gain the permissions specified in the GROUP.
There's no GROUP in IAM, but only USERS and RESOURCES.
A collection of users.
Designing highly available, cost-efficient, fault-tolerant, scalable systems
Designing for security and compliance
With respect to AWS Lambda permissions model, at the time you create a Lambda function, you specify an IAM role that AWS Lambda can assume to execute your Lambda function on your behalf. This role is also referred to as the________role.
configuration
execution
delegation
dependency
Designing highly available, cost-efficient, fault-tolerant, scalable systems
Comments