IT Trainer Questions


Q:

Which command displays memory usage in linux?

A) Top B) Free
C) Buffer D) Swap
 
Answer & Explanation Answer: B) Free

Explanation:

Free command displays memory usage in linux.

Report Error

View Answer Report Error Discuss

9 5379
Q:

Complete the missing Number Puzzle?

Numberpuzzle21532064729.jpg image

A) 40 B) 52
C) 89 D) 96
 
Answer & Explanation Answer: D) 96

Explanation:

Here in the given number puzzle, the given numbers follows a pattern that 

1 + 4 = 5 => 1 x 4 + 1 = 4 + 1 = 5 

2 + 5 = 12 => 2 x 5 + 2 = 10 + 2 = 12   

3 + 6 = 21 => 3 x 6 + 3 = 18 + 3 = 21 

Similarly, 

8 + 11 = 96 => 8 x 11 + 8 = 88 + 8 = 96  

Hence, the missing number in the given number puzzle is 96.

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

17 5379
Q:

Akhil after travelling 50 km meets Raju who suggests him to go slower. He then proceeds at ¾ of his former speed and arrives at his destination 35 minutes late. Had the meeting occurred 24 km further Akhil would have reached its destination 25 minutes late. What is the initial speed of Akhil?

 

A) 48 kmph B) 36 kmph
C) 24 kmph D) 20 kmph
 
Answer & Explanation Answer: A) 48 kmph

Explanation:

Let the initial speed of Akhil be '4p' kmph

Then speed after decrease in speed = '3p' kmph

We know that, 

Change in speed == Change in time

According to the given data,

243p - 244p = 35 - 2560=> p = 12

 

Hence, the initial speed of Akhil = 4p = 4 x 12 = 48 kmph.

Report Error

View Answer Report Error Discuss

14 5366
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

47 5359
Q:

Verification of a login name and password is known as

A) Trouble shooting B) Logging in
C) Configuration D) Authentication
 
Answer & Explanation Answer: D) Authentication

Explanation:

Verification of a login name and password is known as Authentication.

Report Error

View Answer Report Error Discuss

9 5341
Q:

Warning implicit declaration of function?

Answer

Function: A Function is a block of statement which perform some operation.



Declaring the function before using the function in program is known as implicit declaration of the function.



For Example::


int bar(void); // function (forward) declaration



int main(void) {


bar(); // bar was declared, the compiler has all the info


return foo(123); // foo not yet known; impl. decl. warning


}



// not previously declared function definition


int foo(int a) {


return a;



// previously declared function definition


int bar() {


return 321;


}

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: IT Trainer , Analyst

11 5312
Q:

What has two hands but no arms or legs?

Answer

A Clock has 3 hands i.e, an Hour hand, a Minute hand and a Seconds hand.

Report Error

View answer Workspace Report Error Discuss

3 5303
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 5280