i
HighRadius
Filter interviews by
I applied via campus placement at Kalinga Institute of Industrial Technology, Khurda and was interviewed in Nov 2023. There was 1 interview round.
Top trending discussions
I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.
Dependency injection helps in achieving loose coupling between classes.
It allows for easier testing by mocking dependencies.
There are three types of dependency injection: constructor injection, setter injection, and interface injection.
Example: Instead of a class creating an instance of another...
app.use in .NET Core is used to add middleware to the request pipeline.
app.use is a method used in ASP.NET Core to add middleware components to the request pipeline.
Middleware components are software components that are executed in the request pipeline to handle requests and responses.
Middleware components can perform tasks such as authentication, logging, error handling, and more.
Example: app.use(new MiddlewareCompone
Interface is a contract that defines the methods a class must implement, while abstract class can have both abstract and concrete methods.
Interface cannot have any implementation, while abstract class can have both abstract and concrete methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheritance in Java, while abstract classes are us...
No, abstract classes cannot be instantiated.
Abstract classes are meant to be inherited and extended by other classes.
Attempting to instantiate an abstract class will result in a compilation error.
Abstract classes can have abstract methods that must be implemented by the subclass.
Optimizing a React application involves code splitting, lazy loading, minimizing bundle size, using memoization, and optimizing render performance.
Implement code splitting to load only necessary code for each route or component.
Utilize lazy loading to defer loading of non-essential components until they are needed.
Minimize bundle size by removing unused code, optimizing images, and using tree shaking.
Use memoization te...
Parent child component communication in React involves passing data from parent to child components and triggering events from child to parent components.
Use props to pass data from parent to child components
Use callback functions to trigger events from child to parent components
Context API can be used for passing data to deeply nested components
useRef is used to persist a value across renders, useMemo is used to memoize expensive calculations, useCallback is used to memoize functions.
useRef is commonly used to access DOM elements or persist values between renders.
useMemo is used to memoize expensive calculations to avoid re-computation.
useCallback is used to memoize functions to prevent unnecessary re-renders.
Example: useRef can be used to store a reference t...
posted on 4 Oct 2024
I applied via campus placement at Silicon Institute of Technology, Bhuvaneshwar and was interviewed before Oct 2023. There were 2 interview rounds.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to define a common base class for related classes, while interfaces are used to define a con...
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve complex problems
Key principles include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation allows data hiding and bundling of data with methods that operate on that data
Inheritance enables a new class to i...
I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.
Micro service design patterns are architectural patterns used to design and implement microservices.
Service discovery
Circuit breaker
API gateway
Event sourcing
Saga pattern
posted on 13 Jun 2024
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.
An abstract class is a class that cannot be instantiated and may contain abstract methods.
Cannot be instantiated directly
May contain abstract methods that must be implemented by subclasses
Can have both abstract and non-abstract methods
Used to define a common interface for subclasses
Interface is a contract with no implementation, while abstract class can have some implementation.
Interface cannot have any implementation, only method signatures.
Abstract class can have both abstract and concrete methods.
A class can implement multiple interfaces but can inherit only one abstract class.
Interfaces are used to achieve multiple inheritance in Java.
Example: interface Shape { void draw(); } vs abstract clas...
Resources are tools or assets used to achieve a goal, while styles refer to the way in which something is done or presented.
Resources can include materials, equipment, personnel, or financial assets.
Styles can encompass different approaches, methods, techniques, or aesthetics.
For example, in software development, resources may include programming languages and libraries, while styles may refer to coding conventions and
posted on 25 Jul 2023
I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 4 interview rounds.
posted on 22 Aug 2023
I applied via Referral and was interviewed before Aug 2022. There were 3 interview rounds.
posted on 30 Nov 2020
I was interviewed in May 2020.
based on 2 interviews
Interview experience
based on 9 reviews
Rating in categories
Associate Software Engineer
417
salaries
| ₹5.5 L/yr - ₹11 L/yr |
Associate Consultant
405
salaries
| ₹6 L/yr - ₹13.3 L/yr |
Techno Functional Consultant
192
salaries
| ₹6 L/yr - ₹13.9 L/yr |
Associate Software Engineer 2
190
salaries
| ₹6.3 L/yr - ₹13 L/yr |
Consultant
175
salaries
| ₹6.5 L/yr - ₹18.2 L/yr |
Chargebee
Freshworks
Zoho
CleverTap