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, Process, and Tips

Updated 13 Dec 2024

Top BlueBinaries Engineering and Solutions Interview Questions and Answers

View all 21 questions

BlueBinaries Engineering and Solutions Interview Experiences

Popular Designations

22 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

Top BlueBinaries Engineering and Solutions Graduate Engineer Interview Questions and Answers

Q1. What is constructor, destructor, polymorphism, Static function, volatile keyword
View answer (1)

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)

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

Dy GM Interview Questions asked at other Companies

Q1. Explain HIL testing and closed loop testing
View answer (1)
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

Senior Systems Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
Add answer
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

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (8)

BlueBinaries Engineering and Solutions interview questions for popular designations

 System Engineer

 (3)

 Accounts and Finance Lead

 (1)

 Associate Engineer

 (1)

 Associate Software Developer

 (1)

 Developer Associate

 (1)

 Dy GM

 (1)

 Embedded Software Developer

 (1)

 Global IT Manager

 (1)

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

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Get interview-ready with Top BlueBinaries Engineering and Solutions Interview Questions

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

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

Jobs at BlueBinaries Engineering and Solutions

View all
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. AUTOSAR DIAG module configuration
  • Q2. Project architecture

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
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

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (8)
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

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
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

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (8)

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, UDS, Automation Testing, Automotive and Canoe.
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.

BlueBinaries Engineering and Solutions Interview Process

based on 24 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

BlueBinaries Engineering and Solutions Reviews and Ratings

based on 118 reviews

3.0/5

Rating in categories

2.8

Skill development

3.4

Work-life balance

3.0

Salary

2.8

Job security

2.9

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 118 Reviews and Ratings
Opportunity For Android Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

System Engineer - Infotainment

Pune,

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Opportunity For Android Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
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