i
Classplus
Filter interviews by
I applied via Job Fair and was interviewed in May 2024. There was 1 interview round.
Questions trees and graphs.
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Aptitude test was of 1 hr
It was about 1 hr duration
Object-oriented programming paradigm focusing on objects and classes
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Ability of a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Abstraction: Hiding the complex implementation details and showing only the necessary features
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing outside interference.
Encapsulation also promotes code reusability and modularity.
Example: In object-oriented programming, classes encapsulate data fields and methods to ope
2 Query question and 3 coding questions
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: Java, C++, Python are popular languages that support object oriented programming.
Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.
Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)
Event listeners are used to listen for and respond to events
Common events include click, mouseover, keydown, submit, etc.
Project , coding question, DBMS
2 DSA questions Both are from DP
posted on 24 Apr 2023
I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.
Functional interface is an interface with only one abstract method. Load balancing is used to distribute workload.
Functional interface is used in lambda expressions in Java.
Load balancing is used to distribute workload across multiple servers.
Server side load balancing is done by a load balancer that sits between the client and server.
Client side load balancing is done by the client application itself.
Load balancing im...
The question is unclear and seems unrelated to software development.
Ask for clarification on the question.
Transactional levels and propagation labels are related to database transactions.
Substring duplicates counts can be solved using string manipulation.
It is unclear how these two topics are related.
posted on 14 Jun 2024
I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.
Basics of aptitude questions like relation,train,boat, probability,number series , and so on...
String occurrence, array list
The wrong label on the boxes can cause confusion and errors in the software development process.
Ensure proper labeling of boxes to avoid confusion
Double check labels before using them in the development process
Communicate with team members to clarify any discrepancies in labeling
posted on 2 Aug 2024
I applied via Walk-in and was interviewed in Jul 2024. There were 4 interview rounds.
There was an basic question in Aptitude
They told me to tell about social media goods and Bad in Future
Array Questions,Number Coadings,Basics of OOPS
I am a passionate software developer with experience in building web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js and databases like MongoDB and MySQL
Familiar with version control systems like Git and deployment tools like Heroku
Strong problem-solving skills and ability
posted on 28 Aug 2024
25 questions , 1 hour
1 coding , 2 logical question
I appeared for an interview in Jun 2021.
Round duration - 180 minutes
Round difficulty - Hard
The test link had 3 days expiry so I could attempt test anytime. It was conducted on doselect.com
You are given an array/list named 'SEQUENCE', which consists of 'N' integers. The task is to identify all equilibrium indices in this sequence.
An equilibr...
The task is to find the equilibrium indices of a given sequence, where the sum of elements at lower indices is equal to the sum of elements at higher indices.
Iterate through the sequence and calculate the total sum of all elements
Initialize a left sum and right sum as 0
For each index, update the left sum and right sum and check if they are equal
If they are equal, add the index to the equilibrium indices
Return the equil
Round duration - 60 minutes
Round difficulty - Medium
Video interview round wherein I was asked to wrote code for the problem statements given by the interviewer. The problems were mainly focused on advanced JS concepts like asynchonous progamming, timers, closures, and data structure problems around arrays, sets, linked list etc.
Given a singly linked list in the form 'L1' -> 'L2' -> 'L3' -> ... 'Ln', your task is to rearrange the nodes to the form 'L1' -> 'Ln' -> 'L2' -> '...
The task is to rearrange the nodes of a singly linked list in a specific order without altering the data of the nodes.
Iterate through the linked list to find the middle node using the slow and fast pointer technique.
Reverse the second half of the linked list.
Merge the first and reversed second half of the linked list alternatively to get the desired order.
Round duration - 30 minutes
Round difficulty - Easy
This was the last round with HR wherein they judged cultural fit and there was discussion on things like my expectations v/s their expectations etc.
Tip 1 : Get well versed with the fundamentals of Javascript including advanced concepts like promises, async/await, generators, higher order functions, closures, currying etc.
Tip 2 : Do some projects on MERN Stack because a lot of projects here use some or all of those technologies
Tip 3 : Do prepare for behavioral/cultural-fit questions especially around how you'll handle various stituations during work or how will you manage productivity while working remotely.
Tip 1 : Having projects on MERN stack will give you advantage
Tip 2 : Do mention if you have any AWS experience.
Tip 3 : Mention all your internships/past experiences. Keep them crisp and talk about what you did and it's impact/outcome.
Tip 4 : Any experience/exposure to blockchain will definitely give brownie points.
I appeared for an interview in Nov 2021.
Round duration - 30 minutes
Round difficulty - Easy
This round mainly consisted of some questions on advanced JS topics like Execution Context, Callback queue, Micro task queue, Promises, etc.
Round duration - 60 minutes
Round difficulty - Medium
This round was more technical compared to the previous one. The interviewer was a senior developer. If questions were not answered, answers would be given/explained.
Aggregate operators in MongoDB are used for data aggregation and manipulation.
Some aggregate operators in MongoDB include $sum, $avg, $min, $max, $push, $addToSet, $first, $last, $project, $match, $group, $sort, $limit, $skip.
Example: db.collection.aggregate([{$group: {_id: '$field', total: {$sum: '$value'}}}])
Round duration - 30 minutes
Round difficulty - Easy
This round was mainly to assess my experience level, roles, and responsibilities from my previous company. Salary negotiations also happened here.
Tip 1 : Learn about Execution Context, Promises in JS
Tip 2 : Learn about indices, Difference between different databases
Tip 3 : Error handling and Exceptions
Tip 1 : Put in what you’ve done and not what you could have done.
Tip 2 : Keep it short and simple
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Business Development Manager
172
salaries
| ₹3.5 L/yr - ₹8 L/yr |
Customer Success Manager
126
salaries
| ₹2.8 L/yr - ₹9 L/yr |
Software Engineer
42
salaries
| ₹7 L/yr - ₹21 L/yr |
Key Account Manager
42
salaries
| ₹7 L/yr - ₹11 L/yr |
Program Manager
38
salaries
| ₹7 L/yr - ₹27 L/yr |
Teachmint
Celebal Technologies
NoBrokerHOOD
Duck Creek Technologies