Upload Button Icon Add office photos
Engaged Employer

i

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

OneAssist Consumer Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

OneAssist Consumer Solutions Software Developer Interview Questions and Answers

Updated 21 Mar 2022

OneAssist Consumer Solutions Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Very easy mcq Question on google form.

Round 2 - Technical 

(1 Question)

  • Q1. Java basic theory Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There was a linked list question without using libraries
  • Q2. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you find that ball without seeing it. Explain logic and code.
  • Ans. 

    Finding the heavier sphere among 20 spheres without seeing it.

    • Divide the spheres into groups of 3, weigh any two groups against each other.

    • If both groups weigh the same, the heavier sphere is in the third group.

    • If one group is heavier, weigh two spheres from that group against each other.

    • If they weigh the same, the heavier sphere is the remaining one.

    • If they don't weigh the same, the heavier sphere is the one that weig

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked Java questions. They made me very comfortable during interview and it was more like discussion than interview. They made me understand the Questions which I gave wrong answers to. More than coding the logic was tested.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before May 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. DSA and array manipulation
Round 3 - One-on-one 

(1 Question)

  • Q1. ReactJS features
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 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 Resume tips
Round 2 - Aptitude Test 

Basic aptitude questions and 2 hard DP questions in the Online Test .

Round 3 - One-on-one 

(4 Questions)

  • Q1. Basic SQL queries
  • Q2. OOP questions Java
  • Q3. Puzzles from Geeksforgeeks
  • Q4. DSA questions - medium level

I applied via Other and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core topics related to Django, python

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared to rejected even after following a tedious process of weeks of interview, and then not getting response of follow ups after final technical round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is hoisting?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable and function declarations are hoisted to the top of their scope.

    • Only declarations are hoisted, not initializations.

    • Function declarations take precedence over variable declarations.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 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 Resume tips
Round 2 - Coding Test 

C programming was there in interview

Round 3 - Technical 

(2 Questions)

  • Q1. Electronic engineering was there
  • Q2. What is pointer in c
  • Ans. 

    A pointer is a variable that stores the memory address of another variable in C programming language.

    • Pointers are used to manipulate memory and create dynamic data structures.

    • They can be used to pass values between functions efficiently.

    • Pointers can be used to access array elements and structures.

    • Pointer arithmetic can be used to iterate over arrays and manipulate memory.

    • Null pointers are used to indicate that a pointe

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Yaantra Software Engineer interview:
  • CNC Programming
Interview preparation tips for other job seekers - Study c programming very well because thus is very important

Skills evaluated in this interview

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

I was interviewed in Jul 2023.

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 Resume tips
Round 2 - Coding Test 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?

I applied via Naukri.com and was interviewed before Feb 2021. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Hoisting, clousres, prototypes based output questions
  • Q2. Polyfill of reduce, map
  • Ans. 

    Polyfill of reduce, map are functions that mimic the behavior of the original functions in older browsers.

    • Polyfill of reduce function can be implemented using a for loop to iterate over the array and accumulate the result.

    • Polyfill of map function can be implemented using a for loop to iterate over the array and create a new array with the transformed values.

    • These polyfills are useful for ensuring cross-browser compatib...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion, react lifecycle, javascript basec concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were maily involved:-
Js basic concepts:hoisting, prototypes, closures, currying
Css basic properties
Project discussions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Learn more on thread concepts
Contribute & help others!
anonymous
You can choose to be anonymous

OneAssist Consumer Solutions Interview FAQs

How many rounds are there in OneAssist Consumer Solutions Software Developer interview?
OneAssist Consumer Solutions interview process usually has 3 rounds. The most common rounds in the OneAssist Consumer Solutions interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in OneAssist Consumer Solutions Software Developer interview?

Some of the top questions asked at the OneAssist Consumer Solutions Software Developer interview -

  1. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you...read more
  2. There was a linked list question without using librar...read more
  3. Java basic theory Quest...read more

Recently Viewed

INTERVIEWS

Techved Consulting

No Interviews

INTERVIEWS

Kreate Technologies

No Interviews

INTERVIEWS

HGS TECHNOLOGIES

No Interviews

INTERVIEWS

Biz 2 Credit Info Services

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

ElectrifAi

No Interviews

INTERVIEWS

Automated Systems Design

No Interviews

INTERVIEWS

Biz 2 Credit Info Services

No Interviews

INTERVIEWS

ICICI Direct

No Interviews

INTERVIEWS

C-Zentrix

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Direct Interview Questions
3.7
 • 24 Interviews
NASDAQ Interview Questions
3.8
 • 18 Interviews
CME Group Interview Questions
4.3
 • 16 Interviews
Preqin Interview Questions
3.5
 • 13 Interviews
IndiaLends Interview Questions
3.7
 • 13 Interviews
IQ BackOffice Interview Questions
3.5
 • 13 Interviews
View all
OneAssist Consumer Solutions Software Developer Salary
based on 8 salaries
₹13.4 L/yr - ₹18 L/yr
84% more than the average Software Developer Salary in India
View more details
Relationship Manager
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

State Head
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare OneAssist Consumer Solutions with

Servify

3.8
Compare

Onsitego

3.9
Compare

Syska Gadget Secure

3.4
Compare

Digitsecure

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