Advertisement
bandors

acloud

Feb 28th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. An application is going to be developed using AWS. The application needs a storage layer to store important documents. Which of the following option is incorrect to fulfill this requirement?
  2.  
  3. Amazon S3
  4. Amazon EBS
  5. Amazon EFS
  6. Amazon Storage Gateway VTL
  7.  
  8.  
  9. Your company is planning on hosting an e-commerce application on the AWS Cloud. There is a requirement for sessions to be always maintained for users. Which of the following can be used for storing session data? Choose 2 answers from the options given below.
  10.  
  11. CloudWatch
  12. DynamoDB
  13. Elastic Load Balancing
  14. ElastiCache
  15. Store Gateway
  16.  
  17.  
  18. A company needs to have their data stored on AWS. The initial size of data would be around 500 GB, with overall growth expected to go into 80TB over the next couple of months. The solution must also be durable. Which of the following would be an ideal storage option to use for such a requirement?
  19.  
  20. DynamoDB
  21. Amazon s3
  22. Amazon aurora
  23. Amazon Redshift
  24.  
  25. A company has decided to host a MongoDB database on an EC2 Instance. There is an expectancy of a large number of reads and writes on the database. Which of the following EBS storage types would be the ideal one to implement for the database?
  26.  
  27. EBS provisioned IOPS SSD
  28. EBS Throughput Optimized HDD
  29. EBS General Purpose SSD
  30. EBS Cold HDD
  31.  
  32.  
  33. A company is planning to use AWS Simple Storage Service for hosting their project documents. At the end of the project, the documents need to be moved to archival storage. Which of the following implementation steps would ensure the documents are managed accordingly?What feature will enable this requirement?
  34. Adding a bucket policy on the s3 bucket
  35. Configuring lifecycle Configuration rules on the s3 bucket
  36. Creating an IAM policy for the s3 bucket
  37. Enabling CORS on the s3 bucket
  38.  
  39.  
  40.  
  41. Your company is planning on developing a new application. Your development team needs a quick environment setup in AWS using NGINX as the underlying web server environment. Which of the following services can be used to quickly provision such an environment? Please select 2 correct options.
  42. AWS EC2
  43. AWS Elastic Beanstalk
  44. AWS SQS
  45. AWSELB
  46.  
  47.  
  48. A company is planning on a Facebook-type application where users will upload videos and images. These are going to be stored in S3. There is a concern that there could be an overwhelming number of read and write requests on the S3 bucket. Which of the following could be an implementation step to help ensure optimal performance on the underlying S3 storage bucket?
  49. Use a sequential ID for the prefix
  50. Use a hexadecimal hash for the prefix
  51. Use a hexadecimal hash for the suffix
  52. Use a squential ID for the suffix
  53.  
  54. A company has a set of resources hosted in a VPC on the AWS Cloud. The IT Security department has now mandated that all IP traffic from all network interfaces in the VPC be monitored. Which of the following would help suffice this requirement?
  55. Trusted Advisor
  56. VPC flow logs
  57. Use cloudwatch metrics
  58. Use Cloudtrail
  59.  
  60. A company has a requirement to implement block level storage. Each storage device will store around 100 GB of data. Which of the following can be used to fulfill this requirement?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement