Q: Why nodejs is better than other languages
Backend Developer Interview Questions
9,192 backend developer interview questions shared by candidates
Given that you need to call for an external API and it costs X amount of money for each call, how could you waste the minimum amount of money and keep the values up to date? Obs. the values are reliable enough to be kept for 1min. And it has 2% failure rate overall.
1. fix a line in a code to make it work 2. match sticks questions, getting 2 matches and creating the largest square possible 3. Stack - the input is a string and need to make Mathematical operations on the numbers.
There were two coding questions and I was given a blank paper. Q1: find digit sum of all the questions till n. eg if n = 12, res = 51 (1+2+...+9 + (1+0) + (1+1) + (1+2)) Q1 was easy and I was able to code it. Q2 was tough here is the question http://stackoverflow.com/questions/11253027/algorithm-to-find-the-total-number-of-connected-sets-in-a-matrix I solved the problem, but was not able to code it properly as it was a long program and I had only paper. I thought i will explain the code later to the interviewer. I got rejected came back and coded both questions at home with same logic. Still dont know why I got rejected.
The question is about calculating the n-th fibonacci (F(n)) where n is an integer. Additionally, the interviewer asked you to optimize it as best as you could. The time complexity and space complexity are also asked. https://leetcode.com/problems/fibonacci-number/
Do you believe you'll be able to pass the Java based entrance exam?
expalin the project you worked
Describe architecture of endpoints for API service.
Program to check if a tree is bst
Problem solving and algorithm implementations
Viewing 1331 - 1340 interview questions