i
Whitehat jr
Filter interviews by
The device used is a laptop with 16GB RAM, Intel i7 processor, and 512GB SSD.
Laptop model: Dell XPS 15
RAM: 16GB
Processor: Intel i7
Storage: 512GB SSD
I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.
Whitehat jr interview questions for designations
I applied via Company Website and was interviewed before Aug 2022. There were 4 interview rounds.
I applied via Referral and was interviewed before Feb 2022. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in May 2020. There were 5 interview rounds.
Top trending discussions
I applied via Referral and was interviewed before Aug 2022. There were 4 interview rounds.
Event loop is a mechanism that allows for asynchronous programming by handling events and callbacks.
Event loop is responsible for handling and executing events and callbacks in a non-blocking manner.
It continuously checks the event queue and processes events one by one.
Event loop is commonly used in JavaScript for handling asynchronous operations like setTimeout, setInterval, and AJAX requests.
Ask to create a database design and API for a todo list app
posted on 17 Jul 2023
I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 2 interview rounds.
let is mutable and can be reassigned, const is immutable and cannot be reassigned
let allows reassignment of values, const does not
const must be initialized with a value, let can be declared without a value
const is block-scoped, let is function-scoped
Closures are functions that have access to variables from their containing scope even after the parent function has finished executing.
Closures allow functions to maintain access to variables from their parent scope
They are created when a function is defined within another function
Closures are commonly used in event handlers and callbacks
typeof null returns 'object' in JavaScript.
typeof null is 'object' in JavaScript
This is a historical bug in JavaScript that has not been fixed for backward compatibility
Example: console.log(typeof null) will output 'object'
Finding palindrome strings in an array of strings.
Iterate through each string in the array.
For each string, check if it is equal to its reverse to determine if it is a palindrome.
Store palindrome strings in a separate array or print them out.
Debouncing is a technique used to limit the rate at which a function is called.
Debouncing is used to prevent multiple rapid calls to a function, typically in response to user input.
It involves setting a delay before allowing the function to be called again.
Example: Debouncing a search input field to only trigger the search function after the user has stopped typing for a certain period.
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
Python technical SQL basic
based on 11 interviews
1 Interview rounds
based on 144 reviews
Rating in categories
Sales Manager
2.2k
salaries
| ₹3 L/yr - ₹12.5 L/yr |
Coding Instructor
322
salaries
| ₹2 L/yr - ₹8.5 L/yr |
Relationship Manager
274
salaries
| ₹3 L/yr - ₹9 L/yr |
Manager
208
salaries
| ₹4.4 L/yr - ₹15 L/yr |
Assistant Manager
164
salaries
| ₹3.5 L/yr - ₹12 L/yr |
BYJU'S
Cuemath
Vedantu
Unacademy