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
Test Engineer Ii Interview Questions
618 test engineer ii interview questions shared by candidates
sort dictionary values and keys without using builtin sort method
Basic java Selenium Data Structure
- Design a Automation framework for an API
Should able to write code of Quick Sort in limited time.
What are your strengths/weaknesses - was not expecting this in an MSFT interview
There were no direct questions that i could tell. The whole interview was very casual. I was given 2 "bugs' to investigate on a white board with examples given.
Explain current project you are working on and role in current project ?
What are the test scenarios for listing a perfume product on Amazon, considering my background in the e-commerce domain?
Test Automation. Selenium , Testng, Framework question
Viewing 511 - 520 interview questions