Given a triangle, determine if its a scalene, equilateral, isosceles or neither... required knowledge of triangle properties, I learnt these properties about two decades ago so ofcourse I was fuzzy on the details, completely unexpected
Softwareentwickler Im Test Interview Questions
12,326 softwareentwickler im test interview questions shared by candidates
Questions about Manual Testing, Differences between Functional, Performance, Unit, Regression, Load, Stress, Volume testing.
Reverse a String eg: I am a boy ans : boy a am I
How would you reverse the words in a string?
Given an integer write a function that converts the input into a linkedList where each node corresponds to a number of the integer. Eg: 25697 == 2 -> 5 -> 6 -> 9 -> 7 Then write a function that takes 2 linkedList, add the corresponding integers and return a third list with the result.
Given a string, find whether it has any permutation of another string. Need to be efficient
How would you translate input string into sequence of movements through on screen keyboard? What if you can loop through rows and columns?
Find indices start and end for a particular value in a sorted integer array with duplicates
Invert a Map e.g 1: {a,b} 2: {c,d} becomes a:1 b:1 c:2 d2
Try-catch block, handle class, matrix indexing in MATLAB. Declaring private methods in Python. A lot of importance was given to behavioral questions.
Viewing 61 - 70 interview questions