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 Development Engineer Interview Questions and Answers

Updated 5 Mar 2025

Bounteous x Accolite Software Development Engineer Interview Experiences

1 interview found

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

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

MCQs:
Code debugging and output analysis
Data structures and algorithms
SQL queries
Concepts in Java and C++

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode problem: ZigZag Conversion
  • Q2. Implement Stack Using Queue
  • Ans. 

    Implement a stack using two queues to achieve LIFO behavior.

    • Use two queues: queue1 and queue2.

    • For push operation, enqueue the element in queue1.

    • For pop operation, dequeue all elements from queue1 to queue2 except the last one, then dequeue the last element from queue1.

    • Swap the names of queue1 and queue2 after pop operation to maintain the stack structure.

    • Example: Push(1), Push(2), Pop() returns 2, Push(3), Pop() return

  • Answered by AI

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 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 Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

TNQT: TCS National Qualifier Test

Round 2 - Technical 

(1 Question)

  • Q1. All technical questions related to your project and basic understanding of any programming language. Basically questions from your resume will be asked.
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is your family background?

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best, TCS is not tough to get into. But getting good project is a main cookie to be cracked.

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

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

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about Your project
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented features like task assignment, progress tracking, and team collaboration

    • Integrated with third-party tools like GitHub and Slack

    • Designed a user-friendly interface with responsive design

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Tell me about your CV!
  • Ans. 

    My CV showcases my experience in software development, including projects in Java, Python, and web development.

    • Experience in Java, Python, and web development

    • Worked on projects involving database management systems

    • Familiar with Agile development practices

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Tough! But manuplative ,yes manuplative ,I feel that your test scores are manuplated by the company! You score full marks in the test , but you are mechanical engineer you might not qualify for the next round! I say this as per ny experience . POINTER ,BRANCH and then score in this test describe the overall perfomance!
Tips: The company is totally for IT engineers if you are from other branch fonnot hope much, have a backup.
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical + HR Interview
Experience: They Play with your minds,yes they do! Believe me donot show tough expressions!
Tips: Stay Calm ,they are not to scare you!

Skills: Technical, knowledge, gritt, Behavioural Skills
College Name: Atharva College Of Engineering
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 Development Engineer interview?
Bounteous x Accolite interview process usually has 2 rounds. The most common rounds in the Bounteous x Accolite interview process are Aptitude Test and Technical.
What are the top questions asked in Bounteous x Accolite Software Development Engineer interview?

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

  1. Implement Stack Using Qu...read more
  2. Leetcode problem: ZigZag Convers...read more

Recently Viewed

INTERVIEWS

VISTRA INTERNATIONAL EXPANSION

No Interviews

JOBS

VISTRA INTERNATIONAL EXPANSION

No Jobs

INTERVIEWS

Shapoorji Pallonji Group

No Interviews

JOBS

Henkel Adhesives Technologies

No Jobs

SALARIES

Happiest Minds Technologies

JOBS

SISA Information Security

No Jobs

JOBS

Cynosure Corporate Solutions

No Jobs

SALARIES

VISTRA INTERNATIONAL EXPANSION

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

TCS

No Interviews

Tell us how to improve this page.

Bounteous x Accolite Software Development Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Bounteous x Accolite Software Development Engineer Salary
based on 20 salaries
₹5 L/yr - ₹14 L/yr
33% less than the average Software Development Engineer Salary in India
View more details

Bounteous x Accolite Software Development Engineer Reviews and Ratings

based on 2 reviews

4.1/5

Rating in categories

4.1

Skill development

3.2

Work-life balance

4.1

Salary

4.1

Job security

3.2

Company culture

4.1

Promotions

3.6

Work satisfaction

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