Interview Questions and Answers - Order By Newest 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 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 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 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 Q2945. 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 Q2946. create an SQL query across multiple tables involving outer joins Database
Ans. Select * from table1 t1Left outer join table2 t2 on t1.tid = t2.id Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  sql query  database  outer joins Asked in 2 Companies Q2947. What is the use of this keyword in javascript ? Javascript
Ans. This keyword refers to the current instance of the class. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies 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 sshAns. 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 vpcAns. route tables Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws subnetsAns. No Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws vpcAns. 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 vpcAns. 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 pairingAns. No Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws vpc pairingAns. Through security groups Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws subnetAns. 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 vpcAns. 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 vpcAns. No Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws nat instance Q2959. Have you ever worked on continuations in Java ? Core Java
This question was recently asked at 'Overstock.com'.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 Q2960. Write a Program to print all nodes of the data structure ? Algorithm
This question was recently asked at 'Overstock.com'.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  data structure  algorithm Asked in 1 Companies Q2961. Difference between composite , primary and unique key ? Database
This question was recently asked at 'Thomson reuters'.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 Q2962. Which programming language you hate the most and Why ? General
This question was recently asked at 'Thomson Reuters'.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 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 Q2964. 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 lambdaAns. 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 databaseAns. No Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws subset  aws internet gatewayAns. No. They are never inherited and therefore are not subject to hiding or overriding. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  constructor  final  final constructor Asked in 1 Companies Q2968. Can a constructor be declared static ? Why ? Core Java
Ans. No.
When we declare a method static, it means that "this belongs to class as whole and not particular instance". The whole purpose of constructor is to initialize a object and hence there is no sense having static constructor. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  constructor  static  static constructor Asked in 1 Companies 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   Q2970. 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