Implement clearbit(int n, int p) function, p is the position of the bit to be cleared. Example : n is 13, p is 0. Binary representation of n : 1101. You need to clear the pth postion, means 0th position bit needs to be cleared.
Product Test Engineer Interview Questions
Product Test Engineer Interview Questions
In a product test engineer interview, the interviewer will likely 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 #1: What are the phases involved in the software testing life cycle?
Question #2: How do you go about learning a new product?
Question #3: Describe a time when a colleague disagreed with your test results.
36,182 product test engineer interview questions shared by candidates
The tech questions were easy if you had some practices (leetcode, etc). The behavior questions did catch me. Be prepared for some real QA scenario questions!
None of the questions were unexpected, at least for any candidate applying for this job. I definitely felt I could have answered few questions better.
Tell me about yourself
Given a linked list and a value k, give the kth element from the last
SDLC, what games have you played till now? Have you played any PS games or not. Difference between Regression Testing and Retesting.
unix questions were difficult.....sql was easy....choose your skill carefully...i choose c so they asked only c questions....
find if 2 strings are anagrams
Write a program takes in a string and a delimiter, and uses that delimiter to split a string and then will reverse the characters in every word (or jumble of characters between the delimiters), stuffing them back into a string when finished. ('The dog walks' becomes..... 'ehT god sklaw')
Code to find a missing number in an array
Viewing 41 - 50 interview questions