AWS-Certified-Developer-Associate Exam Question 6

A company runs an e-commerce website that uses Amazon DynamoDB where pricing for items is dynamically updated in real time. At any given time, multiple updates may occur simultaneously for pricing information on a particular product. This is causing the original editor's changes to be overwritten without a proper review process.
Which DynamoDB write option should be selected to prevent this overwriting?
  • AWS-Certified-Developer-Associate Exam Question 7

    A developer needs to create an application that supports Security Assertion Markup Language (SAML) and Facebook authentication It must also allow access to AWS services, such as Amazon DynamoDB.
    Which AWS service or feature will meet these requirements with the LEAST amount of additional coding?
  • AWS-Certified-Developer-Associate Exam Question 8

    A company has a web application that uses an Amazon Cognito user pool for authentication. The company wants to create a login page with the company logo. What should a developer do to meet these requirements?
  • AWS-Certified-Developer-Associate Exam Question 9

    An AWS CloudFormation template is being used to create a VPC peering connection between two existing
    operational VPCs, each belonging to a different AWS account. All necessary components in the
    'Remote' (receiving) account are already in place.
    The template below creates the VPC peering connection in the Originating account. It contains these
    components:
    AWSTemplateFormation Version: 2010-09-09
    Parameters:
    Originating VCId:
    Type: String
    RemoteVPCId:
    Type: String
    RemoteVPCAccountId:
    Type: String
    Resources:
    newVPCPeeringConnection:
    Type: 'AWS::EC2::VPCPeeringConnection'
    Properties:
    VpcdId: !Ref OriginatingVPCId
    PeerVpcId: !Ref RemoteVPCId
    PeerOwnerId: !Ref RemoteVPCAccountId
    Which additional AWS CloudFormation components are necessary in the Originating account to create
    an operational cross-account VPC peering connection with AWS CloudFormation? (Select two.)
  • AWS-Certified-Developer-Associate Exam Question 10

    What happens when you create a topic on Amazon SNS?