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

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

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

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on graph or 2 Dimensional array like create Spiral matrix
  • Q2. Question Can be asked on SQL, simple joins and in critical cases optimizations like indexing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about the React and JS questions.
Round 2 - HR 

(1 Question)

  • Q1. Asked about the current CTC and expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good experience in DSA and technical questions on React, JAvascript

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

It was an campus placement drive online test with mcq and coding test

Round 3 - Technical 

(1 Question)

  • Q1. Oops, Arraylist ,circular linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for interview as interview questions were tough

I applied via Referral and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. The MCQ round had 30 Questions, we had to answer them in 30 mins, with no negative marking. Questions based on OOPS, C++, Data Structures, Algorithms, and Aptitude were asked in this round.
Round 2 - Coding Test 

This round had only one question and the time given was 60 mins, it was a medium-level Question based on Arrays. The question was given in the form of a story just like we get on platforms like Codechef and we had to provide an optimized solution with given and hidden test cases getting the correct output.

Round 3 - Technical 

(2 Questions)

  • Q1. The time for an interview can be around 1 Hour. This round was based on Concepts of OOPs, projects, Data Structures, and Algorithms. If you have strong basics about these concepts then you will clear this ...
  • Q2. Type of questions asked: Explain the diamond problem in Cpp, and how to solve it. What is the Dynamic-link library (DLL) in Cpp and its use? What are registers in Cpp? Can you make a constructor private in...
Round 4 - HR 

(1 Question)

  • Q1. Introduction and your family background. What are your Strengths and Weaknesses? Tell us about your hobbies. What are you passionate about? The difference between hard work and smart work with an example....

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA: Arrays, Linked List, Trees are most frequently asked. Must do all the concepts of OOPS. LeetCode is good for Practicing DSA questions. Also, be confident and fluent while answering all the questions. Separately prepare for the HR round as well.

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)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Binary tree serialization, width of BINARY, rain water trapping problem

Round 2 - HR 

(4 Questions)

  • Q1. General questions
  • Q2. What is your expectation
  • Q3. Salary and benefits
  • Q4. Relocation allowance

Interview Preparation Tips

Interview preparation tips for other job seekers - practing coding questions properly, arrays, trees, strings

Get interview-ready with Top Bounteous x Accolite Interview Questions

I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Find 2nd max salary- SQL
  • Ans. 

    SQL query to find the 2nd highest salary in a table.

    • Use ORDER BY and LIMIT to sort and select the 2nd highest salary.

    • Use subquery to avoid duplicates if necessary.

  • Answered by AI
  • Q2. Basics of OOPS concept
  • Q3. What is finally and will it execute if System.exit() is called?
  • Ans. 

    Finally is a block of code that executes after try-catch block. It will not execute if System.exit() is called.

    • Finally block is used to execute a block of code after try-catch block

    • It will execute even if an exception is thrown

    • Finally block will not execute if the JVM exits before the block is executed

    • System.exit() terminates the JVM and finally block will not execute

  • Answered by AI
  • Q4. Find all palindromic strings in a string program
  • Ans. 

    Program to find all palindromic strings in a given string.

    • Iterate through the string and check for palindromic substrings using two pointers.

    • Add the palindromic substrings to an array of strings.

    • Return the array of palindromic strings.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic sql queries, basic programs on array and strings, be confident

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2022. There were 5 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 
Round 3 - Coding Test 
Round 4 - Technical 

(1 Question)

  • Q1. I was asked only a single question where i had to print a list of orders in a format which was related to graphs.
Round 5 - HR 

(1 Question)

  • Q1. It was a typical HR round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Main focus is on data structures and algorithms so practice enough.

I applied via LinkedIn and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

1st round held in Eduthrill app. The criteria was to give 20 tests(aptitude, DSA, core cs subjects mcq) . In each test you have to score >=60%. 5 mcqs was there for each test and for every question there was dedicated timings like 30secs or 45 secs or 60 secs or 75 secs (variable timings between 30 secs to 75 secs)

Round 2 - Coding Test 

1 coding question was there on graph. Level was Middle hard.
JUNIT also there for testing code.
Criteria: Min 60% test cases need to pass to qualify for the round
Time: 60 mins.

Round 3 - Technical 

(1 Question)

  • Q1. 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 Conversion (algo, code, optimizati...
  • Ans. 

    Interview questions for Software Engineer position

    • Array manipulation and linked list operations

    • Tree data structure and balancing techniques

    • Database concepts and differences between SQL and NoSQL

    • Web development frameworks and protocols

    • Concepts of Deadlock and Race Condition

    • Use of pointers in function oriented programming and their absence in Java

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Total time : 75 mins 1. What type projects you have done? Explain any one project what you want. 2. What is Encapsulation? What is HashMap? How we use hashmap in OTT platform? 3. What is normalization? W...
Round 5 - HR 

(1 Question)

  • Q1. 1. Why you want to join in accolite? 2. What challenges you have faced during your internship and projects and how you overcame? 3. If there will be any contradictions among your team mates, then as a le...

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • DSA
  • OOPS
  • Operating Systems
  • Networking
  • C
  • Good projects
  • Java
  • Javascript
  • Node.Js
  • React.Js
  • HTML
  • CSS
  • Algorithms
  • Complexity Analysis
Interview preparation tips for other job seekers - 1. Be consistent and focused.
2. Try to learn whatever you can as some point of knowledge will be used anywhere recursively 😅 and it will be not wasted.
3. Keep your patience, opportunities will come.
4. If you will fail anywhere don't blame, experience it and find what mistakes you have done and try to overcome.

Skills evaluated in this interview

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 Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal Aptitude Questions

Round 2 - Coding Test 

Sort a Linked List (Time given was 1 hour)

Round 3 - Coding Test 

Graph Question on BFS and few data structures questions

Round 4 - HR 

(1 Question)

  • Q1. Few Managerial and Behavioral Questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 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 - Coding Test 

3 dsa easy level questions with 2 questions on python language

Round 3 - HR 

(3 Questions)

  • Q1. Background info and basic HR questions
  • Q2. Why do you want to join our organisation
  • Q3. What benefit will you add to the organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - study DSA

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.

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
433 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
209 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