Filter interviews by
I was interviewed in Nov 2024.
I was asked a LeetCode question during the interview, and they provided a link to LeetCode. The interview went well, but I had assumed it would focus on backend-related questions. However, it seems they are looking for a problem-solving candidate.
I applied via Approached by company and was interviewed in Dec 2021. There were 4 interview rounds.
2 questions. 1 was basic level. 2 was of medium level.
Find first missing positive number in an array in O(n) time and O(1) space.
Traverse the array and mark the presence of each positive integer by changing the sign of the corresponding index.
Traverse the array again and return the index of the first positive integer.
If all integers are present, return the length of the array + 1.
Example: [3, 4, -1, 1] => mark 3rd and 4th index as negative => return 2.
Example: [1, 2, 0] =...
Given an integer, print the relevant column name in an excel sheet.
Create a string array of alphabets from A to Z
Use modulo operator to get remainder and divide by 26 to get quotient
Append the corresponding alphabet to the result string
Reverse the result string
Maths,quant for 1 hour duration
Arrays, strings, linked list, palindrome
I applied via Company Website and was interviewed before Jan 2021. There were 4 interview rounds.
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Fundamental concepts of JavaScript discussed in the interview
Data types in JavaScript (string, number, boolean, object, array)
Functions and scope in JavaScript
DOM manipulation and event handling
Asynchronous programming with callbacks, promises, and async/await
Object-oriented programming concepts in JavaScript
Two DSA Questions
1. Check whether two strings are anagram or not?
2. Create power function without using Math.pow() library?
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
Design dream11. Bonus - how notification will be sent to customer for milestone of a player they have followed at scale.
based on 1 interview
Interview experience
Zerodha
Groww
Upstox
Paytm Money