Core Interview Questions
Core Interview Questions
Can you explain the concept of resistance and its func on in a circuit?
Resistance is a measure of the opposi on to the flow of electric current in a circuit. It is
defined in ohms (Ω) and plays a cri cal role in controlling current levels. When a voltage is
applied across a resistor, it causes a voltage drop propor onal to the current flowing through
it, as described by Ohm’s Law (V = IR). This voltage drop is essen al for protec ng sensi ve
components and ensuring that circuits operate within their specified limits.
What is the difference between Harvard architecture and von Neumann architecture?
The name Harvard architecture comes from the scien st Howard Mark who developed this
architecture. Thus, the most obvious characteris c of Harvard architecture is that it has
physically separate signal and storage for code and data memory execu on. it is possible to
access program memory and data memory simultaneously in other architectures we have to
do something like mul plexing demul plexing so in this we will we have a advantage so that
we can use both memories simultaneously typically code Memory is read only and data
memory is read write. Therefore it is possible for program contents to be modified by
program itself. Thus this means that the program contents can be modified by the program
itself.
von Neumann architecture. It is named a er the mathema cian and early computer
scien st John von Neumann. Von Neumann machines have shared signal and memory for
code data. Thus the program can be easily modified and itself since it is stored in read write
memory.
Explain JNC.?
It is a command used to jump if no carry occurs after an arithmetic operation. It is called as
jump if no carry (conditional jump instruction). Here the carry flag bit in PSW register is used
to make decision. The processor looks at the carry flag to see if it is raised or not.
Which 2 ports combine to form the 16 bit address for external memory access?
Porto and port2 together form the 16 bit address for external memory.
Port0 uses pins 32 to 39 of 8051 to give the lower address bits(AD0-AD7)
Port2 uses pins 21 to 28 of 8051 to give the higher address bits(A8-A15)
What Is Plc?
PLC means Programmable Logic Controller. It is a class of industrially hardened devices that
provides hardware interface for input sensors and output control element. The field l/p
include element like limit switches, sensors, push bu on and the final control elements like
actuator, solenoid/control valves, drives, hooters etc. PLC Senses the input through IIP
modules, Processes the logic through CPU and memory and gives output through output
module.
Applica ons Of Plc?
PLC can be used in almost all industrial applica on solu ons right from small machine to
large manufacturing plants. Even it caters applica ons of redundant systems at cri cal
process plants
What Is Driver ?
A so ware which allows a computer to access the external devices using com ports or
communica on cards.
What is a transformer?
A transformer is an electrical device that transfers electrical energy between two or more
circuits through electromagne c induc on. It works on the principle of Faraday’s law of
electromagne c induc on and can increase (step-up) or decrease (step-down) the voltage in
an alterna ng current (AC) circuit.
Use of transformer
Transformers are used for various purposes, including:
Stepping up or stepping down voltage levels in power transmission.
Isola ng different sec ons of electrical systems.
Matching impedance for maximum power transfer.
Supplying power to electronic circuits with specific voltage requirements.
Types of transformers
Step-up Transformer: Increases voltage.
Step-down Transformer: Decreases voltage.
Power Transformer: Used in transmission networks.
Distribu on Transformer: Used in distribu on networks.
Isola on Transformer: Provides electrical isola on without changing voltage.
Instrument Transformer: Used for measuring voltage and current (CTs and PTs).
Induc on motor
An induc on motor is an AC motor where the electric current in the rotor needed to
produce torque is obtained by electromagne c induc on from the magne c field of the
stator winding. It is also known as an asynchronous motor.
2. Communication Systems
1. Define modulation.
o The process of varying a carrier signal's properties based on a message signal.
2. What is the bandwidth of an FM signal?
o Approximately 2×(Δf+fm).
3. State the function of an antenna.
o Converts electrical signals to electromagnetic waves and vice versa.
4. What is the Nyquist criterion for sampling?
o Sampling rate ≥ 2×max signal frequency.
5. Define noise figure.
o Ratio of output SNR to input SNR.
6. What is PSK?
o Phase Shift Keying; modulates the phase of a carrier signal.
7. Explain the role of a mixer in communication.
o Combines two signals to produce sum and difference frequencies.
8. What is Shannon’s capacity formula?
o C=B log2(1+SNR).
9. Define attenuation.
o Loss of signal strength during transmission.
10. What is the difference between AM and FM?
o AM varies amplitude; FM varies frequency of the carrier wave.
3. Microprocessors and Microcontrollers
4. Control Systems
6. Electromagnetic Theory