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 Senior Software Developer Interview Questions, Process, and Tips

Updated 2 Oct 2024

Top Bounteous x Accolite Senior Software Developer Interview Questions and Answers

  • Q1. Find the maximum for each and every contiguous subarray of size k from an arr of size n.
  • Q2. Segregate an array containing 0 and 1 with minimum number of swaps.
  • Q3. Find all the permutations of the string.

Bounteous x Accolite Senior Software Developer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was pretty easy. Various theoretical questions on technical knowledge and 3 coding questions. Since I was applying for a .net profile, all questions were related to that only.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Coding question on inheritance.
  • Q2. Coding question on Abstract classes and their application.
  • Q3. Discussion on the company, their culture.
  • Q4. Coding question on graph.
Round 3 - HR 

(2 Questions)

  • Q1. Asked me my expected salary even though it was already decided when they reached out to me.
  • Q2. Negotiations on the salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a very bad experience with HR, since they started negotiating on salary after I completed all my rounds. Giving me reasons why they won't be able to give me the salary that they mentioned at the start of the interview.

I applied via Referral and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Find the maximum for each and every contiguous subarray of size k from an arr of size n.
  • Ans. 

    Find maximum for each contiguous subarray of size k from an array of size n.

    • Iterate through the array and keep track of maximum for each subarray of size k

    • Use a sliding window approach to efficiently calculate maximum for each subarray

    • Time complexity: O(n)

    • Example: arr = [10, 5, 2, 7, 1, 9, 4], k = 3, output = [10, 7, 7, 9, 9]

  • Answered by AI
  • Q2. Find all the permutations of the string.
  • Ans. 

    Permutations of a string

    • Use recursion to swap characters and generate permutations

    • Iterate through the string and swap each character with the first character

    • Repeat the above step for each character in the string

  • Answered by AI
  • Q3. Left View of a Binary Tree.
  • Ans. 

    Left view of a binary tree

    • The left view of a binary tree shows the leftmost node at each level

    • We can traverse the tree in a pre-order fashion and keep track of the current level

    • If the current level is greater than the maximum level seen so far, add the node to the result

  • Answered by AI
  • Q4. Segregate an array containing 0 and 1 with minimum number of swaps.
  • Ans. 

    Segregate an array of 0s and 1s with minimum swaps.

    • Count the number of 0s in the array.

    • Swap the 1s with the 0s until all 0s are on one side and 1s on the other.

    • The minimum number of swaps required is half the number of 1s on the side with fewer 1s.

  • Answered by AI
  • Q5. More questions from CV (about project and framwork link springboot mentioned in cv) and collections (question on map and comparable and comparator), multithreading (consumer producer for odd even number)

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions will be medium, prepare well basic DS, Algo and the top project and frameworks from CV.

Skills evaluated in this interview

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Freshworks
Q2. Overlapping Intervals Problem Statement You are given the start a ... read more
asked in Freshworks
Q3. Middle of Linked List Problem Statement Given the head node of a ... read more
asked in SAP
Q4. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Freshworks
Q5. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Approached by Company and was interviewed before Apr 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 - Aptitude Test 

My resume

Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I like the it companies and technologies

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

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions which are of easy level

Round 2 - Technical 

(1 Question)

  • Q1. This round is full of fundasmental questions in dbms,c,oopsetc

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more on basic fundamentals and practice programming .
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

Aptitude test duration 90 min 100 question

Round 3 - Coding Test 

Coding test 50 code 100 marks 60 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. code in c , c++ , java is very important

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack
Contribute & help others!
anonymous
You can choose to be anonymous

Bounteous x Accolite Interview FAQs

How many rounds are there in Bounteous x Accolite Senior Software Developer interview?
Bounteous x Accolite interview process usually has 3 rounds. The most common rounds in the Bounteous x Accolite interview process are Coding Test, One-on-one Round and HR.
How to prepare for Bounteous x Accolite Senior Software Developer 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 Backend, Data Modeling, Data Structures, Django and EJB.
What are the top questions asked in Bounteous x Accolite Senior Software Developer interview?

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

  1. Find the maximum for each and every contiguous subarray of size k from an arr o...read more
  2. Segregate an array containing 0 and 1 with minimum number of swa...read more
  3. Find all the permutations of the stri...read more

Recently Viewed

INTERVIEWS

HyScaler

No Interviews

INTERVIEWS

Bhanzu

No Interviews

CAMPUS PLACEMENT

Pune University

INTERVIEWS

DXC Technology

No Interviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

GlobalLogic

No Interviews

INTERVIEWS

Novel Office

No Interviews

INTERVIEWS

Natco Pharma

No Interviews

INTERVIEWS

CapitalOne

No Interviews

INTERVIEWS

CitiusTech

No Interviews

Tell us how to improve this page.

Bounteous x Accolite Senior Software Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Bounteous x Accolite Senior Software Developer Salary
based on 112 salaries
₹7 L/yr - ₹27 L/yr
15% more than the average Senior Software Developer Salary in India
View more details

Bounteous x Accolite Senior Software Developer Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

4.0

Salary

3.9

Job security

3.7

Company culture

3.7

Promotions

4.0

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
553 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Delivery Manager
426 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent