Filter interviews by
I appeared for an interview before Apr 2024, where I was asked the following questions.
Storage classes in C define the scope, lifetime, and visibility of variables, influencing memory management and access.
auto: Default storage class for local variables, with automatic duration. Example: 'int x;' inside a function.
register: Suggests storing the variable in CPU registers for faster access. Example: 'register int count;'
static: Preserves variable value between function calls and limits visibility to the fi...
I applied via Recruitment Consulltant and was interviewed before Aug 2022. There were 3 interview rounds.
It is like gate exam paper more of electronics questions than programming languages. Here the programming language is c and embedded
Compilation stages involve preprocessing, compilation, assembly, linking, and loading.
Preprocessing: Includes expanding macros, handling conditional compilation, and file inclusion.
Compilation: Translates source code into assembly code or machine code.
Assembly: Converts assembly code into object code.
Linking: Combines multiple object files and libraries into a single executable.
Loading: Loads the executable into memory...
Bitwise operators are used to perform operations at the bit level on binary numbers.
Bitwise AND (&) - sets a bit to 1 only if both input bits are 1
Bitwise OR (|) - sets a bit to 1 if either input bit is 1
Bitwise XOR (^) - sets a bit to 1 if the input bits are different
Bitwise NOT (~) - inverts all the bits
Left shift (<<) - shifts the bits to the left by a specified number of positions
Right shift (>>) - shifts the bits ...
Pointers are variables that store memory addresses of other variables in programming languages like C and C++.
Pointers are used to store memory addresses of variables.
They allow direct manipulation of memory locations.
Pointers can be used to pass variables by reference.
Example: int *ptr; ptr = # *ptr = 10; // num now equals 10
Top trending discussions
There was simple aptitude questions along with some C snippet
ADC converts analog signals into digital data by sampling the input signal at regular intervals.
ADC samples the input signal at regular intervals
It quantizes the sampled values into discrete digital values
The resolution of ADC determines the number of possible digital values
Common types of ADC include successive approximation ADC and delta-sigma ADC
I appeared for an interview before Mar 2024.
Simple embedded c coding round
I applied via LinkedIn and was interviewed in Apr 2022. There were 5 interview rounds.
React server side rendering generates HTML on the server while client side rendering generates HTML on the browser.
Server side rendering is better for SEO and initial page load time
Client side rendering is better for interactivity and dynamic content
Server side rendering requires more initial setup and configuration
Client side rendering can be easier to develop and maintain
To convert a class based component to functional component, we need to remove the class syntax and use hooks instead.
Remove the class syntax and replace it with a function
Remove the render method and return the JSX directly
Replace this.props with props
Use useState hook to manage state
Use useEffect hook to manage lifecycle methods
I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.
Normal Aptitude test for 1 hour
I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.
Coding questions related to logic correction and write a correct logic for wrongly given code
Basic leetcode problems
I appeared for an interview before Dec 2023.
I applied via Job Fair and was interviewed before Oct 2022. There were 2 interview rounds.
OOPS focuses on objects and classes, while functional programming focuses on functions as first-class citizens.
OOPS involves concepts like inheritance, encapsulation, and polymorphism.
Functional programming emphasizes immutability, pure functions, and higher-order functions.
In OOPS, data is typically stored in objects with methods to manipulate the data.
Functional programming avoids side effects and mutable state.
Examp...
based on 2 interview experiences
Difficulty level
Duration
based on 1 review
Rating in categories
Design Engineer
101
salaries
| ₹2.2 L/yr - ₹7.5 L/yr |
Junior Engineer
87
salaries
| ₹2 L/yr - ₹4.7 L/yr |
Engineer
62
salaries
| ₹2 L/yr - ₹8.2 L/yr |
Assistant Engineer
55
salaries
| ₹3 L/yr - ₹5.8 L/yr |
Hardware Design Engineer
34
salaries
| ₹3 L/yr - ₹6 L/yr |
Indian Army
Tata Advanced Systems
Hindustan Aeronautics
Honeywell Technology Solutions