Interview Question and Answers | Search Coding Interview Questions - 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 Rating

   next 30
 Q571. What is the relationship between Base Class and Abstract Class ?Core Java
Ans. Abstract Class is a class that's only allowed to be a Base class for it's usage. It can never be instantiated on it's own.

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

   Like         Discuss         Correct / Improve     base class  abstract class      basic


 Q572. What is a base class ? Is Abstract class and Base class the same thing ?Core Java
Ans. Base Class is a relative term. For example - Class Vehicle is a Base class of Class Car. Even though Base class is derived in this case , there is no restriction on instantiation of Vehicle class.

Abstract Class is a class that is meant only to be a Base Class and not allowed to be instantiated.

Abstract Class is a Base Class that isn't allowed to be instantiated and is only meant for carrying definition to derived class and help participate in runtime polymorphism.

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

   Like         Discuss         Correct / Improve          Asked in 1 Companies


 Q573. What are the biggest challenges for Java technology in the coming years?Core Java
Ans. JVM - With Cloud and Serverless, this could be a hurdle for it to be preferred technology.

Confusion between OOP and Functional Programming.

Slower speed of innovation due to wider adoption.

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

   Like         Discuss         Correct / Improve     


 Q574. 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 iam


 Q575. Difference between CloudWatch and CloudTrail ?Amazon Web Services (AWS)
Ans. 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 cloudtrail


 Q576. How frequently Cloudwatch monitor AWS services for generating metrics ?Amazon Web Services (AWS)
Ans. 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


 Q577. What are the Default metrics available for EC2 in CloudWatch ?Amazon Web Services (AWS)
Ans. CPU, Disk, Network, Status

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

   Like         Discuss         Correct / Improve     aws cloudwatch  amazon cloudwatch


 Q578. Are CloudWatch metrics available with free tier ?Amazon Web Services (AWS)
Ans. Only Basic not advanced

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

   Like         Discuss         Correct / Improve     aws cloudwatch  amazon cloudwatch


 Q579. What is the purpose of EC2 Health check ?Amazon Web Services (AWS)
Ans. We can use this check for variety of things -

1. Monitoring the status / Alarms in case it's down
2. Regulating traffic to healthy instances only through Load Balancer

 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


 Q580. Difference between internal and external Load Balancer ?Amazon Web Services (AWS)
Ans. Internal Load balancer is used for services which are for internal consumption only and hence doesn't need to direct Web traffic.

External Load balancers are for regulating web traffic.

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

   Like         Discuss         Correct / Improve     aws elb  amazon elb


 Q581. Which of the Load balancer - Application / Network provides advanced features ? What is the use of other Load Balancer than if one provides advanced feature than other ?Amazon Web Services (AWS)
Ans. Application Load Balancer is high level ( Level 7 Networking Layer ) and provides better features and flexibility than Network Load Balancer ( Level 4 Network Layer )

Network Load Balancer is turn provides better performance as it regulates raw traffic.

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

   Like         Discuss         Correct / Improve     aws elb  amazon elb


 Q582. What are the different types of AWS Load Balancers ?Amazon Web Services (AWS)
Ans. Application , Network and Classic

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

   Like         Discuss         Correct / Improve     aws elb  amazon elb


 Q583. How would you securely migrate a database to RDS?Amazon Web Services (AWS)
 This question was recently asked at 'Cognizant (C?TS),Overstock'.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 rds  aws database  amazon cloud database     Asked in 2 Companies


 Q584. Explain difference between web-based application and Core Java Application ?Java
 This question was recently asked at 'Tripod'.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


 Q585. Difference between AMI EBS based and AMI Instance Store based ?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     aws ami  amazon ami


 Q586. Can we create AMI with encrypted snapshots ?Amazon Web Services (AWS)
Ans. No they need to be unencrypted before an AMI is created.

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

   Like         Discuss         Correct / Improve     aws ami  amazon ami


 Q587. What is a Volume Snapshot ?Amazon Web Services (AWS)
Ans. Snapshots are point in time copies of Volume.

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

   Like         Discuss         Correct / Improve     aws ebs  aws ebs volume


 Q588. How can we create our own AMI ?Amazon Web Services (AWS)
Ans. Volume -> Snapshot -> AMI

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

   Like         Discuss         Correct / Improve     aws ami  amazon ami


 Q589. Where are snapshots internally stored by AWS ?Amazon Web Services (AWS)
Ans. In S3

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

   Like         Discuss         Correct / Improve     aws volume snapshot


 Q590. Can we create an AMI using volumes ?Amazon Web Services (AWS)
Ans. Yes , We can create snapshots with Volumes and then AMIs with Snapshots.

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

   Like         Discuss         Correct / Improve     aws ami  amazon ami


 Q591. Can we move volumes across regions or availability zones ?Amazon Web Services (AWS)
Ans. Yes, We can do that through snapshots and AMI

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

   Like         Discuss         Correct / Improve     aws ebs volume


 Q592. Can we modify volume while attached EC2 is running ?Amazon Web Services (AWS)
Ans. Yes, except Magnetic standard

 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


 Q593. Can we have EC2 and EBS in different availability zones or regions ?Amazon Web Services (AWS)
Ans. No, they need to be local

 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


 Q594. Can we use magnetic storage as Root Volume ?Amazon Web Services (AWS)
Ans. Yes , but only Magnetic standard.

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

   Like         Discuss         Correct / Improve     aws ebs


 Q595. Difference between AWS Root and Additional Volume ?Amazon Web Services (AWS)
Ans. Root Volume is the primary volume used for installing operating system whereas Additional volume is just additional disk space.

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

   Like         Discuss         Correct / Improve     aws ebs volume


 Q596. Can we deny access for particular IP using Security Groups ?Amazon Web Services (AWS)
Ans. No, We can do that through ACL

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

   Like         Discuss         Correct / Improve     aws security group


 Q597. Can a EC2 instance have multiple Security Groups ? Can a single security group be assigned to multiple Ec2 instances ? If either of them is true , doesn't it result in conflict ?Amazon Web Services (AWS)
Ans. We can assign multiple security groups to single instance and we can use single security group with multiple instances.

It never results in conflict as security groups only have allow rules and no deny rules. Multiple security groups for an instance results in union of all rules.

 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 security group


 Q598. Can EBS Volume be encrypted ?Amazon Web Services (AWS)
Ans. Yes but not the root volume of default AMIs.

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

   Like         Discuss         Correct / Improve     aws ebs  aws volume  aws ebs volume


 Q599. Which AWS service can be used to monitor EC2 ?Amazon Web Services (AWS)
Ans. CloudWatch

 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 cloudwatch  amazon cloudwatch


 Q600. What is the difference between EC2 System status check and Instance status check ?Amazon Web Services (AWS)
Ans. System status check is to check if the power or network is working whereas Instance status check goes further and make sure that traffic is going through.

 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


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: