Interview questions for Quality Assurance Engineers
I recently stumbled across this list of interview questions from back when I was hiring Software Engineers In Test for a team I was leading.
"Technical QA" means a lot of different things to a lot of different people. I found that no matter how I wrote my job postings, I always wound up interviewing candidates with an astoundingly wide range of skills and experience ranging somewhere along the gamut from senior engineer to human-computer interaction researcher.
This is a list of ideas. I'd never ask all of these questions in an interview. I'm also the kind of person who likes to skip around and I wrote this list with that in mind.
However the questions are ordered roughly according to level of technical knowledge required to answer, starting with the least technical.
Here are 41 interview questions to ask when hiring QA Automation Engineers.
Tell me about the first time you ever used a computer?
What was the first code you ever wrote?
When did you become interested in QA? ("Everyone has a different answer." —Stephen Donner)
Why are you interested in QA now?
What blogs do you read to keep up with the QA industry?
Describe the role of QA in the software life cycle: what does QA do and when does it happen?
Why does software have so many bugs?
Would it be a good idea to automate all the tests and dispense entirely with QA?
How does a file system work? what is a file? how does a directory "contain" files?
What happens when you empty the trash?
Imagine you are testing the validation of a new user sign up form for a web site. what kinds of names should the validation reject? what about email addresses?
How do Web sites protect credit cards? from being intercepted in transit? from being stolen off the server?
What is daylight saving time?
How do blind people use the Web?
How good are you at figuring out how to do things using Google?
What's an example of a sophisticated thing you've taught yourself to do using only resources you found on the internet? eg play ukulele, knit a sock, provision an ec2 instance
How good are you at communicating with other people? with engineers?
How good at command line are you?
How would you find a file on a Mac? using only the shell?
How good of a programmer are you?
What programming languages are you comfortable with?
What is html? what is valid html? what is a table-based layout?
What is css? the cascade? the box model?
How can you tell if there is a JavaScript error on a web page?
Imagine there is a JavaScript error — what can you learn about it, how much detail can you provide?
Describe what happens after I type a URL in my browser and hit return. Explain how the browser and server get from that point to a fully loaded web page.
Have you used Charles and/or the Net tab in Firebug/Chrome Inspector?
What are "boundary conditions" aka "edge cases"?
Why do people use "boundary" and "edge" to describe these types of problems? edge of what?
What is a regular expression? what is a search pattern? a wildcard?
How would you make the same change to two different files? to 2000 files?
Have you used an SCM (for instance: git, svn, cvs, vss, ClearCase, Mercurial, Perforce)?
Imagine you found two copies of the same file on your machine. how do you tell if the copies really are the same, or if one has some changes that didn't make it into the other copy?
How do engineers typically use source control branches?
What does it mean to patch a web application?
How does Google search work?
How do password reset emails work?
What are some ways that passwords get stolen? how would you advise me to keep my users' passwords safe?
What is a botnet? what is malware?
How does malware get onto computers?
@noahsussman I don't really understand why you'd ask someone when they first started using a computer. Feels kind of classist.
— Camille Fournier (@skamille) October 24, 2014
@skamille you’re right. A better question would be “why do you love computers.”
— Noah Sussman (@noahsussman) October 24, 2014
[View the story "Interview Questions" on Storify]