i
LeadSoc Technologies India
Filter interviews by
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
The question asks to predict the output of C programs.
Understand the logic and flow of the program.
Consider the input values and how they affect the output.
Check for any conditional statements or loops that may alter the output.
Compile and run the program to verify the output.
I have always been fascinated by the intersection of hardware and software, and enjoy the challenge of working on low-level programming.
Passion for working on embedded systems
Interest in developing efficient and reliable firmware
Enjoy problem-solving and debugging at a low level
Excitement for working on cutting-edge technology
Desire to work in a dynamic and fast-paced environment
Top trending discussions
I applied via Campus Placement
Master's thesis project focused on CNF and DNF in relation to Binarized Neural Networks.
CNF stands for Conjunctive Normal Form and DNF stands for Disjunctive Normal Form.
CNF is a conjunction of clauses, while DNF is a disjunction of clauses.
Binarized Neural Networks use binary values (0 or 1) for weights and activations to reduce memory and computation requirements.
The project likely explored how CNF and DNF can be use...
Micron is a global leader in memory and storage solutions, providing innovative products for a wide range of applications.
Micron manufactures memory and storage products such as DRAM, NAND, and SSDs.
They cater to various industries including data centers, automotive, consumer electronics, and more.
Micron focuses on developing cutting-edge technologies to meet the growing demands of the digital world.
posted on 29 Nov 2024
Toggle the bits of given input
Create a mask with all bits set to 1
XOR the input with the mask to toggle the bits
Repeat the process for each bit position
Print a star pattern using loops
Use nested loops to print the desired pattern
Increment the number of stars in each row to create the pattern
Example: for a pattern with 5 rows - * , ** , *** , **** , *****
posted on 29 Nov 2024
I was interviewed in Oct 2024.
I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.
40 aptitude qns and some mcqs on basic programming
Given an array of integers, determine if there are two numbers that add up to a specific target.
Iterate through the array and store each element in a hash set.
For each element, check if the difference between the target and the element exists in the hash set.
If the difference exists, return true; otherwise, continue iterating.
Example: nums = [2, 7, 11, 15], target = 9. The function should return true as 2 + 7 = 9.
posted on 15 Mar 2024
I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.
All basic programs on c and linux
posted on 2 Apr 2024
I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.
Integrating and differentiating signals through software embedded C for 8-bit and 16-bit architecture involves utilizing appropriate data types and algorithms.
Use fixed-point arithmetic for 8-bit architecture to maintain precision
Leverage floating-point arithmetic for 16-bit architecture for higher precision
Implement algorithms like finite difference method for differentiation
Utilize digital signal processing technique...
Digital filters can be implemented through software by using algorithms such as Finite Impulse Response (FIR) or Infinite Impulse Response (IIR).
Choose the appropriate filter type based on the desired frequency response and computational complexity
Implement the filter algorithm in the firmware code using programming languages like C or assembly
Optimize the filter design for efficient memory usage and processing speed
Te...
I applied via Campus Placement
Master's thesis project focused on CNF and DNF in relation to Binarized Neural Networks.
CNF stands for Conjunctive Normal Form and DNF stands for Disjunctive Normal Form.
CNF is a conjunction of clauses, while DNF is a disjunction of clauses.
Binarized Neural Networks use binary values (0 or 1) for weights and activations to reduce memory and computation requirements.
The project likely explored how CNF and DNF can be use...
Micron is a global leader in memory and storage solutions, providing innovative products for a wide range of applications.
Micron manufactures memory and storage products such as DRAM, NAND, and SSDs.
They cater to various industries including data centers, automotive, consumer electronics, and more.
Micron focuses on developing cutting-edge technologies to meet the growing demands of the digital world.
posted on 12 Oct 2024
posted on 25 May 2023
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 interview rounds.
Using auto keyword in local scope only ensures type safety and avoids unintended side effects.
Auto keyword deduces the type of the variable from its initializer expression.
Using auto in local scope avoids unintended type conversions and promotes type safety.
Auto keyword should not be used for function parameters or class members.
Example: auto x = 10; // x is deduced as int
Example: auto y = 3.14; // y is deduced as doub
The default value of reg keyword is garbage value due to performance optimization.
Garbage value is faster to assign than initializing to a specific value.
Initializing to a specific value would require additional instructions and memory access.
The value of reg keyword is expected to be overwritten before use.
Garbage value can help in detecting uninitialized variables during testing.
Example: int x; // x will have a garba
Physical Design Engineer
23
salaries
| ₹5.2 L/yr - ₹21.3 L/yr |
Software Engineer
13
salaries
| ₹4 L/yr - ₹9 L/yr |
Technical Lead
12
salaries
| ₹19 L/yr - ₹28 L/yr |
Physical Verification Engineer
7
salaries
| ₹8 L/yr - ₹14 L/yr |
Embedded Engineer
7
salaries
| ₹3.5 L/yr - ₹10 L/yr |
Infosys
TCS
Wipro
HCLTech