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.,
Software Developer 2 Interview Questions
2,525 software developer 2 interview questions shared by candidates
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
Find whether given two strings are permutable or not
remove duplicates from string using js
Did you own your outcome of our problem?
1. tell about yourself 2.tell about the product you are working on
You are given a list of strings . you need to find the anagram group them together Input - ["abc","cba","xyz","def"] Output - ["abc","cba"] ,["xyz"], ["def"]
You are given M number of sorted arrays each of size N, can you merge these arrays and create a final sorted array.
Viewing 971 - 980 interview questions