Interview Questions and Answers - Order By Rating Q481. Design an in memory object oriented system for a Car manufacturing Company ? Design
This question was recently asked at 'Audacious Inquiry'.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 Q482. Which maven commands you usually work with ? Maven
This question was recently asked at 'Akvelon'.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  maven Asked in 1 Companies Q483. How can you prove your honesty ? General
This question was recently asked at 'Gallup'.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 Q484. If you are asked to develop a financial system, how would you make sure that there are proper checks , balances and audits ? Solution
This question was recently asked at 'BzzAgent'.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  Design  Security Asked in 1 Companies Q485. 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 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   Q487. 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 Ans. 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 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 gatewayAns. 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 Q491. 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. 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 Q493. 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 Q494. 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 Q495. 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 Q496. 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 Ans. No Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws nat instanceAns. High bandwidth and availability in NAT Gateway
NAT Gateway is completely managed by AWS
NAT Gateway is auto scalable
NAT Instance is just like EC2 instance and hence backed by security group
NAT Instance can be used as bastion host whereas NAT Gateway cannot be. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws nat instance  aws nat gatewayAns. 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. 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. Through security groups Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws subnetAns. No Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws vpc pairingAns. 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. 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 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. 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. 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