Filter interviews by
posted on 10 Sep 2024
Normal questions aptitude questions
Oops concepts and paradigms are fundamental principles in object-oriented programming.
Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields (attributes) and code in the form of procedures (methods).
OOP concepts include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation is the bundling of data with the methods that o...
Arrays have fixed size, while lists can dynamically resize. Arrays store elements of the same data type, while lists can store different data types.
Arrays have a fixed size, while lists can dynamically resize.
Arrays store elements of the same data type, while lists can store different data types.
Arrays are accessed by index, while lists are accessed by iterators or positions.
Arrays are faster for accessing elements, wh...
Top trending discussions
posted on 15 Sep 2021
I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.
To find leap year using single if condition
Check if year is divisible by 4 and not divisible by 100
Or check if year is divisible by 400
If either of the above conditions is true, then it's a leap year
To reverse a string of a particular order separated by dots, split the string into an array, reverse the array, and join it back into a string.
Split the string using the dot separator
Reverse the resulting array
Join the array back into a string using the dot separator
I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.
Leetcode easy level questions
Remove subsequent repetitions in a string
Iterate through the string and compare each character with the next one
If they are the same, remove the repetition by shifting the characters to the left
Repeat this process until all repetitions are eliminated
A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.
Generate a unique short code for each long URL
Store the mapping between short code and long URL in a database
Redirect users from short URL to original long URL when accessed
Unit test for a service class
Create a test class for the service class
Mock any dependencies of the service class
Write test methods to cover different scenarios
Use assertions to verify the expected outcomes
I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.
There was a coding round and out of 75 students 28 got selected for next round
posted on 23 Dec 2024
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 1 Aug 2024
I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
posted on 1 Mar 2024
I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed in Feb 2024. There were 4 interview rounds.
They have 4 round total. In first round they take online Aptitide test in college labs.Aptitude topics are (Mcq on C,Java,C++ and quantitative aptitude,logical e.t.c), All rounds are Elimination round.
In 2nd Round they take coding test on your college systems.They don't have their plateform.You have to write code on any offline compiler.Coding question are based on linkedlist,array,string,hashmap only.They give 3 coding question if you solve 2 , you will be selected for next round.
Ques1: given an array of string and their frequency , find the string which have duplicate frequency.
Ques2: Find if an array contain any non empty subarray of zero sum in an array.
Ques 3: Find the string is isomorphic or Not.
Interview experience
Programmer Analyst
89
salaries
| ₹3.5 L/yr - ₹12.5 L/yr |
Design Engineer
39
salaries
| ₹2 L/yr - ₹7.2 L/yr |
Junior Programmer Analyst
39
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Senior Programmer Analyst
32
salaries
| ₹6.1 L/yr - ₹17 L/yr |
BIM Engineer
25
salaries
| ₹2.3 L/yr - ₹5 L/yr |
Infosys
TCS
Wipro
HCLTech