i
Filter interviews by
I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.
Easy coding questions DSA
Reverse a linked list by changing the pointers direction
Start with three pointers: current, previous, and next
Iterate through the linked list, updating the pointers to reverse the direction
Update the head pointer to point to the new first node
To find the middle of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move slow pointer by one step and fast pointer by two steps until fast reaches the end of the list.
The position of the slow pointer will be the middle of the linked list.
The question is asking to pick an orange from a basket.
Carefully select a ripe orange without any bruises or blemishes
Gently twist the orange off the stem to avoid damaging the fruit
Check for firmness and weight to determine ripeness
I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Jun 2023. There were 4 interview rounds.
Scenarios base conding round
Questions on strings in javascript.
Basic javascript and typescript.
I applied via Job Portal and was interviewed in Apr 2022. There were 5 interview rounds.
It was simple program of url shorting for registered and non registered users each request must have unique shortened url.
A palindrome is a word or phrase that reads the same backward as forward. Implementing it involves comparing the first and last characters and iterating towards the middle.
Implement a function that takes a string as input and returns true if it is a palindrome, false otherwise.
Use two pointers, one starting from the beginning and the other from the end, and compare the characters at each position.
If the characters matc...
Open Financial Technologies Private Limited interview questions for designations
Top trending discussions
I am a passionate software engineer with experience in developing web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js and databases like MySQL and MongoDB
Familiar with version control systems like Git and project management tools like Jira
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
Design a system to rate and review products or services.
Allow users to rate products on a scale of 1-5 stars.
Include written reviews for users to provide more detailed feedback.
Implement a system to filter and display reviews based on relevance or helpfulness.
Consider incorporating user profiles and past review history to personalize recommendations.
I applied via Company Website and was interviewed in Jan 2021. There were 5 interview rounds.
Basic DS Question, Medium level difficulty , followed with some puzzles
Designing an in-memory database involves optimizing data storage and retrieval for fast performance.
Use data structures like hash tables or B-trees for efficient indexing and searching
Implement caching mechanisms to reduce disk I/O and improve read/write speeds
Consider data durability and consistency mechanisms to prevent data loss in case of system failures
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
Use Depth First Search (DFS) to find connected components in a graph
Start by initializing all vertices as unvisited
Iterate through each vertex and perform DFS to find connected components
Keep track of visited vertices to avoid revisiting
Example: For a graph with vertices {A, B, C} and edges {(A, B), (B, C)}, the connected components are {A, B, C}
Design a chess game with proper board setup, piece movements, and win conditions.
Create a 8x8 grid to represent the chess board
Assign initial positions to each type of chess piece (pawn, rook, knight, bishop, queen, king)
Implement rules for each piece's movement (e.g. pawn moves forward, rook moves horizontally/vertically)
Check for valid moves and capture opponent's pieces
Implement win conditions (checkmate, stalemate)
...
based on 3 interviews
Interview experience
based on 17 reviews
Rating in categories
Software Engineer
88
salaries
| ₹4.5 L/yr - ₹16.7 L/yr |
Senior Software Engineer
72
salaries
| ₹10.9 L/yr - ₹27 L/yr |
Business Development Specialist
24
salaries
| ₹4 L/yr - ₹10.5 L/yr |
Product Support Engineer
24
salaries
| ₹1.5 L/yr - ₹10 L/yr |
Product Manager
22
salaries
| ₹15 L/yr - ₹32 L/yr |
Rupeek
Razorpay
ACKO
Kissht Finance