Filter interviews by
I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.
Aspect Oriented Programming (AOP) is a programming paradigm that aims to increase modularity by separating cross-cutting concerns.
AOP allows developers to modularize cross-cutting concerns, such as logging, security, and transaction management.
It achieves this by introducing aspects, which are modules that encapsulate cross-cutting concerns.
Aspects can be applied to multiple classes and methods, reducing code duplicati...
JAVA 8 features include lambda expressions, functional interfaces, streams, default methods, and more.
Lambda expressions for functional programming
Functional interfaces for easy implementation of lambda expressions
Streams for efficient processing of large data sets
Default methods for backward compatibility
Date and time API improvements
Nashorn JavaScript engine
Parallel array sorting and processing
Type annotations for im
Dependency Injection is a design pattern used in Spring to inject dependencies into an object.
Dependency Injection is a way to remove hard-coded dependencies between objects.
It allows for loose coupling between objects.
Spring uses Dependency Injection to manage object dependencies.
There are three types of Dependency Injection in Spring: Constructor Injection, Setter Injection, and Field Injection.
Example: @Autowired an...
I have worked with Java 8 and Spring Boot 2.4.2.
I have experience in developing RESTful APIs using Spring Boot 2.4.2.
I have worked with Spring Data JPA for database operations.
I have used Spring Security for authentication and authorization.
I have also worked with Java 8 features such as streams and lambdas.
Singleton, Abstract and Spring MVC are important concepts in software engineering.
Singleton class is a class that can only have one instance at a time.
Abstract class is a class that cannot be instantiated and is used as a base class for other classes.
Spring MVC is a framework for building web applications in Java.
Spring MVC follows the Model-View-Controller architecture pattern.
Singleton and Abstract classes are used f...
I applied via campus placement at Guru Gobind Singh Indraprastha University (GGSIU) and was interviewed before Jul 2021. There were 2 interview rounds.
Promotion refers to the advancement of an employee to a higher position or rank within an organization.
Promotion can be vertical, where an employee is promoted to a higher position within the same department or team.
Promotion can also be horizontal, where an employee is promoted to a different department or team with similar or different responsibilities.
Promotion can be temporary or permanent, depending on the organiz...
Top trending discussions
I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.
They asked me to design google ads poster designs for the content they gave me.
posted on 30 May 2024
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
ECMA6 introduced new features like arrow functions, classes, and let/const declarations compared to ECMA5.
ECMA6 introduced arrow functions for more concise syntax: const add = (a, b) => a + b;
ECMA6 added classes for object-oriented programming: class Person { constructor(name) { this.name = name; } }
ECMA6 introduced let/const declarations for block-scoped variables: let x = 5; const y = 10;
Form handling in ReactJS involves creating controlled components to manage form data and handle user input.
Use state to manage form data and update it with user input
Handle form submission with onSubmit event handler
Use controlled components to ensure form data is synced with state
posted on 16 Feb 2024
I will troubleshoot the issue by identifying the root cause, checking system logs, and consulting with technical team.
Identify the specific issue or error message
Check system logs for any clues
Consult with technical team for assistance
Test different scenarios to replicate the issue
Stay calm, listen actively, set boundaries, seek support if needed
Remain calm and composed
Listen actively to understand their concerns
Set clear boundaries and communicate assertively
Seek support from a supervisor or colleague if necessary
I applied via Naukri.com and was interviewed in Sep 2023. There were 4 interview rounds.
I have managed a variety of projects ranging from software development to process improvement, all with a focus on delivering impactful results.
Managed software development projects to improve user experience and increase efficiency
Led process improvement initiatives resulting in cost savings and streamlined operations
Implemented new technologies to enhance project outcomes and drive innovation
posted on 19 Jan 2024
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
Basic Aptitude test and personality test, It's easy
Print diagonal elements in a 2D array and reverse a string without using an empty string.
Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.
Iterate through the characters of the string from the last index to the first index and append each character to a new string.
posted on 21 Nov 2023
I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.
General knowledge and logical mathematics.
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a subclass to inherit properties and methods from a superclass.
Polymorphism allows objects to take on multiple forms and behave differently based on their context.
Encapsulation hides the implementation details of an object and only exposes necessary information.
Abstraction allows for the creation of abstract class...
Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.
Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.
Inheritance allows for code reuse and extension of existing classes, reducing code duplication.
Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i
SQL query for joining tables
Use JOIN keyword to combine two or more tables based on a related column
Specify the columns to be selected using SELECT keyword
Use ON keyword to specify the condition for joining the tables
Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN
Used Java concepts such as inheritance, polymorphism, and exception handling in my project.
Implemented inheritance to create a base class and derived classes with specific functionalities.
Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.
Implemented exception handling to handle errors and prevent program crashes.
Used interfaces to define a set of methods that a ...
Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Overloading is used to provide different ways to call a method with different parameters
Overriding is used to provide a specific implementation of a method in a subclass
Overloading is resolved at compile-time while overriding is r...
posted on 8 Apr 2023
I applied via LinkedIn and was interviewed in Mar 2023. There were 4 interview rounds.
Clone a Todo Application UI using ReactJS, Sass
Create a new ReactJS project using create-react-app
Design the UI using Sass and implement it in ReactJS
Use state and props to manage the todo list
Add functionality to add, delete and mark tasks as complete
Implement local storage to persist data
Test the application thoroughly
Explanation of CSS specificity hierarchy
Inline styles have the highest specificity
IDs have higher specificity than classes and elements
Multiple selectors with the same specificity are resolved by the order in which they appear in the stylesheet
The universal selector (*) has the lowest specificity
This round was more focused on the problem solving. 2 coding questions were asked. The round was for an hour
Server-Side Rendering (SSR) is the process of rendering web pages on the server and sending the HTML to the client.
SSR improves website performance and SEO by reducing load times and providing search engines with fully rendered pages.
React provides a library called ReactDOMServer that allows developers to render React components on the server.
SSR requires a server-side framework or library, such as Next.js or Gatsby, t...
based on 25 reviews
Rating in categories
Software Engineer
36
salaries
| ₹2.4 L/yr - ₹10.6 L/yr |
Senior Software Engineer
23
salaries
| ₹6.2 L/yr - ₹19.5 L/yr |
Senior QA Engineer
13
salaries
| ₹7.5 L/yr - ₹15 L/yr |
QA Engineer
12
salaries
| ₹4 L/yr - ₹15 L/yr |
Software Developer
11
salaries
| ₹3.5 L/yr - ₹10.8 L/yr |
Accel Frontline
VHS Consulting
Apmosys Technologies
Apex CoVantage