Filter interviews by
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 - * , ** , *** , **** , *****
I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.
Phone no. questions from leetcode, a DSA question on C
Copy constructor in C++ is a special member function that creates a new object as a copy of an existing object.
Copy constructor is used to initialize a new object as a copy of an existing object.
It is invoked when a new object is created from an existing object.
Example: class MyClass { public: MyClass(const MyClass& obj) { // copy constructor logic } };
Example: MyClass obj1; MyClass obj2 = obj1; // copy constructor
Analog circuits , opamp, mosfets , Rc circuits
NMOS (N-channel Metal-Oxide-Semiconductor) is a type of MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) that uses n-type semiconductor for the channel.
NMOS transistors are used in digital and analog circuits for switching and amplification.
In NMOS design, the gate is made of metal, the insulator is made of oxide, and the semiconductor is n-type.
NMOS transistors operate by applying a voltage to the gate termi...
CMOS circuits are widely used in integrated circuits for their low power consumption and high noise immunity. VTC characteristics show the relationship between input and output voltage.
CMOS circuits consist of complementary pairs of p-type and n-type MOSFETs, allowing for low power consumption and high noise immunity.
VTC (Voltage Transfer Characteristic) shows the relationship between input and output voltage in a CMOS...
NXP Semiconductors interview questions for popular designations
Basic C questions and microcontrollers
Leetcode Easy - mediums
Get interview-ready with Top NXP Semiconductors Interview Questions
Basic programs on c and linux
Top trending discussions
Interview experience
based on 238 reviews
Rating in categories
Software Engineer
141
salaries
| ₹7.9 L/yr - ₹28 L/yr |
Design Engineer
120
salaries
| ₹10 L/yr - ₹31 L/yr |
Senior Software Engineer
67
salaries
| ₹10.5 L/yr - ₹36 L/yr |
Senior Design Engineer
47
salaries
| ₹12 L/yr - ₹32 L/yr |
Lead Engineer
43
salaries
| ₹20.6 L/yr - ₹35.6 L/yr |
Texas Instruments
Analog Devices
Microchip Technology
STMicroelectronics