Upload Button Icon Add office photos

Bluepi Consulting

Compare button icon Compare button icon Compare

Filter interviews by

Bluepi Consulting Senior Software Engineer Interview Questions and Answers

Updated 6 Mar 2025

Bluepi Consulting Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. 4 persons need to cross bridge - A take 1 min, B(2), C(7), D(10) - if allowed 2 at a time - time required?
  • Q2. 100m well - if person climbs (from bottom) 4m then fall 3m - days to come out from well?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

This is known as the GA (General Awareness/Assessment) round, which is designed to evaluate the candidate's thinking and logical reasoning abilities.

Round 2 - Coding Test 

A question about your area of expertise: basic JavaScript, React questions, and some coding problems related to arrays.

Round 3 - HR 

(1 Question)

  • Q1. Was the HR round focused on assessing your industry fit and discussing compensation, which subsequently led to the issuance of a joining letter?

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 DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Bluepi Consulting?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What is Go Module?
  • Ans. 

    Go Modules are a dependency management system for Go programming language, enabling versioning and isolation of packages.

    • Introduced in Go 1.11 to manage dependencies more effectively.

    • Allows developers to define module dependencies in a 'go.mod' file.

    • Supports semantic versioning, making it easier to manage package versions.

    • Modules can be versioned, allowing for reproducible builds.

    • Example: 'module example.com/my/module'...

  • Answered by AI
  • Q2. What is difference between Goroutine and Thread.
  • Ans. 

    Goroutines are lightweight, managed by Go runtime, while threads are OS-level, heavier, and managed by the OS.

    • Goroutines are cheaper in terms of memory and resources compared to threads.

    • Goroutines are multiplexed onto a smaller number of OS threads, allowing for efficient concurrency.

    • Creating a goroutine is as simple as using the 'go' keyword, e.g., 'go myFunction()'.

    • Threads require more overhead for creation and manag...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. "Can you describe a complex system you have designed or worked on? what were the key architectural decisions you made?"
  • Q2. "How do you mentor junior developers and contribute to team growth?"
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 4 interview rounds.

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 - Aptitude Test 

30 min test on simple google form

Round 3 - Coding Test 

Half hour conding round on basic javascript questions

Round 4 - Coding Test 

One hour coding round on little bit intermediate javascript questions

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode Hard questions
  • Q2. IPO Leetcode Hard
  • Ans. 

    The IPO problem involves scheduling and maximizing profits from initial public offerings.

    • Understand the problem constraints and requirements clearly.

    • Use a greedy algorithm to prioritize high-profit IPOs.

    • Consider edge cases, such as overlapping IPO times.

    • Example: If IPOs A, B, and C have profits of 100, 200, and 150 respectively, prioritize B first.

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Discussed on my last salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s...

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

They asked one coding question that is for star pattern question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for pattern auestions and java

Bluepi Consulting Interview FAQs

How many rounds are there in Bluepi Consulting Senior Software Engineer interview?
Bluepi Consulting interview process usually has 2 rounds. The most common rounds in the Bluepi Consulting interview process are HR, Aptitude Test and Coding Test.
What are the top questions asked in Bluepi Consulting Senior Software Engineer interview?

Some of the top questions asked at the Bluepi Consulting Senior Software Engineer interview -

  1. 4 persons need to cross bridge - A take 1 min, B(2), C(7), D(10) - if allowed 2...read more
  2. 100m well - if person climbs (from bottom) 4m then fall 3m - days to come out f...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more
Bluepi Consulting Senior Software Engineer Salary
based on 22 salaries
₹10.9 L/yr - ₹14.6 L/yr
27% less than the average Senior Software Engineer Salary in India
View more details

Bluepi Consulting Senior Software Engineer Reviews and Ratings

based on 4 reviews

2.5/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

2.2

Salary

1.7

Job security

2.9

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 4 Reviews and Ratings
Data Engineer
32 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Engineer
26 salaries
unlock blur

₹4 L/yr - ₹6.3 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹10.9 L/yr - ₹14.6 L/yr

Software Engineer
21 salaries
unlock blur

₹4.4 L/yr - ₹7.6 L/yr

Big Data Engineer
14 salaries
unlock blur

₹6 L/yr - ₹14.5 L/yr

Explore more salaries
Compare Bluepi Consulting with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.1
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview