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

Updated 14 Apr 2025
Popular Designations

20 Interview questions

A Test Engineer was asked 6mo ago
Q. What are microcontrollers?
Ans. 

Microcontrollers are small computers on a single integrated circuit used to control electronic devices.

  • Microcontrollers are often used in embedded systems for tasks like controlling sensors, motors, and displays.

  • They typically have a CPU, memory, and input/output peripherals on a single chip.

  • Examples of microcontrollers include Arduino, Raspberry Pi, and PIC microcontrollers.

View all Test Engineer interview questions
A Graduate Engineer was asked 7mo ago
Q. Write code to generate the Fibonacci sequence.
Ans. 

Code to generate Fibonacci series using iterative approach

  • Initialize an array to store the Fibonacci series

  • Start with the first two numbers in the series (0 and 1)

  • Use a loop to calculate the next number by adding the previous two numbers

  • Continue this process until the desired number of terms is reached

View all Graduate Engineer interview questions
A Graduate Engineer was asked 7mo ago
Q. Write a program to determine if a number is prime or not.
Ans. 

Program to determine if a number is prime or not prime

  • Create a function to check if a number is prime or not

  • Iterate from 2 to the square root of the number and check for divisibility

  • If the number is divisible by any number other than 1 and itself, it is not prime

  • Return true if the number is prime, false otherwise

View all Graduate Engineer interview questions
A Graduate Engineer was asked 7mo ago
Q. What are the differences between Embedded C and Embedded C++?
Ans. 

Embedded C is a subset of C language used for programming embedded systems, while Embedded C++ is a subset of C++ language with additional features for embedded systems.

  • Embedded C is a subset of C language, with limited features and libraries compared to standard C.

  • Embedded C++ is a subset of C++ language, with additional features like classes, inheritance, and polymorphism.

  • Embedded C is commonly used for low-leve...

View all Graduate Engineer interview questions
A Senior Systems Engineer was asked 10mo ago
Q. What is the difference between functional and non-functional requirements?
Ans. 

Functional requirements specify what the system should do, while non-functional requirements specify how the system should perform.

  • Functional requirements describe the specific behavior or functions of the system.

  • Non-functional requirements describe the quality attributes of the system such as performance, security, and usability.

  • Functional requirements are typically easier to measure and test compared to non-func...

View all Senior Systems Engineer interview questions
A Dy GM was asked
Q. Explain the CAN protocol.
Ans. 

CAN protocol is a communication protocol used in automotive and industrial applications for high-speed data transmission.

  • CAN stands for Controller Area Network

  • It is a message-based protocol used for communication between electronic control units (ECUs)

  • CAN allows multiple ECUs to communicate with each other without a host computer

  • It uses a two-wire bus (CAN_H and CAN_L) for communication

  • CAN messages consist of an i...

View all Dy GM interview questions
A Senior Software Engineer was asked
Q. How do you configure the stack?
Ans. 

Configuration of a stack involves setting up the environment, dependencies, and parameters for software deployment.

  • Define the stack components: Choose the programming languages, frameworks, and tools (e.g., MERN stack: MongoDB, Express, React, Node.js).

  • Set up environment variables: Use .env files to manage sensitive information like API keys and database URLs.

  • Configure build tools: Use tools like Webpack or Babel ...

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A Senior Engineer was asked
Q. What are KWP2000 and UDS used 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 te...

View all Senior Engineer interview questions
A Senior Engineer was asked
Q. How many types of ECUs 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 functio...

View all Senior Engineer interview questions
A Senior Test Engineer was asked
Q. What is the difference between vehicle testing and bench testing?
Ans. 

Vehicle testing is done on the actual vehicle while bench testing is done on a simulated environment.

  • Vehicle testing is done on the actual vehicle while bench testing is done on a simulated environment

  • Vehicle testing is more expensive and time-consuming than bench testing

  • Bench testing is used to test individual components or systems before integrating them into the vehicle

  • Examples of bench testing include testing ...

View all Senior Test Engineer interview questions

BlueBinaries Engineering and Solutions Interview Experiences

24 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Questions on Logical Reasoning, Electronics subjects MCQ, C coding questions.

Round 2 - Technical 

(9 Questions)

  • Q1. Introduce yourself
  • Q2. Final year project deep with block diagram
  • Ans. 

    Designed a final year project involving a deep learning model with a block diagram.

    • Researched various deep learning algorithms and techniques

    • Implemented the chosen algorithm using Python and TensorFlow

    • Created a detailed block diagram to illustrate the project workflow

    • Tested and evaluated the performance of the deep learning model

    • Presented the project findings and results to faculty and peers

  • Answered by AI
  • Q3. Difference between Embedded C and Embedded C++.
  • Ans. 

    Embedded C is a subset of C language used for programming embedded systems, while Embedded C++ is a subset of C++ language with additional features for embedded systems.

    • Embedded C is a subset of C language, with limited features and libraries compared to standard C.

    • Embedded C++ is a subset of C++ language, with additional features like classes, inheritance, and polymorphism.

    • Embedded C is commonly used for low-level pro...

  • Answered by AI
  • Q4. Difference between Microcontroller and microprocessor, 8051 microcontroller.
  • Ans. 

    Microcontrollers are integrated circuits designed for specific tasks, while microprocessors are general-purpose CPUs. 8051 is a popular microcontroller.

    • Microcontrollers are self-contained systems with memory, I/O ports, and timers, designed for specific tasks.

    • Microprocessors are general-purpose CPUs that require external components for memory, I/O, and timers.

    • 8051 microcontroller is a popular 8-bit microcontroller know...

  • Answered by AI
  • Q5. Datatype in C++,range and size, Real life example of of Embedded system.
  • Ans. 

    In C++, datatypes have specific ranges and sizes. Embedded systems are real-life examples of using datatypes effectively.

    • Datatypes in C++ have specific ranges and sizes to store different types of data efficiently.

    • For example, 'int' datatype in C++ typically has a range of -2,147,483,648 to 2,147,483,647.

    • Embedded systems use datatypes like 'uint8_t' to efficiently store data in limited memory space.

    • Real-life example of...

  • Answered by AI
  • Q6. Pointer in C++,types of pointer.
  • Ans. 

    Pointers in C++ are variables that store memory addresses. They can be used to access and manipulate data directly.

    • Types of pointers: Null pointer, Void pointer, Wild pointer, Dangling pointer

    • Example: int *ptr; // pointer to an integer variable

  • Answered by AI
  • Q7. Write program for number is prime or not prime
  • Ans. 

    Program to determine if a number is prime or not prime

    • Create a function to check if a number is prime or not

    • Iterate from 2 to the square root of the number and check for divisibility

    • If the number is divisible by any number other than 1 and itself, it is not prime

    • Return true if the number is prime, false otherwise

  • Answered by AI
  • Q8. Write code for fibonacci series
  • Ans. 

    Code to generate Fibonacci series using iterative approach

    • Initialize an array to store the Fibonacci series

    • Start with the first two numbers in the series (0 and 1)

    • Use a loop to calculate the next number by adding the previous two numbers

    • Continue this process until the desired number of terms is reached

  • Answered by AI
  • Q9. What is constructor, destructor, polymorphism, Static function, volatile keyword
  • Ans. 

    Constructor initializes an object, destructor cleans up resources. Polymorphism allows objects to be treated as instances of their parent class. Static function belongs to the class, not instances. Volatile keyword indicates a variable may be changed unexpectedly.

    • Constructor initializes an object when it is created. Example: 'Car c = new Car();'

    • Destructor cleans up resources when an object is destroyed. Example: 'delet...

  • Answered by AI
Round 3 - Group Discussion 

Work from home is better or work from office

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on last semester project, basic knowledge of coding, core subject knowledge, OOP concepts, focus on Embedded system for ECE candidate

Skills evaluated in this interview

Dy GM Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

I applied via Approached by Company

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the CAN protocol
  • Ans. 

    CAN protocol is a communication protocol used in automotive and industrial applications for high-speed data transmission.

    • CAN stands for Controller Area Network

    • It is a message-based protocol used for communication between electronic control units (ECUs)

    • CAN allows multiple ECUs to communicate with each other without a host computer

    • It uses a two-wire bus (CAN_H and CAN_L) for communication

    • CAN messages consist of an identi...

  • Answered by AI
  • Q2. Explain HIL testing and closed loop testing
  • Ans. 

    HIL testing involves testing a system using a real-time simulation model, while closed loop testing involves testing a system with feedback from the system itself.

    • HIL testing stands for Hardware-in-the-Loop testing, where a real-time simulation model of a system is used to test the hardware components.

    • Closed loop testing involves testing a system with feedback from the system itself, allowing for real-world conditions ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and truthful

Skills evaluated in this interview

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. Basics of CAN Protocol, CAN Frame format, CAN vs CAN FD, What is Baud rate
  • Q2. Aspice SYS 1 to SYS 5
  • Ans. 

    Aspice SYS 1 to SYS 5 refers to the Automotive SPICE (ASPICE) process assessment model for evaluating software development processes in the automotive industry.

    • ASPICE SYS 1 focuses on the project management process

    • ASPICE SYS 2 focuses on the software requirements analysis process

    • ASPICE SYS 3 focuses on the software architectural design process

    • ASPICE SYS 4 focuses on the software detailed design process

    • ASPICE SYS 5 focu...

  • Answered by AI
  • Q3. Software development V Cycle
  • Q4. Functional vs Non Functional requirement
  • Ans. 

    Functional requirements specify what the system should do, while non-functional requirements specify how the system should perform.

    • Functional requirements describe the specific behavior or functions of the system.

    • Non-functional requirements describe the quality attributes of the system such as performance, security, and usability.

    • Functional requirements are typically easier to measure and test compared to non-functiona...

  • Answered by AI
  • Q5. Characteristics of Requirements
  • Ans. 

    Characteristics of requirements include specificity, measurability, consistency, completeness, and traceability.

    • Requirements should be specific and clearly defined

    • Requirements should be measurable to determine success criteria

    • Requirements should be consistent with other project goals and constraints

    • Requirements should be complete, leaving no room for ambiguity

    • Requirements should be traceable to ensure they are met thro...

  • Answered by AI
  • Q6. Attributes used in Requirements DOORS Module
  • Ans. 

    Attributes used in Requirements DOORS Module include priority, status, owner, and description.

    • Priority - indicates the importance of the requirement

    • Status - shows the current state of the requirement (e.g. open, closed)

    • Owner - specifies the person responsible for the requirement

    • Description - provides details about the requirement

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Regarding BMS and system engineering activities
  • Q2. System engineer process and tools
Round 2 - Technical 

(2 Questions)

  • Q1. System engineer role and responsibilities
  • Ans. 

    System engineers design and manage complex systems to ensure they operate efficiently and effectively.

    • Designing and implementing computer systems

    • Managing system configurations and upgrades

    • Troubleshooting system issues

    • Collaborating with other IT professionals

    • Ensuring system security and data integrity

  • Answered by AI
  • Q2. System engineer activity wrt BMS
Round 3 - HR 

(2 Questions)

  • Q1. Salary related stuff and expectations
  • Q2. Details regarding joining date and last working day

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically be prepared for what ever you have committed in your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. What is autosar
  • Q2. How autosar is helping automotive industry
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Domain related questions
  • Q2. Configuration pf stack
  • Ans. 

    Configuration of a stack involves setting up the environment, dependencies, and parameters for software deployment.

    • Define the stack components: Choose the programming languages, frameworks, and tools (e.g., MERN stack: MongoDB, Express, React, Node.js).

    • Set up environment variables: Use .env files to manage sensitive information like API keys and database URLs.

    • Configure build tools: Use tools like Webpack or Babel to bu...

  • Answered by AI

Team Manager Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2024

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

(2 Questions)

  • Q1. General question
  • Q2. Question related to projects

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. AUTOSAR DIAG module configuration
  • Q2. Project architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is State of charge?
  • Ans. 

    State of charge refers to the amount of energy remaining in a battery compared to its full capacity.

    • State of charge is usually expressed as a percentage.

    • It is important for determining how much power is available in a battery.

    • State of charge can be monitored using battery management systems.

    • Example: A battery with 50% state of charge means it is halfway depleted.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cloud infrastructure
  • Q2. Devops automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, be confident then it's yours
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. PMSM motor control
  • Q2. DC DC converter

Interview Preparation Tips

Interview preparation tips for other job seekers - Less increment

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about BlueBinaries Engineering and Solutions ?
Ask anonymously on communities.

BlueBinaries Engineering and Solutions Interview FAQs

How many rounds are there in BlueBinaries Engineering and Solutions interview?
BlueBinaries Engineering and Solutions interview process usually has 2-3 rounds. The most common rounds in the BlueBinaries Engineering and Solutions interview process are Technical, HR and Resume Shortlist.
How to prepare for BlueBinaries Engineering and Solutions 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 AUTOSAR, Canoe, UDS, Automation Testing and C++.
What are the top questions asked in BlueBinaries Engineering and Solutions interview?

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

  1. What is constructor, destructor, polymorphism, Static function, volatile keywo...read more
  2. What is difference between vehicle testing and bench test...read more
  3. Datatype in C++,range and size, Real life example of of Embedded syst...read more
How long is the BlueBinaries Engineering and Solutions interview process?

The duration of BlueBinaries Engineering and Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 26 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 71%
2-4 weeks 29%
View more

Interview Questions from Similar Companies

Oracle Cerner Interview Questions
3.7
 • 161 Interviews
Thomson Reuters Interview Questions
4.1
 • 124 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 111 Interviews
Atlassian Interview Questions
3.4
 • 92 Interviews
Temenos Interview Questions
3.1
 • 90 Interviews
NICE Interview Questions
3.5
 • 87 Interviews
Wolters Kluwer Interview Questions
3.9
 • 87 Interviews
View all

BlueBinaries Engineering and Solutions Reviews and Ratings

based on 132 reviews

3.1/5

Rating in categories

2.9

Skill development

3.4

Work-life balance

3.0

Salary

2.8

Job security

3.0

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 132 Reviews and Ratings
Dot Net Developer(C#,ASP.net, Angular)

Bangalore / Bengaluru

7-10 Yrs

₹ 15-25 LPA

LV W/H Engineer OR HV W/H Engineer

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

System Engineer - Infotainment

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Explore more jobs
Lead Engineer
44 salaries
unlock blur

₹10.2 L/yr - ₹25.3 L/yr

Associate Engineer
37 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

System Engineer
35 salaries
unlock blur

₹3.7 L/yr - ₹15.2 L/yr

Software Engineer
31 salaries
unlock blur

₹6.5 L/yr - ₹13 L/yr

Senior Manager
27 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Explore more salaries
Compare BlueBinaries Engineering and Solutions with

Intellect Design Arena

3.9
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

NextComm Corporation

4.9
Compare
write
Share an Interview