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 android Software Engineer Interview Questions and Answers

Updated 9 Oct 2022

Open Financial Technologies Private Limited android Software Engineer Interview Experiences

1 interview found

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. Given integer of array print all the subarray whose s sum equals to k
  • Ans. 

    Print all subarrays whose sum equals to k given an integer array

    • Use a nested loop to iterate through all possible subarrays

    • Calculate the sum of each subarray and compare it with k

    • Print the subarray if the sum equals to k

  • Answered by AI
  • Q2. Basics of Android, Activity Service, Coroutines Fragments, Storage Options

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from Easy to Medium level question and
basics of android

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Develop a Movie SDK that will utilize a provided API to retrieve movie details.

Interview Preparation Tips

Topics to prepare for Razorpay Android Developer interview:
  • Android SDK
  • Retrofit
  • Module
  • XML
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Bloc, provider, widgets, listview vs listview.builder
Round 2 - Technical 

(4 Questions)

  • Q1. What is Bloc and its uses?
  • Ans. 

    Bloc is a state management library for Flutter that helps manage the flow of data and events.

    • Bloc stands for Business Logic Component.

    • It helps separate the presentation layer from the business logic.

    • Bloc is commonly used with Flutter to handle state management and data flow.

    • It uses streams to handle asynchronous data and events.

    • Bloc pattern consists of events, states, and a bloc class to handle the business logic.

  • Answered by AI
  • Q2. Different types of state management
  • Ans. 

    State management is a crucial aspect of app development to handle and update the state of the application.

    • Local State Management: Managing state within a widget using setState() method.

    • InheritedWidget: Sharing state across the widget tree using InheritedWidget.

    • Provider: A popular state management solution that uses InheritedWidget under the hood.

    • Redux: A predictable state container for managing the state of the app.

    • Blo...

  • Answered by AI
  • Q3. What is stateless
  • Ans. 

    Stateless refers to a widget in Flutter that does not have any mutable state.

    • Stateless widgets are immutable and their properties cannot change once they are initialized.

    • They are used for UI components that do not need to update or change based on user interactions.

    • Examples include static text labels, icons, and buttons that do not change appearance.

    • Stateless widgets are more efficient than stateful widgets as they do

  • Answered by AI
  • Q4. Lifecycle of stateful widget
  • Ans. 

    Stateful widgets in Flutter have a lifecycle that includes various methods being called at different stages.

    • Stateful widgets have methods like initState(), didChangeDependencies(), build(), and dispose() that are called at different points in the widget's lifecycle.

    • initState() is called when the widget is inserted into the tree, didChangeDependencies() is called when the widget's dependencies change, build() is called ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Basic question based on MVVM Architecture

Round 2 - Case Study 

Android discussion, Services, MVVM, Coroutines

Round 3 - Behavioral 

(1 Question)

  • Q1. Discussion on Projects

I applied via Instahyre and was interviewed in Apr 2022. There were 3 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 - HR 

(4 Questions)

  • Q1. About the current company.
  • Q2. Current and Expected CTC
  • Q3. Total Years of Experience
  • Q4. Relevant skills based on the JD
Round 3 - Coding Test 

He really helped me by telling me the topics and a few questions which the assigned interviewer usually asks.

The interview first ask me to open LEETCODE and gave me a HARD question about STACK - related to bracket question.

He first asked me to write the Pseudo code but I started writing proper code. After a period of time, I got stuck and he gave me a small hint I solved the question then he ask me to submit the code and it submitted successfully. This one question took 40 minutes. He didn't even ask me more questions, also he was yawning and it seemed like he was not interested at all. At the end of the interview, I asked him if he will ask more questions, and he said it is fine it was a hard and lengthy question.

The next day I got the rejection mail.

Interview Preparation Tips

Topics to prepare for Navi Technologies Android Developer interview:
  • DSA
  • Previous Interveiw experiences
  • Android
  • Kotlin
Interview preparation tips for other job seekers - I did not even get any feedback on my assignment.

Well, you have to be prepared well.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

Android Assignment - Create an android project for a given scenario.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Android & Kotlin

I applied via Company Website and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions about activity lifecycle, fragments, and components.
  • Q2. Questions about Kotlin extension functions, scoping functions, sealed classes, Coroutines

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on android fundamentals and kotlin

I was interviewed before Jan 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

  • Q1. Can you design a simple waste management app, given a mock server and some icons?
Round 2 - Video Call 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Basic DSA - Live coding
Happened on Sunday morning for 45 min. The interviewer is friendly.

  • Q1. 

    Majority Element Problem Statement

    Given an array/list 'ARR' consisting of 'N' integers, your task is to find the majority element in the array. If there is no majority element present, return -1.

    Exampl...

  • Q2. 

    Find Row With Maximum 1's in a Sorted 2D Matrix

    You are provided with a 2D matrix containing only the integers 0 or 1. The matrix has dimensions N x M, and each row is sorted in non-decreasing order. Your...

Round 3 - Video Call 

Round duration - 45 Minutes
Round difficulty - Medium

Technical - Android Round

Round 4 - HR 

Round duration - 90 Minutes
Round difficulty - Medium

Taken by Engineering Head

Round 5 - HR 

Round duration - 15 Minutes
Round difficulty - Medium

Taken by VP

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from BML Munjal University. I applied for the job as Android Developer in BangaloreEligibility criteriaPrevious experience - Projects, basic DSARupeek interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Android, Java, KotlinTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Be good with basic DS Algos - Trees, Binary Search, Arrays, Linked lists
Tip 2 : Prepare well regarding projects
Tip 3 : Prepare well regarding Java and Kotlin

Application resume tips for other job seekers

Tip 1 : Mention projects clearly - try to work on some unique projects.
Tip 2 : Mention about DSA Skills - Try to showcase CP/DSA achievements

Final outcome of the interviewRejected

Skills evaluated in this interview

Open Financial Technologies Private Limited Interview FAQs

How many rounds are there in Open Financial Technologies Private Limited android Software Engineer interview?
Open Financial Technologies Private Limited interview process usually has 2 rounds. The most common rounds in the Open Financial Technologies Private Limited interview process are Resume Shortlist and Technical.
What are the top questions asked in Open Financial Technologies Private Limited android Software Engineer interview?

Some of the top questions asked at the Open Financial Technologies Private Limited android Software Engineer interview -

  1. Given integer of array print all the subarray whose s sum equals t...read more
  2. Basics of Android, Activity Service, Coroutines Fragments, Storage Opti...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Bharti Airtel Interview Questions
4.0
 • 834 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
View all

Fast track your campus placements

View all
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