Give me three reasons why I should hire you.
Software Engineer In Test Interview Questions
Software Engineer In Test Interview Questions
Software engineers in test are IT professionals who focus on building tools for software testing. They also sometimes perform the tests and assist in developing the product being tested. In a software engineer in test interview, prepare to answer advanced questions about the software testing and development process.
Top Software Engineer in Test Interview Questions & How To Answer
Question #1: Explain the difference between priority and severity.
Question #2: What is ad-hoc testing?
Question #3: Explain the difference between SDET (software development engineering in test) and manual software testing.
36,196 software engineer in test interview questions shared by candidates
About basics of networking and Python
Given two (dictionary) words as Strings, determine if they are isomorphic. Two words are called isomorphic if the letters in one word can be remapped to get the second word. Remapping a letter means replacing all occurrences of it with another letter while the ordering of the letters remains unchanged. No two letters may map to the same letter, but a letter may map to itself. Example: given "foo", "app"; returns true we can map 'f' -> 'a' and 'o' -> 'p' given "bar", "foo"; returns false we can't map both 'a' and 'r' to 'o' given "turtle", "tletur"; returns true we can map 't' -> 't', 'u' -> 'l', 'r' -> 'e', 'l' -> 'u', 'e' -'r' given "ab", "ca"; returns true we can map 'a' -> 'c', 'b'
what is ping? what protocol is used in ping
First round the asked about java basics including lists and asked me to write anagram program Second round they asked about selenium, asked to write locaters Third round they asked about java and 2 program-one was related to list, and was sone string operation Fourt wa mixed of everything
See the description above.
Find out a substring from a huge file with high performance
Insert a node in to sorted circular linked list.
How do you scale down the input of an isolated converter?
Medium and Hard Programming Questions from LeetCode. System Design and Scalability Questions (Improving overused api's performance) Object-Oriented Design How to test elevator and url?
Viewing 471 - 480 interview questions