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.
Test Engineer Interview Questions
36,182 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