Find the average of numbers. var arr = [3, null, [5, 6, undefined], false, [1, null, [2, [5, 6], 5], undefined]]
Software Developer 2 Interview Questions
481 software developer 2 interview questions shared by candidates
- Given an int[][] arr, where each element in arr is an array of size 2 => [x,y], return an array of number of valid integers in each range (inclusive) Valid integers are integers that do not have any repeating digits. - Tell me about yourself and tell me about a project that you are really proud of. - Tell me about a situation from your recent experience where you had a conflict with your colleague. - Tell me about a situation where you went above and beyond to create a significant impact and improve the current situation at your work place. - A case study about a client who is a bank and wants to transform their online banking from the current system to big data technology. - Case study: A client has given us a huge amount of data (big data) about the invoices of the sales of their items and we need to come up with predictions about the impact of weather on the sales of the items that the client is selling.
Mainly they asked me to describe previous work and projects in detail and asked specific questions about it to get a feel for how well I knew what I was talking about.
Explain the working of Hashmap
OA - Easy DP question (Fibanocci), Easy string-based question and JS MCQs Round 1 - Basic JS questions like hoisting, call, apply, bind, debounce, throttling, output questions, implementaion of a polyfill for array reduce, etc., Round 2 - Questions based on Promises and one coding question related to implementation of Promise queue. Round 3 and 4 - Questions based on problem-solving 1) longest substring without repeating characters (LC medium) 2) Given 2 strings, recursively remove all the occurence of string2 in string1, and return the result 3) Given a nested array, and an integer, return an object in which, key is the level of the nested array, and value is the frequency of the given integer in each level Eg :- array = [1, [1,2,3], [1,2,3]] integer = 1 Output -> {0: 1, 1: 2} Also had a few theoretical questions like event bubbling, event delegation, deep and shallow copy of objects, `this` in JavaScript etc.,
What are some projects you’ve done in SQL? Are you familiar with an agile environment? How do you deal with change going from one company to another? Tell us about projects you’ve done in your previous experience that would relate to the job description.
Tough technical assessment and nothing crazy question wise.
A question quite similar to design LRU
Spring boot and hibernate related questions.
They asked me mostly what I was interested in working on as a developer, my answers were understood and I was told my experience would match what I described. It did not.
Viewing 161 - 170 interview questions