AWS CERTIFIED DEVELOPER ASSOCIATE QUIZ 8 2 Created on January 08, 2021 By Sirjana GhimireAcharya AWS CERTIFIED DEVELOPER ASSOCIATE QUIZ 8 1 / 20 You have items in your table that are 12KB in size and your application needs 10 strongly consistent reads per second. How many read capacity units should you provision? 30 10 15 60 2 / 20 A user wants to access RDS from an EC2 instance using IP addresses. Both RDS and EC2 are in the same region, but different Availability Zone. Which of the below mentioned options help configure that the instance is accessed faster? Configure the Public IP of the instance in RDS security group Configure the Private IP of the Instance in RDS security group Configuring the elastic IP of the instance in RDS security group Security group of EC2 allowed in the RDS security group 3 / 20 In Amazon SNS, if you have to send push notifications to your mobile devices using Amazon SNS and Amazon Device Messaging (ADM), you need to obtain the following : Client ID Client secret Registration ID Device token 4 / 20 In an attempt to cut costs your accounts manager has come to you and tells you that he thinks that if the company starts to use consolidated billing that it will save some money. He also wants the billing set up in such a way that it is relatively simple, and it gives insights into the environment regarding utilization of resources. Which of the following consolidated billing setups would satisfy your account manager’s needs? Choose the 2 correct answers: Use roles for IAM account simplicity across multiple AWS linked accounts. Use one account but multiple VPCs to break out environments. Use one master account and no sub accounts. Use one master account and many sub accounts 5 / 20 Are there restrictions on the names of Amazon SQS queues? Yes. Queue names must be unique within an AWS account and you cannot use hyphens (-) and underscores (_) Yes. Queue names are limited to 180 characters but queue names do not need to be unique within an AWS account Yes. Queue names are limited to 80 characters and queue names must be unique within an AWS account No 6 / 20 Your colleague has deployed a Java application in AWS Elastic Beanstalk but he is not sure where his application files and optionally server log files are stored in. Can you suggest him where it is getting stored? Amazon Glacier Amazon EC2 Amazon Storage Gateway Amazon S3 7 / 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. 8 / 20 Your colleague has deployed a Java application in AWS Elastic Beanstalk but he is not sure where his application files and optionally server log files are stored in. Can you suggest him where it is getting stored? Amazon Glacier Amazon Storage Gateway Amazon EC2 Amazon S3 9 / 20 You have simple web applications that need to process large numbers of job requests, and you need to ensure that they are processed in order, and that each request is processed only once. How would you deploy SQS to achieve this end? Convert your standard queue to a FIFO queue by renaming your standard queue with the .fifo suffix. Use an SQS FIFO queue to process the jobs. Configure FIFO delivery in a standard SQS queue. Use the SetOrder attribute ensure sequential job processing. 10 / 20 What kind of service is provided by AWS DynamoDB? Dynamic Database Relational Database Document Database NoSQL Database 11 / 20 How many queues and messages can you have per queue for each user in Amazon SQS? 10 512 Unlimited 1000 12 / 20 Knowledge Hut has 15 employees. The organization CEO wants to give all the users access to the organization AWS account. Which of the below mentioned options do you think is correct? It is not possible to give access to so many users. Create an IAM user for each employee and provide access to them. It is not advisable to give AWS access to so many users Odd option. Share the root credentials with all the users. 13 / 20 A user is running a MySQL RDS instance. The user will not use the DB for the next 3 months. How can the user save costs? Change the instance size to micro Pause the RDS activities from CLI until it is required in the future Stop the RDS instance Create a snapshot of RDS to launch in the future and terminate the instance now 14 / 20 Is it possible to do atomic updates in Dynamo DB ? It does support in-place non-atomic updates It is not defined Yes No 15 / 20 True or False: IAM roles allow you to delegate access with defined permissions to trusted entities without having to share long-term access keys True False 16 / 20 Rakesh is a developer and he has provisioned 4000 IOPS to the EBS volume. The application hosted on that Amazon Elastic Block Store is experiencing less IOPS than provisioned. Which of the below mentioned options does not affect the IOPS of the volume? The instance is Elastic Block Store optimized The volume size is too large The EC2 instance has 10 Gigabit Network connectivity The application does not have enough IO for the volume 17 / 20 In Amazon SQS, what happens if there is no activity against a queue for more than 30 consecutive days? Nothing Your account will be suspended The queue may be deleted The queue will be deleted 18 / 20 Mr Shah run an ad-supported photo sharing website using S3 to serve photos to visitors of his site. At some point, he finds out that other sites have been linking to the photos on his site, causing financial loss to his business. What is an effective method to mitigate this? Mr Shah should remove public read access and use a signed URL with an expiry date. Mr Shah should use a cloud front distribution for static content. Mr Shah needs to review the firewall policy Mr Shah should use security groups to block the IP addresses of the offending websites. 19 / 20 Knowledge Hut Bank has been acquiring smaller banks. Knowledge Hut Bank has a security requirement that all bank employees are required to log into a central identity solution, so that when they log on they gain access to central bank resources. Given that each bank has their own AWS account, and existing application instances with which to run their bank software, how would Knowledge Hut Bank connect each bank’s AWS networks to the central VPC, as to allow each bank to use the central identity solution? Each bank runs their VPC in the US-West-1 region, requires a high availability solution, and regulation does not allow each bank access to the others’ resources. How would you best design this solution? Create a Direct Connect connection from each VPC endpoint to the main Knowledge Hut Bank VPC. Migrate the acquired banks' AWS accounts to the main Knowledge Hut Bank account using migration tools such as Import/Export, Snapshot, AMI Copy, and S3 sharing. Create an OpenVPN instance in Knowledge Hut Bank ‘s VPC and establish an IPSec tunnel between VPCs. Create a VPC peering connection with Knowledge Hut Bank’s VPC peered to each branch's AWS account, ensuring that the peered subnets do not have an overlapping CIDR block range 20 / 20 An organization has created 15 IAM users. The organization wants those users to work independently and access AWS. Which of the below mentioned options is not a possible solution? Enable MFA for each IAM user and assign them the virtual MFA device to access the console Create the X.509 certificate for each user and provide them access to AWS CLI Provide each user with the IAM login and password for the AWS console Create the access key and secret access key for each user and provide access to AWS using the console Your score is The average score is 30% LinkedIn Facebook Twitter 0% Restart quiz