Open financial technologies pvt.lt interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Open financial technologies pvt.lt
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I started my journey in coding in my second year after being motivated by my seniors. I initially began by learning basic programming languages. Later, I started participating in contests on online coding platforms and solving questions on it. I remained consistent in doing so. After 2-3 months, I was able to solve some questions on online coding platforms. Then, in my third year, I studied core subjects like OS, DBMS, OOPS, and CN in depth. In this manner, I was well-prepared before the placement season.
Application story
I saw a post from an HR person on LinkedIn and requested them to consider me. After almost seven days of applying, I received an email from the HR saying that I was shortlisted to sit for further interview rounds.
Why selected/rejected for the role?
I was able to solve almost all the questions asked of me during the selection process. I have done a lot of coding practice on competitive programming sites and built a deep understanding of programming skills. My good communication skills are also one reason for my selection.
Preparation
Duration: 8 months
Topics: Topics: Data Structures and Algorithms, Operating System, Database Management System, Object-Oriented Programming System
Tip
Tip

Tip 1: Do a lot of hard work and practice Data Structures and Algorithms-based questions.
Tip 2: I personally recommend Coding Ninjas for interview preparation.

Application process
Where: Campus
Eligibility: Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1: Make your resume short.
Tip 2: Try to keep it to one page only and mention all the skills you are confident in on your resume.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration45 minutes
Interview date12 Jun 2022
Coding problem1

The MCQ challenge was designed to test basic computer fundamentals. The quiz had 30 questions to be completed in 25 minutes, covering topics related to Data Structures and Algorithms, OOP, OS, DBMS, and some questions requiring the output of Java programs. The platform was fast and responsive, and tab switching was not allowed during the test.

1. Colorful Knapsack

Hard
45m average time
0/120
Asked in companies
AdobeDell TechnologiesIBM

You are given 'N' stones labeled from 1 to 'N'. The 'i-th' stone has the weight W[i]. There are 'M' colors labeled by integers from 1 to 'M'. The 'i-th' stone has the color C[i] which is an integer between 1 to 'M', both inclusive.

You have been required to fill a Knapsack with these stones. The Knapsack can hold a total weight of 'X'.

You are required to select exactly 'M' stones; one of each color. The sum of the weights of the stones must not exceed 'X'. Since you paid a premium for a Knapsack with capacity 'X', you are required to fill the Knapsack as much as possible.

Write a program to calculate the best way to fill the Knapsack - that is, the unused capacity should be minimized.

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date21 Jun 2022
Coding problem1

1. Longest Increasing Subsequence

Moderate
30m average time
65% success
0/80
Asked in companies
IBMVisaOYO

For a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order.

Strictly Increasing Sequence is when each term in the sequence is larger than the preceding term.

For example:
[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.
Try solving now
03
Round
Medium
Face to Face
Duration60 minutes
Interview date22 Jun 2022
Coding problem1

1. Top View

Moderate
42m average time
61% success
0/80
Asked in companies
SamsungAdobeMakeMyTrip

Given a binary tree. Print the Top View of Binary Tree. Print the nodes from left to right order.

Example:
Input:

Alt text

Output: 2 35 2 10 2
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4898 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
1042 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6638 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3638 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes