Monday, February 21, 2011

Electronics -Interview Qts-10

Interview Questions- MBA Admissions- Job Interviews


                 - Electronics and Communication, Applied Electronics

• Define Transponders


Transponder: An automatic device that receives, amplifies, and retransmits a signal on a different frequency (see also broadcast translator).

• what is Moore's Law?

The prediction by Gordon Moore -cofounder of the Intel Corporation that the number of transistors on a microprocessor would double periodically -approximately every 18 months.

• Explain Superhyterodyne reciever.

Superhyterodyne system, the incoming signal is mixed with a local oscillator to produce sum and difference frequency components. The lower frequency difference component called the intermediate frequency (IF), is separated from the other components by fixed tuned amplifier stages set to the intermediate frequency. The tuning of the local oscillator is mechanically ganged to the tuning of the signal circuit or radio frequency (RF) stages so that the difference intermediate frequency is always the same fixed value.

• What are the different types of filters?

low pass, high pass, band pass, band stop, resonant

• What is impulse response?

Impulse response of a system is its output when presented with a very brief input signal, an impulse. A system in the class known as LTI systems (linear, time-invariant systems) is completely characterized by its impulse response. The Laplace transform of the impulse response function is known as the transfer function. It is usually easier to analyze systems using transfer functions as opposed to impulse response functions. The Laplace transform of a system's output may be determined by the multiplication of the transfer function with the input function in the complex plane, also known as the frequency domain. An inverse Laplace transform of this result will yield the output function in the time domain. To determine an output function directly in the time domain requires the convolution of the input function with the impulse response function.

• What do you mean by half-duplex and full-duplex communication? Explain briefly.

Half duplex - both sender & receiver can communicate with each other, but not simultaneously Full duplex - both sender & receiver can communicate with each other, simultaneous communication is also possible"

• What is RS in RS-232 ?

RS-232(Recommended Standard 232) is a standard for communication between devices, such as a modem and computer

• whats Farrady's law

Any change in the magnetic environment of a coil of wire will cause a voltage (emf) to be "induced" in the coil.The change could be produced by changing the magnetic field strength, moving a magnet toward or away from the coil, moving the coil into or out of the magnetic field, rotating the coil relative to the magnet, etc.

• What is Lenz law ?

When an emf is generated by a change in magnetic flux, the polarity of the induced emf is such that it produces a current whose magnetic field opposes the change which produces it.

• What is Transmission Frequency of Bluetooth, Wi-Fi and Wi-MAX ?


Bluetooth - 2.4 GHtz,

Wi-Fi - 2.4 Ghz to 5 Ghz

Wi-Max-10 to 66GHz"

• What type of architecture is used in 8085 microprocessor?

Von-Neumann architecture

• How many states does signal has ?

There are 3 states in a signal: on state, off state, tri state

• which software is used to design a software IC using VHDL

Altera

• Why are nand gates and NOR gates called Universal gates

Becoz using these 2 gates any other type of gates can be made

• What is Vcc? Why is it called so

Vcc -Common collector voltage, plus collector supply line voltage in a common NPN circuit. Vcc is positive supply voltage for BJT collectors, and Vdd is +ve supply for FET drains. Vee For BJT emitters, and Vss for FET sources. "

• what is the difference between Mealy and Moore

In Mealy machines the o/p is a function of the current state and the inputs whereas In Moore machines the o/p a function of current state only

• what is 555 and why is it named so

555 Timer is used to produce accurate and stable time delays ranging from microseconds to hours.inside the 555 timer, there are 3 resistors used in series all the 3 resistors used are same and are 5k ohm resistors..so its called 555 timer..

• whats Shannon's source coding theorm

Source coding theorem is stated as follows:Given a discrete memoryless source of entropy H(p), the average code-word length L for any source encoding is bounded as L >= H(p)

• where is shannos/source coding used

This is basically used for Data Compression using different codes but following this rule.

• Difference between FIR and IIR filters

"Finite impulse response and infinite impulse response filters finite impulse response settles to zero in a finite number of sample intervals. This is in contrast to infinite impulse response (IIR) filters, which have internal feedback and may continue to respond indefinitely FIR filters are always stable but IIR may or may not be stable

Electronics - Interview Qts- 9

Interview Questions- MBA Admissions- Job Interviews

                        - Electronics and Communication, Applied Electronics

• what is the difference between SCR and diode rectifier?


Diode is a 2 terminal device, in scr gate controls the rectifing.SCR is used in High frequency applications but diode is low freuency devices, SCR can be in high temparatures but not diode.

• What is Race-around problem? How can you rectify it?

A condition in logic network in which the difference in propagation times through two or more signal paths in the network can produce an erroneous output.in jk flip flop race around problem will occur when both the inputs are high. it can be prevented by using master slave jk flip flop

• What is the basic difference between Latches and Flip flops?

latch works without clock signal,but works with a control signal and it is level triggered device.whereas flip flop is a 1 bit storage element and works with a clock signal.its a edge triggered device. normally latches are avoided and flip flops are preferred.

• what is Barkhausen Criterion?

-the magnitude of loop gain must be unity

- the total prase shift around the closed loop is zero or 360 degrees

• what are active Components?

ACTIVE COMPONENTS The components which produce the energy in the form of current or voltage are called as active components.Example:transistors etc,.

• what are Passive Components?

• PASSIVE COMPONENTS-The components which stores the energy in the form of current or voltage are called as passive components.example:inductors,resistors,capacitors etc"

• Define voltage source

Ideal voltage source is a circuit element where the voltage across it is independent of the current through it. It only exists in mathematical models of circuits. If the voltage across an ideal voltage source can be specified independently of any other variable in a circuit, it is called an independent voltage source.

• Define CMRR

Common-mode rejection ratio (CMRR) of a differential amplifier (or other device) measures the tendency of the device to reject input signals common to both input leads. A high CMRR is important in applications where the signal of interest is represented by a small voltage fluctuation superimposed on a (possibly large) voltage offset, or when relevant information is contained in the voltage difference between two signals.

• Define S/N ratio

Signal-to-noise ratio (often abbreviated SNR or S/N) defined as the ratio of a signal power to the noise power corrupting the signal. In less technical terms, signal-to-noise ratio compares the level of a desired signal (such as music) to the level of background noise. The higher the ratio, the less obtrusive the background noise is.

• Whats BUS

BUS: In computer architecture, a bus is a subsystem that transfers data between computer components inside a computer or between computers. Unlike a point-to-point connection, a bus can logically connect several peripherals over the same set of wires. Each bus defines its set of connectors to physically plug devices, cards or cables together. Early computer buses were literally parallel electrical buses with multiple connections, but the term is now used for any physical arrangement that provides the same logical functionality as a parallel electrical bus.

• what are pull-up registers

Pull-up resistors are resistors used in the design of electronic logic circuits to ensure that inputs to logic systems settle at expected logic levels if external devices are disconnected. Pull-up resistors may also be used at the interface between two different types of logic devices, possibly operating at different power supply voltages.

• Where are pull-up regsiters used.

The idea of a pullup resistor is that it weakly "pulls" the voltage of the wire it's connected to towards 5V (or whatever voltage represents a logic "high"). However, the resistor is intentionally weak (high-resistance) enough that, if something else strongly pulls the wire toward 0V, the wire will go to 0V.

Electronics - Interview Qts-8

Interview Questions- MBA Admissions- Job Interviews

               - Electronics and Communication, Applied Electronics

• What is the diffrence between a UPS and an inverter?


"The basic difference in layman's terms is: While both provide backup power during mains outage, with the UPS the switch is instantaneous whereas with the Inverter there is a gap of a second or two. This gap is OK for household gadgets such as lights, fans, fridge, etc. but not OK for computers. In technical terms:UPS: The mains power comes to the UPS. The AC is converted to DC and this DC is constantly charging the battery. The output of the battery is fed to the Sine wave inverter and it converts DC to AC and this feeds the equipment. Since power out is always drawn from the battery, there is no time lag when mains swicthes off; it justs stops the battery from being charged and the UPS continues to supply power till the battery runs out. Inverter: The mains power comes to the Inverter. This is directly sent to the output but the AC is also converted to DC and this DC is constantly charging the battery. A sensor and relay mechanism checks whether the mains is ON or OFF. When the main switches OFF, the relay actuator triggers to switch from mains to inverter. Rest is same like the UPS. Because of this sensor and relay, there is a gap between triggering. UPS involves more costly circuitary and is therefor more expensive to make and sell."

• what is fuzzy Logic?

Fuzzy logic is basically about dealing with not only 0 or 1 but also values in between them i.e.floating values

• How many type of resistances are there in a diode

Two, one when forward biased have zero resistance and the other when reverse biased has infinite resistance

· Why a MOSFET is preferred over a transistor?   
A MOSFET is very small in size as compared to a transistor and its biasing is easier as compared to latter.


• Why biasing is required in a transistor?

Biasing is required to get the loadline and the operating point of a transistor.Moreover different regions are achieved through different biasing types.

• How different regions are got and what are those regions?Explain taking a Common Base connection.

Transistor can be biased in 3 different types to get three different regions-Active region,Saturation Region,Cut-off Region

• Explain Active Region- Explain taking a Common Base connection.

Active Region-:Emitter is forward biased and collector is reverse biased

• Cut-off Region- Explain taking a Common Base connection.

Cut-off Region-:Both emitter and collector are reverse biased

• Saturation region:-Explain taking a Common Base connection.

Saturation region:Both emitter and collector are forward biased

• What is a tunnel diode ?

Tunnel diode was invented by Esaki and its different from the normal diode in terms of the doping concentration as in 1part of doping is present in 10^3 atoms whereas in normal diode it is 1 part in 10^8 atoms. It is basically used for very fast switching response.

• Why is a common collector called an emitter follower..?


In this configuration the voltage gain is equal to unity and hence a change in base voltage appeears as an equal change across the load at the emitter.Thus the emitter follows the input signal. The most common use of this circuit is to use as a buffer stage which functions as resistance transformation from high to low resistance.

Electronics - Interview Qts-7

Interview Questions- MBA Admissions- Job Interviews
                  - Electronics and Communication, Applied Electronics

• Define virtual ground


Virtual ground (sometimes called virtual earth) is an important concept found in electronic circuit designs. It identifies a point in a circuit as being held close to the circuit's ground or reference level electric potential. It is called virtual since this point does not have any real electrical connection to ground. The reference may or may not be the same as the local utility ground or earth

• Define real ground

Real ground: Voltage is a differential quantity, which appears between two points. In order to deal only with a voltage (an electrical potential) of a single point, the second point has to be connected to a reference point (ground) having usually zero voltage. This point has to have steady potential, which does not vary when the electrical sources "attack" the ground by "injecting" or "sucking" a current to/from it. Usually, the power supply terminals serve as grounds; when the internal points of compound power sources are accessible, they can also serve as real grounds

• whatis intersymbol interference ans:


In telecommunication, intersymbol interference (ISI) means a form of distortion of a signal that causes the previously transmitted symbols to have an effect on the currently received symbol. This is usually an unwanted phenomenon as the previous symbols have similar effect as noise, thus making the communication less reliable. ISI is usually caused by echoes or non-linear frequency response of the channel. Ways to fight against intersymbol interference include adaptive equalization or error correcting codes (especially soft-decoding with Viterbi algorithm).

• Why crystal is a preferred clock source?


Because of high stability, large Q (Quality Factor) & the frequency that doesn’t drift with aging. Crystal is used as a clock source most of the times.

• What does Quality factor mean?

The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q, the lower are the losses.

• What is DTMF


Dual-tone multi-frequency signaling (DTMF) is used for telecommunication signaling over analog telephone lines in the voice-frequency band between telephone handsets and other communications devices and the switching center.

• whats channel coding theorem


Channel coding theorem says "Let a discrete memoryless scource with an alphabet p have entropy H(p) and produce symbols once every Ts seconds. "Let a memoryless channel have capacity C and be used once every Tc seconds. Then if H(p)/Ts <= C/Tc there exists a coding scheme for which the source output can be transmitted over the channel and reconstructed with very small error."

• where is channel coding theorem used

This is basically used for Error Detection.

• what is Hoffman coding

Hoffman code is a source code whose average word length approaches the fundamental limit set by the entropy of a discrete memoryless source.It is optimum in the sense that it follows Source coding very closely

• What is Time Convolution theorem

Time convolution theorem: Convolution in time domain = Multiplicaiton in Frequency domain x1(t) * x2(t) <---> X1(w) x X2(w) --

• What is Frequency Convolution theorem

"Frequency Convolution theorem :Convolution in freuqncy domain = 2pi x Multiplication in time domain X1(w) * X2(w) <---> 2pi x x1(t) x x2(t)"

Electronics - Interview Qts-6

Interview Questions- MBA Admissions- Job Interviews

              - Electronics and Communication, Applied Electronics

• Distinguish between Angle modulation and Amplitude modulation.


In amplitude Modulation as the amplitude of given signal varies, the amplitude of carrier signal also varies in the same way.In angle modulation, the frequency or phase may vary according to the amplitude of given signal"

• What is Biasing?

Biasing is a process of connecting dc voltage to a device by which we can select the operating point of the device. by biasing actually we select the operating point of the device.

• What do you mean by 3 dB cutoff frequency? Why is it 3 dB, not 1 dB?

3db implies 70%(o.7o7) of the power,i'e we r interested to consider the bandwidth range from peak to 70% b'coz uptp 70% its reliable.hence 3db is called as half power freq. 3db value is the mean square value which is 70% of the maximum value.

• What is meant by pre-emphasis


Pre-emphasis -Improving the signal to noise ratio by increasing the magnitude of higher frequency signals with respect to lower frequency signal"

• What is meant by de-emphasis?

De-emphasis-Improving the signal to noise ratio by decreasing the magnitude of higher frequency signals with respect to lower frequency signals"

• What is sampling theorem?

It is defined as the sampling frequency should be greater than or equal to twice the sampling frequency then we can generate the original signal if the condition does not satisfy we get the signal in the distorted mannerit is given as ( fs >/ 2 fs)

• Explian FIR filters


Finite impulse response (FIR) filter is a type of a digital filter. The impulse response, the filter's response to a Kronecker delta input, is 'finite' because it settles to zero in a finite number of sample intervals. This is in contrast to infinite impulse response filters which have internal feedback and may continue to respond indefinitely.

• Quote few examples of FIR Filters

A FIR filter has a number of useful properties which sometimes make it preferable to an infinite impulse response filter. FIR filters: Are inherently stable. This is due to the fact that all the poles are located at the origin and thus are located within the unit circle. Require no feedback. This means that any rounding errors are not compounded by summed iterations. The same relative error occurs in each calculation. They can be designed to be linear phase, which means the phase change is proportional to the frequency.

• What are IIR filters

Infinite impulse response (IIR) is a property of signal processing systems. They have an impulse response function which is non-zero over an infinite length of time. The simplest analog IIR filter is an RC filter made up of a single resistor (R) feeding into a node shared with a single capacitor (C). This filter has an exponential impulse response characterized by an RC time constant.

• what are Asynchronous transmission


Asynchronous transmission uses start and stop bits to signify the beginning bit ASCII character would actually be transmitted using 10 bits e.g.: A "0100 0001" would become "1 0100 0001 0". The extra one (or zero depending on parity bit) at the start and end of the transmission tells the receiver first that a character is coming and secondly that the character has ended. This method of transmission is used when data is sent intermittently as opposed to in a solid stream. In the previous example the start and stop bits are in bold. The start and stop bits must be of opposite polarity. This allows the receiver to recognize when the second packet of information is being sent.

• what are Synchronous transmission

Synchronous transmission uses no start and stop bits but instead synchronizes transmission speeds at both the receiving and sending end of the transmission using clock signals built into each component. A continual stream of data is then sent between the two nodes. Due to there being no start and stop bits the data transfer rate is quicker although more errors will occur, as the clocks will eventually get out of sync, and the receiving device would have the wrong time that had been agreed in protocol (computing) for sending/receiving data, so some bytes could become corrupted (by losing bits). Ways to get around this problem include re-synchronization of the clocks and use of check digits to ensure the byte is correctly interpreted and received.

Electronics - Interview Qts-5

Interview Questions- MBA Admissions- Job Interviews

                   - Electronics and Communication, Applied Electronics

• What is meant by a bus?


A bus is a group of conducting lines that carriers data, address, & control signals.

• What is Tri-state logic?

Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable line.

• Give an example of one address microprocessor?

8085 is a one address microprocessor.

• In what way interrupts are classified in 8085?

In 8085 the interrupts are classified as Hardware and Software interrupts.

• examples of Software interrupts?

RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.

• EXAMPLES of Hardware interrupts?

TRAP, RST7.5, RST6.5, RST5.5, INTR.

• Which interrupt has the highest priority?

TRAP has the highest priority.

• What is clock frequency for 8085?

3 MHz is the maximum clock frequency for 8085.

• How many interrupts are there in 8085?

There are 12 interrupts in 8085.

• Name 5 different addressing modes?

Immediate, Direct, Register, Register indirect, Implied addressing modes.

• In 8085 which is called as High order / Low order Register?

Flag is called as Low order register & Accumulator is called as High order Register.

Electronics - Interview Qts-4

Interview Questions- MBA Admissions- Job Interviews

                  - Electronics and Communication, Applied Electronics

• Difference between micro processor and microcontroller


Micro controller is a self-contained processing unit. Micro processor is not a self-contained unit. It has ROM, RAM etc

• What are the flags 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 programmer is known as Maskable interrupt.

• Which interrupts are generally used for critical events??

Non-Maskable interrupts are used in critical events Such as Power failure, Emergency, Shut off etc.

• What is the Maximum clock frequency in 8086?

5 Mhz is the Maximum clock frequency in 8086.

• What are the various segment registers in 8086?

Code, Data, Stack, Extra

• Which Stack is used in 8086?

FIFO (First In First Out) stack is used in 8086.In this type of Stack the first stored information is retrieved first.

• What are the various registers in 8085?

Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 .

• What is Stack Pointer

Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack

• What is Program counter?

Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction.

• Which Stack is used in 8085?

LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first.

Electronics - Interview Qts-3

Interview Questions- MBA Admissions- Job Interviews

                   - Electronics and Communication, Applied Electronics

• What is Yagi-Uda antenna ?


A Yagi-Uda antenna is familiar as the commonest kind of terrestrial TV antenna to be found on the rooftops of houses. It is usually used at frequencies between about 30MHz and 3GHz, or a wavelength range of 10 metres to 10 cm

• What is difference between Piconet and Scatternet ?

"A piconet is the type of connection that is formed between two or more Bluetooth-enabled devices, one device takes the role of 'master', and all other devices assume a 'slave' role for synchronization reasons. Where as a scatternet is a number of interconnected piconets that supports communication between more than 8 devices. Scatternets can be formed when a member of one piconet (either the master or one of the slaves) elects to participate as a slave in a second, separate piconet."

• What is MIMO ?

MIMO- multiple-input and multiple-output, , is the use of multiple antennas at both the transmitter and receiver to improve communication performance. It is one of several forms of smart antenna technology.

• What is VOIP ?

Voice over Internet Protocol (Voice over IP, VoIP) is one of a family of internet technologies, communication protocols, and transmission technologies for delivery of voice communications and multimedia sessions over Internet Protocol (IP) networks, such as the Internet.

• What is EDFA ?

Erbium-doped fiber amplifier. EDFA is an optical repeater device that is used to boost the intensity of optical signals being carried through a fiber optic communications system.

• what do you understand by microwaves? why these are called micro

Micro waves are those waves whose wavelength is less than 30 cms or freq ranging from 1 GHz to 1000 GHz.

• How do microwave oven works??

The main component of microwave oven is magnatron which generates frequency of appox. 2.4 GHz.

• What do you mean by 3 dB cutoff frequency? Why is it 3 dB, not 1 dB?

3dB is the half power value

• What is 2G?


2G is short for second generation wireless telephone technology.It is actually an upgradation of 1G which was analog in nature..but 2G is digital in nature..moreover its penetration in mobile networks is much higher.

• What is 3G?

3G is short for 3rd generation wireless telephone technology. It is a further upgradation of 2G..its data rates are higher and it is supposed to be ranged upto 14 mbps. NTT Docomo of Japan used it first. (After this u may expect questions from Docomo,so i u r aware use this statement)

Many new applications like Mobile TV,Internet Browsing, Video Conf,Tele-Medicine can be used.

• what is 4G?

4th Generation technology. Have very high data rates upto 100Mbps. and can be used for Online Gaming, HDTV viewing,etc..

• Why are video signals amplitude modulated and sound signal frequency modulated in composite video signal.?

Both picture and sound signals from different stations are concentrated within the same range of frequencies. Therefore, radiation from different stations would be hopelessly and inextricably mixed up and it would be impossible to separate one from the other at the receiving end. Thus

in order to be able to separate the intelligence from different stations, it is necessary to translate them all to different portions of the electromagnetic spectrum depending on the carrier frequency assigned to each station. Also the sound signal is frequency modulated because of its inherent merits of interference-free reception.

Electronics - Interview Qts-2

Interview Questions- MBA Admissions- Job Interviews

                - Electronics and Communication, Applied Electronics

• What is the basic difference between Latches and Flip flops?


latches cannot store any information, while Flipflops can

• Difference between GSM and CDMA technology?


CDMA uses same frequency for a number of signals. This is possible because of Analog to digital conversion and then encoded with a random signal. Then decoded at the receiving end using decoding algorithem. Hence lot of ppl can talk wiht out interference...Weere as GSM, the no. of ppl who can share a particular freq is limited. Specturm is divided in frequency and then time slots are allotted....for callers... :Due to spectrum constraints, CDMA which needs less spectrum for the same number of calls, has advantage over GSM. And it's less costly to set up as well.

• What is ZigBee and its specifications ?


"ZigBee is a specification for a suite of high level communication protocols using small, low-power digital radios based on the IEEE 802.15.4-2003 standard for Low-Rate Wireless Personal Area Networks (LR-WPANs), such as wireless light switches with lamps, electrical meters with in-home-displays, consumer electronics equipment via short-range radio. ZigBee is targeted at radio-frequency (RF) applications that require a low data rate, long battery life, and secure networking.

• What is FPGA ?


Field-programmable Gate Array (FPGA)- is an integrated circuit designed to be configured by the customer or designer after manufacturing—hence "field-programmable". The FPGA configuration is specified using hardware description language (HDL).FPGAs contain programmable logic components called "logic blocks",

• What are semiconductor devices


A semiconductor device is a device which has a pn junction in it.Ex. Diode, transistor.Basically they are different in conduction property. these materials are not conductors by default they become conductors in some cicumstances like, increase in temperature or difference in the charge density, etc.Germanium and silicon are the best examples of semiconductors

• Why the input resistance of an op-amp is high whereas it's output resistance is low?


Op-Amp has to provide maximum output and haence has low output resistance , for loading at the input point its has high resistance in the input side.

• What is CMRR? Explain briefly.


CMRR stands for common mode rejection ratio. It is a measure of the ability of a test instrument to reject interference that is common to both of its measurement input terminals. It is expressed in decibels and it is the ratio of the actual or common signal level appearing on the two input terminals together to the measured level.

• What is a tunnel diode ?


Tunnel diode was invented by Esaki and its different from the normal diode in terms of the doping concentration as in 1part of doping is present in 10^3 atoms whereas in normal diode it is 1 part in 10^8 atoms. It is basically used for very fast switching response.

• What do you mean by ASCII, EBCDIC?


ASCII (American Standard Code for Information Interchange), is a character encoding based on the English alphabet. EBCDIC (Extended Binary Coded Decimal Interchange Code) is an 8-bit character encoding used on IBM mainframe operating systems"

Electronics - Interview Qts-1

Interview Questions- MBA Admissions- Job Interviews
                     - Electronics and Communication, Applied Electronics

• How many type of resistances are there in a diode


Two, one when forward biased have zero resistance and the other when reverse biased has infinite resistance

• What is zero crossing rate ?


The zero-crossing rate is the rate of sign-changes along a signal, i.e., the rate at which the signal changes from positive to negative or back. This feature has been used heavily in both speech recognition and music information retrieval

• Define super conductivity


Superconductivity is a phenomenon occurring in certain materials at extremely low temperatures, characterized by exactly zero electrical resistance and the exclusion of the interior magnetic field. The electrical resistivity of a metallic conductor decreases gradually as the temperature is lowered. However, in ordinary conductors such as copper and silver, impurities and other defects impose a lower limit. Even near absolute zero a real sample of copper shows a non-zero resistance. The resistance of a superconductor, on the other hand, drops abruptly to zero when the material is cooled below its "critical temperature". An electric current flowing in a loop of superconducting wire can persist indefinitely with no power source.

• Name three ways to check stability:


routh-herwitz criteria, nyquist criteria, root locus method

• Examples of Semiconductors, Passive devices in day to day living

Inductors used in Fans, Resitors-Passive components used in Tube lights etc

• Decribe Zener Breakdown

In Zener breakdown the electrostatic attraction between the negative electrons and a large positive voltage is so great that it pulls electrons out of their covalent bonds and away from their parent atoms. ie Electrons are transferred from the valence to the conduction band. In this situation the current can still be limited by the limited number of free electrons produced by the applied voltage so it is possible to cause Zener breakdown without damaging the semiconductor.

• Which semiconductor device is used as a voltage regulator and why?


Zener diode in reverse bias is used as voltage regulators. It allows a negligible variation in voltage for a large variation in current

• What do you mean by zener breakdown and avalanche breakdown?

There are two stages that occur as a material begins to breakdown due a large applied voltage. These are zener breakdown and avalanche breakdown

• What do you mean by an ideal voltage source?


An ideal voltage source is a source which allows infinite variataition in current through it without any change in o/p voltage

• Describe avalanche breakdown


Avalanche breakdown occurs when the applied voltage is so large that electrons that are pulled from their covalent bonds are accelerated to great velocities. These electrons collide with the others and knock off more electrons. These electrons are then also accelerated and subsequently collide with other atoms. The current in the semiconductor rapidly increases and the material can quickly be destroyed.

• Does Zener breakdown damages the device.


In the case of Zener breakdown- the current can still be limited by the limited number of free electrons produced by the applied voltage. So it is possible to cause Zener breakdown without damaging the semiconductor

Wednesday, February 16, 2011

Interview Qts - Bank/BPO - 7

Banking Interview Questions -7

• Whats the difference between RTGS and NEFT

• What are the possibilities of a public sector bank to compete with private sector banks.

• Define Prime Lending Rate
        It is the rate at which commercial banks give loan to its prime customers.

• What is the understanding on RTI act?

• How intangible assets are entered in balance sheet?

• name 5 private sector insurance companies

• what is parallel economy

• Define sub-prime crisis

• What is currency of Russia?

• What is the difference between bearer and ordered cheque

• What are intangible net worth

• What is your understanding on financial Inclusion.

• What is your understanding on capital markets

• What are the different accounts in banks and/or other financial institutions.

o Deposit account


       Checking accounts or current account

       Savings accounts

      Money market deposit account:

      Time deposit

o Personal account

o Sweep account

o Transactional account or demand accounts or demand deposit accounts

Interview Qts - Bank/BPO - 6

Banking Interview Questions -6

• What is the full form of ICICI ? Industrial Credit and Investment Corporation of India..


• Why were banks nationalised?

• What is the total count of no. Of PSU banks in India?

• Name any two banks which have overseas centre?

• What is the full form of HDFC ?

• What are the nationalized banks?

• What is the difference between c and visual basic and where are these used in Banks

• How and why computers are used in banks?

• Do you Indian Banking sector is too regulated

• What are fiscal deficit? What is its value

• What is Forex reserve of India?

• Whats is you understanding on Inflation,

• Where is the note printing press?

• What is NRE Account?

• What are your views on privatization of banks?

• What are the various divisions of NPA?

• When is an asset classified as NPA?

• What is GDP?

• Hows GDP calculated

• What is GNI?

• What is recession?

• what is meant by GDP? What r the services that r not included while calc GDP?

• What is the current GDP of India and proposed GDP for next year.

• Define RTGS

• Define NEFT?

Interview Qts - Bank/BPO - 5

Banking Interview Questions - 5

• What are the tools used by a bank to do there asset liability mismatch.


• Whats are the tools with RBI to control liquidity in market

• Who is the chairperson of RBI

• What is the role of FICCI

• Explain monetary and fiscal policy in brief?

• Which is the first bank established in India ?

• How net profit is entered in Balance sheet?

• Name few major mergers in banking sector

• What’s your view on consolidation of banking sector

• how many days rbi publishes its policies

• What is KYC

• What is diminishing marginal utility?

• How will you ascertain the risk of a customer?

• Whats is CIBIL?. What is its role

• Name few private banks

Interview Qts - Bank/BPO -4

Banking Interview Questions -4

• How is the importance of insurance sector? What are the growth drivers.

• What is the role of RBI

• What are SMEs?

• What is the role of IRDA?

• How does a bank earn its profit?

• What are the various kind of business undertaken by Banks

• What do you understand from “overdraft”
 It is the loan facility on customer current account at a bank permitting him to overdraw up to a certain agreed limit for a agreed period ,interest is payable only on the amount of loan taken up.

• What are NBFC’s?

• Name few famous NBFC’s in India?

• What’s the role of NBFC’s In India?

• How a project is appraised?

• Which organizations regulates NBFC’s

• What are dated securities

• What is NPA?

• What is RR(Repo rate)?
       Under repo transaction the borrower places with the lender certain acceptable securities against funds received and agree to reverse this transaction on a predetermined future date at agreed interest cost. Repo rate is also called (repurchase agreement or repurchase option).

Interview Qts - Bank/BPO -3

Banking Interview Questions -3

• Name few regulatory agencies in Indian Banking Sector


• What considerations should be taken while making a portfolio ?

• What is the role of SEBI

• Where does an insurance company invests its funds ?

• What is single entry system?

• Benefits of double entry system to single entry system.

• What are treasury bills?

• How can we increase the foreign reserve of the country?

• What is your understanding on Core Banking?

• What is Yield

• what is basel accord?

• How is yield related to market price ?

• What is HTM & AFS ?

• Define ALM?

• What is mark to market?

Interview Qts - Bank/ BPO-2

Banking Interview Questions-2

• What is insurance liability?


• What is asset liability matching

• What is public liability?

• What is trade deficit?

• What is India's forex reserve?

• What is SEZ?

• Why companies setup Sez?

• What is balance sheet of the company?

• Functions of a bank?

• IRDP Scheme

• Rupee closing value yesterday/GBP closing value/ Euro closing value?

• What do you understand form mutual Funds

• What are SIPS?

• What are the normal investments options for a ordinary person

• What is Reinsurance?


Interview Qts - Bank/ BPO-1

Banking Interview Questions -1


1. What is CAR?

Capital adequacy ratio

2. Define Bank rate.

is the rate of interest which is charged by RBI on its advances to commercial banks. When reserve bank desires to restrict expansion of credit it raises the bank rate there by making the credit costlier to commercial bank.

3. What is the present value of SLR, CRR, CAR, RR, RRR etc

Can refer RBI sites for daily updates policy changes and Rate and Forex conversion rates, http://www.rbi.org.in/

4. What is CRR?

Specifies the percentage of their total deposits the commercial bank must keep with central bank or RBI. Higher the CRR lower will be the capacity of bank to create credit.

5. Define SLR?

Known as Statutorily Liquidity Ratio. Each bank is required statutorily maintain a prescribed minimum proportion of its demand and time liabilities in the form of designated liquid asset.

6. What is RRR (reverse Reporate)

Is the interest rate earned by the bank for lending money to the RBI in exchange of govt. securities or "lender buys securities with agreement to sell them back at a predetermined rate".

7. How can we control the liquidity in system with CRR.?

8. What is an escrow account? When is its required.

9. How much %govt should own to make the company govt owned?

10. What is a liability?

Improve - Critical Thinking

How to improve your logical ability /Critical thinking


The cognitive skills of a human determines his quality of life – be it learning, education or normal day to day living, - Reasoning and logical skills defines the boundary!.

Given below are few practical means of improving your critical thinking ability.

• Try remembering things in day to day life than storing to your PDA devices!

• Try to remember the mobile numbers of your close and dear

Challenge yourself - just ten minutes of mental activity a day might be enough to reduce your risks of mental decline.

• Games which involves strategy- like PUZZLES /Sudokus

• Keep your brain sharp and toned with regular exercise

Game 1: Find the Missing !!

A good game for students to get acquainted with numbers, operations and puzzles

Description of the game

Find the missing operations.. (Addition, subtraction, multiplication and division)

Number (missing operation) number (operation)= number

The fun is to find the operations which give the result, the end number!

Example: 3----- 6 ----2 +1 =10

The BODMAS – the precedence of operations also need to be taken care

One possible solution is : 3 * 6/ 2 +1 = 10

Ie, 6/2= 3 mutipley by 3 add one … u get 10

The game can be made hard by including negative numbers, more operations etc

There would be more than one possibility for the question and the scoring will depends upon how many possibilities can be arrived

This can be played in a smaller group.

This game doesn’t require a paper or pen hence can be played while traveling or during leisure time

These are good exercise for school going students to improve their computation skills

Game 2: Memory test

• Take 15 to 20 items normally the items that we see in our day to day living

• Analyze the same for 10 minutes,

• Keep the item away

• Try to recall the items in a span of 15 minutes..

Hints:

• Try forming a logical story / flow of remembering the things

• Think of an incident where you used those items…



A well functioning mind can reduce occasions of degenerative brain diseases and other brain related diseases.

These enable a student to develop a good learning skills, cognitive skills which helps to develop the learning skills of students these allows to process the sensory information we come across and henceforth analyze, evaluate , retain the relevant information’s compare the options, recall and come to a consensus.

Weak cognitive skills can be strengthened and normal cognitive skills can be enhanced to increase ease and performance in learning.

Where there is a will there is a way!.. give it a try..It worth it

Tuesday, February 15, 2011

Interview - Dream Company

What’s you dream company


If you are attending the dream job and profile of the dream company accept otherwise we need not mention that the company that you are being interviewed is the dream one.

• Say what’s is the thing that made you apply for this job..

o Profile of Job

o The huge salary (Be natural the interviewer also knows that for everyone salary matter, but it’s better to place the same in a middle position than you top priority)

o The enlarged responsibilities

o Huge exposure either with respect to new location or new domain

o Flexibility in creativity

o The well renowned team or the qualifications of team members wh9icn enables you to learn more

o The brand of being joining the company..say a Google employee or Microsoft or Mckinsey etc

o It can simply be You like the entire idea or values this company stands for..and you are keen to explore the same.

• If you are not sure what is the exact thing that you are looking for…Then combine all these above factors and put the above factors in an order which satisfies your logic.

Specializations-MBA Admissi

What are the courses /specializations available in an MBA

The main areas of specialization offered in most of the business administration colleges are


• Finance

• Marketing

• Information Management

• Operation Management

• Human Resource Management

• General Management

• International Business

• Service Operations Management

The one year programs and other service management areas of specializations offered in various colleges are:


• E-Governance

• Health Care

• Entrepreneurship

• Information and Project Management

• Software Enterprise Management

• Strategic Management

• Business

• Environment

• Decision Sciences

• Hospital Management,

• Supply Chain Management,

• Logistics & Transport Management,

• Tourism & Hospitality,

• BPO & Call Centre Management

• Health Care,

• Urban & Infrastructure Management,

• Social Sector Management,

• Natural Resources & Environment Management,

• Media,

• Insurance

• Rural Marketing,

• Advertising/Communication

Friday, February 11, 2011

Top 20 B-schools in India

Top 20 Business schools in India -Ranking

RankCollege Official Website Exams Accepted
1(IIM Ahmedabad) Indian Institute of Management, Ahmedabadhttp://www.iimahd.ernet.in/CAT, GMAT
2(IIM Bangalore) Indian Institute of Management, Bangalorehttp://www.iimb.ernet.in/CAT, GMAT
3(IIM Calcutta) Indian Institute of Management, CalcuttaCalcuttahttp://www.iimcal.ac.in/CAT, GMAT
4(FMS, Delhi) Faculty of Management Studies, Delhi UniversityDelhihttp://www.fms.edu/Own Exam- FMS
5(XLRI, Jamshedpur) Xavier's Labour Relations Institute, JamshedpurJamshedpurhttp://www.xlri.ac.in/GMAT,XAT
6(IIM Lucknow) Indian Institute of Management, LucknowLucknowhttp://www.iiml.ac.in/CAT, GMAT
7(ISB, Hyderabad) Indian School of Business, HyderabadHyderabadhttp://www.isb.edu/GMAT
8(IIM Indore) Indian Institute of Management, IndoreIndorehttp://www.iimidr.ac.in/iimi/CAT, GMAT
9(IIM Kozhikode) Indian Institute of Management, KozhikodeKozhikodehttp://www.iimk.ac.in/CAT, GMAT
10(SP Jain, Mumbai) SP Jain Institute of Management and Research, MumbaiMumbaihttp://www.spjimr.org/CAT, GMAT,XAT11(MDI, Gurgaon) Management Development Institute, GurgaonGurgaonhttp://www.mdi.ac.in/home/home.aspCAT, GMAT
12(JBIMS, Mumbai) Jamnalal Bajaj Institute of Management Studies, MumbaiMumbaihttp://www.jbims.edu/MAT,Others
13(NITIE, Mumbai) National Institute of Industrial Engineering, MumbaiMumbaihttp://www.nitie.edu/CAT
14(NMIMS, Mumbai) Narsee Monjee Institute of Management Studies, MumbaiMumbaihttp://www.nmims.edu/Own Exam- NMIMS
15(IIFT Delhi) Indian Institute of Foreign Trade, Delhi and KolkataDelhihttp://www.iift.edu/iift/index.aspOwn Exam- IIFT
16(SIBM, Pune) Symbiosis Institute of Business Management, PunePunehttp://www.sibm.edu/SNAP
17(IMT, Ghaziabad) Institute of Management Technology, GhaziabadGhaziabadhttp://www.imt.edu/CAT
18(XIM, Bhubhaneswar) Xavier's Institute of Management, BhubhaneswarBhubhaneswarhttp://www.ximb.ac.in/XAT
19(SJM-SoM, IIT Bombay) Shailesh J Mehta School of Management, IIT BombayMumbaihttp://www.som.iitb.ac.in/JMET
20(SCMHRD, Pune) Symbiosis Center for Management and Human Resources Development, PunePunehttp://www.scmhrd.edu/SNAP

Kerala Budget 2011 inBrief

Kerala Budget 2011- In Brief

LDF Government in Kerala presented a people-centric Budget on  February 10th, 2011 with a focus to welfare measures, price-control programmes and infrastructure development

The main points in brief are:

Common Man

1. Raised minimum welfare pension to Rs 400, a new pension scheme for domestic aides(majority of whom are women)

2. Measures to strengthen the social security net for below poverty line (BPL) sections, bringing four million families under a free insurance scheme.

3. Proposed free health insurance for BPL families

4. Write off the housing loans taken by poor people in the society under the government's Maythree Housing Loan Scheme.

5. Insulate the poor from the impact of price rise- 40 lakh families will be provided rice at Rs 2 a kg.

6. Stepping up the state-subsidised distribution network, 3,000 ration shops across the state would be made franchisees of the state Civil Supplies Corporation

7. Measures to check price rise of essential commodities. A kit with provisions of Rs.300 will be available at a price of Rs.150'

8. The commission of ration dealers was increased, to strengthen the functioning of ration shops

Infrastructure

1. A Special package for improving roads and building new links throughout the state

2. Improving amenities in five major cities, including the state capital.Thiruvananthapuram gets Rs 250 crore, Kochi Rs 202 crore, Kozhikode Rs 180 crore, Thrissur Rs 142 crore and Kollam Rs 120 crore.

3. Infrastructure development of the state- a Comprehensive Road Rehablitation project with a total out lay of Rs.40,000 crore was proposed

4. Setting up of new welfare boards for workers in private hospitals, Hospital Development Committees, Un-Aided Schools,College and Private Special Schools - Rs.10 crores.

Tax and rebates

1. No increase in tax rates

2. Proposed to simplify proceedures to file tax returns by introducing five forms in place of the 25 forms now.

3. All types of bricks,organic fertilizers, nylon plastic ropes have been exculded completely from tax net.

4. Luxury tax on Cable TV Operators withdrawn

5. Lowered the tax on sand from 12.5 to 4 percent

6. A new tax amnesty package for ailing Playwodd and Ayurveda Drug Industry.

Facts and Figures

1. A year end defecit of Rs.730.67 crores

2. Total revenue income was Rs.38 546.89 crores and revenue expenses of Rs.44,566.33 with a revenue defecit of Rs.6019.44 crores.

3. Total capital expenditure was Rs.2910.13 crores.The additional expenditure for the year was Rs.753.41 crores in the budget.

4. The salary bill for government employees in the state would increase from Rs.11130 crores to Rs.16326 crores.

5. Pension expenditure increase from Rs.5788 crores to Rs.7311 crores

6. Total public debt of the state decrease to 29.03 per from the existing 29.52 per cent from state's income

Wednesday, February 9, 2011

GD topics- General -7

Group Discussions- General topics

1. Do we have to optimize our Defense budget


2. A Life without internet

3. When and how should we decide for a Mergers and Acquisitions

4. Kids of today

5. Role of ethics in tobacco industry

6. Role of ethics in liquor industry

7. Are beauty pageants necessary?

8. Is MBA mandatory for a successful businessman

9. History repeats

10. Chain gang - a modern form of slavery

GD topics- General 6

Group discussions - General Topics- 6

1. The relevance of gandhism today


2. Gandhigiri in India

3. The Am-Admi and Government

4. Examinations Vs Education

5. Castless India

6. Borderless World- A dream or Reality

7. Survivors tool in the decade

8. Are indian fit for Democracy

9. Artificial intelligence and Man

10. Trade unions and Organizations

GD topics - Abstract Topics

Group discussion:- Abstract Topics -1

Abstract topics:

Abstract GD topic are topic which cannot be easily defined or formulated. It requires lateral thinking skills and evaluates our skills on critical and creative thinking. An abstract topic is an excellent opportunity for anyone to display their wide knowledge about a variety of subjects because, it’s purely subjective and can be interpreted in various ways. Example a Term Green: can be thought as “Green initiatives” to Islamic fundamentalism etc.

1. If I were …


2. Red is red and white is white

3. Only the holy cow produces the best hamburgers

4. The Nostradamus Code

5. The slow and Steady wins the race

6. Political Correctness

7. When clock strikes again.

8. The bottlenecks

9. Something is Nothing

10. Vegetarianism

GD topics- Sports

Group discussion: Sports based topics

1. The new forms of cricket


2. Is IPL loosing the game factor of Cricket

3. What are the lesson learned from Common-Wealth Games

4. The national game of India

GD topics- Case Study

Group discussion: Case Study based topics -1


1. Design a UID for Indian


2. What is the best process of admission for an MBA program

3. Estimate the flower industry in India

4. Estimate the car industry in India

5. A Govt company in Semiconductor industry has been going negative over last 5 years, What are the possible means to revamp.

6. A company is facing a financial crunch, How can it get its funding

7. If you were the minister of Telecom: Auction of 2-G Spectrum

8. Capacity building or Outsourcing

9. estimate the number of bookings for Nano Car in 2011.

10. What is the probability of finding a missing digit in a mobile number.

GD topics- Industry based -2

Group discussion: Industry based topics -2

1. The new Direct Tax code


2. Renewable vs Non renewable sources of energy

3. The middlemen and Indian farmers

4. Agriculture and India

5. The IT hub of India

6. Genetic engineering and its effects

7. The stem cell modifications: To be banned or not

8. India without the IT industry

GD topics- Industry based -1

Group discussion: Industry based topics -1

1. The 2-G auction and lessons learned


2. The telecom industry in India

3. The Most affected industry of financial crisis

4. The least affected industries during the financial crisis

5. Banking Industry the backbone of India

6. Government the largest consumer

7. BPO industry in India

8. Entrepreneurship the next big leap

9. Incubating units and its role in encouraging Entrepreneurship

10. VAT Vs GST

GD topics- General 5

Group discussion: General topics -5

1. Should all organizations being privatized


2. The Government culture

3. Too much privatizations is killing

4. Working for a social cause

5. Teach India initiatives

6. East Vs Rest :India

7. Environment - Whose responsibility

8. Natural resources and its optimal usage

9. Premarital sex

10. Indian Marriage is loosing its value

GD topics- General 4

Group discussion: General topics -4

1. Competition or healthy competition


2. The health consciousness of Indians

3. The loosing value of Money

4. A proud Indian?

5. The global financial crunch and India

6. The strict regulations a ban or boon

7. The increasing social divide

8. The reverse population pyramid

9. Responsibilities of An Indian

10. Honesty and Indian Citizens

GD topics- General 3

Group discussion: General topics -3

1. The role of Green Peace society


2. e-governance in India

3. m-governance and its prospects

4. United Nations and its role

5. USA and Iraq

6. "UN Peace activities"

7. Terrorism and extremities

8. Religious extremism Good or Bad

9. Luxury and Need at same price: Onion Vs Petrol

10. The race against high pay- MBA's

GD topics- General 2

Group discussion: General topics -2
 
1. The Land of Opportunities


2. Infrastructure - the primary requirement

3. The education in India Vs Foreign education

4. IITs and IIMs are causing Brain drains

5. Puch lines and Advertisements

6. The importance of 5 year Plans

7. India and the extended urban areas

8. The population and divide

9. Movies and Youth

10. The need of a regulatory body

GD topics- General 1

Group discussion: General topics -1

1. Possibilities of Indo- US strategic collaborations


2. Social Networking and its importance

3. Internet to be banned or not?

4. The aerated Drinks and Indian Youth

5. The Treat of Developing nations to India

6. Professionalism vs Family

7. Who can be the next PM

8. The role of President

9. Women empowerment

10. The Women leaders of Generation

Interview Qts - Consulting

Consulting /Business Consulting/ Strategy Consulting

1. What do u understand by consulting


2. What is you understand from the work e-goverance

3. Design a unique Id for INDIAN citizens

4. How will you decide which project to choose..A or B

5. Estimate the size of flower industry in india

6. What is cloud computing

7. What are the basic units of memory in computer

8. What is the estimated number of customers for a Product A

9. Estimate the booking for Nano Car

10. Estimate the number of customers for thunderbird Bike In India

11. Which are the big four consulting companies in India

12. What do you understand from a Business advisory Domain

13.  What is the best process of admission for an MBA program

14.  Estimate the car industry in India

15. A Govt company in Semiconductor industry has been going negative over last 5 years, What are the possible means to revamp.

16. A company is facing a financial crunch, How can it get its funding

17. If you were a company manager how would do decide : Capacity building or Outsourcing

18. Estimate the possible risks in starting a nuclear power palnt in Tamilnadu.

19. How can we decide whether Plan A or Plan B is better.

20. Give an example of a typical consulting  activity that we do in our day -to day living

Questions on Brightsizing

1. What is downsizing?


Ans:      An organisational strategy that involves reducing the size of the workforce is known as downsizing

2. What is bright sizing

Ans:      An organisational strategy that involves reducing the size of the workforce based on the criteria of age, ie most recently joined workforces is removed is known as brightsizing. The most vibrant young technologically savvy people are asked to move out of the company in the scenario of a brightsizing.

Brightsizing, is a type of corporate downsizing in which the brightest workers are let go. This happens when a company lays off those workers with the least seniority, but its those young workers who are often the best trained and educated.

3. How is bright sizing a statistical error.

Ans:      In statistical terms, bright sizing is Type 1 Error, ie the error of rejecting a null hypothesis when it is actually true. Here the truth is that young vibrant crowd forms a major contributor to a companies performance but unknowingly the company is removing the young crowd thinking that they are doing the correct sizing.

4. What is the phenomenon of bright sizing called in literary terms?

Ans:      In literary, the phenomenon of using fancy word to express a negative conatation is known as a “Euphenims”.

5. When does bright sizing happen

Ans:      Bright sizing can happen is 2 situations

1. Where the union or trade organization are very strong: Here the senior people have a strong say in the working of the company and when a downsizing has to happen, the seniors tries to maintain their position safe and young vibrant people are asked to move out.

2. Huge layoffs: If the company doesn’t have enough time and cost to do a proper performance or value based evaluation of employees before a layoff, the company chooses a most starigt forward method of laying off the most recently joined employyes thinking that they have very less acquired knowledge/training from the industry. This typically happens for a company which has to lay off more than 40-50% of their staff.

6. What are the different methodologies used for sizing

Ans:      Sizing is a major activity used in human resource planning. The main methodologies used for sizing of human capital are 1. Man power planning 2. Human resource accounting and thirdly Balance score card method and goal/task based evaluation.

7. What is manpower planning?

Ans:      Man power planning is the methodology used in a company to identify the required man power strength for a typical job.

8. How is man power planning done in consulting?
Ans:      In consulting companies we identify the gamut of works/services the company is into. We divide the services into smaller line of services and divide the man power requirements into 3-4 divisions like people required in front office, people at middle layer, people required at high level etc. We understand the skill set required for each level in each service lines and then map the existing manpower to the following list of manpower required based on “Matching Skill set” criteria.

9. Which type of industry uses task/goal based evaluation methodology?

Ans:      The performance evaluation is the method normally used in IT/ITES companies.

10. What are the methodologies used for performance evaluation?
11. Explain task based performance evaluation
12. What are the after effects of brightsizing in an organization?


13. What are the after effects of brightsizing on employees?


14. What are the alternatives for brightsizing

Interview Questions -Blogging

Blogging

1. What is a blog? Why is it called so?


Ans          A blog is also known as Weblog. It is a personal online diary or you can say journal which allows   you to share your thoughts and ideas. We can do blogging without having any programming knowledge.

2. What’s the average hit on your blog

3. What’s the topics that you write in your blog

4. Do you follow other’s blog, what you takeaways

5. What interest you in blogging and How frequently do you blog?

6. Do you know about Adsense?

7. What was the last topic that you have blogged on? Why?

8. Do you write literature?

9. Hows blogging different from creative wrting.

10. Give some platforms of blogging

Ans          Blogspot, wordpress, Blogger

Interview Questions - Movies

Watching/ following Movies

1. Which kind of movies do you see.


2. Which is the last 3 movies you saw…

3. Any idea on foreign movies?

4. Who are the favorites in movies..

5. How will you evaluate a movie. what are the parameters?

6. Estimate the profit from a movie?

7. What the difference between a serial (sitcoms) and movie..a comparative study

8. Who is Deepa Mehta?

9. How do you define classic movies?

10. Who was the director of the last movie you saw?

11. Who are the actor and actress of the movie?

12. Do you like animations?

13. Had any movie inspired you at any time?...examples

14. What was the scariest movie you have seen

15. What’s the difference between a producer and a director

16. Good scriptwriters make good director… Opinion

17. If you were to critic “titanic” or your favorite movie… how different you would have made it..

18. If you were given the power of Spider man. What you would have done?

19. What are the driving forces of media industry?

20. Any foreign language movies that has inspired you.

Interview Questions - Sports

Marathon/running

1. What made you register for a marathon


2. Which is the biggest marathon run in india

3. How many marathon are there in india

4. What was you training strategies..

5. How did u plan for cross training

6. Food Vs excesire… what was your understanding

7. What are the revenue models of conducting a marathon..

8. What are the different marathon races… Half marathon..Vs full marathon

9. How would have ur strategies be different for 21km and 42 kms?

10. Whats your opinion on “Run for a Cause”

Interview Questions - Drawing/painting

Drawing/Sketching/Painting


1. What are the basic principle of sketching

2. How is free hand different from sketching?

3. Opinion on Pencil vs Pen sketching?..

4. How many sketches have you done so far

5. Typical time required for a sketch

6. How would you differentiate your sketch from another..what’s the” thing u do differently

7. How does sketching help you as a person

8. Good sketcher have good Hand writing..what’s your call?

9. The best sketch you have made

10. Whom do you follow in sketching

11. Any exhibitions of your work done..?..

MBA admission -Interview 2

General Questions

1. Would you be like to be the top of the mountain or bottom of the Sea


2. What’s sectors do you follow?

3. Which sectors are doing good and bad… whats your opinion

4. What are the driving forces of “automobile industry”

5. Why would you choose this specialization over the other specialization.

 
Questions on Entrepreneurship


1. If not entrepreneur..who would have you become

2. What makes you a good entrepreneur?

3. What are the background researches you have done on your product?

4. What’s the completion analysis on you product

5. Who are the target customers

6. What are your funding options

MBA admission- Marketing

Marketing Specialization


1. What is the difference between sales and marketing?

2. Who is Kotler?

3. How will you sell a “coffee” without making them taste it

4. What do you understand by “intangibility”

5. How will you sell an intangible thing

6. How different is “tangible product selling wrt to intangible selling

7. Being from IT background how is service Vs product selling viewed, Which one does u prefer? And why

8. Punch line and Advertisement

9. What should a be a characteristics of a good Advertisement

10. Comment on 2 favorite adds that has impressed you

11. If you were the marketing manager of Cadbury dark chocolate, How would have you marketed it

12. Any understanding on Integrated communication

13. What do you understand by Brand

14. What is your Brand Value

15. Distinguish between market share Verses Wallet share

MBA admission- Finance

1. Why finance?


2. Which are the books that you have read on Finance?

3. Do you track market movements?

4. Do You understand budget?...

5. What is VAT?...

6. What is CST?

7. How is a B.Tech background gona help to in MBA? Especially Finance?

8. What do you understand from “Breakeven Point”

9. What is fixed cost

10. What is variable cost

11. How will break even be affected by fixed cost and variable cost

12. If fixed cost is high , will breakeven point increase or reduce

13. Whats Goodwill

14. How do you value a company

15. Basics of accounting- Debit and Credit

MBA admission - Interview 1

General interview Questions

1. Why MBA?


2. If not MBA what you would have done

3. What factor of management do you like?

4. How do you define management?

5. What job role are you expecting after MBA

6. Which are the companies that visited campus providing this profile

7. How do you differentiate yourself from the next guy

8. Why you and not him???

9. If you r good at drawing..Draw the portrait of the guy beside u

10. If not you, who else should I select

11. Whats your view on CAT -Exams” Is it too competitive

12. If given a chance to write “CAT again..what different strategy you would have used.

13. Speak On the Topic: "something is nothing!!!

14. If you are not selected now..what next?

15. Define your “dream JOB” or Dream Company”