IT Trainer Questions


Q:

void waitForSignal() {

Object obj = new Object();

synchronized (Thread.currentThread()) {

obj.wait();

obj.notify();

}

}

Which statement is true?

A) This code can throw an InterruptedException. B) This code can throw an IllegalMonitorStateException.
C) This code can throw a TimeoutException after ten minutes D) All the above
 
Answer & Explanation Answer: B) This code can throw an IllegalMonitorStateException.

Explanation:

It will throw  IllegalMonitorStateException.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: IT Trainer

8 29397
Q:

Which of the following is not a database object in MS Access?

A) Reports B) Relationships
C) Tables D) Queries
 
Answer & Explanation Answer: B) Relationships

Explanation:

Queries, reports and tables are all related to database and relationships are not the database object and it is related to functions in mathyematics.

 Which_of_the_following_is_not_a_database_object_in_MS_Access1558073404.png image

Report Error

View Answer Report Error Discuss

16 28444
Q:

5 C in an OF?

A) 5 Cards in an Old Fan B) 5 Circles in an Olympic Flag
C) 5 Colors in an Old Football D) 5 Colors in an Old Flag
 
Answer & Explanation Answer: B) 5 Circles in an Olympic Flag

Explanation:

5 C in an OF denotes 5 Circles in an Olympic Flag.

These are riddles of type

12 S of the Z

52 W in a Y.

Report Error

View Answer Report Error Discuss

192 28061
Q:

Which of the following is Not a Function?

A) Incident Management B) Technical Management
C) Service Desk D) Application Management
 
Answer & Explanation Answer: A) Incident Management

Explanation:
Report Error

View Answer Report Error Discuss

12 28017
Q:

Find the next number in the given number series?

2, 19, 0, 21, –2, ?

A) 23 B) 25
C) 27 D) 29
 
Answer & Explanation Answer: A) 23

Explanation:

The given number series 2, 19, 0, 21, –2, ? follows a pattern,

2

2 + 17 = 19

19 - 19 = 0

0 + 21 = 21

21 - 23 = -2

-2 + 25 = 23

 

Hence, the next number in the series is 23.

Report Error

View Answer Report Error Discuss

2 27783
Q:

Which functions are included in IT Operations Management?

A) IT Operations Control and Facilities Management B) Network Management and Application Management
C) Facilities Management and Release Management D) Technical Management and Change Management
 
Answer & Explanation Answer: A) IT Operations Control and Facilities Management

Explanation:

IT Operations Control and Facilities Management are included in IT Operations Management. Those operations include ::

1. Technical Management
2. IT Operations Control
3. Application Management
4. Facilities Management
5. Standard Operating Procedures (SOP)
6. IT Operations Management
7. Service Desk
8. Operations Log

and more.

Report Error

View Answer Report Error Discuss

23 27614
Q:

Which of the following is not part of performance testing?

A) simulating many users B) measuring response times
C) generating many transactions D) recovery testing
 
Answer & Explanation Answer: D) recovery testing

Explanation:

In software engineering, performance testing is in general, a testing practice performed to determine how a system performs in terms of responsiveness and stability under a particular workload.

Report Error

View Answer Report Error Discuss

11 27288
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 27089