Java questions- 1. Difference between comparable and comparator 2.Java design patterns - singleton, Factory 3. Write a code- Lottery related
Software Development Engineer In Test Interview Questions
6,457 software development engineer in test interview questions shared by candidates
How to create jobs in jenkins Difference between git fetch and git pull
How do you begin creating your test plan, and who should you include in the review of the test plan?
How to make Hashmap syncnorized
If time is limited, write the top 10 TC you can think of for page “Google.com”
2. Reverse a sinlgy linked list, without any use of built in collections or any dependencies.(Implement linked list on your own. do not use java.util package methods) Input : 9 -> 4 -> 2 -> 8 Ouput : 8 -> 2 -> 4 -> 9 3. Find the given two strings are anagrams. isAnagram("apple", "orange"); -> false isAnagram("worth", "throw"); -> true isAnagram("foo", "fun"); -> false 1.[7,1,4,2,0,5,2,9,3] Impl a quick sorting algorithm and explain its space and time complexities in detail
1) exception handling corner cases 2) java core concepts 3) easy logical programs 4) sql queries basic program. 5) Selenium based easy questions. 6) TestNG based easy questions.
C# Programming, Agile concepts, API testing
Framework structure of current project. Dynamic locator handling , Alerts handling .
API testing and Database testing
Viewing 5261 - 5270 interview questions