Software Quality Engineer Interview Questions

4,934 software quality engineer interview questions shared by candidates

String encoding problem. Strings are encoded by how many of each letter they have. E.g. AABCDA = A3B1C1D1. Some have been encoded incorrectly such as AABCDA = A2B1C1D1A1. Complete the method below (which accepts a list of strings as a param) to correct any errors. If no errors are present in the input encoded string then the output should be the same as the original input. Followed by blank method skeleton for candidate to enter response. Note that the interface does not have intellisense so code must fully recalled from memory.
avatar

QA Software Engineer

Interviewed at Bazaarvoice

3.7
Dec 6, 2019

String encoding problem. Strings are encoded by how many of each letter they have. E.g. AABCDA = A3B1C1D1. Some have been encoded incorrectly such as AABCDA = A2B1C1D1A1. Complete the method below (which accepts a list of strings as a param) to correct any errors. If no errors are present in the input encoded string then the output should be the same as the original input. Followed by blank method skeleton for candidate to enter response. Note that the interface does not have intellisense so code must fully recalled from memory.

The most difficult one is also the easiest one. After I wrote a very simple code. I have made a small mistake on it. The interviewee asked me to test it. I tried a lot of test method. Finally, he told me that I forgot put parentheses on it
avatar

Software Quality Engineer

Interviewed at MicroStrategy

2.9
Nov 18, 2013

The most difficult one is also the easiest one. After I wrote a very simple code. I have made a small mistake on it. The interviewee asked me to test it. I tried a lot of test method. Finally, he told me that I forgot put parentheses on it

Viewing 3661 - 3670 interview questions

Glassdoor has 4,934 interview questions and reports from Software quality engineer interviews. Prepare for your interview. Get hired. Love your job.