Filter interviews by
Find and return the duplicate element in an array of strings.
Iterate through the array and keep track of elements seen so far using a hash set.
If an element is already in the hash set, return it as the duplicate element.
Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as the duplicate element.
async await in JavaScript is a way to write asynchronous code in a synchronous manner.
async functions return a Promise
await keyword is used to pause the execution of async functions until a Promise is settled
async/await makes asynchronous code easier to read and write compared to using callbacks or Promises
The question was related to designing a scalable system for handling large amounts of data.
Focus on distributed systems and scalability
Consider using technologies like Hadoop, Spark, or Kafka
Discuss strategies for data partitioning and replication
.Cant specify as per company policy
I was interviewed in Feb 2025.
I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.
React DOM is a package that provides DOM-specific methods that can be used to render React components.
React DOM is used to render React components in the DOM.
It provides methods like ReactDOM.render() to render components.
React DOM takes care of updating the DOM to match the React components.
SPA stands for Single Page Application. React is a popular JavaScript library for building SPAs.
SPA is a web application that loads a single HTML page and dynamically updates the page as the user interacts with it.
React is a JavaScript library for building user interfaces, including SPAs.
React uses a virtual DOM to efficiently update the UI without reloading the entire page.
React Router is commonly used with React to h
Oriserve interview questions for popular designations
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
CI-CD related pipeline using Git, Jinkins.
I was interviewed in Nov 2023.
Aggregation pipeline in MongoDB is a framework for data aggregation operations.
Pipeline stages are used to process documents in a collection.
Operators like $match, $group, $project are used in pipeline stages.
Results can be transformed, sorted, grouped, and filtered using aggregation pipeline.
Example: db.collection.aggregate([{$match: {field: value}}, {$group: {_id: '$field', count: {$sum: 1}}}, {$sort: {count: -1}}])
Palindrome question asked to solved in 10 minutes
I was interviewed before Dec 2020.
Round duration - 60 Minutes
Round difficulty - Medium
This round was purely based on Data Structures and Algorithms . One has to be fairly comfortable in solving Algorithmic problems to pass this round . Both the questions asked were quite common and luckily I had already prepared them from CodeStudio and LeetCode.
Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...
Compute the In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.
Implement functions to perform In-Order, Pre-Order, and Post-Order traversals of a Binary Tree.
Use level-order input to construct the Binary Tree.
Traverse the Binary Tree recursively to generate the required traversals.
Ensure proper handling of null nodes represented by -1 in the input.
Return the three traversals as
Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.
The first line of input is an intege...
Reverse a singly linked list by altering the links between nodes.
Iterate through the linked list and reverse the links between nodes
Use three pointers to keep track of the current, previous, and next nodes
Update the links between nodes to reverse the list
Return the head of the reversed linked list
Round duration - 45 Minutes
Round difficulty - Medium
This round basically tested some concepts from Data Structures and File Manipulation .
Given two arrays A
and B
with sizes N
and M
respectively, both sorted in non-decreasing order, determine their intersection.
The intersection of two arrays in...
The problem involves finding the intersection of two sorted arrays efficiently.
Use two pointers to iterate through both arrays simultaneously.
Compare elements at the pointers and move the pointers accordingly.
Handle cases where elements are equal and update the intersection array.
Return the intersection array as the result.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Campus Placement
Regex for email validation
Start with a string of characters followed by @ symbol
Followed by a string of characters and a period
End with a string of characters with a length of 2-6 characters
Allow for optional subdomains separated by periods
Disallow special characters except for . and _ in username
Print prime numbers in a given range and optimize the solution.
Use Sieve of Eratosthenes algorithm to generate prime numbers efficiently
Start with a boolean array of size n+1, mark all as true
Loop through the array and mark all multiples of each prime as false
Print all the indexes that are still marked as true
Find angle between hour and minute hand in a clock given the time.
Calculate the angle made by the hour hand with respect to 12 o'clock position
Calculate the angle made by the minute hand with respect to 12 o'clock position
Find the difference between the two angles and take the absolute value
If the angle is greater than 180 degrees, subtract it from 360 degrees to get the smaller angle
To un-hash a string, use a reverse algorithm to convert the hash back to the original string.
Create a reverse algorithm that takes the hash as input and outputs the original string
Use the same logic as the hash function but in reverse order
If the hash function used a specific algorithm, use the inverse of that algorithm to un-hash the string
based on 10 interviews
Interview experience
based on 21 reviews
Rating in categories
5-8 Yrs
Not Disclosed
Software Engineer
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Data Scientist
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Zomato
Swiggy
BigBasket
Blinkit