Product of Array
Full Stack Software Engineer Interview Questions
15,748 full stack software engineer interview questions shared by candidates
Attended a hackerearth online round for full stack developer profile.
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.
I was asked to write and algorithm for a board game.
Viewing 71 - 80 interview questions