Coding exercise about using a website to compare weights of gold bars and determine which one is the fake bar.
Software Engineer In Test Interview Questions
6,457 software engineer in test interview questions shared by candidates
Implement an algorithm to solve X problem in your favorite programming language.
Write a program to reverse the words in a sentence. "Sky is blue" would be "blue is sky". Write test cases for this program
How can you copy files from one directory to another using Python?
Most questions are around data structures. Also expect word puzzles, like write an algorithm to spell out actual numbers. E.g. 121 -> "One Hundred and Twenty One".
Given a list of unordered numbers, what would be the best algorithm to find the n largest numbers.
Given an array of integers and k, print all the pairs of numbers (a,b), both of them inside the array, such that a+b=k
Linked list questions
Write a function in C++ that takes two dates as input and determines if the two dates fall on the same day of the week. The tricky part was thinking of things like leap years and such.
Program in ide: Input - wwwaabbc Output - w3a2b2c1
Viewing 161 - 170 interview questions