Interview Questions and Answers for '23andMe' | Search Interview Question - 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 for '23andMe' - 3 question(s) found - Order By Newest

 Q1. What is a Webdriver ?Testing
Ans. Selenium WebDriver is a tool for automating web application testing.It helps in replicating the manual tester behavior like keyboard entry, mouse events etc and then matching the output against the expected.

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

   Like         Discuss         Correct / Improve     selenium  webdriver     Asked in 37 Companies


Related Questions

  How to access a Web Element if there are many elements with the same XPath ?
 How do you take screenshot in selenium?
 Set Locators priority wise in selenium WebDriver.
 How can you handle JavaScript popup using selenium ?
 what is the difference between RC and webdriver
 can we write multiple CATCH in webdriver code?


Frequently asked in face to face interviews.
  Q2. Write a program to print fibonacci series.Core Java
Ans. int count = 15;
int[] fibonacci = new int[count];
fibonacci[0] = 0;
fibonacci[1] = 1;
for(int x=2; x < count; x++){
fibonacci[x] = fibonacci[x-1] + fibonacci[x-2];
}

for(int x=0; x< count; x++){
System.out.print(fibonacci[x] + " ");
}

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

   Like         Discuss         Correct / Improve     ebay   fibonacci series     Asked in 66 Companies      basic        frequent


Related Questions

  What are the steps to be performed while coding Junit with Mocking framework ?
  What is a Sequence File?
 What different level of logging you use while coding ?
 Have you ever encoded the response before sending it back from the service? If Yes , Which encoding was used ?
 What are the different type of encoding you have used ?
 How does encoding affect using Reader / writer classes or Stream classes in Java ?
 What is the difference between html encoding and url encoding ?
 Does spaces get's encoded in html encoding ?


 Q3. What is the use of this keyword in javascript ?Javascript
Ans. This keyword refers to the current instance of the class.

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

   Like         Discuss         Correct / Improve          Asked in 1 Companies


Related Questions

  What is a cookie ?
  Which of the following is fastest to locate the DOM element ?
  Why should we have Javascript method definitions within HTML Head section ?
 What are falsy attributes in javascript ?
 How do you debug Javascript code ?
 What is type script ? What are the advantages of typescript ? How is it different than javascript ?
 How can you handle JavaScript popup using selenium ?
 How do you debug Javascript code ?
 What is Defer Parsing JavaScript ?



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: