Filter interviews by
I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.
Top trending discussions
posted on 24 Sep 2024
I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.
Registers are small, fast storage locations within the CPU used to store data temporarily during processing.
Registers are used to store data that is being processed by the CPU.
They are the fastest form of memory in a computer system.
Registers are used to hold instructions, memory addresses, and data.
Examples of registers include the program counter, accumulator, and general-purpose registers.
BIOS stands for Basic Input/Output System, a firmware used to perform hardware initialization during the booting process of a computer system.
BIOS is a firmware that is stored on a chip on the computer's motherboard.
It is responsible for initializing and testing hardware components during the boot process.
BIOS provides the necessary instructions for the computer to start up and load the operating system.
It also provide...
RAM is volatile memory that stores data temporarily, while ROM is non-volatile memory that stores data permanently.
RAM stands for Random Access Memory and is used for temporary storage of data that can be read and written to.
ROM stands for Read-Only Memory and is used for permanent storage of data that can only be read from.
RAM loses its data when power is turned off, while ROM retains its data even when power is off.
E...
Microprocessor is a standalone CPU while microcontroller includes CPU, memory, and peripherals on a single chip.
Microprocessor is typically used in general-purpose computing applications, while microcontroller is used in embedded systems.
Microprocessor requires external components like memory and peripherals, while microcontroller has them integrated on the chip.
Examples of microprocessors include Intel Core i7, while ...
My expected CTC is negotiable based on the role, responsibilities, and benefits offered.
My expected CTC is based on industry standards and my level of experience.
I am open to discussing the compensation package during the interview process.
I am looking for a competitive salary that reflects my skills and contributions to the team.
Yes, I have previous experience in post silicon validation.
I have worked as a Post Silicon Validation Engineer for 3 years at XYZ company
I have experience in developing validation test plans and executing them
I have worked on debugging and troubleshooting silicon issues
I have experience in using lab equipment such as oscilloscopes and logic analyzers
I am a dedicated and detail-oriented Post Silicon Validation Engineer with a strong background in testing and troubleshooting semiconductor devices.
Experienced in developing validation plans and test cases
Proficient in using lab equipment such as oscilloscopes and logic analyzers
Skilled in debugging and analyzing test results to identify issues
Familiar with programming languages like Python and C for test automation
posted on 11 Jan 2023
I applied via campus placement at Jawaharlal Nehru Technological University (JNTU) and was interviewed before Jan 2022. There were 3 interview rounds.
It goes as by Basic, so need not to go soo deeper.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Storage classes in C specify the scope and lifetime of variables.
Storage classes include auto, register, static, and extern.
Auto variables are local to a block and have automatic storage duration.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared in one file and can be used in another file.
A structure program is a program that uses structures to group related data together.
Structures in C programming allow you to group related data together under one name.
You can define a structure using the 'struct' keyword.
Structures can contain different data types, including int, float, char, and even other structures.
You can access the members of a structure using the dot operator.
Example: struct employee { int id; ...
I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.
Program to find endianness and number of bits set in bit magic.
Use bitwise operators to check endianness
Count number of set bits using bitwise AND and right shift
Use pre-defined functions for endianness in some programming languages
Endianness can affect network communication and file formats
IPC stands for Inter-Process Communication and is used for communication between processes in an operating system.
Shared memory
Message passing
Pipes
Sockets
Remote Procedure Calls (RPC)
Semaphores
Mutexes
Que in SystemVerilog (SV) is a built-in data type used for creating queues.
Queues are dynamic arrays that can grow or shrink in size during simulation.
Queues can store elements of any data type.
Elements can be added to the end of the queue using the built-in methods like push_back().
Elements can be removed from the front of the queue using the built-in methods like pop_front().
A mailbox is a data structure used for communication between different processes or threads in a computer system.
Mailboxes are typically used in multi-threaded or multi-processor systems to pass messages between different entities.
They provide a way for processes to communicate without directly accessing each other's memory.
Mailboxes can be implemented using queues, shared memory, or other mechanisms depending on the s
Delay inter and intra refer to delays within and between different components or systems.
Delay inter refers to delays between different components or systems.
Delay intra refers to delays within the same component or system.
Example: Delay inter can occur when data is transferred between a CPU and memory.
Example: Delay intra can occur within a CPU due to processing time.
Constraints in verification engineering are conditions or limitations imposed on the design or testbench to ensure certain properties are met.
Constraints are used to restrict the possible values of variables or signals in a design or testbench.
They help in verifying specific behaviors or scenarios within the design.
Examples include setting timing constraints for signal propagation or limiting the range of input values
Object-oriented programming concepts such as classes, objects, inheritance, encapsulation, and polymorphism.
Classes: Blueprint for creating objects with attributes and methods.
Objects: Instances of classes that contain data and behavior.
Inheritance: Ability for a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism:...
posted on 27 Sep 2023
Normal basic apti lr conceptual questions
A microcontroller is a small computer on a single integrated circuit that contains a processor core, memory, and programmable input/output peripherals.
Microcontrollers are commonly used in embedded systems for controlling various devices and appliances.
They are programmed using languages like C or assembly language.
Examples of popular microcontrollers include Arduino, Raspberry Pi, and PIC.
Microcontrollers are often us...
posted on 12 Feb 2024
I was interviewed in Jan 2024.
Embedded c 15 question and c language programming
I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.
Basic c datastructucture networking l2 l3 questions
Packets are sent from source to destination through a series of network devices using routing protocols.
Packet is created at the source with source and destination IP addresses.
Packet is sent to the default gateway or router.
Router checks its routing table to determine the next hop for the packet.
Packet is forwarded to the next hop until it reaches the destination.
Destination receives the packet and sends an acknowledg
To delete a node from a single linked list, we need to find the node and update the pointers.
Traverse the list to find the node to be deleted
Update the previous node's pointer to point to the next node
Free the memory of the node to be deleted
Dynamic memory allocation in C allows allocation of memory at runtime.
Dynamic memory allocation is done using functions like malloc(), calloc(), realloc() and free().
malloc() allocates memory block of specified size and returns a pointer to the first byte of allocated memory.
calloc() allocates memory block of specified size and initializes all bits to zero.
realloc() changes the size of previously allocated memory block...
Interprocess communication is a mechanism that allows processes to communicate with each other in an OS.
IPC mechanisms include pipes, sockets, message queues, shared memory, and signals.
IPC can be used for synchronization, data sharing, and coordination between processes.
IPC can be implemented using system calls such as fork(), pipe(), socket(), and msgget().
based on 1 review
Rating in categories
Design Specialist
2.1k
salaries
| ₹1 L/yr - ₹7.2 L/yr |
Design Engineer
1.7k
salaries
| ₹2 L/yr - ₹10.5 L/yr |
Software Engineer
1.2k
salaries
| ₹3.4 L/yr - ₹14.8 L/yr |
GIS Engineer
1.1k
salaries
| ₹1 L/yr - ₹6 L/yr |
Senior Design Engineer
917
salaries
| ₹4.2 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech