database related question; get some data from some table
Backend Developer Interview Questions
9,176 backend developer interview questions shared by candidates
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 ?
Questions on programming experience Simple Programming exercises (what does this snippet do)... Questions on you as a person and your likes etc.
Phase 1 (Introduction) 1. Introduce Yourself 2. Why did you quit your previous company? 3. What did you do there? 4. Why do you want to join Pathao?
Phase 4a (Problem Solving) i. Given an n x n array. Write a function to return the diagonal sum. 1 2 3 4 5 6 7 8 9
Como haria un diagrama entidad relacion en base a una descripcion
what do u know about backend ?
You ever made a system work faster or better?
Viewing 381 - 390 interview questions