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

Updated 20 Dec 2024

Top Bounteous x Accolite Senior Software Engineer Interview Questions and Answers

View all 9 questions

Bounteous x Accolite Senior Software Engineer Interview Experiences

28 interviews found

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. There we a lot of question on Python basics 1. Iterators 2. Generator 3. List Comprehensions 4. Static Method, Class Method 5. Testing in Python - Pytest 6. Magic Methon 7. Try Except Else Block in Python ...
  • Q2. DSA Questions 1. Balanced Parenthesis 2. String Compression - Check on Leetcode
  • Q3. Basic SQL Count(*) query
Round 2 - Technical 

(3 Questions)

  • Q1. Memory Management in Python
  • Ans. 

    Memory management in Python involves automatic memory allocation and deallocation through garbage collection.

    • Python uses automatic memory management through garbage collection to allocate and deallocate memory.

    • Memory is managed using reference counting and a cycle-detecting garbage collector.

    • Python's memory management is efficient for most use cases, but can lead to memory leaks if circular references are not handled p

  • Answered by AI
  • Q2. Garbage Collection in Python
  • Ans. 

    Garbage collection in Python is an automatic memory management process that helps in reclaiming memory occupied by objects that are no longer in use.

    • Python uses a built-in garbage collector to manage memory automatically.

    • The garbage collector in Python uses reference counting and a cycle-detecting algorithm to reclaim memory.

    • Explicitly calling the 'gc.collect()' function can trigger garbage collection in Python.

    • Garbage...

  • Answered by AI
  • Q3. Code a system to query an API, do multiprocessing and improve the efficiency
  • Ans. 

    Code a system to query an API, do multiprocessing and improve efficiency

    • Use a library like requests in Python to query the API

    • Implement multiprocessing using a library like multiprocessing or threading in Python

    • Optimize efficiency by caching API responses or using asynchronous programming

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This was for a Python Job Posting - Prepare well for basic to advanced level Python core concepts, any online site with a question bank of Python is good enough to prepare
DSA asked is generally easy, do some practice on LeetCode

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DSA questions leet code easy
  • Q2. OOP Concepts and DB
Round 2 - Technical 

(2 Questions)

  • Q1. Dsa basic questions
  • Q2. Multithreading and lld

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. CORS error related
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Multi Threading based questions
  • Q2. Java Collection based questions
Round 2 - Technical 

(1 Question)

  • Q1. Designing parking system
  • Ans. 

    Designing a parking system for efficient management of parking spaces.

    • Utilize sensors to detect available parking spaces

    • Implement a reservation system for users to book parking spots in advance

    • Incorporate a payment system for users to pay for parking

    • Include a monitoring system to track occupancy levels and manage traffic flow

  • Answered by AI

Skills evaluated in this interview

Bounteous x Accolite interview questions for designations

 Senior Software Engineer 2

 (1)

 Software Engineer

 (40)

 Senior Software Developer

 (2)

 Associate Software Engineer

 (3)

 Software Testing Engineer

 (2)

 Senior Software Engineer L3

 (1)

 Software Engineer Level 1

 (1)

 Senior Test Engineer

 (4)

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All questions related to the technologies mentioned in the Resume

Get interview-ready with Top Bounteous x Accolite Interview Questions

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

(1 Question)

  • Q1. Two sum problem

Senior Software Engineer Jobs at Bounteous x Accolite

View all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Regarding Apex classes,triggers

Round 2 - Technical 

(1 Question)

  • Q1. Complete SFDC knowledge will be tested.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is agile in STLC
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I applied for .net role so the questions were mainly focused on the .net experience
  • Q2. 1)Solid principles 2)design patterns 3) filters in Mvc 4 ) C sharp programming question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions based on Resume, basic Java and Collection Framework

Bounteous x Accolite Interview FAQs

How many rounds are there in Bounteous x Accolite Senior Software Engineer interview?
Bounteous x Accolite interview process usually has 1-2 rounds. The most common rounds in the Bounteous x Accolite interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Bounteous x Accolite Senior 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 Javascript, Troubleshooting, .Net, Data Structures and Hibernate.
What are the top questions asked in Bounteous x Accolite Senior Software Engineer interview?

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

  1. Code a system to query an API, do multiprocessing and improve the efficie...read more
  2. 1.Implement merge sort. 2. Kth largest eleme...read more
  3. What is Singleton design patte...read more

Tell us how to improve this page.

Bounteous x Accolite Senior Software Engineer Interview Process

based on 21 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Bounteous x Accolite Senior Software Engineer Salary
based on 1.5k salaries
₹6.5 L/yr - ₹27 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Bounteous x Accolite Senior Software Engineer Reviews and Ratings

based on 177 reviews

3.3/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.1

Salary

3.2

Job security

3.2

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 177 Reviews and Ratings
Senior Software Engineer- Dotnet - Technology

Hyderabad / Secunderabad,

Bangalore / Bengaluru

5-8 Yrs

₹ 14.5-24 LPA

Sr Software Engineer

Gurgaon / Gurugram

3-6 Yrs

₹ 9-30 LPA

Sr Software Engineer

Gurgaon / Gurugram

3-6 Yrs

₹ 9-30 LPA

Explore more jobs
Senior Software Engineer
1.5k salaries
unlock blur

₹6.5 L/yr - ₹27 L/yr

Software Engineer
561 salaries
unlock blur

₹4.6 L/yr - ₹15.1 L/yr

Associate Technical Delivery Manager
419 salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Senior Test Engineer
208 salaries
unlock blur

₹5 L/yr - ₹20 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