Easy to medium lc questions
Lead Backend Developer Interview Questions
15,484 lead backend developer interview questions shared by candidates
Node js Express Js Javascript Sql Sequelize java
* Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the target, where index1 < index2. Please note that your returned answers (both index1 and index2 ) are not zero-based. Put both these numbers in order in an array and return the array from your function ( Looking at the function signature will make things clearer ). Note that, if no pair exists, return empty list. If multiple solutions exist, output the one where index2 is minimum. If there are multiple solutions with the minimum index2, choose the one with minimum index1 out of them.
Read a file, go over the words, and count how many times each word appears. follow-up question: print only the word or word that has the max number of appearances
two sum & three sum code problems.
Pair coding to solve easy algorithms. Design a database schema and API for these requirements. Tell me about a time you had conflict with a coworker.
Nothing was asked. Only wasting time and making fun of coloured people.
Josephus Problem and LRU Cache
They mostly focused on node.js development related questions and scenarios. like eg, rate limiting, api calls, backend libraries intergrations.
basic things in nodejs and sql
Viewing 8981 - 8990 interview questions