0% found this document useful (0 votes)
33 views2 pages

01 Simple Level Questions Set

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views2 pages

01 Simple Level Questions Set

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

*** JAVA ***

1) What is the difference between JDK, JRE, and JVM?


2) Differentiate between instance and local variables.
3) What are the differences between constructor and method of a class in Java?
4) What happens if there are multiple main methods inside one class in Java?
5) What is the final keyword in Java?
6) Explain the access levels of different access specifiers?
7) Can we overload a static method?
8) What is the Wrapper class in Java?
9) What are the default values assigned to variables and instances in Java?
10) How is the creation of a String using new() different from that of a literal?
11) What is the need for OOPs and what are the advantages in using it ?
12) What is Compile time Polymorphism and how is it different from Runtime
Polymorphism?
13) How is an abstract class different from an interface?
14) How have you used/applied inheritance in your project ?
15) Write a java program to generate first 10 values in fibonacci series?

*** SELENIUM ***

1) What are the various ways of locating an element in Selenium?


2) How can we locate an element by only partially matching the value of its
attributes in Xpath?
3) How to switch between multiple windows in Selenium?
4) What are the different waits in Selenium?
5) What are some commonly encountered exceptions in Selenium?
6) How to handle dropdowns in Selenium?
7) Explain StaleElementReferenceException?
8) Write syntax for text based xpath??
9) What are the different types of alerts that you have handled using Selenium
WebDriver ?
10) In what ways a frame can be located using Selenium ?

*** AUTOMATION ***

1) How many test cases you automate in a day?


2) What is cross-browser testing and why do you need ?
3) What is your day to day responsibilities in being an automation tester ?
4) What are the benefits of using automation framework ?
5) Whar are the challenges you have faced in automation ?

*** TESTING CONCEPTS ***


1) What are test case and test data enumeration techniques you have used for test
case design
2) Explain the software testing processs that you are following in your project?
3) Can you give test cases to test lift in your office?
4) Explain defect lifecycle that you are following in your poject?
5) Explain the sign off process that you are following in your project?

*** AGILE ***


1) Explain an agile value that you are following in your project
2) What are the agile ceremonies you have in your project ?
3) What is the difference between Sprint Backlog and Product Backlog ?
4) What do you mean by the term “velocity” in Agile?
5) What is the purpose of Retrospective meeting in agile?

***TestNG***
1) What are the advantages of using TestNG for execution?
2) Explain TestNG annotations execution order?
3) How can you apply dependency between 2 testcases using TestNG?
4) How can setup parallel execution in 3 browsers using TestNG?
5) What are the different ways to rerun the failed test cases using TestNG?

*** SQL ***

1) What types of SQL commands (or SQL subsets) do you know?


2) What are the different SQL constraints you have come across?
3) What's the difference between left join and right join ?
4) What's the difference between DELETE and TRUNCATE ?
5) Let's say there is an employees table with id, first_name, last_name,
date_of_join, salary. Can you give a query to find the employee getting second
highest salary from the table?

You might also like