Project Manager Questions


Q:

How are ip addresses available to the internet classified?

A) Static B) Public
C) Private D) None of the above
 
Answer & Explanation Answer: B) Public

Explanation:

An IP address (internet protocol address) is a numerical representation that uniquely identifies a specific interface on the network. Addresses in IPv4 are 32-bits long. This allows for a maximum of 4,294,967,296 (2^32) unique addresses. Addresses in IPv6 are 128-bits, which allows for 3.4 x 1038 (2^128) unique addresses.

 

IP addresses available to the internet are classified as Public.

Report Error

View Answer Report Error Discuss

2 2946
Q:

What steps do you follow to study a problem before making a decision ?

Answer

The interviewer wants to know that you don't just jump into a solution without knowing the problem in detail. You want to study the problem by determining the cause of the problem, what the problem is, and what the possible solutions are. You then decide on a solution.

Following steps for problem-solving and decision-making can be very helpful.

- Define the problem to be solved and decision to be made.
- Gather the necessary information.
- List all possible choices.
- Consider possible outcomes for each choice.
- Check out how you feel about each of the choices.
- Relate the choices to your values and priorities.
- From the possible alternatives, choose one.
- Commit yourself to your chosen decision and disregard the others. Concentrate your energies   in one direction. Once we made our decision, we must focus all our work on that itself.
- Take steps to turn your decision into positive action.
- Evaluate your progress from time to time. Change your decision if necessary.

Report Error

View answer Workspace Report Error Discuss

Subject: Behavioral Interview Exam Prep: TOEFL , GRE , GATE , CAT , Bank Exams
Job Role: Project Manager , Bank PO , Bank Clerk

5 2929
Q:

Choose the synonym of 'Hypothesis' from the following options ?

A) Theory B) Fascination
C) Complexity D) Falling
 
Answer & Explanation Answer: A) Theory

Explanation:

'Hypothesis' is a word that gives a brief explanation of the concepts based on the limited evidence. The word 'theory' is closest in meaning to it.

Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Bank Clerk , Bank PO , Network Engineer , Project Manager

5 2897
Q:

The process of encoding refers to

A) getting information into memory. B) the recall of information previously learned.
C) a clear memory of an emotionally significant event. D) the persistence of learning over time.
 
Answer & Explanation Answer: A) getting information into memory.

Explanation:

Encoding refers to the getting information into memory.

Report Error

View Answer Report Error Discuss

6 2883
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 2866
Q:

What is immutable object? Can you write immutable object ?

Answer

Immutable classes are Java classes whose objects can not be modified once created. Any modification in Immutable object result in new object. For example is String is immutable in Java. Mostly Immutable are also final in Java, in order to prevent sub class from overriding methods in Java which can compromise Immutability. You can achieve same functionality by making member as non final but private and not modifying them except in constructor.

Report Error

View answer Workspace Report Error Discuss

3 2820
Q:

Is DRAM Volatile or Nonvolatile?

Answer

DRAM is a Volatile random-access memory (VRAM).


 


Volatile random-access memory (VRAM) is random-access memory that retains its information when power is turned on.


Examples of volatile memory are primary storage (typically dynamic RAM, DRAM), and fast CPU cache memory (typically static RAM, SRAM, which is fast but energy-consuming and offer lower memory capacity per area unit than DRAM).


Non-volatile random-access memory (NVRAM) is random-access memory that retains its information when power is turned off.

Examples of non-volatile memory are flash memory (used as secondary memory) and ROM, PROM, EPROM and EEPROM memory (used for storing firmware such as BIOS). 

Report Error

View answer Workspace Report Error Discuss

10 2782
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 2779