What’s your salary expectations? He talked a lot about theoremOne and that he’s been with them for only one month.
Backend Engineer Interview Questions
14,357 backend engineer interview questions shared by candidates
Mostly technical, a lot about postgresql since this was a backe end position.
Code snippet was given, how will you optimize the query for a given case
How would you detect whether a API payload has been tampered on its way.
Sort array , reverse string , data structure
1. Find the duplicate element in an Array 2. Find the max count of element in an Array
database related question; get some data from some table
Consider the following series of binary numbers: 11, 101, 110, 1001, 1010, 1100,... All of these numbers have the same count of 1s. Your job is to write a function that will accept the count of 1s, say k, and another number N and return the binary string of Nth number with k 1s in it. For example for k = 2 and N= 5, this function should return 1010. Your function signature should be similar to: String getNthBinaryNumberWithKOnes(int k, int N)
What is Bundler?
what are Java concepts ?
Viewing 571 - 580 interview questions