Upload Button Icon Add office photos
Engaged Employer

i

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

Bounteous x Accolite Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Bounteous x Accolite Software Engineer Interview Questions, Process, and Tips

Updated 13 Dec 2024

Top Bounteous x Accolite Software Engineer Interview Questions and Answers

  • Q1. Loot Houses Problem Statement A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief canno ...read more
  • Q2. Topological Sort Problem Statement You are given a directed acyclic graph (DAG). Your task is to perform topological sorting of the graph and return any valid ordering. ...read more
  • Q3. Total time: 110 mins 1. Find missing and duplicate numbers from given array(algo, code, optimization, dry run, complexity analysis) 2. Flatten Binary tree to Linked List ...read more
View all 41 questions

Bounteous x Accolite Software Engineer Interview Experiences

40 interviews found

I applied via Campus Placement and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is level order traversal of tree?Write code for the same.
  • Ans. 

    Level order traversal is a tree traversal algorithm that visits nodes level by level.

    • Start at the root node and visit all nodes at the current level before moving to the next level

    • Use a queue to keep track of nodes at each level

    • Enqueue the root node, then dequeue and visit each node while enqueueing its children

    • Repeat until the queue is empty

    • Time complexity: O(n), space complexity: O(w) where w is the maximum width of

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - there focus is typically on data structures and algorithms for one of the technical round.You must have to be clear with the basic concepts like stack,queue,linked list and somewhat of trees & graphs.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Abhijeet Chavan

posted on 29 Dec 2022

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

I applied via Campus Placement and was interviewed before Dec 2021. There were 6 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 

Aptitude test with basic numericals and technical questions on OS, CN, DBMS and Data structures

Round 3 - Coding Test 

2 coding questions
Level easy to medium

Round 4 - Technical 

(2 Questions)

  • Q1. Questions on Data structures and puzzles
  • Q2. Tree and Linked list questions
Round 5 - Coding Test 

Questions on data structures and code for given problem

Round 6 - Coding Test 

Data structure, system design, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your computer fundamentals concepts and work on data structures till tree. Graph is optional

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Concets on oops
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Abstraction

    • Encapsulation

    • Inheritance

    • Polymorphism

  • Answered by AI
  • Q2. Function overloading

Interview Preparation Tips

Interview preparation tips for other job seekers - practice programs as much as possible

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Hard

1 coding question was given to be solved within 90 minutes. The platform was provided by Eduthrill. It was user friendly. Audio and Video was required to be ON in this round.

  • Q1. 

    Topological Sort Problem Statement

    You are given a directed acyclic graph (DAG). Your task is to perform topological sorting of the graph and return any valid ordering.

    Explanation:

    A directed acyclic g...

  • Ans. 

    Implement a function to perform topological sorting on a directed acyclic graph (DAG) and return any valid ordering.

    • Create a graph representation using adjacency list or matrix

    • Perform depth-first search (DFS) to find the topological ordering

    • Use a stack to keep track of the ordering

    • Return the ordering as an array of integers

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

This round was a Technical Interview 1. The round started at 7:30 pm in the evening and ended at around 8:20 pm. The video call was conducted using Google Meet and the coding of the given question was done on any of the compiler of my choice by screen sharing.

  • Q1. 

    Loot Houses Problem Statement

    A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determi...

  • Ans. 

    Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.

    • Create an array 'dp' to store the maximum money that can be stolen up to the i-th house.

    • Iterate through the houses and update 'dp' based on whether the current house is stolen or not.

    • Return the maximum value in 'dp' as the answer.

    • Example: For input N=4 and values=[6, 7, 1, 30], the output should be 36.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from Indian Institute of Technology (Indian School of Mines), Dhanbad. I applied for the job as Software Engineer in HyderabadEligibility criteriaNo criteriaAccolite interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, DBMS, Operating System, PuzzlesTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Code as much as possible without looking at answers. Take help of hints after giving a proper attempt to the question. 
Tip 2 : Concepts of DSA should be strong and keep revising the topics. 
Tip 3 : Know the Time and Space conplexities of your code.

Application resume tips for other job seekers

Tip 1 : Make a ONE page resume. 
Tip 2 : Add links to show originality of your projects.
Tip 3 : Do not add false information just to fill the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Bounteous x Accolite interview questions for designations

 Senior Software Engineer

 (29)

 Associate Software Engineer

 (3)

 Software Testing Engineer

 (2)

 Software Development Engineer

 (1)

 Software Engineer Level 1

 (1)

 Senior Software Engineer 2

 (1)

 Software Developer

 (25)

 Software Analyst

 (1)

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Difficult and prepare more on ds and algos

Get interview-ready with Top Bounteous x Accolite Interview Questions

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I had two rounds. First round was completely based on Core Java concepts. Second round was based on DS algo and SQL queries (group by and having)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core Java concepts and DSA.

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly focussed on DBMS,Data Structures

Interview Preparation Tips

Interview preparation tips for other job seekers - mainly focuses on algorithms

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Dsa java oops dbms networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience.
You have to be very strong in DSA.

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Core Java questions oops concepts some sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Question on Data structure list and hasmap ,java collection

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • Core java,
  • Collections
Interview preparation tips for other job seekers - Prepare core java ,oops , collection coding questions to print -1 in place of duplicate elements

I applied via Recruitment Consultant and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How can you print names of 4 threads in the given order?
  • Ans. 

    Printing names of 4 threads in a given order using an array of strings.

    • Create an array of strings with the names of the threads in the desired order.

    • Use a loop to iterate through the array and print each thread name.

    • Ensure that the threads are started in the same order as the names in the array.

  • Answered by AI
  • Q2. All related questions about enum
  • Q3. About data structures in java, at times they may go for algorithms
  • Q4. String based logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for java relates questions and post that u will be hit with data structures and algorithms questions.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Bounteous x Accolite Interview FAQs

How many rounds are there in Bounteous x Accolite Software Engineer interview?
Bounteous x Accolite interview process usually has 3-4 rounds. The most common rounds in the Bounteous x Accolite interview process are Technical, Coding Test and HR.
How to prepare for Bounteous x Accolite Software Engineer 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 Bounteous x Accolite. The most common topics and skills that interviewers at Bounteous x Accolite expect are Data Structures, JSON, Javascript, React.Js and Redux.
What are the top questions asked in Bounteous x Accolite Software Engineer interview?

Some of the top questions asked at the Bounteous x Accolite Software Engineer interview -

  1. Total time: 110 mins 1. Find missing and duplicate numbers from given array(alg...read more
  2. Can you make a constructor private in Cpp, if not what error will you get (Comp...read more
  3. What is the difference between Binary Tree and Binary Search T...read more
How long is the Bounteous x Accolite Software Engineer interview process?

The duration of Bounteous x Accolite Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Happiest Minds Technologies

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

Bounteous x Accolite

No Interviews

SALARIES

K Raheja Corp

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

Synechron

No Interviews

INTERVIEWS

K Raheja Corp

No Interviews

JOBS

9 to 6 Management Consultants

No Jobs

Tell us how to improve this page.

Bounteous x Accolite Software Engineer Interview Process

based on 22 interviews

5 Interview rounds

  • Technical Round - 1
  • Coding Test Round
  • Technical Round - 2
  • Technical Round - 3
  • HR Round
View more
Bounteous x Accolite Software Engineer Salary
based on 564 salaries
₹5 L/yr - ₹14.6 L/yr
8% more than the average Software Engineer Salary in India
View more details

Bounteous x Accolite Software Engineer Reviews and Ratings

based on 80 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.1

Salary

3.2

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 80 Reviews and Ratings
Senior Software Engineer
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
564 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Delivery Manager
431 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
211 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Delivery Manager
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bounteous x Accolite with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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