i
UST
Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
The 4 OOP principles are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation hides the internal state of an object and only exposes necessary information.
Abstraction focuses on the essential characteristics of an object while hiding unnecessary details.
Polymorphism allows objects of different classes to be treated as ob
This is good for fresh graduates. The question can be answered and it was just 2 items.
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
A standard online test conducted through one of the testing platforms.
Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and responsiveness.
Multithreading allows multiple tasks to be executed simultaneously on a single CPU.
Each thread has its own stack and runs independently, but shares the same memory space.
Example: A web server handling multiple requests concurrently using multithreading.
Example: A video player playing video...
Interface is a blueprint of a class that defines methods without implementation. Abstraction is a concept where only essential details are shown and irrelevant details are hidden.
Interface in Java is a reference type, similar to a class, that can contain only constants, method signatures, default methods, static methods, and nested types.
Abstraction is achieved in Java using abstract classes and interfaces. Abstract cl...
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 3 interview rounds.
Start Pattern logic/Design Pattern
UST interview questions for designations
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
It was an intermediate level aptitude questions
This was also intermediate
I applied via Approached by Company and was interviewed in May 2022. There was 1 interview round.
Java interview questions on array manipulation, threading, and string immutability.
To find min and max in an array, initialize min and max variables to the first element and iterate through the array comparing each element to update min and max accordingly.
To reverse an array, swap the first and last elements, then the second and second-to-last elements, and so on until the middle of the array is reached.
Java threads a...
I applied via Newspaper Ad and was interviewed in Sep 2021. There were 2 interview rounds.
3 coding questions are given.Time 1 hr
Top trending discussions
posted on 9 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Primitive data types are basic data types provided by the programming language, while non-primitive data types are created by the programmer.
Primitive data types include int, float, double, char, boolean, etc.
Non-primitive data types include arrays, classes, interfaces, etc.
Primitive data types store actual values, while non-primitive data types store references to objects.
Access modifiers control the visibility of classes, methods, and variables. Non-access modifiers provide additional functionality.
Access modifiers: public, private, protected, default
Non-access modifiers: static, final, abstract, synchronized
Example: public class MyClass { private int myVar; }
Java 8 features include lambda expressions, functional interfaces, streams, and more.
Lambda expressions allow concise syntax for defining anonymous functions.
Functional interfaces can have only one abstract method and are used for lambda expressions.
Streams provide a way to process collections of objects in a functional style.
Optional class helps to avoid NullPointerException by wrapping a value that may be null.
CICD tools automate the process of building, testing, and deploying code changes.
Popular CICD tools include Jenkins, GitLab CI/CD, CircleCI, and Travis CI
These tools help in automating the software development lifecycle
They enable continuous integration, continuous delivery, and continuous deployment
CICD tools help in improving code quality, reducing manual errors, and increasing development speed
Containerization is a lightweight, portable, and self-sufficient way to package and run applications.
Containerization involves encapsulating an application and its dependencies into a container image.
Containers are isolated from each other and share the host OS kernel.
Popular containerization platforms include Docker and Kubernetes.
Containerization allows for easy deployment and scaling of applications.
Indexing in SQL is a technique used to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition in a query.
They work similar to the index in a book, allowing the database to quickly locate the rows that satisfy the query.
Indexes can be created using a single...
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
All question related to core java
An object can be created in Java using new keyword, clone method, newInstance method, and deserialization.
Using new keyword: ClassName obj = new ClassName();
Using clone method: ClassName obj2 = (ClassName) obj1.clone();
Using newInstance method: ClassName obj3 = (ClassName) Class.forName("ClassName").newInstance();
Using deserialization: ObjectInputStream in = new ObjectInputStream(new FileInputStream("file.ser")); Class
based on 5 interviews
1 Interview rounds
based on 17 reviews
Rating in categories
Software Developer
2.1k
salaries
| ₹2.5 L/yr - ₹12.7 L/yr |
Senior Software Engineer
1.7k
salaries
| ₹6.6 L/yr - ₹27 L/yr |
Software Engineer
1.3k
salaries
| ₹3.7 L/yr - ₹15 L/yr |
System Analyst
1.2k
salaries
| ₹6.4 L/yr - ₹22.6 L/yr |
Senior Software Developer
939
salaries
| ₹5.6 L/yr - ₹19.9 L/yr |
TCS
Infosys
Wipro
HCLTech