Interview Questions and Answers - Order By Rating Q241. 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 Q242. 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 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 vpcAns. 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 cloudfrontAns. 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 eksAns. 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 Q247. 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 Q248. 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 glacierAns. 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 efsAns. 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 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. 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 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 instancesAns. 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 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 Ans. Latency Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws route53 policyAns. 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 databaseAns. 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 replicaAns. 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 replicaAns. 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 databaseAns. Simple
Weighted
Latency
Failover
GeoLocation
Multivalue Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws route53 Asked in 1 Companies Ans. Computing that would require high network throughput and low latency within a single availability zone. 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 placement group  aws placement groupAns. No, We need to de register it first. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws ebs snapshot  aws ebs volume snapshot  aws ami  amazon amiAns. It's a service to convert text to speech. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws polly Q265. Why serverless is called serverless if there are actually servers serving the requests ? Infrastructure
Ans. Because Vendors need not worry about provisioning , managing and maintaining the servers and it's intrinsically taken care of by AWS. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Amazon Web Services (AWS)  aws serverless  aws lambda  aws serverless computing  amazon cloud serverless computing  amazon lambdaAns. If we would like a program to be executed if someone commits code to the repository. 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 triggerAns. Api Gateway
Alexa
CloudFront
CloudWatch
Code Commit
Kinesis
S3
SNS 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 triggerAns. Yes EFS volumes but not EBS 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 ec2Ans. Yes Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws efs volume  aws ec2  aws computing  amazon cloud computing  amazon ec2Ans. No Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws ebs volume  aws ec2  aws computing  amazon cloud computing  amazon ec2