How long can a message be retained in an SQS Queue?
14 days
Which of the following statements is correct?
• In DynamoDB, a primary key can be a range of values.
• In DynamoDB, a primary key must be a single-attribute
• In DynamoDB, a primary key can be composite partition/sort key
• In DynamoDB, a primary key can be a single-attribute partition key
Which of the following are considered to be Serverless? • Elastic Beanstalk • API Gateway • RDS • SNS • DynamoDB
What is the maximum size of an S3 object?
500 GB
50 GB
50 TB
5 TB
5 TB
Which of the following statements relating are correct in relation to DynamoDB?
AWS recommends that you use Multipart Upload for files larger than _____.
1GB
5GB
5TB
100MB
100MB
You are creating a DynamoDB table to manage your customer orders, which of the following attributes would make a good Sort Key?
OrderDate
CustomerID
OrderNumber
ProductID
OrderDate
Your application needs 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?
• Use an SQS FIFO queue to process the jobs.
You have deployed a new version of your Lambda function, however during testing, you notice that your application is not behaving as expected. How can you roll back to the previous version of your code?
Remap the PROD alias to point to the previous version of your function
Your application needs 100 strongly consistent reads on items that are 9KB in size every second. How many units of read capacity units should you provision?
350
150
200
300
300
Which of the following statements is correct?
An EBS backed instance can be stopped and restarted.
You are creating a DynamoDB table to store customer order data, which of the following attributes would make a good Partition Key?
•CustomerID
You have deployed a new version of your Lambda function, however the Application Support team have reported a number of issues with the new code. What is the easiest way to fix this?
Roll back to a previous version by updating your PROD alias to point to the previous version of the function
Which of the following statements about a standard SQS queue is true:
Messages will be delivered one or more times and message delivery order is indeterminate.
What is the largest size file you can transfer to S3 using a PUT operation? • 5GB • 1GB • 5TB • 100MB
• 5GB
Your ‘forums’ table has a primary key of ‘comment_id’. Using DynamoDB, you’re able to query the data based on the ‘comment_id’ primary key. You need to be able to query the forums table by userId. What would you add to the table during table creation time?
• A secondary index
Your application stores files in an S3 bucket located in us-east-1, however many of your users are located in ap-south-1. The files are less than 50MB in size, however users are frequently experiencing delays when attempting to upload files. Which of the following options will maximize the upload speed?
Utilize S3 Transfer Acceleration.