Interview Questions and Answers for 'Amazon' | 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 Rating

   next 30
 Q31. Can we have more than 1 internet gateway for a VPC in AWS ?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 vpc


 Q32. How can we specify / restrict communication between subnets ?Amazon Web Services (AWS)
Ans. route tables

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

   Like         Discuss         Correct / Improve     aws subnets


 Q33. Difference between Internet Gateway and Virtual private Gateway ?Amazon Web Services (AWS)
Ans. Internet gateway is a public gateway i.e allows direct http access whereas Virtual private gateway doesn't allow direct http access ( through VPN )

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

   Like         Discuss         Correct / Improve     aws vpc


 Q34. Can we have internal or private ELB as origin in cloudfront ?Amazon Web Services (AWS)
Ans. No, it should be public as cloudfront doesn't have a way to access private ELB.

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

   Like         Discuss         Correct / Improve     aws elb  amazon elb  aws cloudfront  amazon cloudfront


 Q35. What is mounting in AWS ?Amazon Web Services (AWS)
Ans. Attaching Volumes ( EBS / EFS ) on AWS Computing ( EC2, EKS )

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

   Like         Discuss         Correct / Improve     aws ebs  aws efs  aws ec2  aws computing  amazon cloud computing  amazon ec2  aws eks


 Q36. What is the limit for Ec2 SSH sessions ?Amazon Web Services (AWS)
Ans. Max sessions limit is defined in sshd_config. Default is set to 10 but can be overridden.

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

   Like         Discuss         Correct / Improve     aws ec2  aws computing  amazon cloud computing  amazon ec2 ssh  aws ssh


 Q37. What is the relationship between VPC and subnet ? Can you tell with an example ?Networking
Ans. A VPC is devided into multiple subnets. Subnet in a particular VPC could be public or private.

For Example - A particular account may have multiple vpc's for each of the business type. For each Business or VPC , One can have different subnets to cater to each department so that access across departments could be restricted. But still there could be identities that have control over different subnets. Moreover we could have multiple subnets for each department so as to have distinguished public and private networks having different types of applications ( public facing or internal consumption )

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

   Like         Discuss         Correct / Improve     aws vpc  aws subnet  subnet  vpc  Amazon Web Services (AWS)


 Q38. A company is planning to store documents in AWS storage, their requirement is initially when they store any documents they need to be available readily to download and after 15 days documents need not be readily available to download. Which type of storage will you choose?Amazon Web Services (AWS)
Ans. S3 standard, and then to 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  aws glacier


 Q39. If you need 20000 IOPS, which EBS type should you use?Amazon Web Services (AWS)
Ans. Provisioned IOPS SSD

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

   Like         Discuss         Correct / Improve     aws ebs


 Q40. What the difference between S3 and EFS ?Amazon Web Services (AWS)
Ans. EFS is file storage whereas S3 is object storage.

EFS is filesystem presented over IP network as normal OS drive, while S3 is HTTP accessed store.

EFS is capable of being mounted whereas S3 doesn't.

S3 has capabilities beyond just filesystem, there is whole metadata part where you can store info about your objects in S3.

As S3 is accessed over http , it's capable of hosting a static web site on it's own whereas EFS needs a computing and frontend service to have such capability.

 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  aws ehs  aws s3  aws storage  amazon cloud storage  amazon s3 vs aws efs


 Q41. There is a server which is 90% full, I need to increase the space. How can I do it ?Server
Ans. Firstly ,we have removed old backup data from server after that we are checking which user consume high memory through df command.

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

   Like         Discuss         Correct / Improve     server  Amazon Web Service (AWS)  production support     Asked in 1 Companies


 Q42. Difference between EC2 and S3 ?Amazon Web Services (AWS)
Ans. Ec2 is a computing service whereas S3 is a object based storage.

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

   Like         Discuss         Correct / Improve     aws ec2  aws computing  amazon cloud computing  amazon ec2  aws s3  aws storage  amazon cloud storage  amazon s3     Asked in 1 Companies


 Q43. How to design a scalable S3 service ?Amazon Web Services (AWS)
 This question was recently asked at 'Amazon'.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 s3  aws storage  amazon cloud storage  amazon s3     Asked in 1 Companies


 Q44. What type of consistency does Amazon S3 provides ?Amazon Web Service (AWS)
Ans. Eventual consistency


 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     Asked in 1 Companies


 Q45. What is your experience with AWS EMR ?Amazon Web Services (AWS)
 This question was recently asked at 'Cognizant (CTS)'.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 emr     Asked in 1 Companies


 Q46. Can you explain what are NAT instances and what are they used for ?Amazon Web Services (AWS)
Ans. If instances in private subnet need to access internet without exposing the IP address to outside world , we use Nat gateway or nat instance. So there is a direct outbound traffic but not direct inbound traffic.

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

   Like         Discuss         Correct / Improve     aws ec2  aws computing  amazon cloud computing  amazon ec2  nat instances


 Q47. Explain how CDN works ?Amazon Web Services (AWS)
 This question was recently asked at 'Imperva'.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          Asked in 1 Companies


 Q48. Which AWS service we can use Docker with ?Amazon Web Services (AWS)
Ans. EKS

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

   Like         Discuss         Correct / Improve     aws eks


 Q49. Describe AWS VPC and subnets.Amazon Web Services (AWS)
Ans. VPC stands for Virtual Private Cloud. You can define a VPC and subnets for a region in AWS and that can be used to access shared resources on the cloud. For eg: API gateway to access any file on S3.

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

   Like         Discuss         Correct / Improve     aws vpc  aws subnets     Asked in 3 Companies


 Q50. How would you secure EC2, Volume and Snapshots in Cloud ? Amazon Web Services (AWS)
Ans. Adding more security group, it works like a firewall

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

   Like         Discuss         Correct / Improve     aws ec2  aws computing  amazon cloud computing  amazon ec2  aws ebs volume snapshot     Asked in 1 Companies


 Q51. Describe best practices with respect to AWS security groups ?Amazon Web Services (AWS)
Ans. Configure it while creating EC2 instance only

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

   Like         Discuss         Correct / Improve     aws security groups     Asked in 1 Companies


 Q52. If you need to spin multiple EC2 instances and then so a swap, How would you do that with minimal downtime ?Amazon Web Services (AWS)
 This question was recently asked at 'SparkPost'.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          Asked in 1 Companies


 Q53. What are the factors on which RedShift is priced on ?Amazon Web Services (AWS)
Ans. Compute Node Hours
Backup
Data Transfer

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

   Like         Discuss         Correct / Improve     aws data warehouse  aws database  aws redshift


 Q54. Does Route53 supports MX records ?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 route53


 Q55. Which Route53 routing policy is best, keeping in mind the response time ?Amazon Web Services (AWS)
Ans. Latency

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

   Like         Discuss         Correct / Improve     aws route53 policy


 Q56. What is the ideal use case for DynamoDB ?Amazon Web Services (AWS)
Ans. Fast reads
Much more reads than writes

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

   Like         Discuss         Correct / Improve     aws dynamodb  aws nosql database  amazon cloud nosql database


 Q57. What is the limit of read replicas per database ?Amazon Web Services (AWS)
Ans. 5

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

   Like         Discuss         Correct / Improve     aws rds  aws database  amazon cloud database  aws rds  aws database  amazon cloud database read replica


 Q58. Difference between multi AZ RDS and Read replicas ?Amazon Web Services (AWS)
Ans. Multi AZ RDS is for disaster recovery and failover whereas Read replicas are for scaling.

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

   Like         Discuss         Correct / Improve     aws rds  aws database  amazon cloud database multi az  aws rds  aws database  amazon cloud database read replica


 Q59. What happens to backups if we delete the RDS instance ?Amazon Web Services (AWS)
Ans. Automated Backups are deleted automatically whereas Snapshots are preserved. Upon terminating RDS instance , AWS gives a warning about that and requests to create a final snapshot before terminating the instance.

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

   Like         Discuss         Correct / Improve     aws rds  aws database  amazon cloud database


 Q60. What is the default limit of domain supported by Route 53 ?Amazon Web Services (AWS)
Ans. 50

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

   Like         Discuss         Correct / Improve     aws route53


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: