Filter interviews by
I applied via campus placement at Dr DY Patil Institute of Management and Research, Pune and was interviewed in Aug 2021. There were 4 interview rounds.
General Aptitude related questions on Time & work, Percentage, Basic calculation and some reasoning questions
Top trending discussions
posted on 15 Oct 2024
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Apr 2024. There were 3 interview rounds.
Medium level coding questions on hackerrank ,1:30hr, topic- Array , DP , Matrix , Binary Search
posted on 5 Apr 2024
1. Coin change
2. Valid Parenthesis
3. Bipartite graph question
The question involves finding duplicates in an array, validating parentheses, generating random IDs, and determining the maximum number of random IDs that can be generated.
To find duplicates in an array, you can use a hash set to store unique elements and check for duplicates as you iterate through the array.
To validate parentheses, you can use a stack data structure to keep track of opening and closing parentheses.
To ...
posted on 17 Apr 2024
I applied via Campus Placement and was interviewed in Oct 2023. There were 4 interview rounds.
Aptitude test was quite easy; it had normal intelligence questions as well as some math
The coding test consisted of 2 medium HackerRank questions in any language
Truncate removes all rows from a table, Delete removes specific rows, and Drop deletes the entire table structure.
Truncate is a DDL command that removes all rows from a table but keeps the table structure intact.
Delete is a DML command that removes specific rows based on a condition.
Drop is a DDL command that deletes the entire table structure along with all its data.
Truncate is faster than Delete as it does not log in...
Sets, Lists, and Tuples are all data structures in Python with different characteristics and use cases.
Sets are unordered collections of unique elements. Example: {1, 2, 3}
Lists are ordered collections of elements that can be modified. Example: [1, 2, 3]
Tuples are ordered collections of elements that cannot be modified. Example: (1, 2, 3)
I applied via Walk-in and was interviewed in Jul 2023. There were 4 interview rounds.
Java program to check for duplicate elements in an ArrayList of strings.
Iterate through the ArrayList and use a HashSet to store elements as you go.
If an element is already in the HashSet, it is a duplicate.
Return true if duplicates are found, false otherwise.
There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.
Code snippets are there in coding sections.
posted on 12 Apr 2024
I was interviewed before Apr 2023.
posted on 4 Feb 2022
I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.
C++
posted on 28 May 2024
I applied via Walk-in and was interviewed in Jul 2023. There were 4 interview rounds.
My strongest programming language is Java.
Extensive experience with Java programming
Proficient in object-oriented programming
Familiar with Java frameworks like Spring and Hibernate
Aptitude, reasoning, verbal plus 2 programming questions which you have to solve in Java
Encapsulation and Inheritance are two important OOPS concepts.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class with private data members and public methods.
Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass inheriting from a superclass.
Stack is a data structure that follows Last In First Out (LIFO) principle, while an array is a data structure that stores elements in contiguous memory locations.
Stack is dynamic in size, while array has a fixed size.
Stack operations include push and pop, while array operations include random access.
Example: Stack can be implemented using arrays, but arrays cannot be implemented using stacks.
Program to check for duplicate elements in an arraylist of strings
Iterate through the arraylist and use a HashSet to store unique elements
If an element is already in the HashSet, it is a duplicate
Return true if a duplicate is found, false otherwise
based on 1 review
Rating in categories
Software Engineer
47
salaries
| ₹4.6 L/yr - ₹9.8 L/yr |
Senior Software Engineer
31
salaries
| ₹8 L/yr - ₹20.8 L/yr |
Data Engineer
16
salaries
| ₹6 L/yr - ₹10.2 L/yr |
Software Developer
11
salaries
| ₹4 L/yr - ₹12 L/yr |
Consultant
11
salaries
| ₹15.4 L/yr - ₹38 L/yr |
TCS
Infosys
Wipro
HCLTech