i
Whitehat
jr
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 4 interview rounds.
Design a Drivezy app for vehicle rental with user-friendly features and seamless booking experience.
User Registration: Allow users to sign up using email or social media accounts.
Vehicle Listing: Display available vehicles with images, descriptions, and pricing.
Booking System: Implement a calendar for users to select rental dates and times.
Payment Integration: Support multiple payment methods like credit cards, UPI, an...
Add 2 linked lists and return final linked list
Create a new linked list to store the sum
Traverse both linked lists simultaneously and add the corresponding nodes
Handle carry over while adding nodes
If one linked list is longer than the other, add the remaining nodes to the sum list
Finding an element in a rotated sorted array.
Use binary search to find the pivot point where the array is rotated.
Determine which half of the array the target element is in.
Perform binary search on that half of the array to find the target element.
Handle edge cases such as when the target element is at the pivot point.
Given a matrix of characters and a word, find if the word exists in the matrix.
Traverse the matrix and check if the first letter of the word matches any cell.
If it does, check if the adjacent cells match the next letter of the word.
Repeat until the entire word is found or no match is found.
Algorithm to maximize profit by buying and selling stocks.
Iterate through the array of stock prices
Keep track of the minimum price seen so far
Calculate the profit if sold at current price
Update maximum profit seen so far
Return maximum profit
I applied via Referral and was interviewed before Aug 2021. There was 1 interview round.
Answer on how to list in react and the input box
Use the map function to create a list in React
Use the state to store the input value
Use onChange event to update the state when the input value changes
Use onSubmit event to handle the form submission
Top trending discussions
I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.
posted on 27 Jul 2021
I appeared for an interview in Feb 2021.
posted on 17 Aug 2022
I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.
React is a JavaScript library for building user interfaces. It is different from Angular in various ways.
React is a library while Angular is a framework
React uses virtual DOM while Angular uses real DOM
React is more flexible and easier to learn than Angular
Deep copy creates a new object with the same values while shallow copy creates a new reference to the same object
Hoisting is a JavaScript mechanism where variables a...
Implement custom hooks and array flat method
Custom hooks are reusable functions that allow you to extract component logic into reusable functions
Array flat method is used to flatten an array of nested arrays into a single array
To implement custom hooks, create a function that uses the useState and useEffect hooks
To implement array flat method, use the reduce method to flatten the array
I applied via Job Portal and was interviewed before Nov 2023. There were 3 interview rounds.
posted on 23 Sep 2024
Normal Aptitute test with logical reasoning.
posted on 17 Jul 2023
I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 2 interview rounds.
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.
based on 2 interview experiences
Difficulty level
Duration
based on 5 reviews
Rating in categories
Sales Manager
2.1k
salaries
| ₹3 L/yr - ₹12.5 L/yr |
Relationship Manager
274
salaries
| ₹3 L/yr - ₹9 L/yr |
Coding Instructor
271
salaries
| ₹2 L/yr - ₹8.5 L/yr |
Manager
197
salaries
| ₹4.4 L/yr - ₹15 L/yr |
Assistant Manager
167
salaries
| ₹3.5 L/yr - ₹12 L/yr |
BYJU'S
Cuemath
Vedantu
Planet Spark