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

Updated 15 Sep 2023

Bounteous x Accolite Software Analyst Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

The first round consisted of mcqs based on English, cs fundamentals and aptitude. Also, there were couple of coding questions from arrays and pattern-printing (both easy - medium).

Round 2 - Group Discussion 

From the shortlisted students, we were segregated into different batches to conduct GD round. The topic was general. They are looking for your behaviour more than your fluency. Be respectful and kind to your fellow mates, share your thoughts without fearing much. They give a chance for the introverts if they are being totally silent because of the extroverts. (Behaviour + content > talking endless crap)

Round 3 - HR 

(1 Question)

  • Q1. After some more shortlisting... This is unconventional, but I did like the approach. After the GD round, it was a Technical + HR round (they might conduct in the usual order for you, meaning first Technica...
Round 4 - Technical 

(1 Question)

  • Q1. This round was entirely technical. They asked me a lot of questions from projects. They checked if I really understand whatever I have used and why am I using it. They tested me on the understanding of the...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to solve leetcode medium level questions. Even if the first round coding part is easy, they might ask you about it during the interview.
Be humble, and try to have a productive conversation during the GD.
Have a couple of good projects on your resume. It need not be unique (mine wasn't), but I learnt so much stuff by building them.
Take your time to finish the project. Understand why you are using something, why not something else. Have some passion towards product development, you are good to go.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic of java to advanced
  • Q2. Array related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture related
  • Q2. Management roles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java basics mostly on collections and streams
  • Q2. DSA questions based on recursion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Code pairing round - you will be given story where you need to add one API to the share repository. It is a simple problem but needs good understanding of the shared code. You should follow clean code pri...
  • Q2. Add one API to the existing repository
  • Ans. 

    The API allows users to retrieve weather data based on location.

    • Create a new endpoint that accepts a location parameter

    • Use a weather API service to fetch weather data based on the location

    • Return the weather data in a standardized format, such as JSON

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Project you are working on, do some changes to the project, how well you understand the project
  • Q2. Add some feature to the project
  • Ans. 

    The feature added to the project is a user authentication system.

    • Implement a login page with username and password fields.

    • Create a database table to store user credentials.

    • Hash and salt passwords for secure storage.

    • Implement password reset functionality.

    • Add user roles and permissions for access control.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String Reverse words, Repeated character count etc

Round 2 - One-on-one 

(2 Questions)

  • Q1. This round was with manager, project details discussion and past experiences
  • Q2. Behaviral questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Not much questions nothing
  • Q2. Not much questions and nothing
  • Q3. I wont remember
  • Q4. I dont know what

Interview Preparation Tips

Interview preparation tips for other job seekers - Such a worst company in my life. Whole HR department is worst. Please freshers dont join this company and much software politics. If they not handling employees properly. Treating employees like donkeys one day this company however big it is it will go down like start up in few years.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked basic DSA questions on array, string

Round 2 - Technical 

(1 Question)

  • Q1. Deep dive into Js and react
Round 3 - HR 

(1 Question)

  • Q1. Basic background questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. C++ Basic Question OOPS Data structures
Round 3 - Technical 

(1 Question)

  • Q1. Copy Constructors Polymorphism About Project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics first.
Basics should be clear.
Also Implement whatever you learn

I was interviewed in Aug 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Check if a linkedlist is palindrome
  • Ans. 

    To check if a linkedlist is palindrome or not

    • Traverse the linkedlist and push each element into a stack

    • Traverse the linkedlist again and compare each element with the popped element from the stack

    • If all elements match, then the linkedlist is palindrome

  • Answered by AI
  • Q2. Sort employees stream based on salary and department
  • Ans. 

    Sort employees by salary and department

    • Create a comparator function to compare salary and department

    • Use the comparator function with the sort() method on the employee stream

    • Return the sorted employee stream

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Count the duplicates in array
  • Ans. 

    Count duplicates in array of strings

    • Create a dictionary to store the count of each string

    • Loop through the array and increment the count in dictionary

    • Loop through the dictionary and count the duplicates

    • Return the count of duplicates

  • Answered by AI
Round 4 - Client Interview 

(1 Question)

  • Q1. Managerial questions about resolving team issues
  • Ans. How will you solve a blocker
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is of average difficulty, very easy and smooth process, helpful hrs

Skills evaluated in this interview

Bounteous x Accolite Interview FAQs

How many rounds are there in Bounteous x Accolite Software Analyst interview?
Bounteous x Accolite interview process usually has 5 rounds. The most common rounds in the Bounteous x Accolite interview process are Technical, Resume Shortlist and Aptitude Test.

Tell us how to improve this page.

Bounteous x Accolite Software Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Bounteous x Accolite Software Analyst Salary
based on 50 salaries
₹8.4 L/yr - ₹12.1 L/yr
51% more than the average Software Analyst Salary in India
View more details

Bounteous x Accolite Software Analyst Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

2.7

Skill development

3.8

Work-life balance

3.1

Salary

3.0

Job security

3.2

Company culture

2.6

Promotions

2.9

Work satisfaction

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

₹6.2 L/yr - ₹27 L/yr

Software Engineer
553 salaries
unlock blur

₹4.7 L/yr - ₹14.7 L/yr

Associate Technical Delivery Manager
419 salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Senior Test Engineer
212 salaries
unlock blur

₹5 L/yr - ₹19.1 L/yr

Technical Delivery Manager
153 salaries
unlock blur

₹19.7 L/yr - ₹60.4 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