Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by BlueBinaries Engineering and Solutions Team. If you also belong to the team, you can get access from here

Filter interviews by

BlueBinaries Engineering and Solutions Senior Engineer Interview Questions and Answers

Updated 10 Jul 2023

BlueBinaries Engineering and Solutions Senior Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 4 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 

(4 Questions)

  • Q1. Previous project and role?
  • Q2. What is KWP2000 or UDS use for?
  • Ans. 

    KWP2000 and UDS are communication protocols used in automotive diagnostics.

    • KWP2000 is used for diagnostics and flashing of electronic control units (ECUs) in older vehicles.

    • UDS (Unified Diagnostic Services) is a modern protocol used for diagnostics and flashing of ECUs in newer vehicles.

    • Both protocols allow for communication between a diagnostic tool and the vehicle's ECUs to read and clear fault codes, perform tests, ...

  • Answered by AI
  • Q3. How many type of ECU are there?
  • Ans. 

    There are mainly three types of ECUs: Engine Control Unit (ECU), Transmission Control Unit (TCU), and Body Control Module (BCM).

    • Engine Control Unit (ECU) - controls the engine functions such as fuel injection, ignition timing, and emissions.

    • Transmission Control Unit (TCU) - manages the transmission system, including gear shifting and torque converter lockup.

    • Body Control Module (BCM) - oversees various body functions li...

  • Answered by AI
  • Q4. What is online and offline in CANoe?
  • Ans. 

    Online and offline in CANoe refer to the modes of communication with the CAN bus.

    • Online mode allows real-time interaction with the CAN bus, sending and receiving messages.

    • Offline mode allows analysis of previously recorded CAN bus data without real-time interaction.

    • Online mode is used for testing and debugging live systems, while offline mode is used for post-analysis and simulation.

    • Examples: Online mode is used to mon...

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

(1 Question)

  • Q1. Same as round one question?
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations?

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Inheritance related questions
  • Q2. Base web development related questions
Round 2 - Technical 

(2 Questions)

  • Q1. In depth oops question
  • Q2. Database related questions
Round 3 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Expected salary
Round 4 - Coding Test 

Web development related coding questions

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

(2 Questions)

  • Q1. Backend Questions regarding
  • Q2. UI Questions regarding Angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

The interview started from Java coding round, and questions was from basic Java program and collections.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. 1) OOP Concepts
  • Q2. Difference between Abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any of these.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to provide a common base for multiple classes, while interfaces are used to define a contract for ...

  • Answered by AI
  • Q3. Mysql Concepts and Mysql queries
  • Q4. Logical questions on Array and String Functions in PHP
  • Q5. File handling functions such as fread, fopen, fclose etc and logical string function questions on file data.
Round 2 - Technical 

(5 Questions)

  • Q1. All Scenario based questions
  • Q2. OOP Concepts in deep
  • Ans. 

    OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways...

  • Answered by AI
  • Q3. Software design pattern related questions
  • Q4. Small Logical programs
  • Q5. Database queries in deep
  • Ans. 

    Database queries involve retrieving, updating, and manipulating data stored in a database.

    • Database queries are used to retrieve specific data from a database based on certain criteria.

    • Queries can also be used to update existing data or insert new data into the database.

    • SQL (Structured Query Language) is commonly used to write database queries.

    • Examples of database queries include SELECT, INSERT, UPDATE, and DELETE state

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse link list
  • Q2. Count number of digits
  • Ans. 

    Count the number of digits in a given string

    • Iterate through each character in the string

    • Check if the character is a digit using isdigit() function

    • Increment a counter if the character is a digit

    • Return the final count of digits

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Apache Kafka?
  • Ans. 

    Apache Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.

    • Apache Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.

    • It allows for the publishing and subscribing to streams of records, similar to a message queue.

    • Kafka is often used for log aggregation, stream processing, event sourcing, and real-time analytics.

    • It p...

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

(1 Question)

  • Q1. How do you manage stress?

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

It started with basic introduction, than move ahead with Java, Spring boot question in the end, he asked one leetcode medium question based on DP . Ques : Find a minimum number of jumps required to reach the end of the array, and each index , it can jump arr[index] time at max, you need to calculate minimum number of steps required to reach at the end.

Interview Preparation Tips

Interview preparation tips for other job seekers - Java , Spring boot and Data structures
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hacker rank coding tesr

Round 2 - Technical 

(2 Questions)

  • Q1. Relational database queries
  • Q2. Coding Question on JavaScript
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern that allows objects to be injected with their dependencies rather than creating them internally.

    • Dependency injection helps to decouple the code and improve testability and maintainability.

    • It promotes loose coupling by allowing objects to depend on abstractions instead of concrete implementations.

    • There are three common types of dependency injection: constructor injection, setter ...

  • Answered by AI
  • Q2. What is store procedure
  • Ans. 

    A stored procedure is a precompiled set of SQL statements that can be executed on a database server.

    • Stored procedures are used to encapsulate and execute complex database operations.

    • They can be written in various programming languages like SQL, PL/SQL, T-SQL, etc.

    • Stored procedures can accept input parameters and return output values.

    • They can be used to improve performance by reducing network traffic and optimizing quer...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have called for Face to Face discussion interview only asked 2 question. I have given correct answer all the time he was on call an dlookig into his system and then I got to know that I am rejected ..I have told my recruiter same and written email to her. I was curious to join SH but my interview process given me very bad impression.

Skills evaluated in this interview

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

It will be a scenario based implementation

BlueBinaries Engineering and Solutions Interview FAQs

How many rounds are there in BlueBinaries Engineering and Solutions Senior Engineer interview?
BlueBinaries Engineering and Solutions interview process usually has 4 rounds. The most common rounds in the BlueBinaries Engineering and Solutions interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for BlueBinaries Engineering and Solutions 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 BlueBinaries Engineering and Solutions . The most common topics and skills that interviewers at BlueBinaries Engineering and Solutions expect are Android SDK, Automotive, Infotainment, Object Oriented Programming and Software Development.
What are the top questions asked in BlueBinaries Engineering and Solutions Senior Engineer interview?

Some of the top questions asked at the BlueBinaries Engineering and Solutions Senior Engineer interview -

  1. What is KWP2000 or UDS use f...read more
  2. What is online and offline in CAN...read more
  3. How many type of ECU are the...read more

Tell us how to improve this page.

BlueBinaries Engineering and Solutions Senior Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
BlueBinaries Engineering and Solutions Senior Engineer Salary
based on 25 salaries
₹8.5 L/yr - ₹20 L/yr
66% more than the average Senior Engineer Salary in India
View more details

BlueBinaries Engineering and Solutions Senior Engineer Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.6

Salary

3.2

Job security

3.2

Company culture

4.0

Promotions

3.2

Work satisfaction

Explore 3 Reviews and Ratings
Lead Engineer
40 salaries
unlock blur

₹10.2 L/yr - ₹25.3 L/yr

System Engineer
37 salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Software Engineer
33 salaries
unlock blur

₹4 L/yr - ₹12.5 L/yr

Senior Systems Engineer
29 salaries
unlock blur

₹6.7 L/yr - ₹16 L/yr

Senior Engineer
25 salaries
unlock blur

₹8.5 L/yr - ₹20 L/yr

Explore more salaries
Compare BlueBinaries Engineering and Solutions with

Tech Mahindra

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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