[go: up one dir, main page]

0% found this document useful (0 votes)
23 views4 pages

Tesing Hundered Interview Questions

The document outlines various Java and JavaScript concepts, coding questions, SQL queries, Selenium/Cypress scripts, TestNG/Maven/Git practices, REST/SOAP API differences, and manual testing methodologies. It covers topics such as memory types in Java, data structures, design patterns, garbage collection, multithreading, and testing frameworks. Additionally, it includes practical coding tasks and queries related to database operations and API testing.

Uploaded by

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

Tesing Hundered Interview Questions

The document outlines various Java and JavaScript concepts, coding questions, SQL queries, Selenium/Cypress scripts, TestNG/Maven/Git practices, REST/SOAP API differences, and manual testing methodologies. It covers topics such as memory types in Java, data structures, design patterns, garbage collection, multithreading, and testing frameworks. Additionally, it includes practical coding tasks and queries related to database operations and API testing.

Uploaded by

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

Java/ javascript concept:

1. Explain types of memory in java


2. Difference between ArrayList and LinkeList
3. difference between abstract class and interface in java
4. super, final , finally and finalize keyword??
5. Use of transient keyword??
6. How to achieve Ecapsulation
7. Garbage collection in java
8. What is singleton design pattern and how would you implement it in java?
9. Multithreading in java
10. Collection framework
11. Methods in SET, LINK and MAP in collection framework
12. Java-8 features- Stream API
13. Waits type and syntax
14. Exceptional handling
15. Java architecture
16. Why string is immutable in java
17. What is null and undefined in javascript
18. Promises in javascript
19. What JDBC?

Coding question:

1. Create element arraylist using List class .


2. Find out duplicate character from String using Arraylist
3. Find Unique character in given string
4. Given an unsorted array of integers implement a sorting algorithm
5. Find greatest common divisor of two number
6. Given a list of transactions calculate the max profit you can make by buying and
selling things.
7. Reverse string
8. Palindrome
9. Star pyramid question
10. Change small char name to alphabates
SQL queries:

1. Write query to join multiple tables and retrieve specific information


2. Write query to find count of entries having “parameter==xyx”
3. Find second highest salary in table
4. Normlization
5. Query to find total salary of all employees in the ‘Sales’ department.
6. Employee who joined in the last 6 months
7. Find entries with duplicate data.

Selenium/Cypress:

1. Write selenium script for “Add to cart” functionality n amazon


2. Write script for fluent wait
3. Write script to Assert element on webpage
4. How to clear cashe in selenium
5. Write script to switching tab and window handle
6. Write script to handle dropdown
7. Write script for double click
8. locate element using index and CSS value
9. write cypress script to assert image on webpage
10. Types of assertions in cypress and their syntax
11. Write selenium script to find broken links on page
12. Selenium architecture
13. Cypress architecture

TestNG/Maven/Git”

1. CI/CD Architecture
2. How to create jobs
3. Git commands
4. TestNG annotations
5. How to run testcases in parallel
6. How to get report from TestNG
7. How to find out fail testcases in TestNg
8. POM file and in use
9. What is .xml file in TestNG
REST/SOAP API:

1. Difference between SOAP and REST


2. REST architecture
3. How to test api on postman
4. How to create assertion in postman
5. HTTP methods of REST & SOAP
6. Status code in API

Manual Testing:

1. What is agile methodology


2. Framework in agile
3. What is waterfall model
4. Types of functional & non-testing
5. Different between retesting and regression
6. Types of testing report
7. Difference between validation and verification
8. Bug life cycle
9. Forward and backward Traceability matrices.
10. Explain project

You might also like