Integra Placement Paper : Integra Placement Paper Interview 31 December 2011
Integra Placement Paper : Integra Placement Paper Technical C 31 December 2011
Integra Placement Paper : Whole Testpaper delhi,kalkaji - 22 August 2006
Written xam :1)appititude-50 questions Time:45min
2)technical-25 question Time :30min
3)program writing-3 question Time:30min
The criteria/eligibility for getting through wid aptitude is 65+% ,onl wen u r thru wid appti then u r given technical paper,
QUESTIONS :
1)speed&distance
ans:c)300
2)a flow chart given u hav to put given values into it n find out the answer.
On this flow chart there r 4 questions just appy the given value n fin answer.
3)is based on some hockey team 14 r wearing team shirts n 9 r wearing team trousers how many of them r wearing full team dress??
4) is on logic reasoning
there is a XYZ company it carries 3 personnel’s in library dept. ABC and 5 personnel’s DEFGH in mng. dept. ,it needs to set up another office and require staff from these 8 personnel’s 2 from library dept. and 3 from mng. Dept.?
some data is given on them that follows like this:
a) A and C fight each other so they cannot b together.
b) D and F cannot b wid each other
c) D and E never had a talk wid each other so they cannot coordinate.
d) So on……
There were 4-5 questions on it .
5)if the avg. of 7 numbers is 5, and avg. of another 5 number is 7,what is the avg. of 12 numbers?
6) from how many balls can u make a 4 tier- 3 sided pyramid?
a)22
b)21
c)20
d)18
e) none of these
7)data records is collection of
a)fields
b)files
c)bits
d)..
e)..
ans :fields
8)which protocol is used for sending mail on internet?
a)http
b)smpt
c)www
d)ftp
e)…
ans: smpt
9)3 question on series completion…………
10)micro processor 8086 is ------ bit processor?
Ans :16 bit
11)the parallel interface is:
a) signal broken into bits and sent 1 by 1 on single line.
b)Used to connect printer.
c)….
d)….
e)none of these.
Ans: none of these.
12)select the odd one out:
a)tcp
b)rlogin
c)ftp
d)tftp
e)telnet
ans:ftp
13)2 more questions on data::
{a} suppose there r 1-10 number in sequence a b c d e f g h, not in that order
a)d is 3 less than a.
b)b is in middle.
c)f is much less than a, and g is greater than f
d)…
4 question on this data.
{b} seating arrangement.
4 question on it.
14) question on simple solving 13and 15 r two number that gives remiender 1 when divided by a number? Ans:4
15) 1 question on work time photocopier prints –number of copies, if efficiency dec/inc by some % then hw many copies ?
16) Rest r very very easy questions u need not worry, even there is no need to study thoroughly practice these type of questions just n just. Rest is on your mental ability
, don’t worry abt time; time is sufficient for type of paper.
I hav put my best to jot down all sorts of questions rest ne help can contact me on my mail id.
TECHNICAL :
Part is not based on any c /c++ basis it is general wat u hav done in
25 questions 30 min cutt off is very low
1) 2) 3) r on tree
ans:1)inorder traversal{leftnode,root,rightnode}
2)post order traversal{leftnode,rightnode,root}
3)preorder traversal{root,leftnode,rightnode}
4)is a C sinnpet:ans :none of these
5)CRC is used for ans:detection of errors
6)hash table used for ?ans:quick access
7) n 8) is on ven diagram ?
ans : 7) 11
8)5
9)semaphore is used for
ans:synchronization of processes.
10)based on binary operator\?
11)based on turing machine?
12)based on unix ?
ans :execute permission is used for searching .
13)based on theory of computation subject(TOC)
14)based on data base
15)general questions ..
programming part
3 questions 30 min
1)based on sorting 100 numbers
2)count the number of lines and if number of lines having character count >72.
3)..?
Integra Placement Paper : General - other
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
Integra Placement Paper : Technical - C & C++
Optimize the below 1,2,3,4 questions for time:
1)
int i;
if i=0 then i:=1;
if i=1 then i:=0;
2)
int i;
if i=0 then i:=1;
if i=1 then i:=0;
(given that i can take only two values (1,0))
3)
int i;
if i=0 then i:=1;
else if i=1 then i:=0;
(given that i can take only two values (1,0))
4)
int m,j,i,n;
for i:=1 to n do
m:=m+j*n
5) Expand the following
a) ISDN
b) CASE
c) CSMA/CD
d) OOPS
e) MIMD
6) In the following questions, answer A,B,C,D depending on when
the errors are detected?
A if no error is detected
B if semantic and syntactic checking
C if during Code genration & Symbol allocation
D run time
a) Array overbound
b) Undeclared identifier
c) stack underflow
d) Accessing an illegal memory location
7) How many page faults will occur for below sequence of pages when LRU
page replacement algorithm is used ( The memory can only have 3pages):
1,2,3,4,2,1,5,2,4 (something like that)
Integra Placement Paper : Integra Paper Whole Testpaper delhi,kalkaji - 22 August 2006
Integra micro (p) Lmtd.Banglore exam on 22 aug 06-sample paper
Written xam :1)appititude-50 questions Time:45min
2)technical-25 question Time :30min
3)program writing-3 question Time:30min
The criteria/eligibility for getting through wid aptitude is 65+% ,onl wen u r thru wid appti then u r given technical paper,
QUESTIONS :
1)speed&distance
ans:c)300
2)a flow chart given u hav to put given values into it n find out the answer.
On this flow chart there r 4 questions just appy the given value n fin answer.
3)is based on some hockey team 14 r wearing team shirts n 9 r wearing team trousers how many of them r wearing full team dress??
4) is on logic reasoning
there is a XYZ company it carries 3 personnel’s in library dept. ABC and 5 personnel’s DEFGH in mng. dept. ,it needs to set up another office and require staff from these 8 personnel’s 2 from library dept. and 3 from mng. Dept.?
some data is given on them that follows like this:
a) A and C fight each other so they cannot b together.
b) D and F cannot b wid each other
c) D and E never had a talk wid each other so they cannot coordinate.
d) So on……
There were 4-5 questions on it .
5)if the avg. of 7 numbers is 5, and avg. of another 5 number is 7,what is the avg. of 12 numbers?
6) from how many balls can u make a 4 tier- 3 sided pyramid?
a)22
b)21
c)20
d)18
e) none of these
7)data records is collection of
a)fields
b)files
c)bits
d)..
e)..
ans :fields
8)which protocol is used for sending mail on internet?
a)http
b)smpt
c)www
d)ftp
e)…
ans: smpt
9)3 question on series completion…………
10)micro processor 8086 is ------ bit processor?
Ans :16 bit
11)the parallel interface is:
a) signal broken into bits and sent 1 by 1 on single line.
b)Used to connect printer.
c)….
d)….
e)none of these.
Ans: none of these.
12)select the odd one out:
a)tcp
b)rlogin
c)ftp
d)tftp
e)telnet
ans:ftp
13)2 more questions on data::
{a} suppose there r 1-10 number in sequence a b c d e f g h, not in that order
a)d is 3 less than a.
b)b is in middle.
c)f is much less than a, and g is greater than f
d)…
4 question on this data.
{b} seating arrangement.
4 question on it.
14) question on simple solving 13and 15 r two number that gives remiender 1 when divided by a number? Ans:4
15) 1 question on work time photocopier prints –number of copies, if efficiency dec/inc by some % then hw many copies ?
16) Rest r very very easy questions u need not worry, even there is no need to study thoroughly practice these type of questions just n just. Rest is on your mental ability
, don’t worry abt time; time is sufficient for type of paper.
I hav put my best to jot down all sorts of questions rest ne help can contact me on my mail id.
TECHNICAL :
Part is not based on any c /c++ basis it is general wat u hav done in ur curriculum during engg…
25 questions 30 min cutt off is very low
1) 2) 3) r on tree
ans:1)inorder traversal{leftnode,root,rightnode}
2)post order traversal{leftnode,rightnode,root}
3)preorder traversal{root,leftnode,rightnode}
4)is a C sinnpet:ans :none of these
5)CRC is used for ans:detection of errors
6)hash table used for ?ans:quick access
7) n 8) is on ven diagram ?
ans : 7) 11
8)5
9)semaphore is used for
ans:synchronization of processes.
10)based on binary operator\?
11)based on turing machine?
12)based on unix ?
ans :execute permission is used for searching .
13)based on theory of computation subject(TOC)
14)based on data base
15)general questions ..
programming part
3 questions 30 min
1)based on sorting 100 numbers
2)count the number of lines and if number of lines having character count >72.
3)..?
Integra Placement Paper : Integra Paper Technical - C & C++
Optimize the below 1,2,3,4 questions for time:
1)
int i;
if i=0 then i:=1;
if i=1 then i:=0;
2)
int i;
if i=0 then i:=1;
if i=1 then i:=0;
(given that i can take only two values (1,0))
3)
int i;
if i=0 then i:=1;
else if i=1 then i:=0;
(given that i can take only two values (1,0))
4)
int m,j,i,n;
for i:=1 to n do
m:=m+j*n
5) Expand the following
a) ISDN
b) CASE
c) CSMA/CD
d) OOPS
e) MIMD
6) In the following questions, answer A,B,C,D depending on when
the errors are detected?
A if no error is detected
B if semantic and syntactic checking
C if during Code genration & Symbol allocation
D run time
a) Array overbound
b) Undeclared identifier
c) stack underflow
d) Accessing an illegal memory location
7) How many page faults will occur for below sequence of pages when LRU
page replacement algorithm is used ( The memory can only have 3pages):
1,2,3,4,2,1,5,2,4 (something like that)