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

Updated 19 Feb 2022

Bounteous x Accolite Lead Engineer Interview Experiences

1 interview found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2022

I applied via Monster and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is volatile how to use gdb what is singleton
  • Ans. 

    Questions on volatile, gdb usage, and singleton pattern.

    • Volatile is a keyword in C that tells the compiler not to optimize the variable.

    • GDB is a debugger tool used to analyze and debug code during runtime.

    • Singleton is a design pattern that restricts the instantiation of a class to one object.

    • To use GDB, compile the code with the -g flag, run the executable with gdb, set breakpoints, and use commands like 'next' and 'pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic preparation of C++ language is must

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Very basic qutions

Interview Questionnaire 

1 Question

  • Q1. What are your goals while looking to join our organization?

I applied via Referral and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Oops methodology
  • Q2. Design patterns
  • Q3. Programming languages
  • Q4. Front end language especially latest framework like react and redux
  • Q5. Database design with normalization process
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and establishing relationships between them.

    • There are different levels of normalization, with each level having specific rules to follow.

    • Normalization helps to prevent data inconsistencies and anomalies.

    • Examples of normalization include converting r...

  • Answered by AI
  • Q6. And flow of the system
  • Q7. Dot net core the going technology

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice the process was carried out with all the department which is good for employment opportunities

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions on javascript, angular, html,css
  • Q2. Questions on localstorage , tokens, security, interceptors

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and u will rock

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts with examples, SQL query to find second highest salary, diff between fail fast and fail safe, how did u implement security in your app, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic Java concepts

I applied via Naukri.com and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions related to angular,c# and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be technically strong

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Array questions asked with sorting and total count for particular number and index print

Round 2 - Coding Test 

Linked list coding, hashmap internal coding demonstration.

Round 3 - HR 

(1 Question)

  • Q1. Salary expectation , nothing much why you want to join....

Interview Preparation Tips

Interview preparation tips for other job seekers - In depth knowledge check, questions were moderate level, can be easily cracked if one knows the concept good enough.
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 

(2 Questions)

  • Q1. What do you do for performance improvement while using ajax ?
  • Ans. 

    Use caching, minimize data transfer, optimize server-side code.

    • Implement caching to reduce server requests

    • Minimize data transfer by sending only necessary data

    • Optimize server-side code for faster response time

  • Answered by AI
  • Q2. What is transaction in database ?
  • Ans. 

    A transaction in a database is a sequence of operations that are treated as a single unit of work.

    • Transactions ensure data consistency and integrity.

    • They allow multiple operations to be grouped together and either all succeed or all fail.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) are maintained in transactions.

    • Examples of transactions include transferring money between bank accounts or updating inv

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What activities do you perform for any new project?
  • Q2. Can you connect directly to db using jscript ?
  • Ans. 

    Yes, it is possible to connect to a database using JavaScript.

    • JavaScript can connect to databases using APIs such as Web SQL, IndexedDB, and MongoDB.

    • It is also possible to use Node.js to connect to databases using JavaScript.

    • However, it is not recommended to connect to a database directly from client-side JavaScript due to security concerns.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know everything on your resume ?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basics about big data tools. Use case on Pyspark. How to add the new column and what is AQE benefits and Delta table optimisation tenchiques.
  • Q2. Basics about Azure resources like ADF, Azure Databricks. Explained the project architecture and sone questions on that.
  • Q3. Pyspark optimisation techniques explain and write scd type 2 sample code.
  • Ans. 

    Optimisation techniques in Pyspark and sample code for SCD type 2

    • Use broadcast variables to reduce data shuffling

    • Partition data based on key columns to improve performance

    • Use cache() or persist() to avoid recomputing data

    • Use coalesce() or repartition() to reduce the number of partitions

    • For SCD type 2, use merge() function to update or insert new records

    • Example code for SCD type 2: https://github.com/awantik/pyspark-101

  • Answered by AI
Round 3 - Techno mangerial round 

(2 Questions)

  • Q1. How huge data your are working? What are toughest problem you faced and resolved it ?
  • Ans. 

    I have worked with huge data sets in the past.

    • I have experience working with data sets ranging from a few gigabytes to several terabytes.

    • One of the toughest problems I faced was optimizing a query that was taking too long to execute.

    • I resolved it by analyzing the query plan and identifying the bottleneck, then optimizing the query accordingly.

    • Another challenge I faced was dealing with data inconsistencies, which I reso...

  • Answered by AI
  • Q2. Explain you project architecture ? Show some sample codes of the same.
  • Ans. 

    Our project architecture follows a microservices approach with containerization using Docker and orchestration with Kubernetes.

    • We have divided our application into smaller, independent services that communicate with each other through APIs.

    • Each service is containerized using Docker, allowing for easy deployment and scaling.

    • We use Kubernetes for orchestration, which automates the deployment, scaling, and management of o...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Compensation decision and clear your doubts regarding organisation.

Interview Preparation Tips

Topics to prepare for Luxoft Software Engineer interview:
  • Pyspark
  • Adf
  • databricks
  • synapse
Interview preparation tips for other job seekers - Be confident with your are answers and strong in basic big data and azure.

Skills evaluated in this interview

Bounteous x Accolite Interview FAQs

How many rounds are there in Bounteous x Accolite Lead Engineer interview?
Bounteous x Accolite interview process usually has 1 rounds. The most common rounds in the Bounteous x Accolite interview process are Technical.

Tell us how to improve this page.

Bounteous x Accolite Lead Engineer Salary
based on 6 salaries
₹21 L/yr - ₹31 L/yr
58% more than the average Lead Engineer Salary in India
View more details
Senior Software Engineer
1.5k salaries
unlock blur

₹6.9 L/yr - ₹29 L/yr

Software Engineer
565 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Associate Technical Delivery Manager
438 salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Senior Test Engineer
206 salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Technical Delivery Manager
146 salaries
unlock blur

₹16 L/yr - ₹60.4 L/yr

Explore more salaries
Compare Bounteous x Accolite with

Xoriant

4.1
Compare

CitiusTech

3.4
Compare

HTC Global Services

3.6
Compare

HERE Technologies

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview