I applied online. I interviewed at Bynry (Pune) in Sep 2025
Interview
1st round was a basic interview round, And the 2nd round was DSA round, Although it was Python+django but i was Node/express guy so it didn't go well, And DSA questions were quite easy covering topics like arrays, strings and basic concepts of coding
Interview questions [1]
Question 1
Would you be able to switch from node to django? In how much time?
I applied online. The process took 1 day. I interviewed at Bynry (Pune) in Feb 2023
Interview
Round 1: Technical Coding (DSA-focused)
The interviewer asked me a coding problem commonly known as the "Two Sum" problem.
I was given:
An array of integers
A target value
Problem:
"Return the indices or values of two numbers from the array that add up to the target."
I discussed both brute-force and optimized approaches:
Brute-force: Nested loops with O(n²) time
Optimized: Using a HashMap for O(n) time
I wrote clean, working code and explained edge cases as well.
Round 2: Product-Based Case Study
The second part involved a real-world app case study.
I was presented with a problem scenario and asked:
"How would you design a feature in a utility-based mobile application?"
They were looking for:
My thought process
Feature planning
UI considerations
State management
Offline sync / caching
API integration strategy
I walked them through:
Choosing the right architecture (MVVM)
Using Flutter widgets efficiently
Preferred state management (Provider or Riverpod)
Handling API data and exceptions
Ensuring user-friendly error messages and retry logic
Overall Feedback:
They were evaluating:
Problem-solving skills
Code optimization
App architecture understanding
Real-world product thinking
The discussion was collaborative and practical, aligned with their domain of utility and field workforce applications.
Interview questions [1]
Question 1
Round 1: Technical Coding (DSA-focused)
The interviewer asked me a coding problem commonly known as the "Two Sum" problem.
I was given:
An array of integers
A target value
Problem:
"Return the indices or values of two numbers from the array that add up to the target."
I discussed both brute-force and optimized approaches:
Brute-force: Nested loops with O(n²) time
Optimized: Using a HashMap for O(n) time
I wrote clean, working code and explained edge cases as well.
Round 2: Product-Based Case Study
The second part involved a real-world app case study.
I was presented with a problem scenario and asked:
"How would you design a feature in a utility-based mobile application?"
They were looking for:
My thought process
Feature planning
UI considerations
State management
Offline sync / caching
API integration strategy
I walked them through:
Choosing the right architecture (MVVM)
Using Flutter widgets efficiently
Preferred state management (Provider or Riverpod)
Handling API data and exceptions
Ensuring user-friendly error messages and retry logic
Overall Feedback:
They were evaluating:
Problem-solving skills
Code optimization
App architecture understanding
Real-world product thinking
The discussion was collaborative and practical, aligned with their domain of utility and field workforce applications.
There were 3 interview rounds.
1. HR round - went good. very basic mostly asked questions and tells you about the company.
2. Technical - talks about your work experience, projects, assignment explaination
3. Managerial - most asked managerial and behavioural questions
Interview questions [1]
Question 1
work experience, projects, assignment explaination