Integra Previous Years Solved Sample Placement Papers
- What is Dr Watson?
a. IT Expert
b. Diagnosis tool
c. Surgeon
d. None
Answer: b. Diagnosis tool - The command allows you to create logical drive
a. Sort
b. Path
c. Subst
d. Batch
Answer: c. Subst - The command used to create a logical drive for the specific location of disk
a. Fdisk
b. Format
c. Subst
d. All of the above
Answer: c. Subst - You can move a window to a different position on your screen by dragging it by its
a. Move handle
b. Tail
c. Status bar
d. Title bar
Answer: a. Move handle - A bar that inform you the available options in your computer, opened applications, background running applications and can be used to switch between applications quickly is
a. Menu bar
b. Toolbar
c. Status bar
d. Taskbar
Answer: d. Taskbar - Which components appear in the initial windows startup display?
a. Dialog box
b. Taskbar
c. Start menu
d. All of the above
Answer: b. Taskbar Answer: d. All of the above -
Which is used to define the member of a class externally?
(A) :
(B) ::
(C) #
(D) None of the mentioned
Ans: (B) -
Which other keywords are also used to declare the class other than class?
(A) struct
(B) union
(C) object
(D) Both A & B
Ans: (D) -
Where is the object created?
(A) Class
(B) Constructor
(C) Destructor
(D) Attributes
Ans: (B) -
How to access the object in the class?
(A) Scope resolution operator
(B) Ternary operator
(C) Direct member access operator
(D) None of the mentioned
Ans: (C) -
Which of these following members are not accessed by using direct member access operator?
(A) Public
(B) Private
(C) Protected
(D) Both b & c
Ans: (D)