IT Trainer Questions


Q:

Which of the following is not the member of class?

A) Virtual function B) Static function
C) Friend function D) Const function
 
Answer & Explanation Answer: C) Friend function

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++
Job Role: Analyst , Database Administration , IT Trainer

19 8436
Q:

What is the theme of 2017 World Telecommunication and Information Society Day (WTISD)  ?

A) Entrepreneurship for social impact B) Reduce digital divide
C) Promote digital education for social welfare D) Big data for big impact
 
Answer & Explanation Answer: D) Big data for big impact

Explanation:

The World Telecommunication and Information Society Day (WTISD) is observed every year on May 17 to mark the anniversary of the signing of the first International Telegraph Convention (ITC) and the creation of the International Telecommunication Union (ITU). The purpose of the day is to help raise awareness of the possibilities that the use of the Internet and other information and communication technologies (ICT) can bring to societies and economies, as well as of ways to bridge the digital divide. The 2017 theme “Big Data for Big Impact” focuses on the power of Big Data for development and aims to explore how to turn imperfect, complex, often unstructured data into actionable information in a development context.

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , IT Trainer

5 8335
Q:

The marked price of an article is increased by 25% and the selling price is increased by 16.66%, then the amount of profit doubles. If the original marked price be Rs. 400 which is greater than the corresponding cost price by 33.33%, what is the increased selling price?

A) Rs. 380 B) Rs. 420
C) Rs. 460 D) Rs. 440
 
Answer & Explanation Answer: B) Rs. 420

Explanation:

As given in the question, Marked price is 25% more than the Cost price.

=> C.P of the article = 34 x 400 = 300 

Now, 

Let the original S.P of the article be Rs. P

Now the new S.P = P + 16.666 +13.333300 x P 

=> S.P = 7P6

According to the question,

7P6 - 300 = 2P - 300

=> 5P = 1800

=> P = Rs. 360

Hence, the increased S.P = 360 x 7/6 = Rs. 420. 

Report Error

View Answer Report Error Discuss

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

11 8281
Q:

Impact analysis helps to decide

A) How many more test cases need to written. B) How much regression testing should be done.
C) Different Tools to perform Regression Testing D) Exit Criteria
 
Answer & Explanation Answer: B) How much regression testing should be done.

Explanation:

Impact Analysis is used in software testing to define all the risks associated with any kind of changes in a product being tested.

Impact Analysis is nothing but analyzing the impact of changes in the deployed product or application. It gives the information about the areas of the system that may be affected due to the change in the particular section or features of the application.

 

Why Impact Analysis is done :


1. It is done to understand the possible outcome of implementing the change. Inducing too much functionality into a product can reduce the overall performance of the product.

2. To identify all the files, documents and models that might have to be modified if team decides to implement the change in product

3. To estimate the effort needed behind implementing the change

4. To identify the task required to implement the change

5. It will list the dependencies on a specific element

 

The impact is analyzed on Requirements, Design & Architecture, impact on Test and impact on schedule.

Report Error

View Answer Report Error Discuss

0 8275
Q:

Computer storage units smallest to largest?

Answer

The smallest unit of data storage in a computer is called Bit (Binary Digit). Half a byte (four bits) is called a Nibble.


 


1 bit (binary digit) = the value of 0 or 1


8 bits = 1 byte


1024 bytes = 1 kilobyte


1024 kilobytes = 1 megabyte


1024 megabytes = 1 gigabyte


1024 gigabytes = 1 terabyte


1024 terabytes = 1 petabyte


 


Hence, Computer storage units smallest to largest i.e, in ascending order is


 1 bit  <  1 byte  <  1 KB  <  1 MB  <  1 GB  <  1TB  <  1 PB.

Report Error

View answer Workspace Report Error Discuss

9 8160
Q:

If (2a + 3b)/(5a - 3b) = 23/5 , then the value of ba is ?

A) 5 B) 4
C) 20 D) 28
 
Answer & Explanation Answer: C) 20

Explanation:

Given (2a + 3b)/(5a - 3b) = 23/5
=> 10a + 15b = 115a - 69b
=> 105a = 84b => 5a = 4b
a/b = 4/5 => a=4 & b=5
=> bxa = 5x4 = 20.

Report Error

View Answer Report Error Discuss

7 8030
Q:

Bhim has assembled a basket of fruit as a holiday gift for each of his friends- Santosh, Tarun, Ujjwal, and Varun. A total of fifteen pieces of fruits-five apples, five oranges and five pears are distributed among the four baskets according to the following conditions: Santosh , Tarun and Ujjwal will each receive exactly two different types of fruit. Varun will receive only apples. Tarun will receive more pieces of fruit than Santosh. Each basket includes at least three pieces of fruit.

1. If Varun’s basket contains more pieces of fruit than Tarun’s basket, then Tarun’s basket must contain:
I. Four pieces of fruit.
II. At least one orange.
III. At least one pear.

(a) I only   (b) III only    (c) Botha I and II   (d) Both II and III

 

2. If Ujjwal’s basket contains more pieces of fruit than Tarun’s basket, all of the following must be false EXCEPT:

(a) Only Varun will receive apple

(b) Varun will receive exactly four apple.

(c) Ujjwal will receive exactly two apple.

(d) Tarun will receive exactly four pear.

Answer

1. Answer (b)


Santosh , Ujjwal and Varun must each receive at least three pieces, but Tarun must receive at least four pieces. The maximum number of pieces that any person may receive is six ( 6 + 3+ 3+3 = 15 ), and only Tarun may receive six pieces. Ujjwal and Varun each may receive as many as five pieces, while Santosh may receive only four pieces at maximum.
At least one pear.


 


2. Answer (c)


Varun may receive no more than five pieces and Tarun may receive no fewer than four pieces. As a result, if Varun receives more pieces than Tarun, then Varun must receive five pieces, and Tarun must receive four pieces. Thus, statement (a) must be true. Since Varun will receive five pieces, none of the other three friends will receive any apple, accordingly, each of the other three friends must receive at least one orange and at least one pear. Thus, statement (b) and (d) must be true.

Report Error

View answer Workspace Report Error Discuss

9 8011
Q:

If y/(x - z) = (y + x)/z = x/y then find z : y : x ?

A) 1:2:3 B) 3:2:4
C) 4:3:2 D) 2:3:4
 
Answer & Explanation Answer: B) 3:2:4

Explanation:

Given, y/(x - z) = (y + x)/z = x/y
yz = xy + x2 - yz - xz ....(1)
Also xy = yx-z x2 -xz = y2 ....(2)
Using (1) and (2), we get yz = xy - yz + y2
2yz = xy + y2
2z = x + y
Only option (B) satisfies the equation.

Report Error

View Answer Report Error Discuss

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

18 7965