Filter interviews by
I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.
Java, Spring Boot, Lambda expression, Collection framework
Annotations in Spring Boot are used to provide metadata and configuration to the application.
Annotations are used to define the behavior of various components in a Spring Boot application.
They can be used to configure dependency injection, define request mappings, handle exceptions, etc.
Some commonly used annotations in Spring Boot include @RestController, @Autowired, @RequestMapping, @ExceptionHandler, etc.
Polymorphism is the ability of an object to take on many forms, allowing objects of different classes to be treated as the same type.
Polymorphism allows objects to be used interchangeably with other objects of the same superclass.
It enables code reusability and flexibility in object-oriented programming.
Polymorphism can be achieved through method overriding and method overloading.
Example: A superclass 'Animal' with sub...
RestTemplate is a class in Spring Framework that simplifies making HTTP requests and handling responses.
RestTemplate is part of the Spring Web module.
It provides methods to send HTTP requests and receive responses.
It supports various HTTP methods like GET, POST, PUT, DELETE, etc.
RestTemplate can handle different data formats like JSON, XML, etc.
It can be used to consume RESTful APIs and interact with external services.
...
A stack is a data structure that follows the Last-In-First-Out (LIFO) principle.
Elements are added and removed from the top of the stack.
Common operations include push (add element) and pop (remove element).
Stacks are used in function calls, undo/redo functionality, and expression evaluation.
Abstraction in Java is the process of hiding the implementation details and providing only the essential features to the user.
Abstraction allows programmers to focus on the essential aspects of an object and ignore the irrelevant details.
It is achieved using abstract classes and interfaces in Java.
Abstract classes cannot be instantiated and can have both abstract and non-abstract methods.
Interfaces define a contract fo...
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
Technical Aptitude for first round
Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.
Spring Boot eliminates the need for manual configuration by providing defaults for most settings.
It allows developers to quickly set up and run standalone Spring-based applications.
Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow for easy deployment.
It promotes convention o...
Various annotations are used in Spring Boot for different purposes.
1. @RestController - Used to define RESTful web services.
2. @RequestMapping - Maps web requests to specific handler methods.
3. @Autowired - Injects dependencies into a Spring bean.
4. @Component - Indicates a class is a Spring component.
5. @Service - Indicates a class is a Spring service.
6. @Repository - Indicates a class is a Spring repository.
7. @Confi...
Multi Threading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and responsiveness.
Allows multiple tasks to run concurrently within a single process
Improves performance by utilizing CPU resources efficiently
Can lead to synchronization issues if not handled properly
Examples: running multiple tasks simultaneously in a web server, processing data in parallel
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPs focuses on creating objects that interact with each other to solve a problem.
Key principles of OOPs include Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance allows a class to inherit properties and behavior from another cl...
I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.
Basic Logical Reasoning Like Checking the logic of problem solving
Maximum 60 minutes for coding round.
Minimum 3-4 coding questions.
I expect a competitive salary based on my skills and experience.
I have extensive experience in Java backend development.
I have a strong understanding of data structures and algorithms.
I have successfully delivered complex projects on time and within budget.
I am a quick learner and adapt easily to new technologies.
I am a team player and can effectively collaborate with cross-functional teams.
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
A framework is a set of guidelines, standards, and tools used to develop software applications.
A framework provides a structure for developers to build upon
It includes pre-written code and libraries to simplify development
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.
Depreciation is necessary to allocate the cost of an asset over its useful life.
Depreciation helps in matching the cost of an asset with the revenue it generates.
It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.
Depreciation expense reduces taxable income, resulting in tax savings for companies.
It helps in determining the true profitability and financial position of...
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
I applied via Referral and was interviewed before Mar 2021. There was 1 interview round.
based on 3 interviews
Interview experience
based on 30 reviews
Rating in categories
Java Developer
89
salaries
| ₹3 L/yr - ₹5 L/yr |
Software Engineer
70
salaries
| ₹2.8 L/yr - ₹5 L/yr |
Software Developer
27
salaries
| ₹2.8 L/yr - ₹7 L/yr |
Softwaretest Engineer
27
salaries
| ₹2.6 L/yr - ₹4 L/yr |
Automation Test Engineer
13
salaries
| ₹2.8 L/yr - ₹4.5 L/yr |
TCS
Accenture
Wipro
Cognizant