Tuesday, 15 May 2018

Infostretch - Automation Interview Questions - 2 to 6 Years experience

Infostretch 2 to 6 Years Experience

May 2018

First Round
Technical Test Interview Questions

1. Write a program  to reverse the number. Int number = 12345

2. Write a program to demonstrate right click using selenium

3. Write a program  to scroll in selenium untill an element is found

4. Write a program to demonstrate Page Factory Object model in selenium

--------------------------------------+

Second Round

They have four questions set for written programming test.

*SET 2 - Questions.*

1) Palindrome String = 'MADAM'.

2) Objective Question

public static void main(String args[]){
Sysout(fun());
}
public int fun(){
return 20;
}

A - 20,
B - Runtime error
*C - compilation error.*
D - None.

3) Write a code for Customized exception in java.

4) Wrt for mouse handover using action class.

5) Wrt to find total count of elements present in below page
<ul title= 'movies'>
    <li title = 'Movie title 1>
    <li title = 'Movie title 2>
    .
     .
  <li title = 'Movie title 50>
<ul>

6) Write code for wait until element visible.

---------------
F2F Interview Questions -

1. Merge 100 xls sheet of data in one sheet

2. Explain Project framework

3. Get data from the database and use it in the script

4. Roles and responsibilities in current project

5. Challenges faced in project

6. Explain Recovery scenario

7. Explain Error handling

8. Reverse a string"this is hello world string" and print only the 1st and the last reversed word.

9. Can static variable be called in another class   inheriting the previous class

No comments:

Post a Comment