Interview Questions and Answers - Order By Rating Ans. S3, EFS, Glacier Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Ans. EC2, Lambda, EKS , ECR, ECS Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Ans. 2006 Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Ans. Simple Queue Service ( SQS ) Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws sqsAns. Because it gives the ability to provision infrastructure on Demand with No contracts and strings attached. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Amazon Web Service (AWS)   Google Cloud Platform (GCP) Q696. How did you use Spring in your project ? Which Spring annotations have you used in your project ? Spring
Ans. @RequestMappping Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  spring  spring annotations 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 ami 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. A template for the instance.
Launch permission decisions
A block device mapping, when an instance is launched it determines the volumes to attach to that instances.
Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws ami  amazon amiAns. AMI provides the templating for creation of instances. So a single image can be used to launch multiple instances. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws ami  amazon amiAns. AMI is an Amazon Machine Image. It contains the configuration to enable to boot up an EC2 instance with said configuration whereas Cloud formation is a templating language that allows to describe how to build a VPC and also allows you to create AWS services
AMI is templating specific to instances whereas the scope of CloudFormation templating is much bigger. CloudFormation could use AMI for launching instances along with other services. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws cloud formation  aws ami  amazon ami  aws ami  amazon ami vs aws cloud formation Q702. How can we switch log4j to print logging on console / file ? Log4j
Ans. By changing ConsoleAppender to a FileAppender and vice versa Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  log4j Q703. How can we click on hidden element. Html
Ans. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  html hidden element Asked in 1 Companies Q704. can we write multiple CATCH in webdriver code? Testing
Ans. A try block can be followed by one or more catch blocks. Each catch block must contain a different exception handler. So, if you have to perform different tasks at the occurrence of different exceptions, use java multi-catch block. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  webdriver Asked in 1 Companies This question was recently asked at 'HeadStrong'.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 Q706. How to work with dynamic webtable ? Testing
Ans. List lists=driver.FindElements(xpath);
int row= lists.size();
List lists=driver.FindElements(xpath);
int column= lists.size();
String value=Rowtable.FindElement(xpath);
system.out.println(value); Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Selenium Asked in 1 Companies Q707. what is the difference between RC and webdriver WebDriver
This question was recently asked at 'HCL Technologies'.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 Q708. what are the different status of a defect in Jira ? Jira
Ans. Open, In Progress, Reopened, Closed, Resolved Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies Q709. what is the testcase technique Testing
This question was recently asked at 'HCL Technologies'.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 Q710. Difference between String constant and String non-constant pools? Core Java
This question was recently asked at 'VMWare'.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 Q711. Difference between "extend" and "implement" in java? Core Java
This question was recently asked at 'VM Ware'.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 Q712. Difference between Datadriven and Hybrid Frame work?
This question was recently asked at 'VM Ware'.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 Q713. How do we include and exclude the groups in the TestNG xml file? TestNG
This question was recently asked at 'VM Ware'.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 Q714. How do we achieve parallel execution in TestNG? TestNG
This question was recently asked at 'VMWare'.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 Q715. What are the different types annotations used in TestNG? TestNG
This question was recently asked at 'VMWare'.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 Q716. If you have to pull a sub string out of a string, which method would you use - using String methods or Pattern / Matcher ? Design
Ans. It depends on how complex it is and if in future it would need any sort opf debugging. It's not easy to debug code if it's making heavy use of shortcuts like Lambda , Patterns etc. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  pattern matching  String  design Q717. Can we serialize objects with only private variables in Java ? Core Java
Ans. It depends on how we are serializing. The Serialization API doesn't worry about private variables and convert it into binary representation.
If we are using a library to map it to JSON / XML using XML Mappers, it may create trouble. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  serialization 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   Q719. You have a webserver on an ec2 instance. Your instance can get to the internet, but nobody on the internet can get to your webserver. Describe how you would troubleshoot. 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  Ans. CloudFront for Static Media and cached content
EC2 and EKS ( Docker ) for main application computing
RDS and DynamoDB for Database
Lambda ( computing ) for running back end cron jobs
Kinesis for streaming and SQS for queuing
CloudWatch for Monitoring
CloudFormation for Infrastructure templating
S3 for Object Storage Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve