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...
Synchronous speed is the speed at which the magnetic field rotates in a synchronous motor.
Synchronous speed is determined by the frequency of the power supply and the number of poles in the motor.
It is the speed at which the motor's magnetic field rotates in sync with the stator field.
Formula: Synchronous Speed (rpm) = (120 * Frequency) / Number of Poles
For example, a 4-pole motor connected to a 60 Hz power supply...
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 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...
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, convey...
Synchronous speed is the speed at which the magnetic field rotates in a synchronous motor.
Synchronous speed is determined by the frequency of the power supply and the number of poles in the motor.
It is the speed at which the motor's magnetic field rotates in sync with the stator field.
Formula: Synchronous Speed (rpm) = (120 * Frequency) / Number of Poles
For example, a 4-pole motor connected to a 60 Hz power supply will...
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.
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) for mi...
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.
Find the largest substring in an array of strings without any duplicate characters.
Iterate through each string in the array
Use a set to keep track of characters seen so far
Update the start index of the substring when a duplicate character is found
Calculate the length of the current substring and update the max length if needed
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 153 reviews
Rating in categories
Staff Engineer
235
salaries
| ₹27.9 L/yr - ₹50 L/yr |
Associate Staff Engineer
177
salaries
| ₹22 L/yr - ₹37 L/yr |
Senior Engineer
159
salaries
| ₹17.5 L/yr - ₹28 L/yr |
Senior Staff Engineer
129
salaries
| ₹35 L/yr - ₹65 L/yr |
Senior Software Engineer
44
salaries
| ₹19.1 L/yr - ₹31 L/yr |
Qualcomm
Molex
TDK India Private Limited
Applied Materials