Project Manager Questions


Q:

What is conversion operator ?

Answer

Class can have a public method for specific data type conversions.
for example:
class B
{
double value;
public  B(int i )
operator double()
{
return value;
}
};
B BObject;
double i = BObject; // assigning object to variable i of type double.
now conversion operator gets called to assign the value.

Report Error

View answer Workspace Report Error Discuss

11 4568
Q:

Which of the following is not an Output device?

A) Scanner B) Moniter
C) Printer D) Speakers
 
Answer & Explanation Answer: A) Scanner

Explanation:
Report Error

View Answer Report Error Discuss

9 4560
Q:

Which technology is used in compact disc or disks?

A) Laser B) Mechanical
C) Electrical D) Electro magnetic
 
Answer & Explanation Answer: A) Laser

Explanation:

                                    Which_technology_is_used_in_compact_disc_or_disks1538026052.jpg image

Compact disc (CD) is a digital optical disc data storage format that was co-developed by Philips and Sony and released in 1982. 

These are actually made to replace floppy disks that were used to store files and programs from the computer.

 

The format was originally developed to store and play only sound recordings but was later adapted for storage of data (CD-ROM).ese CD's uses Laser technology.

Report Error

View Answer Report Error Discuss

5 4389
Q:

MS-EXCEL is based on

A) OS/2 B) UNIX
C) WINDOWS D) DOS
 
Answer & Explanation Answer: C) WINDOWS

Explanation:

Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications.

Report Error

View Answer Report Error Discuss

4 4369
Q:

If everyone on the team is a veteran, what will you do to fit in ?

Answer

This answer shows steps of becoming a team member that doesn't appear to be in training. It is describing ways to limit training times in meetings, and include that a new worker could benefit an existing team by making a list of ideas.


Even if everyone is a veteran, I feel confident I can fit right in. I would prepare as much as I can by reading existing material to catch up on the project. I would plan for meetings by making a list of questions I have and finding the answers to these questions before the meeting. I would also create a list of ideas through the documents I have read. A fresh mind could help with creative solutions. I know that I would be required to study a lot in the beginning, but I would be able to do so at home or by working late in the office.

Report Error

View answer Workspace Report Error Discuss

13 4345
Q:

If a Siren sounds for every 5 seconds, how many times will it sound in ¾ of an hour?

A) 541 times B) 540 times
C) 450 times D) 275 times
 
Answer & Explanation Answer: A) 541 times

Explanation:

There are 60 minutes in an hour.

In ¾ of an hour there are (60 × ¾) minutes = 45 minutes.

In ¾ of an hour there are (60 × 45) seconds = 2700 seconds.

Siren sounds for every 5 seconds.

In 2700 seconds = 2700/5 = 540 times.

The count start after the first sound, the Siren will sound 541 times in ¾ of an hour.

Report Error

View Answer Report Error Discuss

Filed Under: Clock puzzles
Exam Prep: GRE , GATE , CAT , Bank Exams
Job Role: Project Manager , IT Trainer , Bank PO , Bank Clerk

10 4322
Q:

When was the Internet available to the Public?

A) 1970 B) 1980
C) 1990 D) 2000
 
Answer & Explanation Answer: C) 1990

Explanation:

Internet service providers (ISP's) emerged in the late 1980's and early 1990's.

The ARPANET was decommissioned in 1990.

By 1995, the Internet was fully commercialized in the U.S., when the NSFNet was decommissioned, removing the last restrictions on use of the Internet to carry commercial traffic.

Report Error

View Answer Report Error Discuss

6 4227
Q:

Change Active Voice to Passive Voice?

Active voice : Has he completed the work?

Answer

Passive Voice : Has the work been completed by him?


 


Rules in changing from Active voice to Passive voice :


1. Identify the subject, the verb and the object: S+V+O


2. Change the object into subject


3. Put the suitable helping verb or auxiliary verb


4. Change the verb into past participle of the verb


5. Add the preposition "by"


6. Change the subject into object.

Report Error

View answer Workspace Report Error Discuss

3 4160