Reverse a string in-place.
Software Engineer Data Interview Questions
439,064 software engineer data interview questions shared by candidates
Varied behavioral questions. Technical focused on oops concepts(explain 4 pillars of OOP with examples). Was asked to write code to print the largest number in an unsorted integer array of infinite size. Although the position was for C#, they were cool about me coding in java.
if p1 and p2 are two consecutive prime number, in which cases (p1 + p2) / 2 is a prime number.
What is a class?
Given an unfair coin, devise an algorithm to produce a fair coin's output.
Find the nth element in a linked list in constant time and space.
Given a string of format '2+3*2-1', calculate and return the result. No parenthesis in the input, just integers and + - * / operators. Operator precedence has to be considered. Linear time complexity and minimal data structure use is preferred.
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
Save a tree to an array
What are the most challenging tasks you faced in your previous projects and how did you handle them
Viewing 1231 - 1240 interview questions