Filter interviews by
I applied via Job Portal and was interviewed in Sep 2022. There were 2 interview rounds.
Software is a set of instructions that tell a computer what to do, while hardware refers to the physical components of a computer system.
Software is intangible and can be easily modified or updated
Hardware is tangible and cannot be easily modified or updated
Software is installed on hardware to make it functional
Examples of software include operating systems, applications, and games
Examples of hardware include processor
A microcontroller is a small computer on a single integrated circuit that is designed to control specific devices.
It contains a CPU, memory, and input/output peripherals on a single chip
Used in embedded systems, robotics, and automation
Examples include Arduino, Raspberry Pi, and PIC microcontrollers
Top trending discussions
I applied via Walk-in and was interviewed before Sep 2020. There were 5 interview rounds.
posted on 28 Jun 2024
Constructors are special methods in a class that are used to initialize objects of that class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
Constructors can have parameters to initialize object properties.
Example: public class Car { public Car(String color) { this.color = color; }}
Design patterns in C++ are reusable solutions to common problems in software design.
Design patterns help in creating flexible, maintainable, and scalable code.
Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.
Each design pattern has its own purpose and can be applied in different scenarios.
Understanding design patterns can improve code quality and efficiency.
posted on 16 Oct 2024
Structure is a collection of variables of different data types while union is a collection of variables of same data type.
Structure allocates memory for all its variables while union allocates memory for only one variable at a time.
Structure is used when we want to store different types of data while union is used when we want to store only one type of data.
Structure is accessed using dot operator while union is access...
Dangling pointers can be avoided by setting them to NULL after freeing the memory they point to.
Always initialize pointers to NULL.
Set pointers to NULL after freeing the memory they point to.
Avoid accessing memory through a pointer after it has been freed.
Use smart pointers or garbage collection to automate memory management.
A program to print Fibonacci series using recursion.
Define a recursive function that takes an integer n as input
Base case: if n is 0 or 1, return n
Recursive case: return the sum of the previous two Fibonacci numbers
Call the recursive function with the desired number of terms and print the result
I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.
Embedded C is a subset of the C programming language, specifically designed for programming embedded systems.
Embedded C is optimized for resource-constrained systems with limited memory and processing power.
It includes additional keywords and features for controlling hardware directly.
Embedded C often involves working with microcontrollers, sensors, and other hardware components.
Regular C can be used for general-purpos
Structure is a collection of variables of different data types while union is a collection of variables of same data type.
Structure allocates memory for all its variables while union allocates memory for only one variable at a time.
Structure is used when we want to store different types of data while union is used when we want to store only one type of data.
Structure is accessed using dot operator while union is access...
It had quants,verbal and logical qns
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Technical Specialist
363
salaries
| ₹8.5 L/yr - ₹25 L/yr |
Technical Architect
112
salaries
| ₹12.4 L/yr - ₹30.5 L/yr |
Technical Lead
91
salaries
| ₹14.6 L/yr - ₹30.5 L/yr |
Software Engineer
64
salaries
| ₹4 L/yr - ₹15 L/yr |
Team Lead
52
salaries
| ₹2.5 L/yr - ₹10.3 L/yr |
Bosch
Yazaki
Faurecia
Valeo