Blue Star
Bluestar consisted of three section each of 20 minutes ....the first being Apti followed by a Computer awareness and a Technical test.The technical test u have to choose 2 sections out of five (C&Unix,C++,VB,ASP,RDBMS)the combitinations are limited as VB and ASP go together...remember there are sectional cutoffs and possibiliy an upper cutoff as well.the Bluestar had previously visited IMT Ghaziabad..but could not get the paper from BIT.But iam attaching a few latest papers..hope they'll help.for the interview be prepared in C++,Networking and any projects u have done (he is grilling those who had done some projects so guys u can carry the advantage if u prepare ur projects well).Another sincere advice...during the interview don't project urself as over ambitious..or be prepared to answer as to why u are over ambitious...
last year on campus & this yeasr off campus same paper in nov 2002 paper Now about the Test. Test consisted of 4 sections. 1) Analytical 20 Q 20 min Analytical Section is very easy.Simple arithmetic type problems are asked.
2) Software 20 Q 20 min This section was rather tough.It consisted of typical S/W questions except from these 4 topics.
3 & 4) You have to choose 2 papers out of 4 papers from C/unix ; c++ ; ASP/VB ; DBMS Both papers will have 10 Q each to be done in 10 min respectively.
So total of 60 Q in 60 min.
in nov 2002--- -------------
here r some guidelines for bluestar paper
> In blue star paper, there were 2 sections. firstly u > need to clear the aptitude test. It was very easy. > Some of the ques are as follows > > 1.complete the series > 1 6 3 7 5 8 7 ? > ans: 9 > > 2. if circle is one octagon is > 2 4 6 8 or 10 > > 3.pick the odd one out > bend shave chop whittle shear > > 4.2 persons start from a pt. and go in opposite > directions. After going 3 km they turn left and walk 4 > km .how far r they now? > Ans: 10 km > > 5.there was a ques on work something like 2 typists > type 2 papers in 4 hrs then in how much time will 5 > typists take or something like that > > 6. there were 2 ques on proverbs u were supposed to > tell the meaning.they were easy. > > > > After clearing aptitude there was technical paper. It > had 2 sections. > In section A there were 4 subsections out of which 2 > were to be attempted. the first subsection was on c > and unix, second on c++,third on vb/asp/com and > fourth on rdbms. > > In section B general computer awareness. > > > In section A I did c and c++. > Some ques were as follows > > 1.void main() > { > extern int a; > a=10; > printf("%d",a); > > } > will > 1. give linker error- a not defined > 2. print 10 > 3. give compiler error > > 2.int a[10]; > printf("%d,%d",a[0],a[12]); > will compiler show any error? > > > 3.socket() is a > 1.system call > 2. library function > 3.both > 4. none > > > > in c++ there were conceptual ques on virtual functions > , operator overloading etc. > > > > in section B some ques were as follows > > 1.in microprocessor over clocking will result in > 1.overheating > 2.malfunctioning > 3. > 4. > > > 2.cache is > 1.ROM > 2.RAM > 3.PRAM > 4.EPRAM > >
Blue star paper has got 2 sections. Firstly u need to clear the aptitude test. It is very easy. Some of the ques are as follows: 1.complete the series 1 6 3 7 5 8 7 ? ans: 9 2. if circle is one octagon is 2 4 6 8 or 10 3.pick the odd one out bend shave chop whittle shear ans bend. 4.2 persons start from a pt. and go in opposite directions. After going 3 km they turn left and walk 4 km .how far r they now? Ans: 10 km 5.there was a ques on work something like 2 typists type 2 papers in 4 hrs then in how much time will 5 typists take or something like that 6. there were 2 ques on proverbs u were supposed to tell the meaning.they were easy. 7. a person runs 6 ft in 1/4 sec. how much it will run in 10 sec. ans 240 8. find odd one cat ,dog,rabbit,hamster,elk. 9. in a party man & his wife ,and there r 2 son with their wives, and every son has 4 children in his family .how many person r in party. 10. unsreambled the word P U T E C A S A H (like that) paraschute 11. add a word in starting of SCAPE and at the end of Grass, u will get two different word ans:- land grassland landscape 13. all men of this party are republican . mohan is member of this party. mohan is republican is true or false or camn't say? 14. there r 1200 elephant .some have blue and pink strips.some have pink & green strip. 400 ele. have only pink strip. how many have only blue strip a. 400 b. can't determined. c.none 15. DAY LIGHT DAY BREAK DAY TIME ANS:- DAY.
After clearing aptitude there was technical paper. It had 2 sections. In section A there were 4 subsections out of which 2 were to be attempted. the first subsection was on c and unix, second on c++,third on vb/asp/com and fourth on rdbms. In section B general computer awareness. In section A I did c and c++. Some ques were as follows 1.void main() { extern int a; a=10; printf("%d",a); } will 1. give linker error- a not defined ans 2. print 10 3. give compiler error 2.int a[10]; printf("%d,%d",a[0],a[12]); will compiler show any error? ans no 3.socket() is a 1.system call ans 2. library function 3.both 4. none in c++ there were conceptual ques on virtual functions , operator overloading etc. in section B some ques were as follows 1.in microprocessor over clocking will result in 1.overheating 2.malfunctioning ans(check) 3.life would be half 4. 2.cache is 1.ROM 2.RAM ans 3.PRAM 4.EPRAM 3.how can pass an array to a fns. 1.desgin(**a) 2.desgin (*a) 3.dasgien(&a[0]); 4. 4.unix has pipelining fromatted & a.high level b.low " c.mid level d. none " 5. task switching is 1.process switching 2. 3 4.all of the above ans 6.thread arev ans .light weight process+(c)....................... 7. virual fns are defined as ................ 8. which is not bus interface a.pci b. ide c.age d. none 9. switch statement use only a.char b.int c.both d.all of the above 10. multiple inheritence can not be used in a case.......................................? 11. what is difference b/w simple SQDL & Object oriented SQDL. 12. Virtual Destructor is used........................... 13. question on two pass assembler .......................... 14. link list uses a.countiguos memory allocation b. non coun. " " c. both d. none 15. non linear structure a. q & stack ans:- b.tree & graph c. tree & stack d. tree & linklist 16. encryption is ans a. change readable code to cipher text b.none c. d. 17. sizeof () operator is used for a.data type b. data type & veriable ans c. both d.none 18. deadlock condition ans. no process knows exactly that both are waiting for each other. 19.static ans:- it's initial value is one --- not true 20. new can be overloaded ------ true 21. virtual function------- ans a and c means no code and forceful inheritance 22. for(;;) ans:- infinite loop Only three unix questions were there 1) socket() is a answer: a) system call 2) two types of pipeline in unix one is formatted and other one is highlevel middle level lowlevel none ( i don't answer for this question pls check it out) RDBMS 1 CAN foreign key have null values?? answer: YES 2 IN RDbms SORTING IS PERFORMED IN ANSWER: TEMP 3. SIMILIAR TYPE QUESTION EXACTLY I DON'T REMEMBER BUT IT GOES LIKE THIS MINIMUM REQUIREMENT FOR RDBMS ANSWER IS SYSTEM
1.complete the series1 6 3 7 5 8 7 ?ans: 9
2. if circle is one octagon is2 4 6 8 or 10
3.pick the odd one outbend shave chop whittle shearans bend.
4.2 persons start from a pt. and go in oppositedirections. After going 3 km they turn left and walk4km .how far r they now?Ans: 10 km
5.there was a ques on work something like 2 typiststype 2 papers in 4 hrs then in how much time will 5typists take or something like that
6. there were 2 ques on proverbs u were supposed totell the meaning.they were easy.
7. a person runs 6 ft in 1/4 sec. how much it will runin 10 sec.ans 2408. find odd onecat ,dog,rabbit,hamster,elk.9. in a party man & his wife ,and there r 2 son withtheir wives, and every son has 4 children in hisfamily .how many person r in party.
10. unsreambled the word P U T E C A SA H (like that)paraschute
11. add a word in starting of SCAPE and at theend of Grass, u will get two different wordans:- landgrasslandlandscape
13. all men of this party are republican .mohan is member of this party.mohan is republicanis true or false or camn't say?
14. there r 1200 elephant .some have blue and pinkstrips.some have pink & green strip. 400 ele. haveonly pink strip. how many have only blue stripa. 400b. can't determined.c.none
15. DAY LIGHT DAY BREAK DAY TIME ANS:- DAY.
After clearing aptitude there was technical paper. Ithad 2 sections.In section A there were 4 subsections out of which 2were to be attempted. the first subsection was on cand unix, second on c++,third on vb/asp/com andfourth on rdbms.In section B general computer awareness.
In section A I did c and c++.Some ques were as follows
1.void main(){extern int a;a=10;printf("%d",a);}will1. give linker error- a not defined ans2. print 103. give compiler error
2.int a[10];printf("%d,%d",a[0],a[12]);will compiler show any error?
ans no
3.socket() is a1.system call ans2. library function3.both4. none
in c++ there were conceptual ques on virtualfunctions , operator overloading etc.in section B some ques were as follows1.in microprocessor over clocking will result in1.overheating2.malfunctioning ans(check)3.life would be half4.
2.cache is1.ROM2.RAM ans3.PRAM4.EPRAM
3.how can pass an array to a fns.1.desgin(**a)2.desgin (*a)3.dasgien(&a[0]);4.
4.unix has pipelining fromatted & a.high level b.low " c.mid level d. none "5. task switching is1.process switching2. 34.all of the above ans
6.thread arev ans .light weightprocess+(c).......................
7. virual fns are defined as ................
8. which is not bus interfacea.pcib. idec.aged. none
9. switch statement use onlya.charb.intc.bothd.all of the above
10. multiple inheritence can not be used in acase.......................................?
11. what is difference b/w simple SQDL & Objectoriented SQDL.
12. Virtual Destructor isused...........................
13. question on two pass assembler ..........................
14. link list usesa.countiguos memory allocationb. non coun. " "c. bothd. none
15. non linear structurea. q & stack ans:- b.tree & graphc. tree & stackd. tree & linklist
16. encryption isans a. change readable code to cipher textb.nonec.d.
17. sizeof () operator is used fora.data type b. data type & veriable ans c. bothd.none
18. deadlock conditionans. no process knows exactly that both arewaiting for each other.
19.static ans:- it's initial value is one --- not true20.new can be overloaded ------ true21.virtual function------- ans a and cmeans no code and forceful inheritance22. for(;;)ans:- infinite loop
1) In the multiplication of 2 numbers Gn. in alphabets HE EH------------------- HE HHA------------------- HNME-------------------
then the value of NAME is
ans: 2907 exp: 17 X 71 ----------- 17 119 ------------- 1207 -------------
2)In a coding decoding ques , WATER is coded as XWDPK and something like LITAR is coded as PWDMN, WHERE is coded as
ans: is d) choice. it will contain 2 k’s and one x. (it starts with x)
exp: in both ATR is common and their code is PWD then for WE --> XK, so for WHERE --> 2 x’s or 2 k’s te be their, In the Gn. choices d) will only works correct.3)A problem related to Counting no of rectangles……. Ans:- 11 4)Angle b/w hour & minute at 3:35? Ans:-nearest ans. given is 120 (actual ans is 102.5 deg).
5) One ques. : 100 m race : one covers it 45 sec & 36 sec then for how much distance winner will defeat the looser? Ans: 20 m. 6)3,5 ,5,19,7,41,9,? Ans:- 717) 7 red ball & 4 green ball ,how many min. balls to be drawn to get two similar color ball? Ans:- 3
8)2,5,10,17- - - - - - - - 10 th term? Ans:-1019)1360 is divided into A,B,C. A gets 2/3 rd of B, B gets ¼th of C. Whatis B share? Ans: 240.
10) 8 pencils costs Rs 5 . Then how many pencils can be bought for rs 50?
Ans: 80
11) A solves 10 pages in 5 minutes; B solves 5 pages in 10 minutes. How many pages they can solve in 30 minutes?Ans: 75.
12)A man starts from his house , and walks straight for 4 Km , then turns right, and walks for 2 Km , then turns right and walks for 2 Km, now
last year on campus & this yeasr off campus same paper in nov 2002 paper Now about the Test. Test consisted of 4 sections. 1) Analytical 20 Q 20 min Analytical Section is very easy.Simple arithmetic type problems are asked.
2) Software 20 Q 20 min This section was rather tough.It consisted of typical S/W questions except from these 4 topics.
3 & 4) You have to choose 2 papers out of 4 papers from C/unix ; c++ ; ASP/VB ; DBMS Both papers will have 10 Q each to be done in 10 min respectively.
So total of 60 Q in 60 min.
in nov 2002--- -------------
here r some guidelines for bluestar paper
> In blue star paper, there were 2 sections. firstly u > need to clear the aptitude test. It was very easy. > Some of the ques are as follows > > 1.complete the series > 1 6 3 7 5 8 7 ? > ans: 9 > > 2. if circle is one octagon is > 2 4 6 8 or 10 > > 3.pick the odd one out > bend shave chop whittle shear > > 4.2 persons start from a pt. and go in opposite > directions. After going 3 km they turn left and walk 4 > km .how far r they now? > Ans: 10 km > > 5.there was a ques on work something like 2 typists > type 2 papers in 4 hrs then in how much time will 5 > typists take or something like that > > 6. there were 2 ques on proverbs u were supposed to > tell the meaning.they were easy. > > > > After clearing aptitude there was technical paper. It > had 2 sections. > In section A there were 4 subsections out of which 2 > were to be attempted. the first subsection was on c > and unix, second on c++,third on vb/asp/com and > fourth on rdbms. > > In section B general computer awareness. > > > In section A I did c and c++. > Some ques were as follows > > 1.void main() > { > extern int a; > a=10; > printf("%d",a); > > } > will > 1. give linker error- a not defined > 2. print 10 > 3. give compiler error > > 2.int a[10]; > printf("%d,%d",a[0],a[12]); > will compiler show any error? > > > 3.socket() is a > 1.system call > 2. library function > 3.both > 4. none > > > > in c++ there were conceptual ques on virtual functions > , operator overloading etc. > > > > in section B some ques were as follows > > 1.in microprocessor over clocking will result in > 1.overheating > 2.malfunctioning > 3. > 4. > > > 2.cache is > 1.ROM > 2.RAM > 3.PRAM > 4.EPRAM > >
Blue star paper has got 2 sections. Firstly u need to clear the aptitude test. It is very easy. Some of the ques are as follows: 1.complete the series 1 6 3 7 5 8 7 ? ans: 9 2. if circle is one octagon is 2 4 6 8 or 10 3.pick the odd one out bend shave chop whittle shear ans bend. 4.2 persons start from a pt. and go in opposite directions. After going 3 km they turn left and walk 4 km .how far r they now? Ans: 10 km 5.there was a ques on work something like 2 typists type 2 papers in 4 hrs then in how much time will 5 typists take or something like that 6. there were 2 ques on proverbs u were supposed to tell the meaning.they were easy. 7. a person runs 6 ft in 1/4 sec. how much it will run in 10 sec. ans 240 8. find odd one cat ,dog,rabbit,hamster,elk. 9. in a party man & his wife ,and there r 2 son with their wives, and every son has 4 children in his family .how many person r in party. 10. unsreambled the word P U T E C A S A H (like that) paraschute 11. add a word in starting of SCAPE and at the end of Grass, u will get two different word ans:- land grassland landscape 13. all men of this party are republican . mohan is member of this party. mohan is republican is true or false or camn't say? 14. there r 1200 elephant .some have blue and pink strips.some have pink & green strip. 400 ele. have only pink strip. how many have only blue strip a. 400 b. can't determined. c.none 15. DAY LIGHT DAY BREAK DAY TIME ANS:- DAY.
After clearing aptitude there was technical paper. It had 2 sections. In section A there were 4 subsections out of which 2 were to be attempted. the first subsection was on c and unix, second on c++,third on vb/asp/com and fourth on rdbms. In section B general computer awareness. In section A I did c and c++. Some ques were as follows 1.void main() { extern int a; a=10; printf("%d",a); } will 1. give linker error- a not defined ans 2. print 10 3. give compiler error 2.int a[10]; printf("%d,%d",a[0],a[12]); will compiler show any error? ans no 3.socket() is a 1.system call ans 2. library function 3.both 4. none in c++ there were conceptual ques on virtual functions , operator overloading etc. in section B some ques were as follows 1.in microprocessor over clocking will result in 1.overheating 2.malfunctioning ans(check) 3.life would be half 4. 2.cache is 1.ROM 2.RAM ans 3.PRAM 4.EPRAM 3.how can pass an array to a fns. 1.desgin(**a) 2.desgin (*a) 3.dasgien(&a[0]); 4. 4.unix has pipelining fromatted & a.high level b.low " c.mid level d. none " 5. task switching is 1.process switching 2. 3 4.all of the above ans 6.thread arev ans .light weight process+(c)....................... 7. virual fns are defined as ................ 8. which is not bus interface a.pci b. ide c.age d. none 9. switch statement use only a.char b.int c.both d.all of the above 10. multiple inheritence can not be used in a case.......................................? 11. what is difference b/w simple SQDL & Object oriented SQDL. 12. Virtual Destructor is used........................... 13. question on two pass assembler .......................... 14. link list uses a.countiguos memory allocation b. non coun. " " c. both d. none 15. non linear structure a. q & stack ans:- b.tree & graph c. tree & stack d. tree & linklist 16. encryption is ans a. change readable code to cipher text b.none c. d. 17. sizeof () operator is used for a.data type b. data type & veriable ans c. both d.none 18. deadlock condition ans. no process knows exactly that both are waiting for each other. 19.static ans:- it's initial value is one --- not true 20. new can be overloaded ------ true 21. virtual function------- ans a and c means no code and forceful inheritance 22. for(;;) ans:- infinite loop Only three unix questions were there 1) socket() is a answer: a) system call 2) two types of pipeline in unix one is formatted and other one is highlevel middle level lowlevel none ( i don't answer for this question pls check it out) RDBMS 1 CAN foreign key have null values?? answer: YES 2 IN RDbms SORTING IS PERFORMED IN ANSWER: TEMP 3. SIMILIAR TYPE QUESTION EXACTLY I DON'T REMEMBER BUT IT GOES LIKE THIS MINIMUM REQUIREMENT FOR RDBMS ANSWER IS SYSTEM
1.complete the series1 6 3 7 5 8 7 ?ans: 9
2. if circle is one octagon is2 4 6 8 or 10
3.pick the odd one outbend shave chop whittle shearans bend.
4.2 persons start from a pt. and go in oppositedirections. After going 3 km they turn left and walk4km .how far r they now?Ans: 10 km
5.there was a ques on work something like 2 typiststype 2 papers in 4 hrs then in how much time will 5typists take or something like that
6. there were 2 ques on proverbs u were supposed totell the meaning.they were easy.
7. a person runs 6 ft in 1/4 sec. how much it will runin 10 sec.ans 2408. find odd onecat ,dog,rabbit,hamster,elk.9. in a party man & his wife ,and there r 2 son withtheir wives, and every son has 4 children in hisfamily .how many person r in party.
10. unsreambled the word P U T E C A SA H (like that)paraschute
11. add a word in starting of SCAPE and at theend of Grass, u will get two different wordans:- landgrasslandlandscape
13. all men of this party are republican .mohan is member of this party.mohan is republicanis true or false or camn't say?
14. there r 1200 elephant .some have blue and pinkstrips.some have pink & green strip. 400 ele. haveonly pink strip. how many have only blue stripa. 400b. can't determined.c.none
15. DAY LIGHT DAY BREAK DAY TIME ANS:- DAY.
After clearing aptitude there was technical paper. Ithad 2 sections.In section A there were 4 subsections out of which 2were to be attempted. the first subsection was on cand unix, second on c++,third on vb/asp/com andfourth on rdbms.In section B general computer awareness.
In section A I did c and c++.Some ques were as follows
1.void main(){extern int a;a=10;printf("%d",a);}will1. give linker error- a not defined ans2. print 103. give compiler error
2.int a[10];printf("%d,%d",a[0],a[12]);will compiler show any error?
ans no
3.socket() is a1.system call ans2. library function3.both4. none
in c++ there were conceptual ques on virtualfunctions , operator overloading etc.in section B some ques were as follows1.in microprocessor over clocking will result in1.overheating2.malfunctioning ans(check)3.life would be half4.
2.cache is1.ROM2.RAM ans3.PRAM4.EPRAM
3.how can pass an array to a fns.1.desgin(**a)2.desgin (*a)3.dasgien(&a[0]);4.
4.unix has pipelining fromatted & a.high level b.low " c.mid level d. none "5. task switching is1.process switching2. 34.all of the above ans
6.thread arev ans .light weightprocess+(c).......................
7. virual fns are defined as ................
8. which is not bus interfacea.pcib. idec.aged. none
9. switch statement use onlya.charb.intc.bothd.all of the above
10. multiple inheritence can not be used in acase.......................................?
11. what is difference b/w simple SQDL & Objectoriented SQDL.
12. Virtual Destructor isused...........................
13. question on two pass assembler ..........................
14. link list usesa.countiguos memory allocationb. non coun. " "c. bothd. none
15. non linear structurea. q & stack ans:- b.tree & graphc. tree & stackd. tree & linklist
16. encryption isans a. change readable code to cipher textb.nonec.d.
17. sizeof () operator is used fora.data type b. data type & veriable ans c. bothd.none
18. deadlock conditionans. no process knows exactly that both arewaiting for each other.
19.static ans:- it's initial value is one --- not true20.new can be overloaded ------ true21.virtual function------- ans a and cmeans no code and forceful inheritance22. for(;;)ans:- infinite loop
1) In the multiplication of 2 numbers Gn. in alphabets HE EH------------------- HE HHA------------------- HNME-------------------
then the value of NAME is
ans: 2907 exp: 17 X 71 ----------- 17 119 ------------- 1207 -------------
2)In a coding decoding ques , WATER is coded as XWDPK and something like LITAR is coded as PWDMN, WHERE is coded as
ans: is d) choice. it will contain 2 k’s and one x. (it starts with x)
exp: in both ATR is common and their code is PWD then for WE --> XK, so for WHERE --> 2 x’s or 2 k’s te be their, In the Gn. choices d) will only works correct.3)A problem related to Counting no of rectangles……. Ans:- 11 4)Angle b/w hour & minute at 3:35? Ans:-nearest ans. given is 120 (actual ans is 102.5 deg).
5) One ques. : 100 m race : one covers it 45 sec & 36 sec then for how much distance winner will defeat the looser? Ans: 20 m. 6)3,5 ,5,19,7,41,9,? Ans:- 717) 7 red ball & 4 green ball ,how many min. balls to be drawn to get two similar color ball? Ans:- 3
8)2,5,10,17- - - - - - - - 10 th term? Ans:-1019)1360 is divided into A,B,C. A gets 2/3 rd of B, B gets ¼th of C. Whatis B share? Ans: 240.
10) 8 pencils costs Rs 5 . Then how many pencils can be bought for rs 50?
Ans: 80
11) A solves 10 pages in 5 minutes; B solves 5 pages in 10 minutes. How many pages they can solve in 30 minutes?Ans: 75.
12)A man starts from his house , and walks straight for 4 Km , then turns right, and walks for 2 Km , then turns right and walks for 2 Km, now
0 Comments:
Post a Comment
<< Home