Test Analyst Interviews

Test Analyst Interview Questions

"Employers looking to fill test analyst positions want applicants with the problem-solving capabilities to detect software-level errors and make improvements to their products. In an interview, expect to be quizzed on technical questions that will test your analytical and critical thinking skills. You may be asked to resolve a programming error or explain the uses of a particular function."

36,196 test analyst interview questions shared by candidates

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'
avatar

Test Engineer

Interviewed at LinkedIn

3.8
Oct 20, 2015

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'

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
avatar

Software Development Engineer In Test

Interviewed at Sprinklr

3.5
Sep 8, 2021

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

Viewing 471 - 480 interview questions

Glassdoor has 36,196 interview questions and reports from Test analyst interviews. Prepare for your interview. Get hired. Love your job.