Question : You have been working with a retail company to bring their store to online, they are very popular offline store with a global chain. As soon as they come online, they are expecting a huge customer base. Now, you need to implement database solutions, where user’s sessions and profile can be stored for millions of users and with the high performance. Which of the following is best choice for this requirement?
1. You will be creating Amazon RDS instance for Aurora based database, which is optimized MySQL DB from Amazon.
2. You will be using Amazon Redshift for given requirement,
4. You will consider using AWS S3 Standard-IA storage
Correct Answer : Get Lastest Questions and Answer : Explanation: In the given requirement, application should support millions of sessions at a time. And each session is specific to a user. So you will be considering key/value solution. Where user id will be key and its session as value. And best key/value solution is provided by Amazon is DynamoDB. It is a key/value store and highly performant database.
Question : For Arinika Inc , mobile wallet transactional data store. You decided to use amazon RDS. You want to set RPO and RTO to define the acceptable amount of data loss and also amount of time to recover from incident. Which of the following option will help you to define RTO and RPO? A. DB Snapshots B. DB Option groups C. Read-Replica D. Multi-AZ deployments E. Manual Snapshot backup
Correct Answer : Get Lastest Questions and Answer : Explanation: As you are using RDS, which supports many features to help you to bring your application in working status with minimal or no impact. To define correct RPO and RTO, you should consider following features - DB Snapshots: You will be having regular data backup. So very unlikely you will lose data. (Define RPO, Recovery point objective: from which last backup you can restore the data. Hence, no data loss or minimum data loss) - Read-Replica and Multi-AZ deployment will help you to have solved failover scenario. (Define RTO, recovery time objective : how soon you can come online)
Question : You are very small startup doing consulting as well as doing website hosting on behalf of client, you are handling project for various different kind of clients like adult content hosting, health care data site, financial data site etc. and many more coming in future. You have already created a VPC and will be dividing this VPC in various subnet for each client. However, each client site traffic is enough to have at max 10 servers (including DB, storage, webserver, app server and many more) to serve the website, hence you created a small subnet for each client with /28. But after six month it is found that website hosting adult content need more servers for various other reasons and need different ip addresses as well. Which of the following statement is true here.
1. You can have only 11 ipV4 addresses available in each subnet.
2. You can have up to 28 different ip addresses for this website.
4. You have inform AWS support that, you want to expand your subnet to accommodate more ip address and they will help your to expand the same.
Correct Answer : Get Lastest Questions and Answer : Explanation: Here, first statement is only correct one. Because, you have create subnet weith /28 . It means 2 power (32-28) , distinct ip addresses are possible and in this case it will be 2 power 4 equal to 16 IP. However, as you know, out of this 5 ip are reserved. Hence, you can have at max 11 ip addresses are available to use.