AWS CERTIFIED DEVELOPER ASSOCIATE QUIZ 14 0 Created on January 12, 2021 By Sirjana GhimireAcharya AWS CERTIFIED DEVELOPER ASSOCIATE QUIZ 14 1 / 20 One of your fellow developers has come to you for suggestion on provisioning throughput in Dynamo DB . What would you suggest? if you want to exceed throughput rates of 10,000 write capacity units or 10,000 read capacity units for an individual table, you must first contact Amazon The smallest provisioned throughput you can request is 1 write capacity unit and 1 read capacity unit DynamoDB is designed to scale without limits. All of the above statements are valid 2 / 20 You have created a VPC with CIDR block 10.0.0.0/24, which supports 256 IP addresses. You want to now split this into two subnets, each supporting 128 IP addresses. Can this be done and if so how will the allocation of IP addresses be configured? One subnet will use CIDR block 10.0.0.0/127 (for addresses 10.0.0.0 - 10.0.0.127) and the other will use CIDR block 10.0.0.128/255 (for addresses 10.0.0.128 - 10.0.0.255). One subnet will use CIDR block 10.0.0.0/25 (for addresses 10.0.0.0 - 10.0.0.127) and the other will use CIDR block 10.0.0.128/25 (for addresses 10.0.0.128 - 10.0.0.255). One subnet will use CIDR block 10.0.0.0/25 (for addresses 10.0.0.0 - 10.0.0.127) and the other will use CIDR block 10.0.1.0/25 (for addresses 10.0.1.0 - 10.0.1.127). No. This can't be done. 3 / 20 Complete this statement: “When you load your table directly from an Amazon ___________ table, you have the option to control the amount of provisioned throughput you consume.” S3 RDS DataPipeline DynamoDB 4 / 20 Which of the following will send events in batches? Amazon RDS Amazon Kinesis Amazon DynamoDB Streams Amazon SQS 5 / 20 Can a user associate and use his own DNS with ELB instead of the DNS provided by AWS ELB? Yes, by creating a CNAME with the existing domain name provider Yes, only through Route 53 by mapping ELB and DNS No Yes, by configuring DNS in the AWS Console 6 / 20 A user has created an application which sends data to a log file. The server hosting the log files can be unavailable due to any reason. The user wants to make it so that whenever the log server is up it should be receiving the messages. Which of the below mentioned AWS services helps achieve this functionality? AWS Simple Workflow AWS Simple Notification Service AWS Simple Task Service AWS Simple Queue Service 7 / 20 Your supervisor has asked you to build a simple file synchronization service for your department. He doesn’t want to spend too much money and he wants to be notified of any changes to files by email. What do you think would be the best Amazon service to use for the email solution? Amazon CloudSearch Amazon SES Amazon AppStream Amazon Elastic Transcoder 8 / 20 While working with the SQS API, your application returns HTTP status code 400. Which of the following errors might explain this result? MalformedQueryString MissingAction InvalidClientTokenId Missing Parameter 9 / 20 What happens if your application performs more reads or writes than your provisioned capacity? requests above your provisioned capacity will be performed but you will receive 200 error codes. requests above your provisioned capacity will be throttled and you will receive 400 error codes. requests above your provisioned capacity will be performed but you will receive 400 error codes. Nothing 10 / 20 Which of the following are Dynamo DB read operations? GetItem Scan BatchGetItem All of the above 11 / 20 Can one instance be registered with two ELBs in the same region? No Yes, provided both ELBs are in the same AZ Yes, provided both ELBs have the same health check configuration Yes, always 12 / 20 To update an existing stack in AWS CloudFormation, you can use__________. The AWS CloudFormation console, the aws cloudformation update-stack CLI command or the UpdateStack API. Only the AWS CloudFormation console and aws cloudformation update-stack CLI command. The aws cloudformation update-stack CLI command and the UpdateStack API. Only the AWS CloudFormation console. 13 / 20 Does AWS CloudFormation support Amazon EC2 tagging? No, CloudFormation doesn’t support any tagging Yes, AWS CloudFormation supports Amazon EC2 tagging It depends if the Amazon EC2 tagging has been defined in the template. No, it doesn’t support Amazon EC2 tagging. 14 / 20 What are the resources in AWS that can be scaled using AWS autoscaling S3 Amazon Aurora Amazon Elastic Container Service (ECS) Amazon EC2 Auto Scaling groups 15 / 20 A user is planning to host MS SQL on an EBS volume. It was recommended to use the AWS RDS. What advantages will the user have if he uses RDS in comparison to an EBS based DB? MS SQL is not supported with RDS Better throughput with PIOPS High availability with multi AZs Automated backup 16 / 20 One of your fellow developers has setup Multi AZ with the MS SQL RDS instance. Which of the below mentioned functionalities do you think he can achieve? MS SQL does not support Multi AZ Disaster recovery Scalability High availability 17 / 20 A user has created an Amazon Elastic Block Store instance in the US-East-1a Availability Zone. The user has a volume of 40 GB in the US-East-1b zone. How can the user attach the volume to an instance? Use the volume replicate function to create a new volume in the US-East-1a and attach that to the volume Since both the volume and the instance are in the same region, the user can attach the volume Use the volume migrate function to move the volume from one AZ to another and attach to the instance Take a snapshot of the volume. Create a new volume in the USEast-1a and attach that to the instance 18 / 20 Apple has an employee that keeps terminating EC2 instances on the production environment. You’ve determined the best way to ensure this doesn’t happen is to add an extra layer of defense against terminating the instances. What is the best method to ensure the employee does not terminate the production instances? Choose the 2 correct answers: (More of a security type question) Tag the instance with a production-identifying tag and add resource-level permissions to the employee user with an explicit deny on the terminate API call to instances with the production tag. Modify the IAM policy on the user to require MFA before deleting EC2 instances and disable MFA access to the employee Tag the instance with a production-identifying tag and modify the employees group to allow only start, stop, and reboot api calls and not the terminate instance call. Modify the IAM policy on the user to require MFA before deleting EC2 instances 19 / 20 What is the default limit for CloudFormation templates per region? There is no limit to the number ofCloudFormation Templates per Region. 100 50 75 20 / 20 Knowledgehut (with AWS account ID 43222222) has created 50 IAM users for its organization’s employees. What will be the AWS console URL for these associates? https://signin.aws.amazon.com/43222222/console/ https:// 43222222.signin.aws.amazon.com/console/ https://signin.aws.amazon.com/console/43222222/ https:// signin.aws.amazon.com/console/ Your score is The average score is 0% LinkedIn Facebook Twitter 0% Restart quiz