Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
C program based questions , CN, DBMS,
Number to Roman and some more
Technical questions are asked
Be prepared leetcode questions
posted on 5 Jun 2021
I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Asked me to write code on paper for count inversions
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
Program to return list of .tst files in given directory and subdirectories
Use recursion to traverse through all directories and subdirectories
Check if each file has .tst extension and add to list if true
Use built-in functions like os.listdir() and os.path.splitext() in Python
The '==' operator is used for comparing values of primitive data types, while the 'equals' method is used for comparing objects in Java.
Use '==' to compare primitive data types like int, char, boolean, etc.
Use 'equals' method to compare objects like Strings, Lists, etc.
Example: int a = 5; int b = 5; if(a == b) { // true }
Example: String str1 = 'hello'; String str2 = 'hello'; if(str1.equals(str2)) { // true }
Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract for classes to implement.
Abstract classes can contain both abstract and concrete methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, while interfaces cannot.
Interfaces allow for multiple inheritance, while classes can only inherit from one abstract class.
Abstract class...
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensure a private static instance variable in the class.
Provide a public static method to access the instance, creating it if necessary.
Use synchronized keyword or double-checked locking to make it thread-safe.
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.
Divide the array into two halves
Recursively sort each half
Merge the sorted halves back together
I applied via Company Website
It was javascript and reactjs. multiple choices and coding test
I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.
Main command on JAVA script and python
What assignments and projects you had done before share that experience
Your theories on what topics you had done your best
Lack of relevant experience and skills
Limited experience in full stack development
Lack of proficiency in required programming languages and frameworks
Inadequate knowledge of database management systems
Weak problem-solving and analytical skills
Poor communication and collaboration abilities
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Train,direction,odd or eve nos,
Python dataframe coding
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
Basic questions number, logical reasoning, apptitude, values, circle etc
Method overloading is when multiple methods in a class have the same name but different parameters.
Allows multiple methods with the same name but different parameters to be defined in a class
The compiler determines which method to call based on the number and type of arguments passed
Example: having multiple 'calculate' methods in a class with different parameter types like int, double, etc.
based on 2 interviews
Interview experience
Associate Product Engineer
57
salaries
| ₹0 L/yr - ₹0 L/yr |
Digital Marketing Analyst
21
salaries
| ₹0 L/yr - ₹0 L/yr |
Full Stack Developer
17
salaries
| ₹0 L/yr - ₹0 L/yr |
Production Engineer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Accenture
IBM
TCS
Infosys