how would you move mount fuji?
Product Test Engineer Interview Questions
Product Test Engineer Interview Questions
In a product test engineer interview, it is likely that the interviewer will ask questions relating to your technical expertise and problem-solving skills. Prepare to go into detail about product design, as the interviewer may assess your ability to master new products. A strong interview would also highlight your ability to be communicative, even under stress.
Top Product Test Engineer Interview Questions & How to Answer
Question No. 1: What are the phases involved in the software testing life cycle?
Question No. 2: How do you go about learning a new product?
Question No. 3: Describe a time when a colleague disagreed with your test results.
36,182 product test engineer interview questions shared by candidates
Given a number find it is one less than the power of two.
Given a set of numbers -50 to 50, find all pairs that add up to a certain sum that is passed in. What's the O notation for what you just wrote? Can you make it faster? Can you find an O(n) solution? Implement the O(n) solution
Most of them were expected. Almost all are problem solving questions. 1. Given a BST with following property find the LCA of two given nodes. Property : All children has information about their parents but the parents do not have information about their children nodes. Constraint - no additional space can be used
How would you determine if someone has won a game of tic-tac-toe on a board of any size?
Phone interview 1 : a) Simulate a Queue with stacks ? b)Find repeated occurrence of character in a string ? Phone interview 2 : a) Given a 2D matrix of numbers find the position of number . Constraints of matrix number always in increasing order left to right and top to bottom . b)When should version control be used . And a tricky discreet math problem ?
I was asked a pretty straight forward brain teaser during my last phone interview, which they said they don't normally do, but because I put that I was a logical problem solver on my resume they couldn't resist the opportunity to. It was the following "There are 20 different socks of two types in a drawer in a completely dark room. What is the minimum number of socks you should grab to ensure you have a matching pair?"
The Game of Nim worded diffently.
Given a list of n numbers. All numbers except one are unique. Find the number with duplicate entry.
Describe and code an algorithm that returns the first duplicate character in a string?
Viewing 1 - 10 interview questions