Skip to content

Commit 3d51990

Browse files
committed
Add more Dev Assoc questions
1 parent e0bb1d4 commit 3d51990

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

aws.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,16 @@
3636
- How many secondary indexes are allowed per table? 5
3737
- Which of the following datatypes can be indexed in DynamoDB. String / Number / Boolean
3838
- What is maximum limit for the size of an item collection in DynamoDB? 10GB
39-
- What is the smallest amount of reserved capacity that can be purchased for DynamoDB? 100
39+
- What is the smallest amount of reserved capacity that can be purchased for DynamoDB? 100
40+
- What is the maximum size of an item in DynamoDB? 400KB
41+
- What is the limit to the number of characters for a topic name in sns? 256
42+
- When a subscriber subscribes to a topic in SNS, what is the time period available for confirmation? 3
43+
- How is the coordination between worker processes done in SWF? Write decider program
44+
- Of the 6 available sections on a CloudFormation template (Template Description Declaration, Template Format Version Declaration, Parameters, Resources, Mappings, Outputs), which is the only one required for a CloudFormation template to be accepted? Resources
45+
- In SWF what are the containers called for segregating application resources. Domains
46+
- The referencing function is referencing the instance type. From the parameters section of your CloudFormation template.
47+
- S3 bucket policies require a Principal be defined. true
48+
- You attempt to create a new S3 bucket "Demo-Bucket-1234-US-East-2-Production-Envrionment-12.25.14” in the US-EAST-2 region and the bucket creation fails. Why? The bucket name uses capital letters.
49+
- When using the Ref function in CloudFormation, what do we get back if we pass in the logical ID of an AWS::EC2::Instance object? The object's InstanceId
50+
- You run an ad-supported photo sharing website using S3 to serve photos to visitors of your site. At some point you find out that other sites have been linking to the photos on your site, causing loss to your business. What is an effective method to mitigate this? Remove public read access and use signed URLs with expiry dates.
51+
- You want to find out what AMIs are available for you to use in a given region. Which API call is most appropriate? DescribeImages

0 commit comments

Comments
 (0)