i
Filter interviews by
I applied via Campus Placement
It was overall good experience it was little bit harder than small tech companies
I appeared for an interview in Apr 2023.
Basic apti questions
Simple basic coding
Top trending discussions
posted on 29 Nov 2021
I appeared for an interview before Nov 2020.
Round duration - 90 Minutes
Round difficulty - Medium
You are given 'n' fruit trees planted along a road, numbered from 0 to n-1. Each tree bears a fruit type represented by an uppercase English alphabet. A Ninja walking ...
The problem is to find the maximum number of fruits the Ninja can put in both baskets after satisfying given conditions.
The Ninja can start at any tree and end at any tree, but cannot skip a tree.
He can pick one fruit from each tree until he cannot, i.e., when he has to pick a fruit of the third type.
The restriction is that each basket can have only one type of fruit.
We need to find the maximum number of fruits that ca...
Round duration - 30 Minutes
Round difficulty - Medium
Was Shortlisted For this round with in total of 22 students, 7 in my profile.
It was Technical round with 30 mins of time allotted.
The interviewer was friendly, started with basic questions about me followed by project specific and then a puzzle.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
The problem requires sorting an array of 0s, 1s, and 2s in a single scan.
Use three pointers to keep track of the positions of 0s, 1s, and 2s.
Initialize the low pointer at the beginning of the array and the high pointer at the end.
Iterate through the array using a current pointer and swap elements based on their values.
Move the pointers accordingly until the array is sorted.
The time complexity of this solution is O(N) a...
Round duration - 20 Minutes
Round difficulty - Hard
The interview was scheduled for 15 mins and 12 students were shortlisted for this round. 5 in my profile.
The interviewer didn't on his video whereas mine was, the interviewer was friendly and maintained a poker voice.
Asked Basic HR questions but crossed questioned several times.
Tip 1 :Practice at least 3-4 coding questions daily. Start from basics of Pointers and Array and progress to Algo and Data structure specific like DP and Graphs. Try to time your sessions into 15-20 mins.
Tip 2 : Have Patience don't rush into problem solving, understand the Algo/Data structure first and then look for common problems for a particular Algo/Data structure.
Tip 3 : Have Basic Knowledge about all CS subjects, no need for in depth. Just cover Top 100 interview questions for each subject and topics covered in GFG and CodeStudio.
Tip 1 : Have at least 3-4 Projects in your resume but on diverse bases, like 1 ML based, 1-2 DBMS 1 with Computer vision/ Frontend. Don't obsess over internships so much.
Tip 2 : Be well verse with projects you put in resume, and specify your particular job role if a team project.
Tip 3 : Mention some extra curricular activities or Interests and hobbies (Non Tech) , if you sync with interviewer then it could be beneficial.
posted on 13 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
78 mcq questions and 2 dsa
Coding based round on dsa
posted on 11 Jan 2025
I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.
Normal MCQ questions on JS
Write a program to use debouncing in frontend
I am passionate about the company's innovative projects and believe my skills align well with the team's goals.
I have been following the company's work closely and am impressed by their commitment to cutting-edge technology.
I believe my experience in software development, particularly in the areas of machine learning and AI, would be a valuable addition to the team.
I am excited about the opportunity to work with a tale...
posted on 4 Nov 2024
I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.
Design a RESTful API for CRUD operations on user resources.
Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations
Create endpoints like /users for listing all users, /users/{id} for specific user
Use status codes like 200 for success, 404 for not found, 400 for bad request
Implement authentication and authorization mechanisms for security
Include request and response body formats like JSON or XML
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 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...
Aptitude auestions were there
In this round 14 mcq and 2 sql queries were given
based on 3 interview experiences
Difficulty level
Duration
based on 18 reviews
Rating in categories
Senior Associate
481
salaries
| ₹5.7 L/yr - ₹24 L/yr |
Graduate Engineer Trainee (Get)
116
salaries
| ₹5 L/yr - ₹7.7 L/yr |
Lead
94
salaries
| ₹11.5 L/yr - ₹35 L/yr |
Deputy Manager
91
salaries
| ₹6 L/yr - ₹16 L/yr |
Associate
87
salaries
| ₹3.2 L/yr - ₹13.4 L/yr |
Ekart Logistics
Udaan
CMS IT Services
ElasticRun