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


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


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


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


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


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


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


 Q278. Difference between Default VPC and Custom VPC.Amazon Web Services (AWS)
Ans. Default VPC is provided by AWS whereas custom VPC needs to be created.

All subnets in default VPC have internet access whereas it's specified by user in Custom VPC.

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

   Like         Discuss         Correct / Improve     aws vpc   aws default vs custom vpc


 Q279. What is VPC Pairing ? Can we pair VPC across different account ?Amazon Web Services (AWS)
Ans. VPC pairing is a mechanism through which two VPC ( in same or different account ) can talk to each other.

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

   Like         Discuss         Correct / Improve     aws vpc  aws vpc pairing


 Q280. Do we have transitive pairing in case of VPC pairing ?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 pairing


 Q281. How can we allow communication between subnets ?Amazon Web Services (AWS)
Ans. Through security groups

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

   Like         Discuss         Correct / Improve     aws subnet


 Q282. Why should we disable source / destination check for NAT Gateway ?Amazon Web Services (AWS)
Ans. Source / destination check means that the instance should wither be a source or end destination as a security check. The purpose of NAT Instance is to provide a gateway for internet access and hence this needs to be unchecked.

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

   Like         Discuss         Correct / Improve     aws nat gateway  aws vpc


 Q283. Do we need to disable source / destination check for NAT Gateway ?Amazon Web Services (AWS)
Ans. It needs to be done for NAT Instances , not NAT gateway.

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

   Like         Discuss         Correct / Improve     aws nat gateway  aws vpc


 Q284. Can we have NAT instance in private subnet ?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 nat instance


 Q285. How do you manage environment specific configuration for your lambda functions ?Amazon Web Services (AWS)
Ans. We are using Yaml for initializing configuration and Environment Variables for overriding them.

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

   Like         Discuss         Correct / Improve     aws lambda  aws serverless computing  amazon cloud serverless computing  amazon lambda


 Q286. Which is a better way to keep environment specific configuration in AWS Lambda - Environment Variables or external service like S3 or RDS ? Amazon Web Services (AWS)
Ans. Possible Answer - Env variable or use parameter store

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

   Like         Discuss         Correct / Improve     aws lambda  aws serverless computing  amazon cloud serverless computing  amazon lambda


 Q287. Can we load Yaml files into AWS DynamoDB ?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 dynamodb  aws nosql database  amazon cloud nosql database


 Q288. Can we ssh into subnet without a internet gateway ?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 subset  aws internet gateway


 Q289. What is AWS Config service ?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     


 Q290. How can we take snapshots and track changes to environment variables in Elastic Beanstalk or Lambda ? Amazon Web Services (AWS)
Ans. We can use AWS Config

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

   Like         Discuss         Correct / Improve     aws elastic beanstalk  amazon elastic beanstalk  aws lambda  aws serverless computing  amazon cloud serverless computing  amazon lambda


 Q291. Can we use Param Store with AWS Lambda ?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 param store  amazon param store  aws lambda  amazon lambda


 Q292. What is the difference between final and constant in java ?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     


 Q293. How elements are passed to the server in case of Get and Post request ?Web Service
Ans. In case of Get request, form data / values are sent within url whereas these are sent as part of request body in case of Post.

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

   Like         Discuss         Correct / Improve     


 Q294. What is life cycle of cloud deployment process ?Cloud Computing
 This question was recently asked at 'Barclays'.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     Google Cloud Platform (GCP)  Amazon Web Services (AWS)     Asked in 1 Companies


 Q295. How can we create custom AMI ?Amazon Web Service (AWS)
 This question was recently asked at 'Cognizant (CTS), Advanced Micro Instruments'.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 ami     Asked in 2 Companies


 Q296. What is the maximum limit of domain supported by Route 53 ?Amazon Web Service (AWS)
 This question was recently asked at 'IBM'.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 route 53     Asked in 1 Companies


 Q297. How does cloud computing helps saves cost ?Cloud Computing
Ans. Cloud computing helps saving overall cost for infrastructure and service usage through following -

1. On demand Services and elasticity - You only pay for what you use. Less Ideal time.

2. Resource Pooling

3. Self Service - Less involvement of human resources

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

   Like         Discuss         Correct / Improve     Google Cloud Platform (GCP)  Amazon Web Service (AWS


 Q298. Which category of service , Amazon EC2 and S3 belongs to ?Amazon Web Services (AWS)
Ans. They are IAAS ( Infrastructure as a service )

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

   Like         Discuss         Correct / Improve     iaas  aws ec2  aws s3


 Q299. Which category of services, Amazon Lambda belongs to ? Amazon Web Services (AWS)
Ans. It's Serverless and PAAS ( Platform as a service )

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

   Like         Discuss         Correct / Improve     paas  serverless


 Q300. Explain AWS IAM.Amazon Web Services (AWS)
Ans. AWS Identity And Access Management (IAM) is a webservice provided by AWS platform that provides access control capabilities (authentication and authorization) to AWS resources.

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

   Like         Discuss         Correct / Improve     aws iam     Asked in 1 Companies


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: