Showing posts with label 3i Infotech Placement Papers. Show all posts
Showing posts with label 3i Infotech Placement Papers. Show all posts

Wednesday, June 15, 2011

3i INFOTECH TECHNICAL QUESTIONS 2



Interview: 3i INFOTECH TECHNICAL QUESTIONS 
1. A 2MB PCM(pulse code modulation) has
a) 32 channels b) 30 voice channels & 1 signalling channel.
c) 31 voice channels & 1 signalling channel.
d) 32 channels out of which 30 voice channels, 1 signalling channel, &
1 Synchronizatio channel. Ans : (c)

2. Time taken for 1 satellite hop in voice communication is
a) 1/2 second b) 1 seconds c) 4 seconds d) 2 seconds Ans : (a)

3. A dishonest shopkeeper professes to sell pulses at the cost price, but he uses a false weight of 950gm. for a kg. His gain is ...%.

4. Max number of satellite hops allowed in voice communication is :
a) only one b) more than one c) two hops d) four hops Ans : (c)

5. Conditional results after execution of an instruction in a micro processor is stored ina) register b) accumulator c) flag register d) flag register
part of PSW(Program Status Word)
Ans : (d)

6. Frequency at which VOICE is sampled is
a) 4 Khz b) 8 Khz c) 16 Khz d) 64 Khz Ans : (a)

7. Line of Sight is
a) Straight Line b) Parabolic c) Tx & Rx should be visible to each other
d) none Ans : (c)

8. Purpose of PC(Program Counter) in a MicroProcessor is
a) To store address of TOS(Top Of Stack)
b) To store address of next instruction to be executed.
c) count the number of instructions.
d) to store base address of the stack. Ans : (b)

9. What action is taken when the processor under execution is interrupted by a
non-maskable interrupt?
a) Processor serves the interrupt request after completing the execution of the current instruction.
b) Processor serves the interupt request after completing the current task.
c) Processor serves the interupt request immediately.
d) Processor serving the interrupt request depends upon the priority of the current task under execution. Ans : (a)
10.

The status of the Kernel is
a) task b) process c) not defined. d) none of the above. Ans : (b)

11. To send a data packet using datagram , connection will be established
a) before data transmission.
b) connection is not established before data transmission.
c) no connection is required.
d) none of the above. Ans : (c)

12. Word allignment is
a) alligning the address to the next word boundary of the machine.
b) alligning to even boundary.
c) alligning to word boundary.
d) none of the above. Ans : (a)

13. When a 'C' function call is made, the order in which parameters passed to the
function are pushed into the stack is
a) left to right b) right to left
c) bigger variables are moved first than the smaller variales.
d) smaller variables are moved first than the bigger ones.
e) none of the above. Ans : (b)

14. What is the type of signalling used between two exchanges?
a) inband b) common channel signaling c) any of the above
d) none of the above. Ans : (a)

15. Buffering is
a) the process of temporarily storing the data to allow for small variation in device speeds
b) a method to reduce cross talks
c) storage of data within transmitting medium until the receiver is ready to receive.
d) a method to reduce routing overhead. Ans : (a)

16. Memory allocation of variables declared in a program is
a) allocated in RAM. b) allocated in ROM. c) allocated on stack.
d) assigned to registers. Ans : (c)

16. Memory allocation of variables declared in a program is
a) allocated in RAM. b) allocated in ROM. c) allocated on stack.
d) assigned to registers. Ans : (c)

17. A software that allows a personal computer to pretend as a computer terminal is
a) terminal adapter b) bulletin board c) modem d) terminal emulation
Ans : (d)

18. Find the output of the following program
int *p,*q;
p=(int *)1000;
q=(int *)2000;
printf("%d",(q-p)); Ans : 500

19. Which addressing mode is used in the following statements:
(a) MVI B,55 (b) MOV B,A (c) MOV M,A

Ans. (a) Immediate addressing mode.
(b) Register Addressing Mode
(c) Direct addressing mode

20. RS-232C standard is used in _____________.
Ans. Serial I/O

21. Memory. Management in Operating Systems is done by
a) Memory Management Unit
b) Memory management software of the Operating System c) Kernel
Ans : (b)

22. What is done for a Push opertion?Ans : SP is decremented and then the  value is stored.

23. Binary equivalent of 52
Ans. 110100

24. Hexadecimal equivalent of 3452
Ans. 72A

25. Explain Just In Time Concept ?
Ans. Elimination of waste by purchasing manufacturing exactly when needed

26. A good way of unit testing s/w program is
Ans. User test

27. OOT uses
Ans. Encapsulated of detect methods

28. EDI useful in
Ans. Electronic Transmission

29. MRPII different from MRP
Ans. Modular version of man redundant initials

30. Hard disk time for R/W head to move to correct sector
Ans. Latency Time

31. The percentage of times a page number bound in associate register is called

Ans. Bit ratio

32. Expand MODEM
Ans. Modulator and Demodulator

33. RDBMS file system can be defined as
Ans. Interrelated

34. Super Key is
Ans. Primary key and Attribute

35. Windows 95 supports
(a) Multiuser (b) n tasks (c) Both (d) None
Ans. (a)

36. In the command scanf, h is used for

Ans. Short int

37. A process is defined as

Ans. Program in execution

38. A thread is

Ans. Detachable unit of executable code)

39. A thread is

Ans. Detachable unit of executable code)

40. How is memory management done in Win95

Ans. Through paging and segmentation

41. What is meant by polymorphism

Ans. Redfinition of a base class method in a derived class

42. What is the essential feature of inheritance

Ans. All properties of existing class are derived

43. What does the protocol FTP do

Ans. Transfer a file b/w stations with user authentification

44. In the transport layer ,TCP is what type of protocol
Ans. Connection oriented

45. Why is a gateway used
Ans. To connect incompatible networks

46. How is linked list implemented
Ans. By referential structures

47. What method is used in Win95 in multitasking
Ans. Non preemptive check

48. What is a semaphore
Ans. A method synchronization of multiple processes

49. What is the precedence order from high to low ,of the symbols ( ) ++ /

Ans.( ) , ++, /

50. Preorder of A*(B+C)/D-G
Ans.*+ABC/-



51. What is the efficiency of merge sort
Ans : O(n log n)

52. In which layer are routers used
Ans : In network layer

53. Which of the following sorting algorithem has average sorting behavior --Bubble sort, merge sort, heap sort, exchange sort -

Ans : Heap sort

54. In binary search tree which traversal is used for getting ascending order values--Inorder ,post order,preorder

Ans : Inorder

55. What are device drivers used for

Ans : To provide software for enabling the hardware

56. What are device drivers used for

Ans : To provide software for enabling the hardware

57. What is make command in unix

Ans : Used forcreation of more than one file

58. In unix .profile contains

Ans : Start up program

59. In unix 'ls 'stores contents in

Ans : inode block

60. Which of the following involves context switch,
(a) system call (b) priviliged instruction (c) floating poitnt exception
(d) all the above (e) none of the above
Ans: (a)

61. In OST, terminal emulation is done in
(a) sessions layer (b) application layer (c) presentation layer  (d) transport layer
Ans: (b)

62. For 1 MB memory, the number of address lines required,
(a)11 (b)16 (c)22 (d) 24

Ans : (b)

63. Semaphore is used for
(a) synchronization (b) dead-lock avoidance (c) box (d) none

Ans : (a)

64. Which holds true for the following statement class c: public A, public B
a) 2 member in class A, B should not have same name
b) 2 member in class A, C should not have same name
c) both d) none

Ans : (a)

65. Preproconia.. does not do which one of the following
(a) macro (b) conditional compliclation (c) in type checking (d) including load file

Ans : (c)

66. Piggy backing is a technique for
a) Flow control b) Sequence c) Acknowledgement d) retransmition

Ans : (c)

67. Which is not a memory management scheme?
a) buddy system b) swapping c) monitors d) paging Ans : c

68. There was a circuit given using three nand gates with two inputs and one output. Find the output.
a) OR b) AND c) XOR d) NOT
Ans : (a)

69. Iintegrated check value(ICV) are used as:
Ans : The client computes the ICV and then compares it with the senders value.

70. When applets are downloaded from web sites , a byte verifier performs _________?

Ans : Status check

71. An IP/IPX packet received by a computer using... having IP/IPX both how the packet Is handled.
Ans : Read the, field in the packet header with to  send IP or IPX protocol.

72. The UNIX shell ....
a) does not come with the rest of the system
b) forms the interface between the user and the kernal
c) does not give any scope for programming
d) deos not allow calling one program from with in another
e) all of the above
Ans : (b)

73. In UNIX a files i-node ......?
Ans : Is a data structure that defines all specifications of a file like the file size, number of lines to a file, permissions etc.

74. The very first process created by the kernal that runs till the kernal process is halts is
a) init b) getty c) both (a) and (b) d) none of these
Ans : (a)

75. In the process table entry for the kernel process, the process id value is
(a) 0 (b) 1 (c) 2 (d) 255 (e) it does not have a process table entry

Ans : (a)

76. Which of the following API is used to hide a window
a) ShowWindow b) EnableWindow c) MoveWindowd) SetWindowPlacement
e) None of the above
Ans : (a)

77. Which function is the entry point for a DLL in MS Windows 3.1
a) Main b) Winmain c) Dllmain d) Libmain e) None
Ans : (b)

78. The standard source for standard input, standard output and standard error is a) the terminal b) /dev/null
c) /usr/you/input, /usr/you/output/, /usr/you/error respectively
d) None
Ans : (a)

79. The redirection operators > and >>
a) do the same function b) differ : > overwrites, while >> appends
c) differ : > is used for input while >> is used for output
d) differ : > write to any file while >> write only to standard output
e) None of these
Ans : (b)

80. The command grep first second third /usr/you/myfile
a) prints lines containing the words first, second or third from the file /usr/you/myfile
b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them
c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them
d) replaces the word first with the word second in the files third and /usr/you/myfile
e) None of the above

Ans : (b)

81. You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?
a) CREATE INdEX emp_empno_idx ON employee, empno;
b) CREATE INdEX emp_empno_idx FOR employee, empno;
c) CREATE INdEX emp_empno_idx ON employee(empno);
d) CREATE emp_empno_idx INdEX ON employee(empno);
Ans : c

82. Which program construct must return a value?
a) Package b) Function c) Anonymous block d) Stored Procedure
e) Application Procedure
Ans : b

83. Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY
constraint and all depending constraints fromthe EMPLOYEE table?
a) ALTER TABLE employee dROP PRIMARY KEY CASCAdE;
b) ALTER TABLE employee dELETE PRIMARY KEY CASCAdE;
c) MOdIFY TABLE employee dROP CONSTRAINT employee_id_pk CASCAdE;
d) ALTER TABLE employee dROP PRIMARY KEY employee_id_pk CASCAdE;
e) MOdIFY TABLE employee dELETE PRIMARY KEY employee_id_pk CASCAdE;

Ans : a

84. Which three commands cause a transaction to end? (Chosse three)
a) ALTER b) GRANT c) DELETE d) INSERT e) UPdATE
f) ROLLBACK
Ans : a ,b ,f

85. Under which circumstance should you create an index on a table?
a) The table is small.
b) The table is updated frequently.
c) A columns values are static and contain a narrow range of values
d) Two columns are consistently used in the WHERE clause join condition
of SELECT statements.

Ans : d

86. What was the first name given to Java Programming Language.
a) Oak - Java b) Small Talk c) Oak d) None
Ans : a

87. A certain radioactive element A, has a half life = t seconds. In (t/2) seconds the fraction of the initial quantity of the element so  far decayed is nearly
(a) 29% (b) 15% (c) 10% (d) 45%
Ans : (a)

88. Which of the following plots would be a straight line ?
(a) Logarithm of decay rate against logarithm of time
(b) Logarithm of decay rate against logarithm of number of decaying nuclei
(c) Decay rate against time
(d) Number of decaying nuclei against time
Ans : (b)

89. A radioactive element x has an atomic number of 100.
It decays directly into an element y which decays directly into element z.
In both processes a charged particle is emitted.
Which of the following statements would be true?
(a) y has an atomic number of 102 (b) y has an atomic number of 101
(c) z has an atomic number of 100 (d) z has an atomic number of 101

Ans : (b)

90. If the sum of the roots of the equation ax2 + bx + c=0 is equal to the sum of the squares of their reciprocals then a/c, b/a, c/b are in
(a) AP (b) GP (c) HP (d) None of these
Ans : (c)

91. A man speaks the truth 3 out of 4 times. He throws a die and reports it to be a 6. What is the probability of it being a 6?
(a) 3/8 (b) 5/8 (c) ¾ (d) None of the above
Ans : (a)

92. If cos2A + cos2B + cos2C = 1 then ABC is a
(a) Right angle triangle (b) Equilateral triangle (c) All the angles are acute
(d) None of these
Ans : (a)

93. Image of point (3,8) in the line x + 3y = 7 is
(a) (-1,-4) (b) (-1,4) (c) (2,-4) (d) (-2,-4)
Ans : (a)

94. The mass number of a nucleus is
(a) Always less than its atomic number (b) Always more than its atomic number
(c) Sometimes more than and sometimes equal to its atomic number
(d) None of the above
Ans : (c)

95. The maximum KE of the photoelectron emitted from a surface is dependent
on (a) The intensity of incident radiation (b) The potential of the collector
electrode (c) The frequency of incident radiation
(d) The angle of incidence of radiation of the surface
Ans : (c

96. Which of the following is not an essential condition for interference
(a) The two interfering waves must be propagated in almost the same direction or
the two interfering waves must intersect at a very small angle
(b) The waves must have the same time period and wavelength
(c) Amplitude of the two waves should be the same
(d) The interfering beams of light must originate from the same source

Ans : (c)

97. When X-Ray photons collide with electrons
(a) They slow down (b) Their mass increases (c) Their wave length  increases (d) Their energy decreases
Ans : (c)

98. An electron emits energy
(a) Because its in orbit (b) When it jumps from one energy level to another
(c) Electrons are attracted towards the nucleus
(d) The electrostatic force is insufficient to hold the electrons in orbits

Ans : (b)

99. An electron emits energy
(a) Because its in orbit (b) When it jumps from one energy level to another
(c) Electrons are attracted towards the nucleus
(d) The electrostatic force is insufficient to hold the electrons in orbits

Ans : (b)

100. How many bonds are present in CO2 molecule?
(a) 1 (b) 2 (c) 0 (d) 4
Ans : (d)

3i INFOTECH TECHNICAL QUESTIONS


81. You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?
a) CREATE INdEX emp_empno_idx ON employee, empno;
b) CREATE INdEX emp_empno_idx FOR employee, empno;
c) CREATE INdEX emp_empno_idx ON employee(empno);
d) CREATE emp_empno_idx INdEX ON employee(empno); Ans: c

82. Which program construct must return a value?
a) Package b) Function c) Anonymous block d) Stored Procedure
e) Application Procedure Ans: b

83. Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY
constraint and all depending constraints fromthe EMPLOYEE table?
a) ALTER TABLE employee dROP PRIMARY KEY CASCAdE;
b) ALTER TABLE employee dELETE PRIMARY KEY CASCAdE;
c) MOdIFY TABLE employee dROP CONSTRAINT employee_id_pk CASCAdE;
d) ALTER TABLE employee dROP PRIMARY KEY employee_id_pk CASCAdE;
e) MOdIFY TABLE employee dELETE PRIMARY KEY employee_id_pk CASCAdE;
Ans: a

84. Which three commands cause a transaction to end? (Chosse three)
a) ALTER b) GRANT c) DELETE d) INSERT e) UPdATE
f) ROLLBACK Ans: a ,b ,f

85. Under which circumstance should you create an index on a table?
a) The table is small.
b) The table is updated frequently.
c) A columns values are static and contain a narrow range of values
d) Two columns are consistently used in the WHERE clause join condition
of SELECT statements.
Ans:d

86. What was the first name given to Java Programming Language.
a) Oak - Java b) Small Talk c) Oak d) None Ans:a

87. A certain radioactive element A, has a half life = t seconds. In (t/2) seconds the fraction of the initial quantity of the element so
far decayed is nearly
(a) 29% (b) 15% (c) 10% (d) 45% Ans: (a)

88. Which of the following plots would be a straight line ?
(a) Logarithm of decay rate against logarithm of time
(b) Logarithm of decay rate against logarithm of number of decaying nuclei
(c) Decay rate against time
(d) Number of decaying nuclei against time Ans: (b)

89. A radioactive element x has an atomic number of 100.
It decays directly into an element y which decays directly into element z.
In both processes a charged particle is emitted.
Which of the following statements would be true?
(a) y has an atomic number of 102 (b) y has an atomic number of 101
(c) z has an atomic number of 100 (d) z has an atomic number of 101
Ans: (b)

90. If the sum of the roots of the equation ax2 + bx + c=0 is equal to the sum of
the squares of their reciprocals then a/c, b/a, c/b are in
(a) AP (b) GP (c) HP (d) None of these Ans: (c)

91. A man speaks the truth 3 out of 4 times. He throws a die and reports it to be a 6.
What is the probability of it being a 6?
(a) 3/8 (b) 5/8 (c) ¾ (d) None of the above Ans: (a)

92. If cos2A + cos2B + cos2C = 1 then ABC is a
(a) Right angle triangle (b) Equilateral triangle (c) All the angles are acute
(d) None of these Ans: (a)

93. Image of point (3,8) in the line x + 3y = 7 is
(a) (-1,-4) (b) (-1,4) (c) (2,-4) (d) (-2,-4) Ans: (a)

94. The mass number of a nucleus is
(a) Always less than its atomic number (b) Always more than its atomic number
(c) Sometimes more than and sometimes equal to its atomic number
(d) None of the above Ans: (c)

95. The maximum KE of the photoelectron emitted from a surface is dependent
on (a) The intensity of incident radiation (b) The potential of the collector
electrode (c) The frequency of incident radiation
(d) The angle of incidence of radiation of the surface Ans: (c

96. Which of the following is not an essential condition for interference
(a) The two interfering waves must be propagated in almost the same direction or
the two interfering waves must intersect at a very small angle
(b) The waves must have the same time period and wavelength
(c) Amplitude of the two waves should be the same
(d) The interfering beams of light must originate from the same source
Ans: (c)

97. When X-Ray photons collide with electrons
(a) They slow down (b) Their mass increases (c) Their wave length
increases (d) Their energy decreases Ans: (c)

98. An electron emits energy
(a) Because its in orbit (b) When it jumps from one energy level to another
(c) Electrons are attracted towards the nucleus
(d) The electrostatic force is insufficient to hold the electrons in orbits
Ans: (b)

99. An electron emits energy
(a) Because its in orbit (b) When it jumps from one energy level to another
(c) Electrons are attracted towards the nucleus
(d) The electrostatic force is insufficient to hold the electrons in orbits
Ans: (b)

100. How many bonds are present in CO2 molecule?
(a) 1 (b) 2 (c) 0 (d) 4 Ans: (d)

Verbal
1. Depreciation: deflation, depression, devaluation, fall, slump
2. Deprecate : feel and express disapproval,
3. Incentive : thing one encourages one to do (stimulus)
4. Echelon : level of authority or responsibility
5. Innovation : make changes or introduce new things
6. Intermittent : externally stopping and then starting
7. Detrimental: harmful
8. Conciliation : make less angry or more friendly
9. Orthodox: conventional or traditional, superstitious
10. Fallible : liable to error
11. Volatile : ever changing
12. Manifest: clear and obvious
13. Connotation : suggest or implied meaning of expression
14. Reciprocal: reverse or opposite
15. Agrarian : related to agriculture
16. Vacillate : undecided or dilemma
17. Expedient : fitting proper, desirable
18. Simulate : produce artificially resembling an existing one.
19. Access : to approach
20. Compensation: salary
21. Truncate : shorten by cutting
22. Adherence : stick
23. Heterogeneous: non similar things
24. Surplus : excessive
25. Assess : determine the amount or value
26. Cognizance : knowledge
27. Retrospective : review
28. Naive : innocent, rustic
29. Equivocate : tallying on both sides, lie, mislead
30. Postulate : frame a theory
31. Latent : dormant, secret
32. Fluctuation : wavering,
33. Eliminate : to reduce
34. Affinity : strong liking
35. Expedite : hasten
36. Console : to show sympathy
37. Adversary : opposition
38. Affable : lovable or approachable
39. Decomposition : rotten
40. Agregious : apart from the crowd, especially bad
41. Conglomeration: group, collection
42. Aberration: deviation
43. Augury : prediction
44. Creditability : ability to common belief, quality of being credible
45. Coincident: incidentally
46. Constituent : accompanying
47. Differential : having or showing or making use of
48. Litigation : engaging in a law suit
49. Moratorium: legally or officially determined period of delay before fulfillment of the agreement of paying of debts.
50. Negotiate : discuss or bargain
51. Preparation : act of preparing
52. Preponderant : superiority of power or quality
53. Relevance : quality of being relevant
54. Apparatus : appliances
55. Ignorance : blindness, in experience
56. Obsession: complex enthusiasm
57. precipitate : speed, active
58. corroborative: refutable
59. obnoxious : harmless
60. sanction: hinder
61. empirical: experimental
62. aborigine: emigrant
63. corpulent : emaciated
64. officious: pragmate
65. Agitator : Firebrand :: Renegade : Turncoat
66. Burst : Sound :: Tinder : Fire
67. Star : cluster :: Tree : clump
68. Piston : Cylinder :: elevator : shaft
69. Mitigate : punishment :: commute : sentence
70. Erudite : scholar :: illiterate : ignorant
71. Fire : Ashes :: explosion : debris
72. mason : wall :: Author : Book
73. Fire : Ashes :: Event : memories
74. (a) cheerleaders : pompoms
(b) audience:seats
(c) team:goalposts
(d) conductor:podium
(e) referee:decision
Ans: (a)

75. archipelago:islands::
(a) arbor:bower (b) garden:flower (c) mountain:valley (d) sand:dun
(e) constellation:star Ans: (a)

76. crow:boastful ::
(a) smirk:witty (b) conceal:s;y (c) pout:sulky (d) blush:coarse
(e) bluster:unhappy Ans: (a)

77. bracket:shelf ::
(a) hammer:anvil (b) girder:rivet (c) strut:rafter (d) valve:pipe
(e) bucket:well Ans: (a)

78. taxonomy:classification ::
(a) etymology:derivation (b) autonomy:authorization (c)
economy:rationalization (d) tautology:justification
(e) ecology:urbanization Ans: (a)

79. moderator:debate ::
(a) legislator:election (b) chef:banquet (c) auditor:lecture (d)
conspirator:plot (e) umpire:game Ans: (a)

80. glossary:words ::
(a) catalogue:dates (b) atlas:maps (c) almanac:synonyms (d)
thesaurus:rhymes (e) lexicon:numbers Ans: (a)

81. lumber: bear ::
(a) roost:hen (b) bray:donkey (c) waddle:goose (d) swoop:hawk (e)
chirp:sparrow Ans: (a)

82. celerity:snail :: (a) indolence:sloth (b) cunning:weasel (c)
curiosity:cat (d) humility:peacock
(e) obstinacy:mule Ans: (a)

83. wood:sand ::
(a) coal:burn (b) brick:lay (c) oil:polish (d) metal:burnish (e) stone:quarry
Ans: (a)

84. carpenter:saw ::
(a) stenographer:typist (b) painter:brush (c) lawyer:brief (d) runner:sneakers e) seamstress:scissors Ans: (a)

85. horns:bull ::
(a) mane:lion (b) wattles:turkey (c) antlers:stag (d) hooves:horse
(e) wings:eagle Ans: (a)

86. gullible:duped ::
(a) credible:cheated (b) careful:cautioned (c) malleable:moulded (d)
myopic:mislead e) articulate:silenced
Ans: (a)

87. marathon:stamina ::
(a) relay:independence (b) hurdle:perseverance (c) sprint:celerity (d)
job:weariness (e) ramble:directness
Ans: (a)

88. Skin:man ::
(a) hide:animal (b) jump:start (c) peel:potato (d) eat:food (e)
wool:cloth Ans: (a)

89. Bamboo:Shoot ::
(a) Bean:Sprout (b) Peas:Pod (c) Potato:Eye (d) Carrot:Root (e) Leaf:Stem
Ans: (a)

90. Deflect:Missile ::
(a) Siege:Castle (b) Distract:Attraction (c) Protect:Honour (d) Drop:Catch
(e) Score:Goal Ans: (a)

91. Editor:magazine ::
(a) captain:ship (b) actor:movie (c) director:film (d) player:team
(e) jockey:horse Ans: (a)

92. Volcano : Lava ::
(a) Fault:earthquate (b) crack:wall (c) tunnel:dig (d) water:swim(e)
floor:polis Ans: (a)

93. Disregarded
(a) heed (b) hopeful (c) evade (d) dense Ans: (a)

94. Obviate
(a) becloud (b) necessitate (c) rationalize (d) execute Ans: (b)

95. Superficial
(a) profound (b) exaggerated (c) subjective (d) spirited Ans: (a)

96. chief : tribe :: governer : state
97. epaulette : shoulder :: tiara : head
98. guttural : throat :: gastric : stomach
99. inept : clever :: languid : active
100. Erudite : scholar :: illiterate : ignorant

3i INFOTECH TECHNICAL QUESTIONS



PAPER : 3i INFOTECH TECHNICAL QUESTIONS (INTERVIEW)
1. A 2MB PCM(pulse code modulation) has
a) 32 channels b) 30 voice channels & 1 signalling channel.
c) 31 voice channels & 1 signalling channel.
d) 32 channels out of which 30 voice channels, 1 signalling channel, &
1 Synchronizatio channel. Ans: (c)

2. Time taken for 1 satellite hop in voice communication is
a) 1/2 second b) 1 seconds c) 4 seconds d) 2 seconds Ans: (a)

3. A dishonest shopkeeper professes to sell pulses at the cost price, but he uses a false weight of 950gm. for a kg. His gain is ...%.

4. Max number of satellite hops allowed in voice communication is :
a) only one b) more than one c) two hops d) four hops Ans: (c)

5. Conditional results after execution of an instruction in a micro processor is stored ina) register b) accumulator c) flag register d) flag register
part of PSW(Program Status Word) Ans: (d)

6. Frequency at which VOICE is sampled is
a) 4 Khz b) 8 Khz c) 16 Khz d) 64 Khz Ans: (a)

7. Line of Sight is
a) Straight Line b) Parabolic c) Tx & Rx should be visible to each other
d) none Ans: (c)

8. Purpose of PC(Program Counter) in a MicroProcessor is
a) To store address of TOS(Top Of Stack)
b) To store address of next instruction to be executed.
c) count the number of instructions.
d) to store base address of the stack. Ans: (b)

9. What action is taken when the processor under execution is interrupted by a
non-maskable interrupt?
a) Processor serves the interrupt request after completing the execution of the current instruction.
b) Processor serves the interupt request after completing the current task.
c) Processor serves the interupt request immediately.
d) Processor serving the interrupt request depends upon the priority of the current task under execution. Ans: (a)
10.

The status of the Kernel is
a) task b) process c) not defined. d) none of the above. Ans: (b)

11. To send a data packet using datagram , connection will be established
a) before data transmission.
b) connection is not established before data transmission.
c) no connection is required.
d) none of the above. Ans: (c)

12. Word allignment is
a) alligning the address to the next word boundary of the machine.
b) alligning to even boundary.
c) alligning to word boundary.
d) none of the above. Ans: (a)

13. When a 'C' function call is made, the order in which parameters passed to the
function are pushed into the stack is
a) left to right b) right to left
c) bigger variables are moved first than the smaller variales.
d) smaller variables are moved first than the bigger ones.
e) none of the above. Ans: (b)

14. What is the type of signalling used between two exchanges?
a) inband b) common channel signaling c) any of the above
d) none of the above. Ans: (a)

15. Buffering is
a) the process of temporarily storing the data to allow for small variation in device speeds
b) a method to reduce cross talks
c) storage of data within transmitting medium until the receiver is ready to receive.
d) a method to reduce routing overhead. Ans: (a)

16. Memory allocation of variables declared in a program is
a) allocated in RAM. b) allocated in ROM. c) allocated on stack.
d) assigned to registers. Ans: (c)

16. Memory allocation of variables declared in a program is
a) allocated in RAM. b) allocated in ROM. c) allocated on stack.
d) assigned to registers. Ans: (c)

17. A software that allows a personal computer to pretend as a computer terminal is
a) terminal adapter b) bulletin board c) modem d) terminal emulation
Ans: (d)

18. Find the output of the following program
int *p,*q;
p=(int *)1000;
q=(int *)2000;
printf("%d",(q-p)); Ans: 500

19. Which addressing mode is used in the following statements:
(a) MVI B,55 (b) MOV B,A (c) MOV M,A
Ans: (a) Immediate addressing mode.
(b) Register Addressing Mode
(c) Direct addressing mode

20. RS-232C standard is used in _____________. Ans: Serial I/O

21. Memory. Management in Operating Systems is done by
a) Memory Management Unit
b) Memory management software of the Operating System c) Kernel
Ans: (b)

22. What is done for a Push opertion?Ans: SP is decremented and then the
value is stored.

23. Binary equivalent of 52 Ans: 110100

24. Hexadecimal equivalent of 3452 Ans: 72A

25. Explain Just In Time Concept ? Ans: Elimination of waste by purchasing manufacturing exactly when needed

26. A good way of unit testing s/w program is Ans: User test

27. OOT uses Ans: Encapsulated of detect methods

28. EDI useful in Ans: Electronic Transmission

29. MRPII different from MRP Ans: Modular version of man redundant initials

30. Hard disk time for R/W head to move to correct sector Ans: Latency Time

31. The percentage of times a page number bound in associate register is called
Ans: Bit ratio

32. Expand MODEM Ans: Modulator and Demodulator

33. RDBMS file system can be defined as Ans: Interrelated

34. Super Key is Ans: Primary key and Attribute

35. Windows 95 supports
(a) Multiuser (b) n tasks (c) Both (d) None Ans: (a)

36. In the command scanf, h is used for Ans: Short int

37. A process is defined as Ans: Program in execution

38. A thread is Ans: Detachable unit of executable code)

39. A thread is Ans: Detachable unit of executable code)

40. How is memory management done in Win95
Ans: Through paging and segmentation

41. What is meant by polymorphism
Ans: Redfinition of a base class method in a derived class

42. What is the essential feature of inheritance
Ans: All properties of existing class are derived

43. What does the protocol FTP do
Ans: Transfer a file b/w stations with user authentification

44. In the transport layer ,TCP is what type of protocol Ans: Connection oriented

45. Why is a gateway used Ans: To connect incompatible networks

46. How is linked list implemented Ans: By referential structures

47. What method is used in Win95 in multitasking Ans: Non preemptive check

48. What is a semaphore Ans: A method synchronization of multiple processes

49. What is the precedence order from high to low ,of the symbols ( ) ++ /
Ans:( ) , ++, /

50. Preorder of A*(B+C)/D-G Ans:*+ABC/-DG

51. What is the efficiency of merge sort Ans: O(n log n)

52. In which layer are routers used Ans:In network layer

53. Which of the following sorting algorithem has average sorting behavior --Bubble sort, merge sort, heap sort,
exchange sort Ans: Heap sort

54. In binary search tree which traversal is used for getting ascending order
values--Inorder ,post order,preorder Ans:Inorder

55. What are device drivers used for Ans:To provide software for enabling the hardware

56. What are device drivers used for Ans:To provide software for enabling the hardware

57. What is make command in unix Ans: Used forcreation of more than one file

58. In unix .profile contains Ans: Start up program

59. In unix 'ls 'stores contents in Ans:inode block

60. Which of the following involves context switch,
(a) system call (b) priviliged instruction (c) floating poitnt exception
(d) all the above (e) none of the above Ans: (a)

61. In OST, terminal emulation is done in
(a) sessions layer (b) application layer (c) presentation layer
(d) transport layer Ans: (b)

62. For 1 MB memory, the number of address lines required,
(a)11 (b)16 (c)22 (d) 24 Ans: (b)

63. Semaphore is used for
(a) synchronization (b) dead-lock avoidance (c) box (d) none Ans: (a)

64. Which holds true for the following statement class c: public A, public B
a) 2 member in class A, B should not have same name
b) 2 member in class A, C should not have same name
c) both d) none Ans: (a)

65. Preproconia.. does not do which one of the following
(a) macro (b) conditional compliclation (c) in type checking (d) including load file
Ans: (c)

66. Piggy backing is a technique for
a) Flow control b) Sequence c) Acknowledgement d) retransmition Ans: (c)

67. Which is not a memory management scheme?
a) buddy system b) swapping c) monitors d) paging Ans : c

68. There was a circuit given using three nand gates with two inputs and one output.
Find the output.
a) OR b) AND c) XOR d) NOT Ans: (a)

69. Iintegrated check value(ICV) are used as: Ans: The client computes the ICV
and then compares it with the senders value.

70. When applets are downloaded from web sites , a byte verifier performs _________?
Ans: Status check

71. An IP/IPX packet received by a computer using... having IP/IPX both how the packet Is handled. Ans: Read the, field in the packet header with to
send IP or IPX protocol.

72. The UNIX shell ....
a) does not come with the rest of the system
b) forms the interface between the user and the kernal
c) does not give any scope for programming
d) deos not allow calling one program from with in another
e) all of the above Ans: (b)

73. In UNIX a files i-node ......?
Ans: Is a data structure that defines all specifications of a file like the file size, number of lines to a file, permissions etc.

74. The very first process created by the kernal that runs till the kernal process is halts is
a) init b) getty c) both (a) and (b) d) none of these Ans: (a)

75. In the process table entry for the kernel process, the process id value is
(a) 0 (b) 1 (c) 2 (d) 255 (e) it does not have a process table entry
Ans: (a)

76. Which of the following API is used to hide a window
a) ShowWindow b) EnableWindow c) MoveWindowd) SetWindowPlacement
e) None of the above Ans: (a)

77. Which function is the entry point for a DLL in MS Windows 3.1
a) Main b) Winmain c) Dllmain d) Libmain e) None Ans: (b)

78. The standard source for standard input, standard output and standard error is a) the terminal b) /dev/null
c) /usr/you/input, /usr/you/output/, /usr/you/error respectively
d) None Ans: (a)

79. The redirection operators > and >>
a) do the same function b) differ : > overwrites, while >> appends
c) differ : > is used for input while >> is used for output
d) differ : > write to any file while >> write only to standard output
e) None of these Ans: (b)

80. The command grep first second third /usr/you/myfile
a) prints lines containing the words first, second or third from the file /usr/you/myfile
b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them
c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them
d) replaces the word first with the word second in the files third and /usr/you/myfile
e) None of the above
Ans: (b)

3i Infotech Placement Paper 2006 (Aptitude Section)



Paper: 3i Infotech Placement Paper 2006 (Aptitude Section)
1. It was calculated that 75 men could complete a piece of work in 20 days. When work was scheduled to commence, it was found necessary to send 25 men to another project. How much longer will it take to complete the work?

2. A student divided a number by 2/3 when he required to multiply by 3/2. Calculate the percentage of error in his result.

3. A dishonest shopkeeper professes to sell pulses at the cost price, but he uses a false weight of 950gm. for a kg.
His gain is …%.

4. A software engineer has the capability of thinking 100 lines of code in five minutes and can type 100 lines of code in 10 minutes. He takes a break for five minutes after every ten minutes. How many lines of codes will he complete typing after an hour?

5. A man was engaged on a job for 30 days on the condition that he would get a wage of Rs. 10 for the day he works, but he have to pay a fine of Rs. 2 for each day of his absence. If he gets Rs. 216 at the end, he was absent for work for ... days

6. A contractor agreeing to finish a work in 150 days, employed 75 men each working 8 hours daily. After 90 days, only 2/7 of the work was completed. Increasing the number of men by­­ ________ each working now for 10 hours daily, the work can be completed in time.

7. what is a percent of b divided by b percent of a?

(a) a (b) b (c) 1 (d) 10 (d) 100

8. A man bought a horse and a cart. If he sold the horse at 10 % loss and the cart at 20 % gain, he would not lose anything; but if he sold the horse at 5% loss and the cart at 5% gain, he would lose Rs. 10 in the bargain. The amount paid by him was Rs.­­­­_______ for the horse and Rs.________ for the cart

9. A tennis marker is trying to put together a team of four players for a tennis tournament out of seven available. males - a, b and c; females – m, n, o and p. All players are of equal ability and there must be at least two males in the team. For a team of four, all players must be able to play with each other under the following restrictions: b should not play with m, c should not play with p, and a should not play with o.

Which of the following statements must be false?

1. b and p cannot be selected togethe
2. c and o cannot be selected together
3. c and n cannot be selected together.

10. If 2x-y=4 then 6x-3y=?

(a)15 (b)12 (c)18 (d)10 Ans. (b)

11. If x=y=2z and xyz=256 then what is the value of x?

(a)12 (b)8 (c)16 (d)6 Ans. (b)

12. (1/10)18 - (1/10)20 = ?

(a) 99/1020 (b) 99/10 (c) 0.9 (d) none of these Ans. (a)

13. Pipe A can fill in 20 minutes and Pipe B in 30 mins and Pipe C can empty the same in 40 mins.If all of them work together, find the time taken to fill the tank

(a) 17 1/7 mins (b) 20 mins (c) 8 mins (d) none of these Ans. (a)

14. Thirty men take 20 days to complete a job working 9 hours a day. How many hour a day should 40 men work to complete the job?

(a) 8 hrs (b) 7 1/2 hrs (c) 7 hrs (d) 9 hrs Ans. (b)

15. Find the smallest number in a GP whose sum is 38 and product 1728

(a) 12 (b) 20 (c) 8 (d) none of these Ans. (c

3i Infotech Placement Paper 2006 (Interview & GD)



Group Discussion:

The topics are very general ,there is absolutely no need for preparation. Topics for my and next group are like :-
1.Can a person be in politics and be clean as well?
2.Is attendance mandatory in the colleges?

Here they are short listing ruthlessly around 50%..only 5 members were short listed in my group of 10..same for the next group...so express your opinion and be in discussion. There are no moderators for the discussion we have to moderate ourselves.. and have to take chances to express ur opinion. no right or wrong answers!. Hope u can. The interview is scheduled for afternoon at 1:30..and there is no time keeping from the interview panel side. they came in 2:30 in a relaxed state leaving us standing for one hour without any chairs. Everyone who got selected is nervous about the interview. No one still know whether it will be technical or general.

About the interview

Only 2 members are there in the interview panel. I entered into the room and they offered me a seat and asked me for my resume and the interview printout. I handed it over to the guy. He looks into my resume and asked me ..

1) what is your qualification?
My answer: XX from X university I guessed: Anyone who looks at my resume should ask one more question, or at least show  interest in the qualification. because that is different. but nothing happened

2) Can you introduce yourself?
My answer: I told what i am doing curently..as i am experienced...and how i can fit ito the job.. My guess: they are expecting a very traditional answer...like i am Mr X..finished X degree and blah blah about personal details.

3)How can you relate your experience to the IT field?
My answer: I had experience in financial services..and told them how it is useful to the company as 3i is also in the same domain offering its products and services.
My guess: They seem to have no idea about financial services and the type of work i am doing .. so a bit not satisfied.

4)Have you done any IT courses?
I told them what i have done. I have done an ERP course panel response: I don't think there is nothing to learn in the ERP My guess:If you know C++, Java then only they feel it is an IT course.

5) what are your strengths?
I told what i got. including the transferable skills which i can bring from my previous job.. My guess: They are looking for hardcore technical skills

6)Do you have any questions?
I told Yes. and asked them about the training programme and the bond details.. they haven't told any thing about until i asked about it. Now i am a bit disappointed about what they said about the bond



3i Infotech Placement Paper Pattern 2006



Paper: 3i Infotech Placement Paper Pattern 2006

Three parts:

1.English(50 ques,50 marks)
2.Quantitative aptitude(50 ques,50 marks)
3.Logical Reasoning(50 ques,50 marks) total time:90 min.

The paper was totally on the pattern of Bank PO exam. There were no question of shakuntala devi or george summers...

3i Infotech Placement Paper Pattern Held On 28 JAN


The paper was prepared by INSTITUTE OF BANKING PERSONNEL SELECTIONS-MUMBAI.

Aptitude Written Test (Total time: 90 Min, 150 questions)

Section-1 English Language Ability (50 questions)

Section-2 Quantitative Aptitude (50 questions)

Section-3 Logical Reasoning (50 questions)

All 150 questions are given in the beginning, and you can attempt any section at any time. There is individual cut-off in each section. Negative marking 0.25 marks for each wrong answer.

Section- 1:

Q1-15: Comprehension, Antonyms, Synonyms There is a big paragraph (one full page) about regularization of banking acts, etc.

Q1-9 are based on the content of the paragraph.

Q10-12 are Antonyms for some words appeared in the paragraph.

Q13-15 are Synonyms for some words appeared in the paragraph.

Q16-20 (Incomplete Paragraph about Development and Education in Punjab and U.P. was given) In these questions, we need to insert the appropriate word from the options given.

Q21-25: (Ordering sentences in a paragraph) There are 5 Sentences given. They have asked for the correct sequence of those sentences. For example the asked question is which sentence is 2nd? 3rd? etc.

Q26-35: (Sentence improvement) There are 10 sentences. A part of the sentence is in bold part. From the options, we need to improve the meaning of the sentence.

Q36-45: (Identifying error in the sentence) Each Sentence was broken in to 5 parts. We need to find out which portion is having error. Sorry I forgot the other 5 questions.

Except the questions 1-9, I answered all confidently.

Conclusion: Practice Comprehension more, because reading the paragraph itself will take10-15 min. Then answering questions is too difficult.

So, go for other questions which are relatively simple and you feel comfortable.

Section- 2:

Quantitative Aptitude: ( R.S.Agrawal level, but time is very crucial) I am giving you, the topics covered.

1.Compound interest (1q)

2.Simplification (10q)

3.Data Interpretation(15q)

There are 3 Tables and each table comprises of 5 questions.

4.Series Completion (5q)

5.Squre root (1q)

6. Trains (1q)

7.Probability (5q)

Actually I overlooked the other 7 questions, because I have answered only 25 in 30 min. Then I moved to other section. There is no time to see any question 2nd time. So, do it right first confidently. Some questions are (none of these) options type. So doing confidently first time is important.

Do not check your calculation if u get none as your answer. Because they will test confidence by putting none option.

Conclusion: Do all questions in R.S.Agrawal atleast once to get confidence. Emphasize more on DI, Probability. Questions are simple but managing time is imp.

Section- 3:

Logical Reasoning :

Two puzzles on seating arrangement of students- 10q. These puzzles are simple.

example: There are 10 students, five will sit in Row A, and others in Row B. K will sit in between D and E. M is not interested to sit at the end in a row……. like that conditions will be given, Accordingly we can arrange.

Statements and Conclusions- 5q.

There are 4 statements, All cats are dogs, some dogs are squirrels. No Squirrel is Dove. Some doves are cats. etc . Then 3 conclusions were given. and we need to identify which are following. This question is not correct. DO not try to solve it. Just to have an idea I have mentioned.

Blood relations (5q)

The model is like this: A+B means A is brother of B

A-B means A is mother of
AxB means A is father of B

A/B means A is sister of B

Then what will be p+q-r? etc. Please refer R.S.Agrawal Blood Relations Type 3 Coded Relations. (P.NO.237)

Coding & Decoding (7q)

For the numbers 0-9, They have given some letters as their codes. And if a word starts with vowel then code should start with $ symbol, if a word ends with vowel then code should end with # symbol. etc . Now 5 words were given we need to find out their codes.

Odd man out (1q)

A.27 B.64 C.125 D.512 E.216.

ans b

64 is cube as well as square but the others are only cubes.

Data sufficiency (5q):

Three statements were given and one question was given. To answer this question, we need to find out which data is required from the above 3 statements?

Like this total 5 q were given

New model questions (7q)

Five three digits numbers were given. 1 is added to the first digit of all numbers and 1 is subtracted from the middle digit.

Then QUESTIONS are which is lowest, highest? ect.

Example: 546, 687, 456, 274, 487

After modifying according to the given conditions, 636, 777, 546, 364, 577. Now you can arrange these numbers either ascending or descending order to answer the questions.

ShareThis

 
View My Stats