What are ACID Properties
Backend Software Engineer Interview Questions
2,349 backend software engineer interview questions shared by candidates
Trees and array questions were there, easy and fun rounds.
in 1st coding round There is an array of elements and you have to print the result after removing continuous same elements. Ex -> [tom , jerry, jerry, tom] Output -> [] Ex -> [tom, jerry, jerry, tom, tom, jerry, tom] [tom jerry Jerry tom ] output-> [] [tom jerry Jerry tom jerry tom] op= [Jerry tom ] 2nd ques Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Let these two numbers be numbers[index1] and numbers[index2] where 1 <= index1 < index2 <= numbers.length. ex -> Input: numbers = [2,7,11,15], target = 9 Output: [1,2] Ex -> [-1, 0] target = -1 Output -> [1, 2
Determine a specific day of the week algorithm
Design a system for transfer of files
Tell me about yourself ?
They asked to slove problem but that was a simple problem.
Code Assignment
Same code assignment to everybody.
Find all permutations of "needle" string in "haystack" string
Viewing 681 - 690 interview questions