Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I was interviewed in Nov 2024.
Berribot test with AI by asking questions on various application level and providing a code snippet to find the longest common prefix in a string array.
Java 8 features like lambda expressions and functional interfaces make coding with streams easier and more efficient.
Lambda expressions allow for concise and readable code when working with streams.
Functional interfaces like Predicate, Function, and Consumer can be used with streams to perform operations on elements.
Stream API provides methods like map, filter, and reduce for processing collections of data in a declara...
Optional in Java 8 is used to represent a value that may or may not be present, reducing the chances of NullPointerException.
Optional is used to avoid NullPointerException by explicitly stating whether a value is present or not.
Commonly used methods with Optional include isPresent(), get(), orElse(), orElseGet(), and map().
Example: Optional<String> optionalString = Optional.ofNullable("Hello");
Multiple inheritance is a feature in object-oriented programming where a class can inherit attributes and methods from more than one parent class.
Allows a class to inherit from multiple parent classes, combining their attributes and methods
Can lead to the diamond problem where ambiguity arises if two parent classes have a method with the same name
Achieved in languages like C++ using virtual inheritance or interfaces in
Steps to write an immutable class
Make the class final so it cannot be extended
Make all fields private and final
Do not provide setter methods for the fields
Ensure that any mutable objects within the class are also immutable
If a mutable object must be returned, make a deep copy before returning it
Types of dependency injection include constructor injection, setter injection, and interface injection.
Constructor injection: Dependencies are provided through a class's constructor.
Setter injection: Dependencies are provided through setter methods.
Interface injection: Dependencies are provided through an interface method.
In Spring framework, @primary is used to specify the primary bean to be autowired, while @qualifier is used to specify a specific bean to be autowired.
Use @Primary when there are multiple beans of the same type and you want to specify the primary one to be autowired.
Use @Qualifier when you want to specify a specific bean to be autowired by its name.
Example: @Primary annotation can be used on a bean definition to mark i...
Transaction management in Spring Boot ensures data integrity by managing database transactions.
Spring Boot uses @Transactional annotation to manage transactions
It ensures that all operations within a transaction are completed successfully or rolled back if an error occurs
Transactions can be managed programmatically using TransactionTemplate
Supports different transaction isolation levels like READ_COMMITTED, REPEATABLE_
Isolation levels in transactions determine the degree to which transactions are isolated from each other. Propagation types define how transactions are propagated between different components.
Isolation levels include READ UNCOMMITTED, READ COMMITTED, REPEATABLE READ, and SERIALIZABLE.
Propagation types include REQUIRED, REQUIRES_NEW, SUPPORTS, MANDATORY, and NEVER.
Isolation levels control the visibility of changes made ...
Design patterns in microservice architecture help in solving common design problems and improving scalability, maintainability, and flexibility.
Service Registry pattern - used for service discovery and registration
Circuit Breaker pattern - used for fault tolerance and resilience
API Gateway pattern - used for routing and load balancing
Saga pattern - used for managing distributed transactions
Event Sourcing pattern - used...
Inter-service communication in microservices involves using protocols like HTTP, gRPC, or messaging queues.
Microservices communicate with each other through APIs using protocols like HTTP or gRPC.
Message queues like RabbitMQ or Kafka can be used for asynchronous communication between services.
Service discovery tools like Consul or Eureka help services locate each other dynamically.
API gateways can be used to manage and...
Fault tolerance in microservices ensures system reliability by handling failures gracefully.
Microservices architecture breaks down applications into smaller, independent services.
Each microservice is designed to be resilient to failures and can continue to operate even if one service fails.
Fault tolerance is achieved through redundancy, monitoring, and graceful degradation.
Examples of fault tolerance mechanisms include...
Apache Kafka is a distributed streaming platform that allows for the publishing and subscribing to streams of records.
Apache Kafka is designed to be highly scalable and fault-tolerant.
It uses a distributed commit log to store messages.
Producers publish messages to topics, and consumers subscribe to topics to receive messages.
Kafka can be used for real-time stream processing, data pipelines, and event sourcing.
It provid...
RestTemplate is a synchronous client for making HTTP requests, while Feign Client is a declarative HTTP client that simplifies making API calls.
RestTemplate is part of the Spring framework and requires manual configuration for each request.
Feign Client is a declarative client that uses annotations to define API endpoints and parameters.
RestTemplate is synchronous, blocking the calling thread until the response is recei...
I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.
Login components in Angular handle user authentication and authorization.
Use Angular's built-in forms module to create login form
Implement authentication service to handle login logic
Use Angular router to navigate to different pages based on login status
Abstract is a concept or idea that is not concrete or tangible.
Abstract classes in programming are classes that cannot be instantiated and are meant to be inherited by other classes.
Abstract data types are data types defined by their behavior and operations, rather than their implementation.
Abstract art is art that does not attempt to represent an accurate depiction of visual reality.
posted on 16 Jul 2024
I applied via Campus Placement
DNS in Linux environment is a system that translates domain names to IP addresses.
DNS stands for Domain Name System
It is responsible for translating human-readable domain names (like google.com) into IP addresses (like 172.217.7.238)
DNS servers store DNS records which contain information about domain names and their corresponding IP addresses
Linux systems use DNS to resolve domain names to IP addresses when connecting
APIPA address in Windows Server is a self-assigned IP address when DHCP server is not available.
APIPA stands for Automatic Private IP Addressing
It is a feature in Windows that automatically assigns an IP address in the range of 169.254.0.1 to 169.254.255.254 when a DHCP server is not available
APIPA is used to ensure that a device can still communicate on a network even if a DHCP server is not present
I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Question regarding dot net, data structures, Web API
Team work , How to solve a particular problem
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Duration - 60
questions - 2 (Easy level)
posted on 26 Jun 2024
Hooks are a feature in React that allow you to use state and other React features without writing a class.
Hooks are functions that let you use state and other React features in functional components.
They allow you to reuse stateful logic without changing your component hierarchy.
Examples of hooks include useState, useEffect, useContext, and useReducer.
DOM (Document Object Model) is a programming interface for web documents that represents the structure of a document as a tree of objects.
DOM stands for Document Object Model.
It is a programming interface for web documents.
DOM represents the structure of a document as a tree of objects.
It allows programs and scripts to dynamically access and update the content, structure, and style of a document.
Example: Using DOM, Jav...
based on 1 review
Rating in categories
Back Office Executive
5
salaries
| ₹1.2 L/yr - ₹4.5 L/yr |
Software Developer
4
salaries
| ₹1.8 L/yr - ₹6.2 L/yr |
Data Analyst
4
salaries
| ₹1.2 L/yr - ₹2 L/yr |
Senior Executive
4
salaries
| ₹2.2 L/yr - ₹2.2 L/yr |
Back Office Operations Executive
3
salaries
| ₹1.9 L/yr - ₹2 L/yr |
TCS
Infosys
Wipro
HCLTech