IT Trainer Questions


Q:

Solve the number puzzle

number_puzzle1540890829.jpg image

A) 2 B) 3
C) 0 D) Can't be determined
 
Answer & Explanation Answer: B) 3

Explanation:

In the given number puzzle,

Sum of Row 1 = 14

Sum of Row 2 = 23

Sum of Row 3 = 13 + ?

 

Sum of Column 1 = 16 

Sum of Column 2 = 23 

Sum of Column 3 = 11 + ?

 

Diagonal 1 sum = 17

Diagonal 2 sum = 14 + ?

 

From the above analysis,

Sum of Row 2 = Sum of Column 2 = 23

Sum of Row 1 = Sum of Column 3 = 14 = 11 + ?    .............(1)

Sum of Row 3 = Sum of Column 1 = 16 = 13 + ?    .............(2)

Diagonal 1 sum = Diagonal 2 sum = 17 = 14 + ?    .............(3)

  

Hence,

From (1), (2) & (3)

? = 3

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles
Exam Prep: GRE , GATE , CAT , Bank Exams , AIEEE
Job Role: IT Trainer , Bank PO , Bank Clerk , Analyst

28 4752
Q:

Power Point presentation is a collection of

A) Outlines B) Slides and Handouts
C) Speaker’s notes D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Power Point presentation is a collection of Slides and Handouts, Outlines and Speaker’s notes.

Report Error

View Answer Report Error Discuss

3 4749
Q:

What is the need of Response.Output.Write() in Asp.net ?

Answer

Response.Write() and Response.Output.Write() both does the same work for printing output on the screen. But their is a small difference between them. As we can write formatted output using Response.Output.Write() but Response.Write() can't allows the formatted output.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Analyst , IT Trainer

4 4727
Q:

Can any object be stored in a View state in .NET ?

Answer

View state is a repository in an ASP.NET page that can store values that need to be retained during postback.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Analyst , IT Trainer , Project Manager

2 4708
Q:

What is 70 of 50?

A) 35 B) 38
C) 42 D) 44
 
Answer & Explanation Answer: A) 35

Explanation:

what is 70 of 50 means 70% of 50

 

70 x 50100= 7 x 5= 35

 

Hence, 70 of 50 is 35.

Report Error

View Answer Report Error Discuss

Filed Under: Percentage
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

6 4699
Q:

Tickets numbered 1 to 20 are mixed up and then a ticket is drawn at random. What is the probability that the ticket drawn has a number which is a multiple of 4 or 15 ?

A) 6/19 B) 3/10
C) 7/10 D) 6/17
 
Answer & Explanation Answer: B) 3/10

Explanation:

Here, S = {1, 2, 3, 4, ...., 19, 20}=> n(s) = 20
Let E = event of getting a multiple of 4 or 15
=multiples od 4 are {4, 8, 12, 16, 20}
And multiples of 15 means multiples of 3 and 5
= {3, 6 , 9, 12, 15, 18, 5, 10, 15, 20}.
= the common multiple is only (15).
=> E = n(E)= 6
Required Probability = P(E) = n(E)/n(S) = 6/20 = 3/10.

Report Error

View Answer Report Error Discuss

Filed Under: Probability
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

6 4699
Q:

Which of the following statements about inheritance is false?

A) Inheritance allows you to minimize the amount of duplicate code in an application by sharing common code among several subclasses. B) A subclass inherits all the members (fields, methods, and nested classes) from its superclass.
C) Through inheritance, a parent class is a more specialized form of the child class. D) Inheritance allows you to reuse the fields and methods of the super class without having to write them yourself.
 
Answer & Explanation Answer: C) Through inheritance, a parent class is a more specialized form of the child class.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , Database Administration , IT Trainer

5 4688
Q:

By default, a Linux user falls under which group?

A) same as userid (UPG) B) system
C) staff D) others
 
Answer & Explanation Answer: A) same as userid (UPG)

Explanation:

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel. By default, a Linux user falls under same as userid (UPG) group.

Report Error

View Answer Report Error Discuss

6 4671