i
Tudip Technologies
Filter interviews by
Quantitative aptitude questions are there in interview
Pattern printing questions are there it is
Top trending discussions
posted on 2 Jul 2024
Java MCQ questions and code snippet
Oops concept in Java program refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation hides the internal state of an object and only exposes necessary methods to interact with it.
Polymorphism allows objects of different classes to be treated as objects of a common supercl...
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
posted on 26 Nov 2024
Create an API endpoint to update employee details.
Use PUT method to update employee details
Validate input data before updating
Return success message or error message accordingly
I applied via Campus Placement
There was pattern question in any programming language and you have make the pattern dynamic.
I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.
Merge 2 sorted arrays into a single sorted array.
Create a new array with the combined length of the two input arrays
Use two pointers to iterate through the two arrays and compare elements to merge them into the new array
Handle cases where one array is longer than the other
Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java
Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Parent and Child classes
Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and overr...
I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
Code review to find bugs
Interface features include abstraction, multiple inheritance, and contract enforcement.
Abstraction: Interfaces allow for the definition of methods without implementation, providing a blueprint for classes to follow.
Multiple Inheritance: Java interfaces support multiple inheritance, allowing a class to implement multiple interfaces.
Contract Enforcement: Interfaces define a contract that implementing classes must adhere
Loop through numbers and print the even ones.
Use a loop to iterate through numbers
Check if each number is even using a modulo operation
Print the even numbers
For loop is used for iterating over a collection of items or executing a block of code a specific number of times.
For loop syntax: for(initialization; condition; increment/decrement) { // code to be executed }
Can be used with arrays to iterate over each element: for(int i=0; i
Can be used to repeat a block of code a specific number of times: for(int i=0; i<5; i++) { // code to b
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.
Allows a class to inherit properties and behaviors from another class
Promotes code reusability and reduces redundancy
Creates a parent-child relationship between classes
Derived class can access members of the base class
Example: Class B inherits from Class A, B can use methods and variables of A
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and behaviors of objects.
An object is a specific instance of a class.
Classes are used to create objects in object-oriented programming.
Objects can interact with each other by calling methods defined in their class.
Example: Class 'Car' defines properties like 'color' and 'model', while object 'myCar' is ...
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
I applied via Job Portal and was interviewed in Jun 2023. There were 3 interview rounds.
based on 1 interview
Interview experience
Software Engineer
123
salaries
| ₹3 L/yr - ₹12 L/yr |
Associate Software Developer
112
salaries
| ₹3 L/yr - ₹6.1 L/yr |
Software Developer
101
salaries
| ₹4 L/yr - ₹10.1 L/yr |
Cloud Engineer
87
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Cloud Engineer
71
salaries
| ₹3 L/yr - ₹9 L/yr |
Persistent Systems
LTIMindtree
TCS
Wipro