Attended a hackerearth online round for full stack developer profile.
Junior Full Stack Developer Interview Questions
15,707 junior full stack developer interview questions shared by candidates
medium level algorithm problem.
How to handle microservices with nodejs
Behavioral: Past experience, difficult situations, learning from mistakes, missing deadlines etc. Typical behavioral and hr stuff.
write a utility that when give a simple object, prints it. a simple object is an object that has only public fields, each field can be of a primitive type (incl. String) or another simple object. follow-up question was how to deal with cyclic referencing between simple objects. when printing should also indent properly the nested objects.
How would you contribute to Pluralsight?
How would a series of web-servers W1, W2....Wn be able to be served by a series of databases D1, D2, D3...Dm that would ensure a balanced load + ability to ignore databases that might be down?
Given two arrays: arr1[0..m-1] and arr2[0..n-1]. Find whether arr2[] is a subset of arr1[] or not. Both the arrays are not in sorted order. It may be assumed that elements in both array are distinct.
To build a application in react
Given an array of integers, write a function that returns a list of numbers where the second digit from the left is 1. The function should handle both positive and negative numbers
Viewing 71 - 80 interview questions