They asked me to write some Programs
Software Development Engineer Test Interview Questions
43,527 software development engineer test interview questions shared by candidates
if you have to cross 60km distance by car then first you cover 30km distance with a speed of 30k/hr then at how much speed u can cover the remaining distance so the avg speed will become 60k/hrs
About basics of networking and Python
Give me three reasons why I should hire you.
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.
Insert a node in to sorted circular linked list.
Find out a substring from a huge file with high performance
Viewing 541 - 550 interview questions