Filter interviews by
I applied via By and was interviewed in Jul 2022. There were 2 interview rounds.
Aggregate functions in SQL are used to perform calculations on a set of values and return a single value.
Common aggregate functions include COUNT, SUM, AVG, MIN, and MAX.
COUNT returns the number of rows that match a specified condition.
SUM calculates the sum of a column's values.
AVG calculates the average of a column's values.
MIN returns the minimum value in a column.
MAX returns the maximum value in a column.
Aggregate ...
Spring Boot CRUD example is a basic implementation of Create, Read, Update and Delete operations using Spring Boot framework.
Create a Spring Boot project with required dependencies
Define entity classes and their relationships
Create repository interfaces extending JpaRepository
Implement service classes with business logic
Create RESTful API endpoints using @RestController
Use HTTP methods to perform CRUD operations
Test th
Top trending discussions
posted on 24 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.
I am a passionate Java Developer with 5 years of experience in developing web applications and implementing solutions using Java technologies.
5 years of experience in Java development
Strong knowledge of web application development
Experience in implementing solutions using Java technologies
Java feature includes platform independence, object-oriented programming, and automatic memory management.
Platform independence allows Java programs to run on any platform without recompilation.
Object-oriented programming supports concepts like inheritance, encapsulation, and polymorphism.
Automatic memory management through garbage collection helps in managing memory efficiently.
Encapsulation in Java is the concept of wrapping data (variables) and code (methods) together into a single unit, known as a class.
Encapsulation helps in data hiding, as the internal state of the object is hidden from the outside world.
It allows for better control over the data by providing getter and setter methods to access and modify the data.
Encapsulation also helps in maintaining the integrity of the data by preve...
I applied via Approached by Company and was interviewed in Mar 2023. There were 3 interview rounds.
Java is a high-level programming language known for its portability, security, and object-oriented features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).
It is object-oriented, allowing for modular and reusable code.
Java is known for its security features, such as sandboxing and encryption.
Popular frameworks and libraries like Spring and Hibernate are commonly used in
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructors, member variables, and methods, while interface cannot.
A class can implement multiple interfaces but can only extend one abstract class.
Abstract classes are used to define a common behavior among subclasses, while interfaces are used to define a contract for classes to impl...
Abstract classes can have both implemented and abstract methods, while interfaces can only have abstract methods. Abstract classes support single inheritance, interfaces support multiple inheritance.
Abstract classes can have both implemented and abstract methods, providing more flexibility in design.
Interfaces can only have abstract methods, promoting a more strict contract for implementing classes.
Abstract classes sup...
Java program to check if a number is prime
Create a function that takes an integer as input
Check if the number is less than 2, return false
Iterate from 2 to the square root of the number, check for divisibility
If the number is divisible by any number, return false
Otherwise, return true
A prime number is a number greater than 1 that can only be divided by 1 and itself.
Prime numbers are integers greater than 1
They have only two factors: 1 and the number itself
Examples of prime numbers: 2, 3, 5, 7, 11, 13
Interview experience
based on 3 reviews
Rating in categories
Java Developer
25
salaries
| ₹1.1 L/yr - ₹7.5 L/yr |
Software Developer
19
salaries
| ₹1.8 L/yr - ₹6.6 L/yr |
Technical Support Engineer
16
salaries
| ₹2 L/yr - ₹5 L/yr |
Junior Java Developer
11
salaries
| ₹1.6 L/yr - ₹3.6 L/yr |
Software Engineer
6
salaries
| ₹2.9 L/yr - ₹3.5 L/yr |
TCS
Infosys
Wipro
HCLTech