i
Filter interviews by
Be the first one to contribute and help others!
I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.
It was a 1 Hour aptitude test along a few MCQ based questions on DSA.
Identify and return missing numbers from a given list in Python using various methods.
Use a set to find missing numbers: Convert the list to a set and compare with a complete set of numbers.
Example: Given list [1, 2, 4, 6], complete set is {1, 2, 3, 4, 5, 6}. Missing: {3, 5}.
Utilize list comprehension: Create a list of numbers in the range and filter out those present in the original list.
Example: [n for n in range(1, ...
Quick sort is an efficient sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.
1. Choose a 'pivot' element from the array. Example: In [3, 6, 8, 10, 1, 2, 1], choose 6 as pivot.
2. Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.
3. Recursively apply the above steps to the sub-arrays. Example: [3, 1, 2] and [8, 10] after partitio...
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Virtual polymorphism is achieved through virtual functions in C++.
Virtual functions allow a function in a base class to be overridden in a derived class.
Example: Animal class with virtual function 'makeSound' overridden in Dog a...
Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.
Create a base class with virtual functions
Create derived classes that override the virtual functions
Use pointers or references of the base class to call the overridden functions
I seek new challenges and opportunities for growth that align with my career goals and aspirations in software development.
Career Growth: I'm looking for a position that offers more opportunities for advancement, such as leading projects or mentoring junior developers.
Skill Development: I want to work with new technologies and frameworks that will enhance my skill set, like transitioning from Java to modern cloud techn...
I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.
Coding questions and some aptitude questions
My 5-year goal is to become a lead software developer in a reputable tech company, leading a team of developers and working on cutting-edge projects.
Advance my technical skills by learning new programming languages and technologies
Gain experience in project management and leadership roles
Contribute to open-source projects and attend tech conferences to network and stay updated with industry trends
posted on 4 May 2024
I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.
It's mainly Python and Java based, also aptitude here and there
They ask you about your previous projects and also one basic coding question, I was asked to count the frequency of words in a sentence. One SQL question was also asked.
posted on 20 Oct 2023
I applied via Campus Placement and was interviewed in Apr 2023. There were 4 interview rounds.
General apti questions and coding
posted on 16 Aug 2024
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
Was tough but can be cracked in one go
Easy to moderate need to study dsa
I have worked on various projects including a web application for a healthcare company and a mobile app for a retail business.
Developed a web application for a healthcare company to manage patient records and appointments
Created a mobile app for a retail business to enhance customer shopping experience
Implemented features such as user authentication, data visualization, and real-time updates
Utilized technologies like R...
posted on 18 Sep 2024
There were easy to medium dsa questions
Object-oriented programming concepts that help in organizing and structuring code.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allowing 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 ...
Aptitude auestions were there
In this round 14 mcq and 2 sql queries were given
I applied via LinkedIn and was interviewed in Feb 2023. There were 6 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.
Android lifecycle refers to the series of states that an activity or fragment goes through from creation to destruction.
Android lifecycle includes states like onCreate, onStart, onResume, onPause, onStop, onDestroy, etc.
Activities and fragments transition between these states based on user interactions and system events.
Understanding Android lifecycle is crucial for managing resources, saving state, and handling config...
Fragment lifecycle refers to the series of events that occur in the lifespan of a fragment in an Android app.
Fragments go through various states like created, started, resumed, paused, stopped, and destroyed.
Fragment lifecycle methods include onCreate(), onCreateView(), onResume(), onPause(), onStop(), onDestroy(), etc.
Fragment lifecycle is closely tied to the hosting activity's lifecycle.
Understanding fragment lifecyc...
based on 5 reviews
Rating in categories
Senior Associate
481
salaries
| ₹10.1 L/yr - ₹18.5 L/yr |
Graduate Engineer Trainee (Get)
116
salaries
| ₹5 L/yr - ₹7.7 L/yr |
Deputy Manager
88
salaries
| ₹6 L/yr - ₹14 L/yr |
Lead
88
salaries
| ₹17.3 L/yr - ₹27.7 L/yr |
Associate
85
salaries
| ₹5.5 L/yr - ₹10.8 L/yr |
Ekart Logistics
Udaan
CMS IT Services
ElasticRun