SIEMENS PAPER ON 29TH MARCH AT BANGALORE
Hai Friends..... " PLEASE READ COMPLETELY "
When i searched for some latest questions i was really very much disappointed, bcoz every time i searched for latest questions i got only one set question which was very old. So i would like to tell you
my experience and questions i remember in this session.
B.E. and M.C.A students were asked to attend. They have sent call letters separately to everyone.
WRITTEN PATTERN
1. Totally 50 questions were there.
2. Two sections
* Technical 25 questions
* Apptitude 25 questions
3. Duration of the test was 40 min.
4. Negative mark 0.25 for each wrong answers.
Our exam started sharply at 1.30 P.M and sharply and nicely ended at 2.10 P.M. Two batches like 8.00 AM and 1.00 PM batch were conducted.I have appeared in 1.00 PM batch. More than 200 members appeared. But Selected candidates in our batch was only 10.
One question booklet with sequntially printed 50 questions.
Some of the questions i can remember. I would like to tell you those questions, I hope it will definitely help you.
Ok following are some of the useful things about the written pattern.
* TECHNICAL QUESTIONS
In technical questions they asked only from the following areas.
* Operating Systems.
* Computer Networks.
* C
* C++
that all. No other areas. All the questions were really very very basic questions. You can easily answer.
* Operating Systems.
-> Starting 2 to 3 questions were related to Windows NT.
-> Demand paging.
-> Fragmentation.
* Computer Networks
-> Read thoroughly the functions of every layers in OSI model.
-> only two questions related to networks, both of them were related to layers.
* C & C++
-> Very basic c apptitude questions were there.
-> For example,
1. func(int x,int& y)
{
x++;y++;
}
void main()
{
int a,b;
a=b=1;
func(a,b);
cout<<a<<b;
}
Choices:
a. 1 1
b. 1 2
c. 2 1
d. 2 2
2. What is the operator for stream insertion
a. >
b. >>
c. <
d. <<
This kind of questions found range from 2 to 4.
* Missing Number
This kind of questions were really very very easy to answer.
For example,
1. 3 : 16 :: 7 : ?
Ans: 64
(3 * (3+2))+1 = 16
(7 * (7+2))+1 = 64
HOPE IT WILL BE USEFUL.ALL THE BEST
MR.K