Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Use Java 8 lambdas to covert list of employees to map
Use stream() method to convert the list to a stream
Use Collectors.toMap() method to convert the stream to a map
Specify the key and value mappings in the toMap() method
Microservices communicate through lightweight protocols like HTTP, messaging queues, and RPC.
HTTP: RESTful APIs are commonly used for communication between microservices.
Messaging queues: Services can communicate asynchronously through message brokers like RabbitMQ or Kafka.
RPC (Remote Procedure Call): Services can directly call each other's functions over a network.
Transactions across microservices can be handled using distributed transactions or compensating transactions.
Use distributed transactions to ensure all services commit or rollback together
Implement compensating transactions to handle failures and maintain data consistency
Consider using event sourcing or message queues to decouple services and ensure eventual consistency
Run time polymorphism is the ability of a method to behave differently based on the object it is called on.
Run time polymorphism is achieved through method overriding in inheritance.
It allows a subclass to provide a specific implementation of a method that is already provided by its superclass.
The actual method that gets called is determined by the type of object at runtime.
Example: Animal class has a method 'makeSound...
Singleton class in Java ensures only one instance of the class is created.
Use private constructor to prevent instantiation from outside the class.
Provide a static method to get the instance of the class.
Use a private static variable to hold the instance of the class.
I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.
The current project architecture is efficient but could be improved in terms of scalability and flexibility.
Evaluate the performance of the current architecture in terms of speed, reliability, and scalability.
Identify any bottlenecks or areas of improvement such as redundant processes or outdated technologies.
Consider implementing microservices architecture for better scalability and flexibility.
Utilize cloud services ...
Metrics for a good Code Review include code quality, adherence to coding standards, feedback provided, and timely completion.
Code quality - Ensure the code is efficient, readable, and maintainable.
Adherence to coding standards - Check if the code follows the established guidelines.
Feedback provided - Evaluate the constructive criticism and suggestions given during the review.
Timely completion - Assess if the review was
Check if Factorial of number is odd or even - Warm up question for the Coding round. The mail coding question was to develop a stock buy and sell functionality.
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
Angular architecture is a framework that follows a component-based approach for building web applications.
Angular architecture is based on components, which are reusable and independent building blocks of an application.
Components have a template that defines the view, a class that handles the logic, and styles that define the appearance.
Angular uses a hierarchical tree structure of components, where each component can...
I applied via Job Portal and was interviewed before Jul 2023. There were 2 interview rounds.
My strengths include strong research skills, excellent writing abilities, attention to detail, and the ability to communicate complex scientific concepts in a clear and concise manner.
Strong research skills - able to gather and analyze information from various sources
Excellent writing abilities - can effectively communicate scientific information in a clear and engaging way
Attention to detail - ensures accuracy and pre...
I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.
The current project architecture is efficient but could be improved in terms of scalability and flexibility.
Evaluate the performance of the current architecture in terms of speed, reliability, and scalability.
Identify any bottlenecks or areas of improvement such as redundant processes or outdated technologies.
Consider implementing microservices architecture for better scalability and flexibility.
Utilize cloud services ...
Metrics for a good Code Review include code quality, adherence to coding standards, feedback provided, and timely completion.
Code quality - Ensure the code is efficient, readable, and maintainable.
Adherence to coding standards - Check if the code follows the established guidelines.
Feedback provided - Evaluate the constructive criticism and suggestions given during the review.
Timely completion - Assess if the review was
Check if Factorial of number is odd or even - Warm up question for the Coding round. The mail coding question was to develop a stock buy and sell functionality.
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
Angular architecture is a framework that follows a component-based approach for building web applications.
Angular architecture is based on components, which are reusable and independent building blocks of an application.
Components have a template that defines the view, a class that handles the logic, and styles that define the appearance.
Angular uses a hierarchical tree structure of components, where each component can...
TCS
Accenture
Wipro
Cognizant