i
Profinch Solutions
Filter interviews by
Top trending discussions
I applied via Approached by Company and was interviewed in Aug 2022. There were 2 interview rounds.
Edge score of nodes in a directed graph
Edge score is a measure of the importance of a node in a graph
It is calculated by counting the number of edges that point to or from a node
Nodes with higher edge scores are considered more important
Edge score can be calculated using algorithms like PageRank or HITS
Simulate rotting of oranges in a 2D matrix every second.
Create a queue to store the coordinates of fresh oranges
Iterate through the matrix and add the coordinates of fresh oranges to the queue
Simulate the rotting process by iterating through the queue and rotting adjacent fresh oranges
Keep track of the time taken for all oranges to rot
Return -1 if there are any fresh oranges left after the simulation
DB design for air ticket booking system
Create tables for flights, passengers, bookings, and payments
Use foreign keys to establish relationships between tables
Include fields for flight details, passenger information, and payment details
Consider implementing a caching mechanism for frequently accessed data
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Concurrency is the ability of a system to execute multiple tasks simultaneously.
Concurrency allows multiple tasks to run concurrently, improving performance and efficiency.
Concurrency can be achieved through multithreading or multiprocessing.
Example: A web server handling multiple requests simultaneously using multithreading.
ACID principles are a set of properties that guarantee database transactions are processed reliably.
Atomicity: Transactions are all or nothing. If one part of the transaction fails, the entire transaction is rolled back.
Consistency: Transactions bring the database from one valid state to another. All constraints are satisfied.
Isolation: Transactions are isolated from each other until they are completed.
Durability: Once...
posted on 25 Jun 2024
I applied via Approached by Company
Implement rate limiting for a platform serving 100K requests per second.
Use a token bucket algorithm to limit the rate of incoming requests.
Set a maximum number of tokens in the bucket to control the rate.
Refill the bucket at a constant rate to allow bursts of requests.
Track the timestamp of the last request to enforce the rate limit.
Consider using a distributed rate limiting system for scalability.
Monitor and adjust t...
Easy Medium questions
Implement thread safe load balancer.
focus on input validations and cover all corner cases in tests
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
In-memory SQL databases store data in memory for faster access and processing.
In-memory databases keep all data in RAM for quicker retrieval compared to disk-based databases.
Examples include SQLite in-memory database and Redis.
They are commonly used for caching, real-time analytics, and temporary data storage.
I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.
Asked to do coding for RDBMS using any programing language
Design an ad-click aggregation service for tracking and analyzing ad clicks.
Use a distributed system to handle high volume of ad click data
Implement real-time processing for immediate insights on ad performance
Utilize a database to store aggregated ad click data for reporting and analysis
based on 1 interview
Interview experience
based on 11 reviews
Rating in categories
Software Engineer
163
salaries
| ₹3.3 L/yr - ₹12 L/yr |
Technical Architect
111
salaries
| ₹11 L/yr - ₹37 L/yr |
Consultant
105
salaries
| ₹3.6 L/yr - ₹9.4 L/yr |
Senior Software Engineer
59
salaries
| ₹7.1 L/yr - ₹19 L/yr |
Software Developer
52
salaries
| ₹3.7 L/yr - ₹6.8 L/yr |
Rupeek
Razorpay
ACKO
Kissht Finance