Interview Questions and Answers - Order By Rating 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 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 cloudwatchAns. 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 cloudwatchAns. 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 cloudwatchAns. 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 ec2Ans. 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 elbAns. 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 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 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 amiAns. 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 amiAns. 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 volumeAns. 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 amiAns. In S3 Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws volume snapshotAns. 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 amiAns. 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 volumeAns. 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 ec2Ans. 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 ebsAns. 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 ebsAns. 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 volumeAns. 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 groupAns. 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 volumeAns. 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 cloudwatchAns. 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