Project Manager Questions


Q:

Here are some words translated from an artificial language.

briftamint means 'militant'
uftonel means 'occupied'
uftonalene means 'occupation'

Which word could mean "Occupant"?

A) elamint B) briftalene
C) uftonamint D) elbrifta
 
Answer & Explanation Answer: C) uftonamint

Explanation:

Brift means the root word mili; the suffix amint means the same as the English suffix –tant; the root word ufton– means occupy; el means the suffix –ied of occupied; and alene means the suffix –tion. (Because ufton means occupy, choices a, b, and d can be easily ruled out.)

Report Error

View Answer Report Error Discuss

5 2080
Q:

Describe a situation in which you had to arrive at a compromise or guide others to a compromise ?

Answer

This question is designed to see how well you can mediate a situation and handle conflict. You want to come across as someone who can compromise when necessary. An interviewer wants to see that you can not only reach an outcome that is desirable for both sides of a conflict of interest, but also that you can understand where the other person is coming from. Empathy and understanding go a long way in any job and this is a good opportunity to show that you can put yourself in another’s shoes.

Report Error

View answer Workspace Report Error Discuss

2 2071
Q:

How many bits are in a MAC address?

A) 64 B) 48
C) 32 D) 16
 
Answer & Explanation Answer: B) 48

Explanation:

MAC - Media Access Control, address is a globally unique identifier assigned to network devices, and therefore it is often referred to as hardware or physical address.

 

MAC addresses are 6-byte (48-bits) in length, and are written in MM:MM:MM:SS:SS:SS format.

Report Error

View Answer Report Error Discuss

0 2061
Q:

What is a Product Roadmap?

Answer

A Product Roadmap is a plan that matches short-term and long-term business goals with specific technology solutions to help meet those goals. It is a high-level visual summary that maps out the vision and direction of your product offering over time.


1. A product roadmap communicates the why and what behind what you're building.


2. It's a guiding strategic document as well as a plan for executing the strategy.


3. Roadmapping is the exercise of building a product roadmap. Roadmaps can apply to new products or services or existing offerings.

Report Error

View answer Workspace Report Error Discuss

4 2060
Q:

A subquery in an sql select statement.

Answer

A Subquery or Inner query or a Nested query is a query within another SQL query and embedded within the WHERE clause.


Subqueries are most frequently used with the SELECT statement. The basic syntax is as follows::


SELECT column_name [, column_name ]
FROM table1 [, table2 ]
WHERE column_name OPERATOR
(SELECT column_name [, column_name ]
FROM table1 [, table2 ]
[WHERE])



A subquery is used to return data that will be used in the main query as a condition to further restrict the data to be retrieved.


Subqueries can be used with the SELECT, INSERT, UPDATE, and DELETE statements along with the operators like =, <, >, >=, <=, IN, BETWEEN, etc.


 


There are a few rules that subqueries must follow −


 


1. Subqueries must be enclosed within parentheses.


2. A subquery can have only one column in the SELECT clause, unless multiple columns are in the main query for the subquery to compare its selected columns.


3. An ORDER BY command cannot be used in a subquery, although the main query can use an ORDER BY. The GROUP BY command can be used to perform the same function as the ORDER BY in a subquery.


4. Subqueries that return more than one row can only be used with multiple value operators such as the IN operator.


5. The SELECT list cannot include any references to values that evaluate to a BLOB, ARRAY, CLOB, or NCLOB.


6. A subquery cannot be immediately enclosed in a set function.


7. The BETWEEN operator cannot be used with a subquery. However, the BETWEEN operator can be used within the subquery.

Report Error

View answer Workspace Report Error Discuss

0 2037
Q:

Statement: Properly fed and starved monkeys were made to run through a network of paths designed as a puzzle. It was observed that the starved monkeys could not run faster. This proved that the people with lower intelligence in poor countries are a victim of malnutrition.
Course of action:
a. The effects of nutrition on the intelligence of the monkeys is parallel to those on human beings.
b. Captive monkeys are more intelligent than wild monkeys.

A) Only b follows B) Only a follows
C) Both a & b follows D) Neither a nor b follows
 
Answer & Explanation Answer: B) Only a follows

Explanation:

The proper nourishment will make the monkeys or human beings work properly. So, the course of action I follows. Course of action II does not follow as there is no information about captive or wild monkeys.

Report Error

View Answer Report Error Discuss

4 2009
Q:

What is an Extension of Entity Type?

Answer

The collections of entities of a particular Entity Type are grouped together into an entity set.

Report Error

View answer Workspace Report Error Discuss

0 2000
Q:

4 phases of project management are

Answer

The project management life cycle describes high-level processes for delivering a successful project.


The project management life cycle is usually broken down into four phases:


1. Initiation and Planning,


2. Execution,


3. Project Monitoring and Control, and


4. Project Closing.

Report Error

View answer Workspace Report Error Discuss

6 1997