Filter interviews by
NVMe command lifecycle involves command submission, execution, and completion, optimizing data transfer between host and storage devices.
Command Submission: The host sends NVMe commands to the storage device via the NVMe interface, specifying operations like read or write.
Queue Management: NVMe uses multiple queues for command submission, allowing parallel processing and reducing latency, enhancing performance.
Exe...
Semiconductor design involves selecting materials and structures for optimal electronic properties and performance in devices.
Silicon (Si) is the most widely used semiconductor material in electronics.
Gallium arsenide (GaAs) is preferred for high-frequency applications.
Silicon carbide (SiC) is used in high-power and high-temperature applications.
Indium phosphide (InP) is utilized in optoelectronic devices like las...
Semiconductor materials have electrical conductivity between conductors and insulators, crucial for electronic devices.
Semiconductors can conduct electricity under certain conditions, making them essential for electronic components.
Common semiconductor materials include silicon (Si), germanium (Ge), and gallium arsenide (GaAs).
Semiconductors are used in diodes, transistors, and integrated circuits, forming the bac...
Semiconductors are materials with electrical conductivity between conductors and insulators, essential for electronic devices.
Semiconductors are used in transistors, which are the building blocks of modern electronics.
Examples include silicon and germanium, commonly used in diodes and integrated circuits.
They enable the functionality of devices like smartphones, computers, and solar cells.
Semiconductors are crucia...
Semiconductor materials are essential for electronic devices, enabling control of electrical conductivity and functionality.
Used in transistors for signal amplification and switching (e.g., silicon, germanium).
Key components in diodes for rectification (e.g., silicon, gallium arsenide).
Found in photovoltaic cells for solar energy conversion (e.g., silicon, cadmium telluride).
Integral to integrated circuits (ICs) f...
A synchronous machine is a type of electric machine that operates at a constant speed determined by the frequency of the electrical supply.
Synchronous machines are commonly used in power generation, industrial applications, and electric vehicles.
They have a rotor that rotates at the same speed as the rotating magnetic field produced by the stator.
Synchronous machines are more efficient than induction machines at h...
A synchronous motor is a type of AC motor in which the rotation of the shaft is synchronized with the frequency of the supply current.
Uses electromagnets to create a rotating magnetic field
Requires a separate DC power source to create the magnetic field
Commonly used in applications where precise speed control is required, such as in industrial machinery
Examples include synchronous motors used in air compressors, c...
Wifi AC is the 5th generation of wifi technology, while Wifi Ax is the 6th generation with improved speed and efficiency.
Wifi AC operates on the 5 GHz band, while Wifi Ax operates on both 2.4 GHz and 5 GHz bands.
Wifi Ax supports MU-MIMO (Multi-User, Multiple Input, Multiple Output) technology for better performance in crowded networks.
Wifi Ax offers higher data rates and improved efficiency compared to Wifi AC.
Wif...
DTIM stands for Delivery Traffic Indication Message, used in Wi-Fi networks to inform clients about the presence of buffered broadcast and multicast frames.
DTIM is a parameter in the Wi-Fi beacon frame that indicates to clients how often they should wake up to receive broadcast and multicast traffic.
It helps in saving battery life for devices by allowing them to sleep for longer periods of time.
Clients can set the...
A VTC for an inverter is a Voltage Transfer Characteristic graph showing the relationship between input and output voltage.
VTC graph typically shows how the output voltage of an inverter changes with respect to the input voltage.
The VTC curve may have different regions such as linear, saturation, and cutoff.
The VTC helps in understanding the behavior of the inverter under different input conditions.
I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 2 interview rounds.
The interface between RF and MAC messages involves the communication protocol and data exchange between the radio frequency and media access control layers.
The RF layer is responsible for transmitting and receiving radio signals, while the MAC layer manages access to the communication medium.
The interface between RF and MAC messages includes protocols like IEEE 802.11 for wireless LANs.
RF messages typically contain phy...
A synchronous machine is a type of electric machine that operates at a constant speed determined by the frequency of the electrical supply.
Synchronous machines are commonly used in power generation, industrial applications, and electric vehicles.
They have a rotor that rotates at the same speed as the rotating magnetic field produced by the stator.
Synchronous machines are more efficient than induction machines at higher...
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
Wifi AC is the 5th generation of wifi technology, while Wifi Ax is the 6th generation with improved speed and efficiency.
Wifi AC operates on the 5 GHz band, while Wifi Ax operates on both 2.4 GHz and 5 GHz bands.
Wifi Ax supports MU-MIMO (Multi-User, Multiple Input, Multiple Output) technology for better performance in crowded networks.
Wifi Ax offers higher data rates and improved efficiency compared to Wifi AC.
Wifi Ax ...
DTIM stands for Delivery Traffic Indication Message, used in Wi-Fi networks to inform clients about the presence of buffered broadcast and multicast frames.
DTIM is a parameter in the Wi-Fi beacon frame that indicates to clients how often they should wake up to receive broadcast and multicast traffic.
It helps in saving battery life for devices by allowing them to sleep for longer periods of time.
Clients can set their po...
I appeared for an interview in Mar 2025, where I was asked the following questions.
Semiconductor materials have electrical conductivity between conductors and insulators, crucial for electronic devices.
Semiconductors can conduct electricity under certain conditions, making them essential for electronic components.
Common semiconductor materials include silicon (Si), germanium (Ge), and gallium arsenide (GaAs).
Semiconductors are used in diodes, transistors, and integrated circuits, forming the backbone...
Semiconductors are materials with electrical conductivity between conductors and insulators, essential for electronic devices.
Semiconductors are used in transistors, which are the building blocks of modern electronics.
Examples include silicon and germanium, commonly used in diodes and integrated circuits.
They enable the functionality of devices like smartphones, computers, and solar cells.
Semiconductors are crucial for...
Semiconductor design involves selecting materials and structures for optimal electronic properties and performance in devices.
Silicon (Si) is the most widely used semiconductor material in electronics.
Gallium arsenide (GaAs) is preferred for high-frequency applications.
Silicon carbide (SiC) is used in high-power and high-temperature applications.
Indium phosphide (InP) is utilized in optoelectronic devices like lasers.
I appeared for an interview in Mar 2025, where I was asked the following questions.
NVMe command lifecycle involves command submission, execution, and completion, optimizing data transfer between host and storage devices.
Command Submission: The host sends NVMe commands to the storage device via the NVMe interface, specifying operations like read or write.
Queue Management: NVMe uses multiple queues for command submission, allowing parallel processing and reducing latency, enhancing performance.
Executio...
I applied via Approached by Company and was interviewed in Apr 2023. There were 5 interview rounds.
Design a memory allocator for user space programs like malloc.
The allocator should manage memory efficiently and avoid fragmentation.
It should support multiple threads and handle concurrent requests.
Consider using techniques like buddy allocation or slab allocation.
Implement features like memory alignment and garbage collection.
Test the allocator thoroughly to ensure correctness and performance.
I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.
AON. duration was 90 min.
malloc allocates memory dynamically in C, returning a pointer to the allocated memory block.
Used in C programming for dynamic memory allocation.
Syntax: void* malloc(size_t size);
Returns a pointer to the allocated memory or NULL on failure.
Example: int* arr = (int*)malloc(10 * sizeof(int)); // allocates memory for an array of 10 integers.
Always free allocated memory using free() to avoid memory leaks.
I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.
I integrated partner API by collaborating with the partner's technical team and following API documentation.
Collaborated with partner's technical team to understand API capabilities and requirements
Reviewed API documentation to understand endpoints, authentication methods, and data formats
Developed code to interact with partner API endpoints
Tested API integration to ensure data is being exchanged accurately
Implemented ...
Top trending discussions
The duration of Samsung Semiconductor interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 24 interview experiences
Difficulty level
Duration
based on 157 reviews
Rating in categories
Staff Engineer
236
salaries
| ₹28 L/yr - ₹50 L/yr |
Associate Staff Engineer
179
salaries
| ₹22 L/yr - ₹37 L/yr |
Senior Engineer
161
salaries
| ₹17.5 L/yr - ₹28 L/yr |
Senior Staff Engineer
136
salaries
| ₹35 L/yr - ₹62 L/yr |
Senior Software Engineer
45
salaries
| ₹19.1 L/yr - ₹31 L/yr |
Qualcomm
Applied Materials
Micron Technology
Molex