Monday, September 8, 2008

Kanbay Placement Paper 12 July 2007 AT G.I.T.A.M COE, VIZAG

KANBAY PAPER ON 12th JULY

IT'S A GOOD MORNING FOR ME, MY DEAR FRIENDS.....................

IN GENERAL KANBAY (OR) CAPEGEMINI IS CONDUCTING IT'S TEST PATTERN AS FOLLOWS:
-----1) WRITTEN TEST --> MATHEMATICS + ANALYTICAL (VERY EASY)
-----2) GROUP DISCUSSION
-----3) GENERAL INTERVEIW (TECHNICAL PARTLY & MAXIMUM OF HR)

1. WRITTEN CRITERIA:
AT 11:00 WE HAVE ATTENDED 4 WRITTEN
I FEEL THAT AS AN ENGINNERING STUDENT IT CAN BE ANSWERED WITHOUT ANY PREPARATION SINCE'''''
MATHEMATICS IS OUR INTERMEDIATE BASIS & ANALYTICAL IS OUR COMMONSENSE.........

MATHEMATICS-------->30 QUESTIONS + }-------->60 MIN & CORRECT--1M ; WRONG--->1/4 -VE MARKING;;;;;
ANALYTICAL----->30 QUESTIONS

CUTOFF---->MIN OF 10M IN EACH SECTION......
NO "OVER" CUTOFFF...........
ATTENDED : 300
PASSED : 66

I DID WELL & LUCKILY I'M ONE OF 66.....

2. GROUP DISCUSSION :
12 A BATCH ; TOTALLY 6 BATCHES.......OUR TOPIC IS "RAGGING IN CAMPUSES" IAM THE INITIATER ; FLUENT IN ENGLISH & STARTED SMARTLY BY REPLACING, THE CULTURE OF RAGGING WITH INTERACTION AMONG SR'S & JR'S.....
I LEAD THE TEAM EFFICIENTLY THROUGH OUT MY DISCUSSION BY------> RELEASING NEW POINTS WHEN DEVIATION IN TEAM OBSERVED
Like organisation of events like sports & freshers meet to have healthy interaction among them
------>made the team to run on my words & ultimately gaining trust from them to my point
------>good body language;evoking points like by frequent get-togethers WITH SR'S JR'S CAN acquire academic knowledge efficiently & faster than single one's...
------>SO,INITIATE ; COME WITH GOOD POINTS WHENEVER NECESSARY; ETTING CONSENSUS IS QUITE IMPORTANT AT THE END.... U GET SELECTED IN GD IF U FOLLOW THIS

RESULT :OUT OF 66 ;;;;;"44" ARE SELECTED since all batches done well as a team & group.......... i'm one of themmmm........

3. INTERVIEW :
ABSOLUTELY IT IS A FULL PLEDGED HR --INTERVIEW.........
I WAS CALLED & I ENTERED THE ROOOM (I WAS FROM "ECE" BACKGROUND)

----> GOOD EVENING SIR! --------->HI SRAVAN TAKE UR SEAT
----> THANQ SIR
----> TELL ME ABOUT YOURSELF ?--------> I COVERED MY RESUME WITH THE ADDITION OF MY QUALITIES
----> INTERSTING AREAS --- 8085 MP & PROGRAMMING IN 'C'....,
----> ASKED ME 2 WRITE A PROGRAM IN 8085 ASSEMBLY LANGUAGE
----> ABOUT LINKED LISTS IN "C".....
----> ABOUT FLIPFLOPS IN DCS...
----> HOW DO U REACT IF U R NOT SELECTED IN KANBAY ?
----> GAVE AN EXTRA-ORDINARY ANSWER WITH GOOD VOCABULARY....
----> AFTER MY ANSWERING TO ALL QUESTIONS HE ASKED

ONLY ONE THING THAT """ HOW CAN U GIVE UR ANSWERS IN SUCH AN EFFECTIVE WAY!!!!
I THINK U HAVE PREPARED EVERY WORD BEFORE INTERVIEW ????????"""""""
ANSWER : TO BE HONEST "YES" SIR ...

-----> THEN HIS QUESTION WAS " SO U SPEAK ALL THIS FORMALLY BECAUSE OF INTERVIEW BUT NOT REALLY????""
ANSWER: NO SIR "WORDS ARE NOT COMING FROM MIND ,,,EVOKING FROM MY "HEART".......""""""""
-----> FOR THIS HE WAS impressed VERY MUCH BY SAYING "wow what a golden word"......AFTER THAT HE ASKED MY STRENGTHS
-----> HABIT OF DOING IT NOW; VERSATILE & FLEXIBLE ; OPTIMISTIC

TOOOOOOOOOOO IMPRESSED
HE ASKED ABOUT LOCATION : MUMBAI , PUNE , HYD etc.,
I SAID THAT "'''' I WILL GO WITH THE COMPANY""""""
THAT'S MY INTERVIEW COMPLETED................

OUT OF 44 ----SELECTED -----> 30 ******** I WAS A KANBAIAN NOW**********
I ATTENDED ----> ACCENTURE ; MINDTREE ; HP-------> OUT IN GD'SSSSSSSS
----> INFOSYS ------> OUT IN INTERVIEW
I LEFT OUT ------>WIPRO & SATYAM ( i.e., I MYSELF DROPPED TO THESE COMPANIES DUE TO HAVING NO INTEREST IN THEM)

ALL MY FRIENDS RECRUITED BUT IAM WAITING FOR GOOD COMPANY
NSPITE OF THAT I HAVE ATTENDED WITH ABUNDANCE OF "CONFIDENCE " WHICH IS KEY TO SUCCESS

SOOO AT ANY TIME """""""""DON'T LOSE UR CONFIDENCE""""""""""""""""""

iSoftTech Placement Paper 2

1.written test

In written it consists of

1.aptitute 25 Q's very easy

2.verbal 5 fill in the blanks,5synonyms,5 antonyms..

very easy for fill in the blanks ans is 1.d 2.d 3.d 4.a 5.d

3. Next c it contains 30 Q's plz follow the attachment be'coz all the Q's R repeated



2.G.D

For me topic is "Is s/w professionals r paying more ? It's a fact or not? "

3.Interview

Thats all be through the Q's .......

There cutoff is 50 out of 70..

C Question

1.a=5,b=3,c=a,b
d=(a,b)
printf(c,d)
ans:c=5,d=3

2.e(int n)
{
if(n>0)
{
...(not clear)
printf("%d",n);
e(--n);
}
return
}
ans:0,1,2,0

3.which has no problem with pointers

int *f1()
{
int n;
return (n)
}

int *f2()
{
int *p;
*p=3;
return p;
}

int *f3()
{
int *p;
p=malloc();
return p;
}

ans:no error

4.header file ->contains declarations.

5.sizeof operator is executed during compile time..

6.*p+=1
*p++
are these two same?
not same.

7.func(int i)
{
static int count;
count=count+i;
}
ans:1+2+3...(counts values does not go after funtion call

8.is('a'<'b') true

10.short int=16 bits

11.4 stmt. ans.int float i;

12.int num[3];
num[3]=2;

ans:first stmt deals with size
second deals with element

13.j=4
for(int i=0;i<5;i++)
{
j++;
++j;
}
output of j.
ans:14

9.char s1[20]="hello world";
s1[5]="\0";
printf("%d",strlen(s1));
printf("%%.%...(not clear)",s1);
}
ans:bad format specifier

14.brace { used in c for what ans:convention

15.parameters in c passed by ans:value.

16.when an array is passed it is by ans:pointer.

17.scanf can read ans:any data type

18.which cant be passed to subroutine.ans:preprocessor directive.

19.to get string of words..ans:gets()

20.external variables can be accesed ans:in functions which use them.


analytical:

1.cat->satc
dear->seard

sing->sings

3.1999 july 21st friday
1947 july 21st ?
ans:two days before.

4.2,12,30,56,




GD Question

HOW SOFTWARE PROFESSIONALS HELP IN THE FINANCIAL GROWTH OF A COMANY"

who is your role model premji(CEO) or Gandhiji

"it professionals part in indian economy"



This is the feed back given by my friend in venksteshwara.He has cleared the first two rounds of i-soft.plz do have a look at this.

1 analytical - some 30 questions i remember
2 verbal - 15 ques
3 technical " c " - 30 ques

analytical - 3 calendar questions., 1 relationship question(answer grand son) , it was an easy paper { only calendar q were tough for me}

verbal - 5 fill in with choices { answers i got were E,E,E,E,E)
1ST ANS - DELIVERED ON
2ND ANS BARREN
SO ON

BE PREPARED WITH HIGH FREQUENCY WORDS FROM BARRONS
ALL THE QUESTIONS WERE FROM THOSE 300 WORDS


TECHNICAL " C"


i give some of details.

apptitude test

analtical part ,

verbal are very easy.

c part also look like very easy but be careful.the first 4 questionare somewhat difficult all others are easy.all are direct questions like, compile time error etc.

if you asked him to give the topic in g.d they will give

"it professionals part in indian economy"
they give the same topic in every college.

if the group was follows the g.d rules then you follow ,otherwise you must shout like
lok shaba .
they mainly select the top scores in the apptitude.

in interview they will not ask anything.
just about you and your family background .so in interview there is no problem.

for c questions read the pointers in c book.there are some solved problems in back of every chapter it will help you lot.

don't worry about time time you have enough time.but do c questions carefully. they are very easy.

FIRST 5 QUESTIONS WERE VERY TOUGH
REMAINING WERE OK


ANYHOW JUST TRY TO ANSWER MORE QUESTIONS.DONT STICK TO ANY QUES. MOVE ON TO THE NEXT IN SUCH SITUATIONS.

IVEGA Placement Paper 1

IVEGA Test

There will be 4 rnds,----written,gd,interview-tech,hr-rnd.
The written test----will be of 30 min. n 40 qns.. all r multiple choice qns.
includes eng,apt-maths,gk
gk-such as wht'z the diff bn GMT & IST..ans is +5.5 hrs..
apt-from RSAgarwal--train,time,distance,work,geometric-area,volume...
eng-from GRE syn,ant,fill in blnk..........
GD -----will be of 15-20 min abt a topic...
introduce urself and discuss abt topic....
some topics r: Love marriages vs arranged.,Indian culture is westrenizing.,
TV programs r women oriented, women equal to men,
Politician-do they need min. educational qualification..............
that's all abt 2 rnds,
Then tech intr...
Lastly HR rnd..........
After clearing all rnds u r IN.......as IVEGA emp........


Ivega was started in 1997, now the employee strength is 127, it is located in globle village , behind R V College of Engineering. it is a very small company.work is good i suppose. this recruitment is due to its merger with a france based company. i dont think that pay will be very good. regarding platforms they r presently working on .NET , ASP, JNI, JAVA.

The test is of 30 min...

it contains

1.english Verbal GRE synonyms antonyms

2.aptitude Aggarwal book

3. General knowledge

4.anlatical reasoning

Total 50 Q


Ivega conducts an aptitude test.....in which there are
50 ques to answer in 30 minutes.i think it would be
best to go thru aptitude books like r.s.
aggarwal.moreover, there are 5 rounds to get
thru....viz. aptitude test, G.D., hr interview,
technical test, C.O.O.'s interview.
anyway, all the best....



about the test.....


It was mix of all, like there were some aptitude questions, reasoning,
English grammer but surprisingly no analytical questions...for the
pattern given to me.

there were some general awareness questions like when does Olympics
started??

a man is given 8 $ per hour and he works for 8hr per day, for working
xtra hr he gets 1.5 times more than wht he usually gets. if he gets 80$
for one particular day, then how many did he work??

test duration : 30 minutes
no of questions : 50.

Topic for GD : should western dress code be cumpulsory for IT jobs.

iSoftTech Placement Paper 1

iSoftTech Paper

1 analytical - some 30 questions i remember
2 verbal - 15 ques
3 technical " c " - 30 ques

analytical - 3 calendar questions., 1 relationship question(answer grand son) , it was an easy paper { only calendar q were tough for me}

verbal - 5 fill in with choices { answers i got were E,E,E,E,E)
1ST ANS - DELIVERED ON
2ND ANS BARREN
SO ON

BE PREPARED WITH HIGH FREQUENCY WORDS FROM BARRONS
ALL THE QUESTIONS WERE FROM THOSE 300 WORDS


TECHNICAL " C"

FIRST 5 QUESTIONS WERE VERY TOUGH
REMAINING WERE OK


ANYHOW JUST TRY TO ANSWER MORE QUESTIONS.DONT STICK TO ANY QUES. MOVE ON TO THE NEXT IN SUCH SITUATIONS.


C Questions

1.a=5,b=3,c=a,b
d=(a,b)
printf(c,d)
ans:c=5,d=3

2.e(int n)
{
if(n>0)
{
...(not clear)
printf("%d",n);
e(--n);
}
return
}
ans:0,1,2,0

3.which has no problem with pointers

int *f1()
{
int n;
return (n)
}

int *f2()
{
int *p;
*p=3;
return p;
}

int *f3()
{
int *p;
p=malloc();
return p;
}

ans:no error

4.header file ->contains declarations.

5.sizeof operator is executed during compile time..

6.*p+=1
*p++
are these two same?
not same.

7.func(int i)
{
static int count;
count=count+i;
}
ans:1+2+3...(counts values does not go after funtion call

8.is('a'<'b') true

10.short int=16 bits

11.4 stmt. ans.int float i;

12.int num[3];
num[3]=2;

ans:first stmt deals with size
second deals with element

13.j=4
for(int i=0;i<5;i++)
{
j++;
++j;
}
output of j.
ans:14

9.char s1[20]="hello world";
s1[5]="\0";
printf("%d",strlen(s1));
printf("%%.%...(not clear)",s1);
}
ans:bad format specifier

14.brace { used in c for what ans:convention

15.parameters in c passed by ans:value.

16.when an array is passed it is by ans:pointer.

17.scanf can read ans:any data type

18.which cant be passed to subroutine.ans:preprocessor directive.

19.to get string of words..ans:gets()

20.external variables can be accesed ans:in functions which use them.


analytical

1.cat->satc
dear->seard

sing->sings

3.1999 july 21st WEDNESDAY 52= /4 13,39 === 26+39 =65/7=2
1947 july 21st MONDAY
ans:two days before.

4.2,12,30,56,

iSoftTech PATTERN

For more info on iSoftTech visit www.isofttech.com

The test cnsisted of 3 sections:
1. Aptitude -> 60 questions(1 hr)
2. Maths -> 15 questions(30 min)
3. C or Java(there is an option) -> 30 questions(1 hr)

1. Aptitude:


Started with fill in the blanks, followed by analogies, antonyms. Next came the data sufficiency & logical reasoning questions. Then there were some basic quatitative questions. Finally the aptitude test ended with some data interpretation questions.
Antonyms of:
Increduluous
Zest
Officious

Analogies:
RANK:INSIGNIA -> PEOPLE:STATUS
FATIGUE:RESTING -> OVERWEIGHT:DIETING

2.Maths:
This part was easy but somewhat tricky.
2.1 A figure with 8 poles was given. Each pole was separated by a distance of 8m. It was given that a man runs to each pole and back. Asked to find the total distance to reach the last pole? (Ans: 288)
2.2 Are there more Sundays in a millenium or inches in a kilometre. (Ans: inches)
2.3 A gambler has the "easy go easy way" policy. He doubles his money the first time and gives away $1. He trebles his money the next time and gives away $2. Finally he is left with 4 times the amount he started with. How much money he had when he started?(Ans: $2.5 check)
2.4 Are there more centimetres in a kilometre or seconds in a day? ( Ans: centimetres)
2.5 A person purchases goods at three(3) shops successively. Each time he spends 2/3 of the amount he has. If he is left with 50 paise after the last purchase, how much money he had in the beginning?
(Ans: Rs 13.5/-)
2.6 & 2.7 Two questions on age. (very easy).
2.8 My double exceeds my half by 2. What am i? (Ans 4/3)
2.9 N packets are transmitted through a network. The probability of a packet being error prone is P. What is the probability that all packets are transmitted error free? (Ans (1-P)^N check)
2.10 Y-X^2=25 is a function. What is the y intercept? (Ans 25)
2.11 A machine has N parts. The probabilty that any part fails is P. The machine fails of any of the part fails. Fine the probabilty that none of the part fails?(Ans 1-P^N).
2.12 Mexico is 13 hours behind Singapore in time. Singapore itself is 7 hours ahead of London in time. If it is 10 minutes past 4 on Tuesday morning in London what is the time and day in Mexico?
2.13 If a hen and a half lays an egg and a half, how much will half a dozen hens lay in half a dozen days?
2.14 A person deals playing cards among people. On the first chance he deals among 4 people and 3 cards are left. Next he deals amongs 2 and 3 cards are left. (Don't remember this one exactly..)
2.15

3. C test:
3.1 A question on strings and pointers.
3.2 Which function in C allocates memory and initializes it to zero?
3.3 The compiler equates x[i][j][k] to:
*(*(*(x+i)+j)+k) : no such option was given, i think this is the correct answer.
3.4 During which phase are _STDC_ and _FILE_ defined.
Options: compiling,preprocessing,coding, assembling,linking.
3.5 What is the function clock() in C used for?
3.5 A question on macros
Options: A macro can contain parameters, macro definition can contain expressions, macros are processed during the preprocessor stage, macros are processed at run-time.
3.6 What is the value of 64>>3?
3.7 Value of 0xE & ~0x9?
3.8 Value of 0xB & 0x5?
3.9 How do you redirect the output to a particular file?
3.10 Is there any inbuilt sorting function in C for sorting character arrays?
3.11 fp=fopen(file.c,"r");
What is the correct declaration for fp?( ans: FILE *fp)
3.12 What will be the output:
int x=0;
for(;;x++){
if(x==4) break;
continue;
}
printf("%d\n",x);
3.13 What is the output:
int i=100;
do
{--i;}while(i>50);
printf("%d\n",i);
3.14 & 3.15 A question on calloc()(which one would give a runtime error) and another one on pointers
although the code looks correct whats the problem with the logic).
3.16 A qustion on converting a string defined using a character pointer to lower-case
char s[100]; (Don't remember the question
char *ptr;
ptr=s;
*ptr="Hello World"
3.17 Assume 2's complement arithmetic
int m=-14;
int n=6;
int o=m%++n;
n+=m++%o
printf("%d%d%d",m,n,o);

3.18 The type returned by sizeof is:
Options: size_t,int,unsigned int

3.19 int a=1000,b=1000; Which is the shortest statement for preventing the integer overflow exception
Options: long c=long(a)*long(b), long c=a*b, long c=long(a*b),c=(long)a*b
3.20 A short int=16 bits. What is the maximum value which can be displayed using it.
3.21 struct typedef cust_record{
char name;
}CUSTOMER_REC;
CUSTOMER_REC customer[50];
How will you access the structure variable name.
(ans:customer[i]->name check)
3.22 A question on how to flush a buffer (Don't remember exactly: fflush()).
3.23 How will you read a character from the standard input.
(Ans: c=getchar(); check)

CAN'T REMEMBER OTHERS OR MAY BE I DON'T WANT TO.



"EVERY HURDLE IS HELPING ME TO REACH THE DESTINATION"
NAKUL MUKERJEE

"AFTER TRYING KEEP TRYING"

Intergraph Placement Paper 1

Intergraph

Interview Procedure

The information on the interview is pretty sketchy but it may consist of both technical grilling and HR interview.
Written Test consists of 40 questions . Time 45minutes. out of 40 questions 20 from 'c' and 20 from analytical ability,quantitative ability, also 1 question _ to draw venn diagram

important suggestions:

1. average preparation is enough to qualify foe interview.time is enough.
2.they are particular about academic background .
3.interview is only on personal details. no question on technical subjects
4.they may change paper sets also.
5.in outside recruitment they are asking more questions on CAD. but not in campus. in iitd they interviewed 5students out of 21 .selected 1,waiting list 1.
6.cut off cgpa:7.5
7.in interview they will ask questions related to u r project and some c fundas.

Intergraph

Analytical

Q. DRAW VENN DIAGRAM RELATING RHOMBUS, QUADRILATERAL & POLYGON

Q. IN A GROUP OF 5 PERSONS A,B,C,D,E ONE OF THE PERSON IS ADVOGATE, ONE IS DOCTOR, ONE BUSINESSS MAN, ONE SHOP KEEPER AND ONE IS PROFESSOR. THREE OF THEM A,C,AND PROFESSOR PREFER PLAYING CRICKET TO FOOT BALL AND TWO OF THEM B AND USINESSMAN PREFER PLAYING FOOT BALL TO CRICKET. THE SHOP KEEPER AND B AND A ARE FRIENDS BUT TWO OF THESE PREFER PLAYING FOOT BALL TO CRICKET. THE ADVOGATE IS C'S BROTHER AND BOTH PLAY SAME GAME . THE DOCTOR AND E PLAY CRICKET.

(a) WHO IS ADVOGATE ?
A, B, C, D
(b) WHO IS SHOP KEEPER ?
A, B, C, D
(C) WHICH OF THE FOLLOWING GROUP INCLUDE PERSONS WHO LIKE PLAYING CRICKET
BUT DOESN'T INCLUDE PROFESSOR ?
AB,BC,CD, NONE
(d) WHO IS DOCTOR ?
A,B,C,D.

{ SAME MODEL PROBLEM WAS ASKED IN QUES PAPER BUT PROFESSIONS WILL BE DIFFERENT
SUCH AS HORTICULTURIST ,PHYSICST,JOURNALIST,ADVOCATE AND OTHER ONE. INSTEAD OF
FOOTBALL AND CRICKET THEY WILL GIVE TEA AND COFFEE }


Q. THEY WILL GIVE SOME CONDITION'S AND ASKED TO FIND OUT FARTHEST CITY IN THE
WEST (EASY ONE )?


Q. TRAVELLING SALES MAN PROBLEM .
SOME CONDITION WILL BE GIVEN WE HAVE TO FIND OUT THE ORDER OF STATION THE
SALES MAN MOVES
( THREE QUES'S )

Q. +,-,*, /, WILL BE GIVEN DIFFERENT MEANING
EXAMPLE : TAKE + AS * AND SO ON .
THEY WILL GIVE EXPRESSION AND WE HAVE TO FIND THE VALUE OF THAT.


Q. 3+5-2 =4
WHICH HAS TO BE INTERCHANGE TO GET THE RESULT ?


Q. WE DON'T NO EXACT PROBLEM .
EX : 8A3B5C7D.....
A WIIL BE GIVEN + SIGN.
B WILL BE GIVEN - SIGN.
FIND THE VALUE OF EXPRESSION ?


Q. FIND THE TOTAL NUMBER OF SQUARES IN 1/4 OF CHESS BOARD ?

Q. 6 FACE OF A CUBE ARE PAINTED IN A MANNER ,NO 2 ADJACENT FACE HAVE SAME
COLOUR. THREE COLURS USED ARE RED BLUE GREEN. CUBE IS CUT IN TO 36 SMALLER
CUBE IN SUCH A MANNER THAT 32 CUBES ARE OF ONE SIZE AND REST OF THEM BIGGER
SIZE AND EACH BIGGER SIDE HAVE NO RED SIDE. FOLLOWING THIS
THREE QUES WILL BE ASKED .
{ IN QUES PAPER COLORS WILL BE DIFFERENT }


Q. TWO LADIES ,TWO MEN SIT IN NORTH EAST WEST SOUTH POSITION OF RECTANCULAR
TABLE. USING CLUES IDENTIFY THEIR POSITION ?

C SKILLS

1. find(int x,int y)
{ return ((xcall find(a,find(a,b)) use to find
(a) maximum of a,b
(b) minimum of a,b
(c) positive difference of a,b
(d) sum of a,b

2. integer needs 2bytes , maximum value of an unsigned integer is
(a) { 2 power 16 } -1
(b) {2 power 15}-1
(c) {2 power16}
(d) {2 power 15}

3.y is of integer type then expression
3*(y-8)/9 and (y-8)/9*3 yields same value if
(a)must yields same value
(b)must yields different value
(c)may or may not yields same value
(d) none of the above

4. 5-2-3*5-2 will give 18 if
(a)- is left associative,* has precedence over -
(b) - is right associative,* has precedence over -
(c) - is right associative,- has precedence over *
(d)- is left associative,- has precedence over *

5. printf("%f", 9/5);
prints
(a) 1.8,
(b) 1.0,
(c) 2.0,
(d) none
.
6. if (a=7)
printf(" a is 7 ");
else
printf("a is not 7");
prints
(a) a is 7,
(b) a is not 7,
(c) nothing,
(d) garbage.

7. if (a>b)
if(b>c)
s1;
else s2;
s2 will be executed if
(a) a<= b,
(b) b>c,
(c) b<=c and a<=b,
(d) a>b and b<=c.

8. main()
{
inc(); ,inc(); , inc();
}
inc()
{ static int x;
printf("%d", ++x);
}
prints
(a) 012,
(b) 123,
(c) 3 consecutive unprectiable numbers
(d) 111.

9.preprocessing is done

(a) either before or at begining of compilation process
(b) after compilation before execution
(c) after loading
(d) none of the above.

10. printf("%d", sizeof(""));
prints
(a) error
(b)0
(c) garbage
(d) 1.

11.main()
{
int a=5,b=2;
printf("%d", a+++b);
}

(a) results in syntax,
(b) print 7,
(c) print 8,
(d) none,

12. process by which one bit patten in to another by bit wise operation is
(a) masking,
(b) pruning,
(c) biting,
(d) chopping,

13.value of automatic variable that is declared but not intialized
will be
(a) 0,
(b) -1,
(c) unpredictable,
(d) none,

14. int v=3, *pv=&v;
printf(" %d %d ", v,*pv);
output will be
(a) error
(b) 3 address of v,
(c) 3 3
(d) none.

15. declaration
enum cities{bethlehem,jericho,nazareth=1,jerusalem}
assian value 1 to
(a) bethlehem
(b) nazareth
(c)bethlehem & nazareth
(d)jericho & nazareth

16. #include
#include
void main()
{
char buffer[82]={80};
char *result;
printf( "input line of text, followed by carriage return :\n");
result = cgets(buffer);
printf("text=%s\n",result);
}
(a) printf("length=%d",buffer[1]);
(b) printf("length=%d",buffer[0]);
(c) printf("length=%d",buffer[81]);
(d) printf("length=%d",buffer[2]);

17. consider scanf and sscanf function , which is true

(a) no standard function called sscanf
(b) sscanf(s,...) is equivalent to scanf(...) except that
input charecter are taken from string s.
(c) sscanf is equivalent to scanf.
(d) none of above.

18. #include
main()
{
char line[80];
scanf("%[^\n]",line);
printf("%s",line);
}
what scanf do ?
(a) compilation error . illegal format string.
(b) terminates reading input into variable line.
(c) and (d) other two options.

19. problem was big so i couldn't remember . simple one.

20 . ceil(-2.8) ?
(a) 0
(b) -3.0
(c) -2.0
(d) 2

21. for( p=head; p!=null; p= p -> next)
free(p);

(a) program run smooth.
(b) compilation error.
(c) run time error.
(d) none of above.

22. int x[3][4] ={
{1,2,3},
{4,5,6},
{7,8,9}
}
(a) x[2][1] = x[2][2] =x[2][3] = 0
(b) value in fourth column is zero
(c) value in last row is zero
(d) none of above.

23. problem was big so i couldn't remember . simple one.

24. main ()
{
printf("%u" , main());
}
(a) print garbage.
(b) execution error
(c) printing of starting address of function main.
(d) infinite loop.

25 . int a, *b = &a, **c =&b;
....
....
.....
a=4;
** c= 5;

(a) doesnot change value of a
(b) assign address of c to a.
(c) assign value of b to a.
(d) assign 5 to a.

26.problem was big so i couldn't remember . simple one.

27.problem was big so i couldn't remember . simple one.

28 . answer : swapping of values .

29 . simple one.

30 . i =5;
i= (++i)/(i++);
printf( "%d" , i);
prints ,
(a) 2
(b) 5
(c) 1
(d) 6

Intergraph Placement Paper 2

QUESTION PAPER CONSIST OF TWO PARTS

ANALYTICAL SKILLS : 20 QUES, 20 MIN.

C SKILLS : 30 QUES, 30 MINS.

ANALYTICAL :

------------
1. COMPLETE THE DIAGRAM :

FOUR FIG WILL BE GIVEN , YOU HAVE TO DRAW THE FINAL ONE

TRIANGLE FIG :


2. DRAW VENN DIAGRAM RELATING RHOMBUS, QUADRILATERAL & POLYGON


3.IN A GROUP OF 5 PERSONS A,B,C,D,E ONE OF THE PERSON IS ADVOGATE,
ONE IS DOCTOR, ONE BUSINESSS MAN, ONE SHOP KEEPER AND ONE IS PROFESSOR.
THREE OF THEM A,C,AND PROFESSOR PREFER PLAYING CRICKET TO FOOT BALL AND TWO
OF THEM B AND BUSINESSMAN PREFER PLAYING FOOT BALL TO CRICKET. THE SHOP
KEEPER AND B AND A ARE FRIENDS BUT TWO OF THESE
PREFER PLAYING FOOT BALL TO CRICKET. THE ADVOGATE IS C'S BROTHER AND
BOTH PLAY SAME GAME . THE DOCTOR AND E PLAY CRICKET.

(a) WHO IS ADVOGATE ?
A, B, C, D
(b) WHO IS SHOP KEEPER ?
A, B, C, D
(C) WHICH OF THE FOLLOWING GROUP INCLUDE PERSONS WHO LIKE PLAYING CRICKET
BUT DOESN'T INCLUDE PROFESSOR ?
AB,BC,CD, NONE
(d) WHO IS DOCTOR ?
A,B,C,D.

{ SAME MODEL PROBLEM WAS ASKED IN QUES PAPER BUT PROFESSIONS WILL BE DIFFERENT
SUCH AS HORTICULTURIST ,PHYSICST,JOURNALIST,ADVOCATE AND OTHER ONE. INSTEAD OF
FOOTBALL AND CRICKET THEY WILL GIVE TEA AND COFFEE }


4. THEY WILL GIVE SOME CONDITION'S AND ASKED TO FIND OUT FARTHEST CITY IN THE
WEST (EASY ONE )?


5. TRAVELLING SALES MAN PROBLEM .
SOME CONDITION WILL BE GIVEN WE HAVE TO FIND OUT THE ORDER OF STATION THE
SALES MAN MOVES
( THREE QUES'S )

6. +,-,*, /, WILL BE GIVEN DIFFERENT MEANING
EXAMPLE : TAKE + AS * AND SO ON .
THEY WILL GIVE EXPRESSION AND WE HAVE TO FIND THE VALUE OF THAT.


7. 3+5-2 =4
WHICH HAS TO BE INTERCHANGE TO GET THE RESULT ?


8. WE DON'T NO EXACT PROBLEM .
EX : 8A3B5C7D.....
A WIIL BE GIVEN + SIGN.
B WILL BE GIVEN - SIGN.
FIND THE VALUE OF EXPRESSION ?


9. FIND THE TOTAL NUMBER OF SQUARES IN 1/4 OF CHESS BOARD ?


10. 6 FACE OF A CUBE ARE PAINTED IN A MANNER ,NO 2 ADJACENT FACE HAVE SAME
COLOUR. THREE COLURS USED ARE RED BLUE GREEN. CUBE IS CUT IN TO 36 SMALLER
CUBE IN SUCH A MANNER THAT 32 CUBES ARE OF ONE SIZE AND REST OF THEM BIGGER
SIZE AND EACH BIGGER SIDE HAVE NO RED SIDE. FOLLOWING THIS
THREE QUES WILL BE ASKED .
{ IN QUES PAPER COLORS WILL BE DIFFERENT }



11. TWO LADIES ,TWO MEN SIT IN NORTH EAST WEST SOUTH POSITION OF RECTANCULAR
TABLE. USING CLUES IDENTIFY THEIR POSITION ?


12. CLOCK PROBLEM :
(ONE QUES )


13. ALL MEN ARE VERTEBRATE.
SOME MAMMALS ARE MEN.
CONCLUDE.


C SKILLS :

1. find(int x,int y)
{ return ((xcall find(a,find(a,b)) use to find
(a) maximum of a,b
(b) minimum of a,b
(c) positive difference of a,b
(d) sum of a,b

2. integer needs 2bytes , maximum value of an unsigned integer is
(a) { 2 power 16 } -1
(b) {2 power 15}-1
(c) {2 power16}
(d) {2 power 15}

3.y is of integer type then expression
3*(y-8)/9 and (y-8)/9*3 yields same value if
(a)must yields same value
(b)must yields different value
(c)may or may not yields same value
(d) none of the above

4. 5-2-3*5-2 will give 18 if
(a)- is left associative,* has precedence over -
(b) - is right associative,* has precedence over -
(c) - is right associative,- has precedence over *
(d)- is left associative,- has precedence over *

5. printf("%f", 9/5);
prints
(a) 1.8,
(b) 1.0,
(c) 2.0,
(d) none
.
6. if (a=7)
printf(" a is 7 ");
else
printf("a is not 7");
prints
(a) a is 7,
(b) a is not 7,
(c) nothing,
(d) garbage.

7. if (a>b)
if(b>c)
s1;
else s2;
s2 will be executed if
(a) a<= b,
(b) b>c,
(c) b<=c and a<=b,
(d) a>b and b<=c.

8. main()
{
inc(); ,inc(); , inc();
}
inc()
{ static int x;
printf("%d", ++x);
}
prints
(a) 012,
(b) 123,
(c) 3 consecutive unprectiable numbers
(d) 111.

9.preprocessing is done

(a) either before or at begining of compilation process
(b) after compilation before execution
(c) after loading
(d) none of the above.

10. printf("%d", sizeof(""));
prints
(a) error
(b)0
(c) garbage
(d) 1.

11.main()
{
int a=5,b=2;
printf("%d", a+++b);
}

(a) results in syntax,
(b) print 7,
(c) print 8,
(d) none,

12. process by which one bit patten in to another by bit wise operation is
(a) masking,
(b) pruning,
(c) biting,
(d) chopping,

13.value of automatic variable that is declared but not intialized
will be
(a) 0,
(b) -1,
(c) unpredictable,
(d) none,

14. int v=3, *pv=&v;
printf(" %d %d ", v,*pv);
output will be
(a) error
(b) 3 address of v,
(c) 3 3
(d) none.

15. declaration
enum cities{bethlehem,jericho,nazareth=1,jerusalem}
assian value 1 to
(a) bethlehem
(b) nazareth
(c)bethlehem & nazareth
(d)jericho & nazareth

16. #include
#include
void main()
{
char buffer[82]={80};
char *result;
printf( "input line of text, followed by carriage return :\n");
result = cgets(buffer);
printf("text=%s\n",result);
}
(a) printf("length=%d",buffer[1]);
(b) printf("length=%d",buffer[0]);
(c) printf("length=%d",buffer[81]);
(d) printf("length=%d",buffer[2]);

17. consider scanf and sscanf function , which is true

(a) no standard function called sscanf
(b) sscanf(s,...) is equivalent to scanf(...) except that
input charecter are taken from string s.
(c) sscanf is equivalent to scanf.
(d) none of above.

18. #include
main()
{
char line[80];
scanf("%[^\n]",line);
printf("%s",line);
}
what scanf do ?
(a) compilation error . illegal format string.
(b) terminates reading input into variable line.
(c) and (d) other two options.

19. problem was big so i couldn't remember . simple one.

20 . ceil(-2.8) ?
(a) 0
(b) -3.0
(c) -2.0
(d) 2

21. for( p=head; p!=null; p= p -> next)
free(p);

(a) program run smooth.
(b) compilation error.
(c) run time error.
(d) none of above.

22. int x[3][4] ={
{1,2,3},
{4,5,6},
{7,8,9}
}
(a) x[2][1] = x[2][2] =x[2][3] = 0
(b) value in fourth column is zero
(c) value in last row is zero
(d) none of above.

23. problem was big so i couldn't remember . simple one.

24. main ()
{
printf("%u" , main());
}
(a) print garbage.
(b) execution error
(c) printing of starting address of function main.
(d) infinite loop.

25 . int a, *b = &a, **c =&b;
....
....
.....
a=4;
** c= 5;

(a) doesnot change value of a
(b) assign address of c to a.
(c) assign value of b to a.
(d) assign 5 to a.

26.problem was big so i couldn't remember . simple one.

27.problem was big so i couldn't remember . simple one.

28 . answer : swapping of values .

29 . simple one.

30 . i =5;
i= (++i)/(i++);
printf( "%d" , i);
prints ,
(a) 2
(b) 5
(c) 1
(d) 6

in interview they will ask questions related to u r project and some c
fundas.


Model paper of Inetrgraph



1 question__ on analogy
1 " _______non verbal reasoning

ALL THESE ARE NOT TOUGH .AVERAGE LEVEL.
THEY HAVE GIVEN TWO TYPES OF PAPERS.HERE I AM GIVING THE PAPER WHICH
WAS WRITTEN BY MY FRIEND.


1.there are 6 (p,q,r,s...)people.each one play one game
#NAME?
clues given like:shortest one plays hokey
largest person plays ..tennis
P,Q ARE NEITHER LARGEST NOR SHORTEST
R PLAYS FOOTBALL
s is between t &r in height
question: who plays which game
who is taaller than whom
2.a cube has colors blue,red ,yellow each on two opposite sides.cube is
divided into "32 small cubes and 4 large cubes".
question:how many cubes (on 36 cubes) have blue at leat one side.
how many cubes have colors on two sides.
3.anlogy: cell: tissue::atom:?

4.aa person sold two articles for 80 /- each.with 20% profit on one
article and 20% loss on another article, what is the loss / prifit he
will gain on both.

5.five cities. city1 is west to city3.city4 is east to city 5._____etc.
which is farthest on west side.

6.one question on: -=+,*=-,/=* etc
then 10/5*45=?

7.on ,C, paper is easy.mostly on pointers,3 question on structures,5 on
fundamentals,
8.ex:define max 10

main()
{int a,b;
int *p,*q;
a=10;b=19;
p=&(a+b);
q=&max;
} Q a)error in p=&(a+b) b)error in p=&max c)error in both d) no error


important suggestions:

1. average preparation is enough to qualify foe interview.time is
enough.
2.they are particular about academic background .
3.interview is only on personal details.no question on technical subjects
4.they may change paper sets also.
5.in outside recruitment they are asking more questions on CAD.
but not in campus.
in iitd they interviewed 5students out of 21 .selected 1,waiting list 1.
6.cut off cgpa:7.5

Integra Qn paper- 2007

Analytical




Inetrgraph Software Analytical

1. Given a cube, with different colors on its faces, and then is cut into 64 pieces, and the questions relate to the colors of different colored small cubes.

2. A few ladies and gents sit around table in some given order and 4 questions are about their seating arrangement with some restrictions.

3. Draw a venn diagram for 3 items : white, flowers, cloth
Ans : draw 3 circles each intersecting the other , with white kept in the middle.

4. A problem related to seating arrangement of 4 people ( 2 ladies and
2 gents) with some restrictions

5. problem related to milk with water added to it for three times
Ans: 20.5 litres

6. Problem related to diagrams . Five diagrams were given and asked to
find the sixth one.

C-Skills



1. Max number of nodes in a binary tree with height 3 is 20 : Ans: False

2. 10,20,30,40,50,60 : give the order when put in a queue and in a stack
Ans : Queue : 10,20,30,40,50,60
stack : 60,50,40,30,20,10

3. Debugging is the process of finding
Ans : logical and runtime errors

4. trace the error:
void main(){
int &a;
/* some other stuff here */
}
Ans: syntax error

5. a problem with a function named 'myValue' will be given and asked to find the value of main() for an argument of 150,
Ans : 150

6. Some problems related to 'for' loops.

7. problem on conditional inclusion.

8. problem related to depth first and breadth first search (DSA subject)

9. study the syntax of malloc function

10. locate the error
int arr (20);
Ans: syntax error.



Intera Software

Interview Procedure

The information on the interview is pretty sketchy but it may consist of both technical grilling and HR interview.
Written Test Paper consists of two sections :
1. analytical (20 marks)
2. C skills (20 marks) total time 45 min