Upload Button Icon Add office photos
Engaged Employer

i

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

OneBanc Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OneBanc Technologies Interview Questions, Process, and Tips

Updated 20 Nov 2024

Top OneBanc Technologies Interview Questions and Answers

View all 8 questions

OneBanc Technologies Interview Experiences

Popular Designations

26 interviews found

Software Developer Interview Questions & Answers

user image Pooja Bansal

posted on 14 Aug 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical Task based on backend and analytics
  • Q2. Make a website clone
  • Ans. 

    To clone a website, you need to replicate its design, functionality, and content.

    • Study the website's design and layout

    • Identify the technologies used for development

    • Replicate the functionality and features

    • Ensure the content is accurate and up-to-date

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are going to waste your time

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General Question Tell me about yourself
  • Q2. How soon you can join
Round 2 - Coding Test 

Read about MPIN that is used to access mobile banking apps

Many a times users end up setting an MPIN that is guessable because

1. It is a commonly used MPIN eg 1122

2. It is a combination of easily known demographics of the user. Eg: if the birthdate is 02- Jan-1998 then MPIN could be 0201 or 9802 or 0201 etc. Demographics such as these could be used alone or in a combination

a. DOB

b. Wedding Anniversary

c. Spouse birthday

Solutions Required

1. Part A: Assume that the MPIN is 4-digits. Write a program that suggests if the MPIN is a commonly used one. Ignore the demographics for this part

2. Part B: Enhance the above to take user's demographics as input and provides an output

a. Strength: WEAK or STRONG

3. Part C: Enhance the above to provide the following outputs

a. Strength: WEAK or STRONG

b. If weak then the reason why was it considered weak: It should give from the following the reasons as an array. Array should be empty if Strength is STRONG and non-empty if WEAK

i. COMMONLY_USED

ii. DEMOGRAPHIC_DOB_SELF

iii. DEMOGRAPHIC_DOB_SPOUSE

iv. DEMOGRAPHIC_ANNIVERSARY

4. Part E: Above with a 6-digit PIN

5. Write code that tests the above written code using a set of inputs. Write at least 20 test case in PYTHON

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
Add answer

Interviewer Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

It was a good experience to take the gd

Round 2 - Aptitude Test 

In 15 mins there were 45 questions to solve

Round 3 - Interview 

(1 Question)

  • Q1. How much u rate urself
  • Ans. 

    I rate myself highly based on my experience, skills, and achievements in the field.

    • I rate myself highly due to my extensive experience in the industry.

    • I have honed my skills through continuous learning and professional development.

    • My track record of successful projects and positive feedback from colleagues and clients also contribute to my high self-rating.

  • Answered by AI
Round 4 - Pre hiring evaluation 

(1 Question)

  • Q1. It was a 2 days evaluation in gurgaon

Interviewer Interview Questions asked at other Companies

Q1. Which programming languages do you use regularly in your work?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Why Iphone sales are increasing

Round 2 - Aptitude Test 

15 qns 50 mins So WRITE FAST

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum Pairs Problem Statement Given a positive integer N, find the number of ways to express N as a sum of cubes of two integers, A and B, such that: N = A^3 + B^3 Ensure you adhere to the following conditions: A must be greater than or... read more
Add answer

OneBanc Technologies interview questions for popular designations

 Android Developer

 (4)

 Data Science Intern

 (3)

 Data Scientist

 (2)

 Associate

 (1)

 Associate Android Developer

 (1)

 Associate Software Engineer

 (1)

 Backend Developer

 (1)

 Backend Developer Intern

 (1)

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

I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy DSA questions , SQL, Aptitude,

Round 2 - Group Discussion 

Topic on Today's Relevance - EV in India

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA basic array, string and linkedList questions

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Group Discussion 

Discussion on latest topics

Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked typical hr question
  • Q2. Avg no of cars in delhi
  • Ans. 

    The average number of cars in Delhi is estimated to be around 3 million.

    • Delhi has a high population density and traffic congestion, leading to a large number of cars on the roads.

    • The number of cars in Delhi is constantly increasing due to urbanization and economic growth.

    • Government initiatives like odd-even schemes and public transportation improvements aim to reduce the number of cars on the roads.

  • Answered by AI
Round 3 - Aptitude Test 

Medium or easy level aptitude were ther

Round 4 - Technical 

(2 Questions)

  • Q1. Asked about android development experience
  • Q2. 2 DSA question were to be solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for best at your end

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum Pairs Problem Statement Given a positive integer N, find the number of ways to express N as a sum of cubes of two integers, A and B, such that: N = A^3 + B^3 Ensure you adhere to the following conditions: A must be greater than or... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Puzzel : There are 4 persons (A,B,C, and D) who wants to cross a bridge in night . A takes 1 minute to cross the bridge. B takes 2 minutes to cross the bridge. C takes 5 minute to cross the bridge. D takes...

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)

Module Lead Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy but lengthy as you have to solve 50 questions in 15 minutes

Round 2 - Group Discussion 

Privacy on social media

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic hr questions and your previous work history

Module Lead Interview Questions asked at other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects for solid programming implementation... read more
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Basic information based on resume

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2023. 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 - Aptitude Test 

50 Questions in 15 min.
Comprises of Basic english, maths & logical patterns questions.

Round 3 - Logical Interview Round 

(2 Questions)

  • Q1. Will be asked to solve some kind of puzzle. There are 4 person and 1 torch light and they can cross the bridge in pairs only. A takes 2 min, B takes 1 min, C takes 9 min and D takes 10 min. Find the lowes...
  • Q2. Factors on which numbers of cars will be there in your state and what will be the number in round figure.
  • Ans. 

    The number of cars in a state depends on factors such as population, income, and infrastructure.

    • Population density affects the number of cars on the road.

    • Higher income levels lead to more car ownership.

    • Availability of public transportation can decrease the number of cars.

    • Infrastructure, such as highways and parking, can also impact car usage.

    • The number of cars in a state can vary greatly depending on these factors.

    • In r...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview went pretty well. I don't know what went wrong, When I called the HR about the interview after 4-5 days he told my interview didn't go well.

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)

OneBanc Technologies Interview FAQs

How many rounds are there in OneBanc Technologies interview?
OneBanc Technologies interview process usually has 2-3 rounds. The most common rounds in the OneBanc Technologies interview process are Aptitude Test, One-on-one Round and Group Discussion.
How to prepare for OneBanc Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at OneBanc Technologies. The most common topics and skills that interviewers at OneBanc Technologies expect are Android, C#, Java, Kotlin and HTML.
What are the top questions asked in OneBanc Technologies interview?

Some of the top questions asked at the OneBanc Technologies interview -

  1. Factors on which numbers of cars will be there in your state and what will be t...read more
  2. Puzzel : There are 4 persons (A,B,C, and D) who wants to cross a bridge in nigh...read more
  3. What are the average no. Of tea people drink in a day in delh...read more
How long is the OneBanc Technologies interview process?

The duration of OneBanc Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

OneBanc Technologies Interview Process

based on 24 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 776 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Cogoport Interview Questions
2.8
 • 52 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
MyCaptain Interview Questions
3.2
 • 40 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
View all

OneBanc Technologies Reviews and Ratings

based on 96 reviews

4.7/5

Rating in categories

4.7

Skill development

4.6

Work-life balance

4.7

Salary

4.7

Job security

4.7

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 96 Reviews and Ratings
Product Manager
7 salaries
unlock blur

₹13 L/yr - ₹23 L/yr

Front end Developer
7 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Android Developer
7 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Full Stack Developer
6 salaries
unlock blur

₹10 L/yr - ₹13.4 L/yr

Associate Manager Marketing
6 salaries
unlock blur

₹8.8 L/yr - ₹10 L/yr

Explore more salaries
Compare OneBanc Technologies with

Razorpay

3.6
Compare

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

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