Upload Button Icon Add office photos

Filter interviews by

Bluepi Consulting Senior Engineer Interview Questions and Answers

Updated 28 Nov 2024

Bluepi Consulting Senior Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzle solving was done which were moderate in difficulty level and you can ask for hints.

Round 2 - Technical 

(3 Questions)

  • Q1. Data modelling techniques in tableau
  • Ans. 

    Data modelling techniques in Tableau involve creating relationships between data sources to analyze and visualize data effectively.

    • Use data blending to combine data from multiple sources

    • Create calculated fields to manipulate and transform data

    • Utilize hierarchies and groups to organize data for analysis

    • Implement filters and parameters to control data display

    • Leverage Tableau's data modeling tools like joins and unions

  • Answered by AI
  • Q2. Explain your projects.
  • Q3. RLS implementation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions like (1) How to divide cake in 8 people if you can only cut it 3 times (2) How many times does the number 7 repeat in a sequence (3) You have use "8" exactly 8 times to make it 1000 ---- these questions are mostly aptitude based and can be resolved easily also they are not looking for correct answers but mostly how you approach solutions

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. When you will perform Half or Full engine overhauling.
asked in HCLTech
Q5. Written: (Data structures) 1. write a c pgm to insert a node at t ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology,(NIT), Delhi and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

1. I was asked about the projects I did in college and about my internship experience.

2. I was asked about a medium level question regarding arrays.

Interview Preparation Tips

Topics to prepare for Bluepi Consulting Senior Engineer interview:
  • Dsa

Senior Engineer Jobs at Bluepi Consulting

View all

Interview questions from similar companies

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between function and method
  • Ans. 

    A function is a piece of code that is called by name, while a method is a function that is associated with an object.

    • Functions are standalone blocks of code, while methods are functions that are part of a class or object.

    • Functions can be called independently, while methods are called on an object.

    • Functions do not have access to data stored in an object, while methods can access and modify object data.

  • Answered by AI
  • Q2. A program related to strings
  • Q3. A program related to prime numbers
Interview experience
3
Average
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 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/W Rest and GraphQL APIS?
  • Ans. 

    D/W Rest and GraphQL APIs are two different types of APIs used for communication between software systems.

    • D/W Rest API is a standard protocol for accessing and manipulating data over the web using HTTP.

    • GraphQL API is a query language for APIs and a runtime for executing those queries with your existing data.

    • Rest APIs are more commonly used and follow a stateless client-server architecture.

    • GraphQL APIs allow clients to ...

  • Answered by AI
  • Q2. REST uses fixes endpoint;..............etc.
  • Ans. 

    REST uses fixed endpoints to define the resources that can be accessed through the API.

    • RESTful APIs use fixed URLs to access resources

    • Each endpoint corresponds to a specific resource or action

    • Endpoints are defined in the API documentation

    • Example: GET /users retrieves a list of users

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Bluepi Consulting Interview FAQs

How many rounds are there in Bluepi Consulting Senior Engineer interview?
Bluepi Consulting interview process usually has 1-2 rounds. The most common rounds in the Bluepi Consulting interview process are Aptitude Test, Technical and Coding Test.
How to prepare for Bluepi Consulting Senior 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 Bluepi Consulting. The most common topics and skills that interviewers at Bluepi Consulting expect are Ansible, CI CD Pipeline, Cloud Computing, DevOps and Docker.
What are the top questions asked in Bluepi Consulting Senior Engineer interview?

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

  1. Data modelling techniques in tabl...read more
  2. RLS implementat...read more

Tell us how to improve this page.

Bluepi Consulting Senior Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Trianz Interview Questions
3.5
 • 49 Interviews
View all
Bluepi Consulting Senior Engineer Salary
based on 5 salaries
₹8 L/yr - ₹14.5 L/yr
12% more than the average Senior Engineer Salary in India
View more details

Bluepi Consulting Senior Engineer Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

4.4

Skill development

4.7

Work-life balance

4.2

Salary

4.2

Job security

4.5

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 5 Reviews and Ratings
Data Engineer
22 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹10.9 L/yr - ₹14.6 L/yr

Engineer
18 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Software Engineer
17 salaries
unlock blur

₹5.7 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

Trianz

3.5
Compare

Fractal Analytics

4.0
Compare

LatentView Analytics

3.7
Compare

Mu Sigma

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