Interview Questions and Answers - Order By Rating Ans. 1. Supports naked domain names
2. Any change in ELB IP is automatically updated in Route53 Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws route53Ans. Cname doesn't support naked domain names whereas aliasis does. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws route53 Asked in 3 Companies Ans. Through Aliasis Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws route53Ans. Route is for routing which is the purpose of DNS and Default port for DNS is 53 Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws route53Ans. 53 Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Amazon Web Services (AWS)  DNSAns. 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. Because AWS stores subsequent snapshots as only incremental information. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws ebs snapshotAns. 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 Q71. 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 ec2Ans. No of requests, computation duration, assigned RAM 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. Advantages -
Much Cheaper
Continuous scaling
Higher level and Serverless
Disadvantages -
Warm up time
Limited flexibility in terms of technologies
Limited control 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  aws ec2  aws computing  amazon cloud computing  amazon ec2Ans. EC2 is IAAS
Elastic Beanstalk is PAAS
EKS is Containerization service
Lambda is Serverless Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  IAAS   PAAS   Containerization  Serverless Q80. Difference between Containerization and Serverless ? Infrastructure
Ans. Following are key differences between containers and serverless:
Supported host environments: Containers can run on any modern Linux server, as well as certain versions of Windows. In contrast, serverless runs on specific host platforms, most of which are based in the public cloud (like AWS Lambda or Azure Functions).
Self-servicing ability. For the reasons just noted, in most cases, serverless functions require you to use a public cloud. (There are on-premises serverless frameworks, like Fn, but these are not yet widely used.) With containers, you can set up your own on-premises host environment, or use a public cloud service like ECS.
Cost. Because serverless environments are hosted in the cloud, you have to pay to use them. In contrast, you can set up a container environment yourself using open source code for free (although you’ll still have management costs, of course).
Supported languages. You can containerize an application written in any type of language as long as the host server supports the language. Serverless frameworks are different; they support a limited number of languages. The details of supported serverless language vary from serverless platform to platform.
Statefulness. Most serverless platforms are designed to support stateless workloads. (Some serverless providers offer limited support for stateful services; cf. Durable Functions on Azure.) Although you can connect to external storage services (like S3 on AWS) from within serverless platforms, the functions themselves cannot be stateful. Containers present their own persistent storage challenges, but creating stateful containerized apps is certainly possible.
Availability. Serverless functions are designed to run for a short period—usually, a few hundred seconds—before they shut down. Containers can run for as long as you need. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Amazon Web Service (AWS)  serverless  containers  production supportAns. S3 is object based whereas EFS is block based. 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 efsAns. Both EFS and EBS are block storage but EBS is reserved storage whereas EFS is On Demand. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws ebs  aws efsAns. No but we can create an AMI and then launch a new instance in placement group. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws placement groupAns. No Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws placement groupAns. No, only the following type are allowed
Compute Optimized
GPU
Memory Optimized
Storage Optimized Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws placement group Q86. What are different types of EC2 Placement Groups in AWS ? What is the difference between them ? Amazon Web Services (AWS)
Ans. Clustered and Spread
All instances in Clustered group is in same availability zone and whereas instances in spread could be in different az or regions. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws placement group Q87. Are you using Auto Scaling for your EC2 instances ? How have you configured Auto scaling policy ? Amazon Web Services (AWS)
Ans. yes, you can create auto scaling policy to set max and min no of instance. 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 elb  amazon elb Q88. Somebody changed the permissions on a S3 bucket, Which Aws service can help locate the user who performed the action ? Amazon Web Services (AWS)
Ans. CloudTrail Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws cloudtrail  aws iam  amazon iamAns. CloudWatch is for monitoring resources whereas CloudTrail is for auditing activity. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws cloudwatch  amazon cloudwatch  aws cloudtrail  aws cloudwatch  amazon cloudwatch vs aws cloudtrailAns. 5 mins for Standard / Basic
1 min for Detailed / advanced Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws cloudwatch  amazon cloudwatch