The questions were easy on my understanding. If i have to rank the questions, then the most difficult among them was, to write a program to generate Roman numerals from the decimal numbers.
Software Engineer In Test Interview Questions
6,457 software engineer in test interview questions shared by candidates
Given a list of integers, return the longest contiguous subsequence that adds up to the largest value.
Given a linked list and a number k, find the k-th node from the end and return it. An example: List: A-B-C-D-E-F K K: 2 Return F:
Write a function that when given a string will return the position of the starting point of the largest reoccurring character. (ie. given:"AAABBCCCCD" would return 5 (starting point of C)) Test your code.
If I have infinite supply of water and have 5 gallons and 3 gallons of water basket, how would I measure 4 gallons of water?
Problem solving question: You have a list of numbers from 1 to 1000000 and one number is missing, but you don't know what it is. If you can only go through the numbers once, how do you find the missing number.
Given an eBay type service with multiple front-end applications, user information is being truncated when sent back to the user (Name was 'Andrew' but shows 'And'). Discuss your strategy on debugging this issue.
During lunch, one interviewer asked me how I would test a pencil to prepare it for release.
Find square root of a no. using binary search. Merge two sorted arrays. Anagrams. Design library system and write sql query for remaining books. String immutability. Traverse tree. How did handle conflicts. Pros of working in agile.
Test an Function that converts string to integer. String here can be of any length!
Viewing 671 - 680 interview questions