Filter interviews by
Java multithreading is a feature that allows concurrent execution of multiple threads within a single process.
Multithreading in Java allows multiple threads to run concurrently within a single process.
Each thread has its own stack and executes independently, but shares the same memory space.
Java provides built-in support for multithreading through the java.lang.Thread class and java.lang.Runnable interface.
Multithreadi...
Exception hierarchy is a way to organize and categorize different types of exceptions in a software system.
Exceptions are organized in a tree-like structure with a base class at the top and more specific exception classes below.
Base class usually is 'Exception' or 'Throwable', with more specific classes like 'IOException', 'NullPointerException', etc.
Subclasses can provide more specific information about the cause of t...
Top trending discussions
posted on 1 Jul 2024
SSL certificates are digital certificates that authenticate the identity of a website and encrypt information sent to the server.
SSL certificates ensure secure communication between a user's browser and a website's server.
They use encryption to protect sensitive data such as login credentials, credit card information, etc.
SSL certificates are issued by Certificate Authorities (CAs) and contain information about the web...
Securing REST API involves using authentication, authorization, encryption, and input validation.
Use authentication methods like OAuth, JWT, or API keys to verify the identity of clients.
Implement authorization to control access to resources based on user roles and permissions.
Encrypt data transmission using HTTPS to protect sensitive information from being intercepted.
Validate and sanitize input data to prevent inject
I would investigate the root cause, work on fixing the issue, and implement measures to prevent it from happening again.
Investigate the root cause of the downtime, such as network issues, server failures, or software bugs
Work on fixing the issue promptly to minimize impact on users and business operations
Implement measures to prevent similar downtime in the future, such as redundancy, monitoring, and failover mechanism
Implement a throttling system to handle dropped messages from a slow downstream service.
Implement a queue to store messages from the downstream service.
Set a maximum queue size and drop messages when the queue is full.
Use a timestamp to track when messages were received and process them in order.
Implement a retry mechanism to reprocess dropped messages after a certain time.
Monitor the queue size and processing speed to
I applied via Approached by Company and was interviewed in Jul 2022. There was 1 interview round.
Count the number of ways to reach target from source in a grid with 0s and 1s.
Use dynamic programming to solve the problem efficiently.
Traverse the grid using DFS or BFS to count the number of ways.
Consider edge cases like when source and target are the same or when there is no path.
Example: Given grid = [[0,0,0],[0,1,0],[0,0,0]], source = (0,0), target = (2,2), answer is 2.
Example: Given grid = [[0,1],[0,0]], source =
Tech stack for designing a scalable Uber-like service.
Use microservices architecture for scalability and fault tolerance.
Choose a cloud provider with auto-scaling capabilities.
Use a load balancer to distribute traffic across multiple instances.
Use a NoSQL database for high availability and scalability.
Use message queues for asynchronous communication between services.
Use containerization for easy deployment and managem...
Design a service to aggregate multiple sources of data/documentation centrally.
Identify sources of data/documentation
Determine data aggregation method
Design a centralized database to store aggregated data
Develop a user-friendly interface to access the data
Ensure data security and privacy
I took on additional responsibilities to help a colleague with a tight deadline.
Assisted a colleague with a project that had a tight deadline
Took on additional tasks outside of my regular responsibilities
Worked extra hours to ensure the project was completed on time
Provided guidance and support to the colleague throughout the project
I applied via LinkedIn and was interviewed in Sep 2022. There were 4 interview rounds.
Online assesment . 5 coding question in 90 minutes
Hackerrank coding test with paired screen. They give problem we have to write the logic
Again hacker rank code pair. the give problem and have to write logic. this round with staff senior engineer
I applied via LinkedIn and was interviewed before Mar 2022. There were 3 interview rounds.
Online test link given data structures were asked, array problem and string problem
Likewise Double Linked List was also asked
Spring Boot API endpoint is a URL that exposes the functionality of a web service.
API endpoints are the entry points for the client to access the server's resources.
Spring Boot provides a simple and easy way to create RESTful APIs.
Endpoints can be secured using Spring Security.
Endpoints can be documented using Swagger or Spring REST Docs.
Examples: /users, /products, /orders
based on 2 interviews
Interview experience
based on 8 reviews
Rating in categories
Process Analyst
1.4k
salaries
| ₹1.8 L/yr - ₹6.2 L/yr |
Senior Member Technical
1.3k
salaries
| ₹5.3 L/yr - ₹20 L/yr |
Technical Lead
596
salaries
| ₹9.1 L/yr - ₹34 L/yr |
Member Technical
594
salaries
| ₹3 L/yr - ₹11.9 L/yr |
Senior Process Analyst
572
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Paytm
Fiserv
PhonePe
KFintech