Interview Experience at UST Global Bangalore for Automation Testing Profile – Nov – 2019

Company Name :- UST Global
Date :- Nov – 2019
Experience Level: – 2 – 5 Years
Location- Bengaluru
Mode : – F2F

1. What is the main difference between xpath and css selector?
2. If there 4 frames in the application . How will you get the 4rth frame ID.
3. If there is a ok button. How many ways you can click.
4. What is the difference between try-catch block and throws clause.
5. If there is a abstract class A with methods M1,M2, M3. And M1 and M2 are abstract methods and M3 is not abstract. Class B extends A. For M1 and M2 we get the implementation in next year. How will you use M3 in base class.

6. If there is a class A extends Class B. If we create a reference of A and object of B , we can call only the method from Class A. If same methods are present in class A and class B.

For the same scenario we can call the common methods present in both the classes and methods present in A why…????

7. A a1 = new B(); and B b1 = new B();

How the method call will happen at run time and compile time in both the cases..

8. What is spin and re spin in agile and which phase the demo will show to the customer.

If you want to share you interview experience with any company for Testing profile, write with all details as given above and mail me at amod.mahajan@hotmail.com. It will help testing community a lot.

Practice interview questions asked in different organisations here.

1 thought on “Interview Experience at UST Global Bangalore for Automation Testing Profile – Nov – 2019

  1. Hi, could you explain the answer for this question

    If there is a abstract class A with methods M1,M2, M3. And M1 and M2 are abstract methods and M3 is not abstract. Class B extends A. For M1 and M2 we get the implementation in next year. How will you use M3 in base class.?

Leave a Reply

Your email address will not be published. Required fields are marked *