pencil-icon
Build your own quiz

Computers, Science

Professional Development

Image

Developing Serverless

3
plays

7 questions

Show Answers
See Preview
  • 1. Multiple Choice
    2 minutes
    1 pt

    You have been hired as a Database administrator by a start-up. You first task is to modify a DynamoDB table so that its data expires automatically after a certain period of time. Upon looking at the documentation, you figured out that DynamoDB supports a concept of TTL, which you can achieve the requirement. What are the steps to use this feature?

    Enable TTL and use the dataExpiry keyword as a key attribute to store the expiry timestamp.

    It is by default enabled and will automatically pick a key attribute with timestamp value

    Enable TTL and use any name of your choice as a key attribute to store the expiry timestamp

    Enable TTL and use the keywork expiryTTL as a key attribute to store the expiry timestamp

  • 2. Multiple Choice
    2 minutes
    1 pt

    Your mobile application includes a photo-sharing feature that is expecting tens of thousands of users at launch. You will Leverage S3 to store the user images and must decide how to authenticate and authorize your users for access to these images. You also need to manage the storage of these images. Which two of the following approaches should you use? (SELECT TWO)

    Create a S3 bucket per user and use your application to generate the S3 URL for the appropriate content

    Use AWS IAM user accounts as your application-level user database and offload the burden of authentication from your application code

    Authenticate your users at the application level and use AWS STS to grant token-based authorization to S3 objects

    Authenticate your users at the application level and send a SMS token message to the user. Create a S3 bucket with the same name as the SMS message token and move the user's objects to that bucket

    Use a key-based naming scheme comprised from the user IDs for all user objects in a single S3 bucket

  • 3. Multiple Choice
    2 minutes
    1 pt

    An organization is using Elastic Beanstalk for a web application. The Developer needs to configure the Elastic Beanstalk environment with the deployment methods to create new instances and deploy code to those instances.

    Which methods will deploy code ONLY to new instances (SELECT 2)

    All at once deployment

    Immutable deployment

    Rolling deployment

    Linear deployment

    Blue/ Green deployment

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?