Interview Questions and Answers for 'A' | 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
 Q2551. What are some of the AWS storage services ?Amazon Web Services (AWS)
Ans. S3, EFS, Glacier

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

   Like         Discuss         Correct / Improve     


 Q2552. 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     


 Q2553. 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


 Q2554. 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


 Q2555. 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


 Q2556. 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


 Q2557. 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


 Q2558. 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


 Q2559. 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


 Q2560. 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


 Q2561. 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


 Q2562. 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


 Q2563. 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


 Q2564. 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


 Q2565. 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


 Q2566. 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


 Q2567. 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


 Q2568. 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


 Q2569. 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


 Q2570. 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


 Q2571. 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


 Q2572. 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


 Q2573. 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


 Q2574. 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


 Q2575. 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


 Q2576. 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


 Q2577. 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


 Q2578. 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


 Q2579. 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


 Q2580. 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


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: