ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 


 

Company >> BEL >> BEL Questions
 
 Accenture aptitude test questions  Accenture Aptitute Test Questions (2)  BEL technical test questions  BEL Technical Test Questions (3)  Atos Origin interview questions  Atos-Origin Interview Questions (5)
 
Back to Questions Page
Question   Hello friends, can any one give path to get BEL mechanical sample papers . Rank Answer Posted By  
 Interview Question Submitted By :: Yoga Krishna
I also faced this Question!!   © ALL Interview .com
Answer
yes , you can get them from freshersworld.com
 
0 Shailesh Raghav
 
 
Question   should I pronounce slowly or hourshly? Rank Answer Posted By  
 Interview Question Submitted By :: Skumar
I also faced this Question!!   © ALL Interview .com
Answer
Hi, Please be bold and clear when you are answering. Don't 
give any wrong information, and try to convinence in 
pleasing manner and with clear voice. If you are unable to 
understand the question request them to repeat the question 
politly. Keep smiling everythime. Goodluck.
 
0 Ravi Kishore
 
 
Answer
should I pronounce slowly or hourshly?

Ravi already answer it well... the only thing i wan tot add
is...

Correct your pronunciation and SPELLINGS before going there.
There is no such word: "hourshly"
 
0 Mr. X In Mumbai
 
 
 
Question   WHY AMMETER IS ALWAYS CONNECTEDIN SERIES IN THE CIRCUIT AND VOLTMETERIN PARALLEL??????????????????? Rank Answer Posted By  
 Interview Question Submitted By :: Amudhu2685
I also faced this Question!!   © ALL Interview .com
Answer
Ammeter is connected in the series because it measures the 
current which would be flowing in a single series line by a 
series of electrons

Voltmeter is connected in parallel because it measures the 
potential difference between two terminals(voltage) which 
cannot be done when connected in series as ammeter.
 
0 Nirmalkumar
 
 
Answer
The internal impedence of an ammeter is very low. So if it 
is connected in parallel with any circuit, the equivalent 
resistance of the circuit reduced to almost zero. 
On the other hand voltmeter has very high internal 
impedence, So if it is placed in series with any device 
then that device become almost open circuited.
Thats why these devices are connected in such manner.
 
0 Aman Dabgotra
[Bel]
 
 
Question   WHAT IS THE DIFFERNECE BETWEEN THE SEMICONDUCTOR DEVICES AND POWER SEMICONDUCTOR DEVICES????????? Rank Answer Posted By  
 Interview Question Submitted By :: Aramuthan
I also faced this Question!!   © ALL Interview .com
Answer
Normally semiconductor devices are meant for handling small 
powers of electricity.  Power semiconductor devices derived 
or made from semiconductors are for handling larger powers.
Semiconductor devices includes resistors, capacitors, small 
power handling transistors etc. Resistance value is NOT 
dependant on the amount of power to be handled, but its 
size is. Power semicondtr devices includes SCR, TRIAC etc 
which are derived from semiconductors but are for handling 
larger powers..
 
4 Arun
 
 
Answer
PAWER semiconductor devices have higher power dissipation 
capacity. There is also difference between manufacturing 
processes used for simple semiconductor devices and power 
devices. some examples of power devices are TRIAC, SCR, 
DIAC, IGBT etc.Mostly simple devices are used in the 
communication circuit design and power devices in design of 
more rugged electrical systems.
 
0 Sushant
 
 
Question   hi i m an EC engg i had cleared written test for PE for BEL plz help be for interview provide me full information about intrvw as much as u can.. thankx.. Rank Answer Posted By  
 Interview Question Submitted By :: Meenal_shukla2000
I also faced this Question!!   © ALL Interview .com
Answer
hi i m also giving bel p.e. exam for this year.
will u plz provide me sample que for this exam.
my mail id is sapna29sep@hotmail.com
 
0 Sapna
 
 
Answer
could u also give me the sample questions.......
email id geekb4u@yahoo.com
 
0 Geek
 
 
Answer
hi i m also giving BEL PE exam so will u plz send me sample
questions of written test. my mail id is amruta.modi@gmail.com
 
3 Amruta
 
 
Answer
hi could  pls give me the sample questions for Computer 
branch.....
email id manjupriyait@yahoo.com
 
0 Manjupriya
 
 
Answer
hi i m also giving bel p.e. exam for this year.
will u plz provide me sample que for this exam.i am 
electronics student
my mail id is abhishek.mb@gmail.com
  plzzzzzzzzzzzzzzz help
 
0 Abhishek
 
 
Answer
hi even i am giving interview for PE kindly mail me the 
sample papers to pramila_129@rediffmail.com..please
 
0 Pramila
 
 
Question   what is a GPIB? Rank Answer Posted By  
 Interview Question Submitted By :: Vijaya
I also faced this Question!!   © ALL Interview .com
Answer
it describes the standard interface for communication 
between instuments & controllers from various vendors.
(General Purpose Interface Bus )
 
1 Vijaya
 
 
Question   draw the bode plot of a second order typical system. Rank Answer Posted By  
 Interview Question Submitted By :: Nirmal Dutta
I also faced this Question!!   © ALL Interview .com
Answer
5477574747457
 
0 6674776
 
 
Question   What is Internal Table? Rank Answer Posted By  
 Interview Question Submitted By :: ReshmaBiswas
I also faced this Question!!   © ALL Interview .com
Answer
ITS A TABLE WHICH HAS NO PRIMARY KEY AND A TEMPORARY ONES.
WE CAN HAVE ANY NUMBER OF DUPLICATE RECORDS WE WANT.
 
0 Arun Prasad
 
 
Answer
internal table is just a structure that exists only during
run-time.
it could be used as  a snapshot of database table.

cheers.
Aditya.
 
0 Aditya
 
 
Answer
INTERNAL TABLE IS A DATA STRUCTURE USED TO STORE MULTIPLE 
RECORDS OF DATA IT MAY OR MAY NOT BE RELATED TO A DATABASE 
TABLE WE HAVE STANDARD SORTED AND HASHED INTERNAL TABLES.
 
0 Preethi
 
 
Answer
Internal table is   the temparary table created in RAM of
application server while runtime which is used to do the
operation on thye data while processing.
 
0 Vaibhav
 
 
Answer
Internal tables provide a means of taking data from a fixed 
structure and storing it in working memory in ABAP. The 
data is stored line by line in memory, and each line has 
the same structure. In ABAP, internal tables fulfill the 
function of arrays. Since they are dynamic data objects, 
they save the programmer the task of dynamic memory 
management in his or her programs. You should use internal 
tables whenever you want to process a dataset with a fixed 
structure within a program. A particularly important use 
for internal tables is for storing and formatting data from 
a database table within a program. They are also a good way 
of including very complicated data structures in an ABAP 
program
 
0 Kartikeya Bommuluri{abap Consu
 
 
Answer
INTERNAL TABLE ALLOCATING EXTRA SIZE OF MEMEORY IN 
APPLICATION SERVER.BUT INTERNAL TABLE MEMORY IS TEMPORORY.
WHEN THE INTERNAL TABLE IS CREATED IT ALLOCATES MEMORY 
DURING RUNTIME AND THAT MEMORY IS DESTROYED WHEN THE 
PROGRAM IS ENDED.
 
0 Uma
 
 
Answer
internal table is allocating extra size of memory in 
application server.but this memory is temporary.
internal table memory is allocated during at the runtime.
when the program is closed internal table memory is 
destroyed.
 
0 Uma
 
 
Answer
Internal table is the temporary Storage area that exists 
only at program runtime.
 
0 Lokesh
 
 
Answer
It is a complex Data Object Used to Store multiple records
at program run time temporarily. Memory Allocation to
Internal Tables is done dynamically at run time Only.
Initial Default Size is 8K.

Internal Table Types are

1)Standard Tables
2)Sorted Tables
3)Hashed Tables.
 
0 Sudhakar1207
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com