What is mean by grep command and read command
Software Qa Engineer Interview Questions
6,316 software qa engineer interview questions shared by candidates
Implement one().plus().two().equals().three() Given [blue_car, green_car, yellow_car, green_car] expected { "blue" -> blue_car,"yellow" -> yellow_car, "green - > green_car, green_car }
Windows application Design-similar to 7zip
Mostly puzzles like those mentioned on this website.
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
Nothing difficult
about C++
"tell me about yourself that's not listed on your resume", I got caught off guard
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.
Java Concepts. Easy and Medium leetcode problems. Understanding of Quality Assurance.
Viewing 4701 - 4710 interview questions