Hardest Coding question asked to me in the entire process. Given an Array of digits 1-9, 0 excluding and a number N Find how many numbers can be formed such that it is less than or equals to N. Digits can be repeated. Eg: Arr - {1,4,9} N - 10 Ans - 3 since (1, 4, 9) Arr - {1,3,4,5} N - 100 Ans - (1,3,4,5,11,13,14,15,33 ............. )
Jr Software Engineer Interview Questions
7,328 jr software engineer interview questions shared by candidates
Name one good and bad experience you had in your college.
Maximum sum subarray problem on leetcode
Asked about company values and which one/s resonate most with me
Does starting a remote job as an entry level software engineer worry you?
There were coding questions(basics) and theoretical questions on C(medium difficulty).
You have a weight device that can compare 2 sizes at a time. And you have a stone divided into 5 pieces. The size of each piece is integer. And need to know what the weight of each piece is. Is this possible with up to 4 times use of the weight device?
They asked me to implement a function that finds the first non-repeating character in a string and return its index, or return -1 if no such character exists.
Basic program in JavaScript in array or String
a Problem on Database on how to solve this case
Viewing 291 - 300 interview questions