Coding and subjective questions on Front End Development
Sr Developer Interview Questions
30,088 sr developer interview questions shared by candidates
Questions were not worth to be shared.. Just ignore
Rest and Soap advantages and disadvantages
Main features of Java 8,parallel stream etc
how would you explain report you prepared to a non technical person? Talk me through your CV? Competency based questions around working under pressure,deadline etc? Explain the activities you would undertake throughout a given process (in your role).
what is bubble sort?
Algorithm test Given an array of integers, keep a total score based on the following: – Add 1 point for every even number in the arrav. – Add 3 points for every odd number in the array, except for the number "5". – Add 5 points ever time the number "5" appears in the array. Note that the 0 is considered even.
write code to unique object array from var obj = [ { name: 'xyz', id: '1' }, { name: 'abc', id: '2' }, { name: 'xyz', id: '1' }, { name: 'pqr', id: '3' }, ];
what is currying in the javascript Currying is a technique used to transform a function with multiple arguments into a sequence of nested functions, each taking a single argument. The curried function returns a new function for each argument until all arguments are provided, and then it finally returns the result. This technique allows for partial application of a function, meaning you can pass some arguments now and the rest later.
What is an event loop?
Viewing 1371 - 1380 interview questions