Amazon Web Services (AWS) - Interview Questions and Answers for 'Web Service' | Search Interview Question - javasearch.buggybread.com
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers - Order By Newest

   next 30
 Q151. What are Database services in AWS ?Amazon Web Services (AWS)
Ans. RDS, DynamoDB, Elastic Cache,Redshift,Neptune , DocumentDB

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     


 Q152. Which AWS service is provided by Edge location ?Amazon Web Services (AWS)
Ans. As Edge location only host cached content, Amazon CDN service or CloudFront is provided on these locations.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws edge location  aws cloudfront  amazon cloudfront  aws cdn


 Q153. What is Power User Access in AWS ?Amazon Web Services (AWS)
Ans. Access to all AWS Services except for management of groups and users within IAM.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q154. Difference between administrative and power user access ?Amazon Web Services (AWS)
Ans. Power Users don't have access to manage Users and Group permissions in IAM whereas Administrative users do.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam  power user access


 Q155. What is the difference between Programmatic access and console access ?Amazon Web Services (AWS)
 This question is still unanswered. Can you please provide an answer.


 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q156. Does IAM allow Biometric authentication ?Amazon Web Services (AWS)
Ans. No

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q157. Does IAM allow multifactor authentication ?Amazon Web Services (AWS)
Ans. Yes

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q158. What does the following Policy mean

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::dev-bucket/*",
"arn:aws:s3:::qa-bucket/*"
]
}
]
}
Amazon Web Services (AWS)
 This question is still unanswered. Can you please provide an answer.


 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q159. Which AWS service can be used for creating Billing Alarms ?Amazon Web Services (AWS)
Ans. AWS CloudWatch

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws cloudwatch  amazon cloudwatch


 Q160. What does the Policy classification "Job Function" mean ?Amazon Web Services (AWS)
Ans. Job function provides a mechanism to bundle together all Policies that might be required to perform a particular job like Database Administrator , Billing Administrator etc and hence facilitates granting higher level permissions.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q161. Which is more granular level policy types - Job function or AWS Managed ?Amazon Web Services (AWS)
Ans. AWS Managed. Job Function is the group of many AWS Managed Policies.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q162. Do we need to specify IAM policies in all different regions ?Amazon Web Services (AWS)
Ans. No, They are all global.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q163. Difference between S3 bucket and Folder ?Amazon Web Services (AWS)
Ans. Bucket is the highest level folder whose name should be unique globally.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3  s3 bucket


 Q164. What is the maximum size of a file in S3 ?Amazon Web Services (AWS)
Ans. 5 TB

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q165. Difference between Object based and Block based storage ?Infrastructure
 This question is still unanswered. Can you please provide an answer.


 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     Amazon Web Service (AWS


 Q166. Can we host a website in S3 ?Amazon Web Services (AWS)
Ans. Yes a static website can be hosted in S3.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q167. What are the different ways to secure objects in S3 ?Amazon Web Services (AWS)
Ans. Encryption - In Transit , Client Side , Server Side
Restrictive Access - ACL , Bucket Policy

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q168. What status code is returned upon successful upload in S3 ?Amazon Web Services (AWS)
Ans. 200

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q169. What is the default visibility of buckets and objects when they are uploaded in S3 ?Amazon Web Services (AWS)
Ans. private

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q170. Can we make objects public in a bucket which is not public ?Amazon Web Services (AWS)
Ans. No

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q171. What is the difference between client side and server side encryption wrt to S3 objects ?Amazon Web Services (AWS)
Ans. Client side encryption is done by the users on their machines whereas server side encryption is done by AWS when objects are uploaded in S3.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q172. If we have enabled versioning for S3 bucket, Do we need to make all new versions public whenever new versions are uploaded ?Amazon Web Services (AWS)
Ans. Yes, all new versions are private by default even if the original file has been made public.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q173. What is a delete marker wrt to S3 objects ?Amazon Web Services (AWS)
Ans. If the objects / bucket is versioned in S3, Any delete operation on S3 object doesn't physically deletes the object but rather creates a delete marker version. We need to delete the delete marker to physically delete it.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q174. Can we do Cross Region replication in S3 without versioning ?Amazon Web Services (AWS)
Ans. No , Both the source and destination should have versioning enabled.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q175. Does deletion of an object gets replicated too if we have cross region replication enabled on a bucket ?Amazon Web Services (AWS)
Ans. No, delete markers are not replicated.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q176. Can we do replication within the same region i.e into a new bucket within same region ?Amazon Web Services (AWS)
Ans. No. Replication is only allowed across regions. We can manually copy into other bucket though.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q177. Can we do replication to multiple regions and buckets simultaneously ?Amazon Web Services (AWS)
Ans. No, its not allowed currently.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q178. How can we archieve S3 objects after certain interval ?Amazon Web Services (AWS)
Ans. We can use S3 lifecycle management to transition older objects into AWS Glacier.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q179. Can we do Lifecycle management in S3 without versioning enabled ?Amazon Web Services (AWS)
Ans. Yes

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q180. Can we log all S3 accesses ?Amazon Web Services (AWS)
Ans. Yes

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


previous 30   next 30

Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: