Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Open Financial Technologies Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

Open Financial Technologies Private Limited SDE (Software Development Engineer) Interview Questions and Answers

Updated 4 Apr 2023

Open Financial Technologies Private Limited SDE (Software Development Engineer) Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Simple 3 questions of DSA with brute force to the optimal approach
  • Q2. 2 stacks, palindrome tricky, string question (simple)
Round 3 - One-on-one 

(2 Questions)

  • Q1. 2 stacks with optinal approach
  • Ans. 

    Implementing 2 stacks with optional approach

    • Two stacks can be implemented in a single array by dividing it into two halves

    • Optional approach can be implemented by using a third parameter to indicate which stack to use

    • Push and pop operations can be performed on both stacks independently

  • Answered by AI
  • Q2. Some hr interview question
Round 4 - HR 

(2 Questions)

  • Q1. Marital status discussion
  • Q2. Future discusssions about what i want nd plans

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited SDE (Software Development Engineer) interview:
  • DSA
  • OS
  • DBMS
  • strings
Interview preparation tips for other job seekers - DSA kro mast raho, soft skills top notch is a must for cracking any interview

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

15 MCQs and 2 coding questions were given. MCQs include questions from topics like dbms, system design, oops etc.
1st coding question was of dp and 2nd was of a good question of graph.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Create a linked list from scratch and then delete a given node. Then print the linked list.
  • Ans. 

    Create and delete a node in a linked list and print the updated list.

    • Create a Node class with data and next pointer attributes

    • Create a LinkedList class with head attribute and methods to add, delete and print nodes

    • To delete a node, traverse the list and update the next pointer of the previous node to skip the node to be deleted

    • Print the list by traversing and printing the data of each node

  • Answered by AI
  • Q2. Reverse first K(given) characters of string.
  • Ans. 

    Reverse the first K characters of a given string.

    • Take the first K characters of the string.

    • Reverse the selected substring.

    • Concatenate the reversed substring with the rest of the original string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Be calm. Practice questions from leetcode.

Skills evaluated in this interview

I applied via Job Fair and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was an MCQ Round and the questions were a mixture of CS fundamentals topics.
Round 2 - Coding Test 

This round contained 2 coding questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. This was a one on one coding round where I was asked 3 questions that were of Easy to Medium level of LeetCode.
Round 4 - HR 

(1 Question)

  • Q1. HR round was more of a technical interview round where I was asked about my android projects and some core android topics since both me and my interviewer were Android Developers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practising on Leetcode and also since in my case Development played a major role in my selection so I would suggest whatever projects you are making on whatever platform do clear it's basic in and out.

I was interviewed in Feb 2022.

Round 1 - Aptitude Test 

3 coding question 1 SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Question about tree check tree is bst or not ?write code on it
  • Q2. Array question find 1st repeated element in o(n).
  • Ans. 

    Find the first repeated element in an array of strings in O(n) time complexity.

    • Create a hash table to store the frequency of each element.

    • Traverse the array and check if the element is already present in the hash table.

    • If it is present, return the element as the first repeated element.

    • If no element is repeated, return null or -1.

    • Example: ['apple', 'banana', 'orange', 'apple'] => 'apple'

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Multiple of big integers and find complexity
  • Ans. 

    Question about finding complexity of multiplying big integers.

    • Big integers require more memory and processing power than regular integers.

    • Multiplying two n-digit integers takes O(n^2) time using the standard algorithm.

    • There are faster algorithms like Karatsuba and FFT which have lower complexity.

    • The complexity of multiplying two n-digit integers using Karatsuba algorithm is O(n^log2(3)).

    • The complexity of multiplying tw...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence focus on coding and core subjects.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe projects
  • Ans. 

    I have worked on various projects including developing web applications, creating mobile apps, and implementing machine learning algorithms.

    • Developed a web application for a retail company to manage inventory and sales data

    • Created a mobile app for a fitness tracking platform to track user's exercise routines

    • Implemented machine learning algorithms for a recommendation system in an e-commerce website

  • Answered by AI
  • Q2. Knowledge testing on ML frameworks
Round 2 - Aptitude Test 

Had a overall personality, technical & problem solving test with AVP

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Normal DSA round from hacker rank

Round 2 - Coding Test 

DSA round from hacker rank or leetcode

Round 3 - Technical 

(1 Question)

  • Q1. With hiring manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghosted after all rounds of interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

MVVM was asked and swift questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare swift concepts well and design pattern
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly around resume
Round 2 - Technical 

(1 Question)

  • Q1. Resume walkthrough and a coding question(leetcode easy)
Round 3 - HR 

(1 Question)

  • Q1. Cultural Fitment round

Open Financial Technologies Private Limited Interview FAQs

How many rounds are there in Open Financial Technologies Private Limited SDE (Software Development Engineer) interview?
Open Financial Technologies Private Limited interview process usually has 4 rounds. The most common rounds in the Open Financial Technologies Private Limited interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Open Financial Technologies Private Limited SDE (Software Development Engineer) interview?

Some of the top questions asked at the Open Financial Technologies Private Limited SDE (Software Development Engineer) interview -

  1. 2 stacks with optinal appro...read more
  2. Simple 3 questions of DSA with brute force to the optimal appro...read more
  3. future discusssions about what i want nd pl...read more

Tell us how to improve this page.

Open Financial Technologies Private Limited SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all

Open Financial Technologies Private Limited SDE (Software Development Engineer) Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

1.0

Company culture

3.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
79 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Software Engineer
47 salaries
unlock blur

₹11.5 L/yr - ₹31.5 L/yr

Business Development Specialist
24 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Product Support Engineer
23 salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Product Manager
22 salaries
unlock blur

₹15 L/yr - ₹32 L/yr

Explore more salaries
Compare Open Financial Technologies Private Limited with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview