Filter interviews by
I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.
They gave set of problem statement related to oops concept
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating reusable code by organizing it into objects
Key principles include encapsulation, inheritance, and polymorphism
Encapsulation allows data hiding and protects data from outside interference
Inheritance enables a new class to inherit properties and behaviors from an existing ...
Top trending discussions
I appeared for an interview before Mar 2024, where I was asked the following questions.
posted on 15 Feb 2025
I appeared for an interview before Feb 2024.
Basic Aptitude test
Coding Round is little tough.
I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.
They will give you problem to solve
Machine coding round
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
Use a hash set to find duplicates in an array of strings.
Create a hash set to store unique elements.
Iterate through the array and check if the element is already in the hash set.
If it is, then it is a duplicate. If not, add it to the hash set.
Create a student support system
Design an order and payments system for an EdTech company
Allow users to browse and select courses
Implement a shopping cart for users to add courses
Integrate payment gateways for secure transactions
Provide order confirmation and receipt to users
Allow users to track their order status
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
3 questions, 1 hour. Questions mostly on DP, Graphs and strings
Pollfill is a function that returns a promise which resolves when a condition is met.
Pollfill function should return a promise
The promise should resolve when a specific condition is met
Use polling mechanism to check the condition at regular intervals
Throttling limits the number of times a function can be called over time, while debouncing ensures a function is only called after a certain amount of time has passed without it being called.
Throttling limits the rate at which a function can be called, preventing it from being called more than once in a specified time frame.
Debouncing waits for a specified amount of time to pass after the last time a function was calle...
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
Indexing improves data retrieval speed but can increase storage and maintenance costs.
Faster query performance: Indexes allow for quicker data retrieval. For example, searching for a user by ID is faster with an index.
Reduced I/O operations: Indexes minimize the number of disk reads required to find data, enhancing performance.
Increased storage requirements: Indexes consume additional disk space, which can be significa...
SQL- 1 departments with no users
2 dept_id and their respective no. of users
DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists
I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.
Basic coding maths aptitude java python communication skills test
Java coding c plus python SQL oracle dbmsos
Given two arrays [1, 1, 2, 3, 1] and [2, 1, 1, 3, 1], write the code to check for their equality, where equality means that both arrays contain the same elements. Approach 1 involves sorting the arrays and then using a for loop to check for equality; however, sorting has a higher time complexity. The interviewer prefers a solution with O(n) time complexity. Approach 2 suggests using a HashMap to count the occurrences of each element, allowing us to achieve this in O(n) time complexity.
based on 1 interview experience
Difficulty level
Duration
Regional Manager
61
salaries
| ₹8 L/yr - ₹13.8 L/yr |
Education Specialist
31
salaries
| ₹5 L/yr - ₹10 L/yr |
Associate Manager
16
salaries
| ₹10.8 L/yr - ₹16 L/yr |
Software Engineer
14
salaries
| ₹5.8 L/yr - ₹11.6 L/yr |
Software Developer
12
salaries
| ₹6.5 L/yr - ₹12.8 L/yr |
Acadecraft
Coding Ninjas
Internshala
Globus Infocom