IT Trainer Questions


Q:

The calendar for the year 2018 will be the same for the year

A) 2023 B) 2027
C) 2029 D) 2022
 
Answer & Explanation Answer: C) 2029

Explanation:

How to find the years which have the same Calendars : 

 Leap year calendar repeats every 28 years. 

Here 28 is distributed as 6 + 11 + 11.

  

Rules:

a) If given year is at 1st position after Leap year then next repeated calendar year is Given Year + 6.

 b) If given year is at 2nd position after Leap year then next repeated calendar year is Given Year + 11.

 c) If given year is at 3rd position after Leap year then next repeated calendar year is Given Year + 11

 

Now, the given year is 2018

We know that 2016 is a Leap year.

2016  2017  2018  2019  2020

 LY    1st     2nd    3rd    LY

Here 2018 is at 2 nd position after the Leap year.

According to rule ( b) the calendar of 2018 is repeated for the year is 2018 + 11 = 2029.

Report Error

View Answer Report Error Discuss

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

96 27090
Q:

Find the wrong number in the given number series?

5, 8, 40, 90, 664

A) 8 B) 40
C) 90 D) 664
 
Answer & Explanation Answer: B) 40

Explanation:

The given number series is 5, 8, 40, 90, 664

5

5 - 1 x 2 = 8

8 - 3 x 4 = 20 (NOT 40)

20 - 5 x 6 = 90

90 - 7 x 8 = 664

Report Error

View Answer Report Error Discuss

6 27051
Q:

Find the Odd One Out?

3 24 186 1008 5040 20160

A) 24 B) 20160
C) 186 D) 5040
 
Answer & Explanation Answer: C) 186

Explanation:

The given number series is 3  24  186  1008  5040  20160

Here  the given series follows a pattern that,

3

3 x 8 = 24

24 x 7 = 168 not 186

168 x 6 = 1008

1008 x 5 =  5040

5040 x 4 = 20160

 

Hence the Odd One in the number series is 186.

Report Error

View Answer Report Error Discuss

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

3 26857
Q:

The First Mechanical Computer Designed by Charles Babbage was called?

A) Super Computer B) Abacus
C) Calculator D) Analytical Engine
 
Answer & Explanation Answer: D) Analytical Engine

Explanation:

Computer was invented by Charles Babbage.

The First Mechanical Computer Designed by Charles Babbage, a British mathematician was called as Analytical Engine which resembles today's modern machines  between 1833 and 1871.

Report Error

View Answer Report Error Discuss

145 26788
Q:

Javascript is interpreted by

A) Server B) Object
C) Client D) None of the above
 
Answer & Explanation Answer: C) Client

Explanation:

JavaScript is an interpreted language, not a compiled language. A program such as C++ or Java needs to be compiled before it is run.

The source code is passed through a program called a compiler, which translates it into bytecode that the machine understands and can execute.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , IT Trainer

24 26494
Q:

Find the missing number in the given number series?

5 11 21 44 ? 175

A) 86 B) 78
C) 94 D) 102
 
Answer & Explanation Answer: A) 86

Explanation:

Here the given number series is 5  11  21  44  ?  175

 

Now the given series follows a pattern, that

 

x2 + 1, x2 - 1, x2 + 2, x2 - 2, x2 + 3, x2 - 3,...

 

Then the missing number is x2 - 2

 

= 44 x 2 - 2 = 88 - 2 = 86

 

Hence, the missing number in the number series is 86.

Report Error

View Answer Report Error Discuss

2 26445
Q:

 What is the string contained in s after following lines of code?

StringBuffer s = new StringBuffer(“Hello”); s.deleteCharAt(0);  ?

A) llo B) Hllo
C) ello D) H
 
Answer & Explanation Answer: C) ello

Explanation:

deleteCharAt() method deletes the character at the specified index location and returns the resulting StringBuffer object.

So after deleting the character at 0 ie 'H', the string returns 'ello' as the output.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , IT Trainer

3 26414
Q:

Pick the odd one out from the given number series?

21, 24, 33, 49, 74

A) 21 B) 24
C) 33 D) 49
 
Answer & Explanation Answer: A) 21

Explanation:

The given number series follows a pattern that,

19 + 12 = 20 (not 21)20 + 22 = 2424 + 32 = 3333 + 42 = 4949 + 52 = 74 

 

Hence, the odd number in the given number series is 21.

Report Error

View Answer Report Error Discuss

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

8 26225