Category Archives: Hardware

Bluetooth interview questions

Used for a written exam by a company in India.

Why is Bluetooth called a cable replacement technology? - Bluetooth technology allows the creation of Personal Area Networks without cables or wires that are usual in home networks.
Give a generic description of Bluetooth? - Bluetooth is a low-cost, short-range (RF) links between mobile PCs, mobile phones [...]

Also posted in Networking | 9 Comments

Operating system questions

What are the basic functions of an operating system? - Operating system controls and coordinates the use of the hardware among the various applications programs for various uses. Operating system acts as resource allocator and manager. Since there are many possibly conflicting requests for resources the operating system must decide which requests are allocated resources [...]

Also posted in Unix/Linux, Windows | 9 Comments

8086 interview questions

What are the flags in 8086? - In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.
What are the various interrupts in 8086? - Maskable interrupts, Non-Maskable interrupts.
What is meant by Maskable interrupts? - An interrupt that can be turned off by the [...]

Posted in Hardware | 29 Comments

8085 microprocessor questions

What are the various registers in 8085? - Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 .
In 8085 name the 16 bit registers? - Stack pointer and Program counter all have 16 bits.

Posted in Hardware | 114 Comments

x86 interview questions and answers

These interview questions test the knowledge of x86 Intel architecture and 8086 microprocessor specifically.

What is a Microprocessor? - Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices.
Give examples for 8 / 16 / 32 bit Microprocessor? - 8-bit Processor - 8085 [...]

Posted in Hardware | 20 Comments

Intel interview questions and answers

The following questions are used for screening the candidates during the first interview. The questions apply mostly to fresh college grads pursuing an engineering career at Intel.

Have you studied buses? What types?
Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an [...]

Also posted in C++ | 4 Comments

A+ and basic PC questions

What are the basic expansion card types?ISA and PCI, ISA can be used only on XT, AT and ATX boards. The industry now considers ISA obsolete.
How do you clear CMOS password? Since CMOS is a special chip with its own battery, the best way to clear out a CMOS chip is to disconnect it from [...]

Posted in Hardware | 3 Comments

Telecommunications interview questions

A well-known telecommunications company uses this pop quiz for oral and written examinations of applicants for engineering positions.
1. A 2MB PCM(pulse code modulation) has…
a) 32 channels
b) 30 voice channels & 1 signaling channel.
c) 31 voice channels & 1 signaling channel.
d) 32 channels out of which 30 voice channels, 1 signaling channel, & 1 synchronization channel.
Ans: [...]

Posted in Hardware | 10 Comments

Hardware and software design questions

Asked by a famous microprocessor manufacturer.

What is Finite Automata
What is a Turing machine?

Posted in Hardware | 4 Comments

RF and radio engineering interview questions

What’s a PCB? Printed Circuit Board.
Name some band definitions. L-Band - 1-2 GHz, S-Band - 2-4 GHz, C-Band - 4-8 GHz, X-Band - 8-12 GHz, Ku-Band - 12-18 GHz.

Posted in Hardware | 10 Comments

Computer architecture and design interview questions

What is pipelining?

Posted in Hardware | 12 Comments

Embedded systems interview questions

Can structures be passed to the functions by value?
Why cannot arrays be passed by values to functions?
Advantages and disadvantages of using macro and inline functions?

Also posted in C++ | 46 Comments