Software Testing Interviews

Software Testing Interview Questions

Software testers are responsible for identifying defects in software products and therefore must be well-versed in computer programming. Employers look for candidates who can learn quickly and communicate effectively to both technical and non-technical audiences. Expect to answer a lot of coding questions as well as a brainteaser to test your ability to think outside the box.

36,182 software testing interview questions shared by candidates

Given a binary tree, how would you set the keys/values of all the nodes and their child pointers to null. No language restriction. Do it iteratively in O(N) time with O(1) space complexity where N is the number of nodes in the tree. Other Details: - Tree is just a regular Binary Tree and doesn't have the BST property. - It is not guaranteed to be balanced. - You may do whatever you want to the tree however, you must ensure that all the nodes in the tree and their left/right pointers are set to null.
May 14, 2013

Given a binary tree, how would you set the keys/values of all the nodes and their child pointers to null. No language restriction. Do it iteratively in O(N) time with O(1) space complexity where N is the number of nodes in the tree. Other Details: - Tree is just a regular Binary Tree and doesn't have the BST property. - It is not guaranteed to be balanced. - You may do whatever you want to the tree however, you must ensure that all the nodes in the tree and their left/right pointers are set to null.

Viewing 51 - 60 interview questions

Glassdoor has 36,182 interview questions and reports from Software testing interviews. Prepare for your interview. Get hired. Love your job.