Courseiva

CCNA Specialized Risk Analyses Questions

40 questions · Specialized Risk Analyses · All types, answers revealed

1
MCQmedium

You are conducting sensitivity analysis using a scatter plot in a simulation tool. What does a tight clustering of data points along a diagonal line suggest?

A.The variable is independent of the outcome.
B.Low sensitivity.
C.High sensitivity.
D.The simulation failed to converge.
AnswerC

Strong correlation indicates the variable has a significant influence on the outcome.

Why this answer

A tight clustering along a line indicates a high linear correlation between the input variable (e.g., activity duration) and the output (e.g., project finish date).

2
MCQmedium

When modeling a risk event that might happen multiple times (e.g., machine breakdowns), what is the most appropriate technique in a simulation?

A.Use frequency modeling (Poisson or similar distribution).
B.Increase the task duration by the total estimated impact.
C.Assign a fixed date for each occurrence.
D.Delete the task and recreate it as multiple tasks.
AnswerA

Frequency distributions are designed to handle recurring events.

Why this answer

Frequency modeling allows the user to define the number of occurrences for a risk within the simulation period.

3
Multi-Selecthard

Which THREE actions are appropriate when a decision tree analysis reveals that the 'Do Nothing' option has a higher EMV than the 'Investigate' option?

Select 3 answers
A.Re-verify the impact values used for the decision branches.
B.Perform a sensitivity analysis on the key variables.
C.Delete the decision tree and start over with a new software.
D.Immediately proceed with the 'Do Nothing' strategy.
E.Review the probability estimates for bias.
AnswersA, B, E

Impact accuracy is critical for the EMV calculation.

Why this answer

One must validate the assumptions, check the sensitivity of the probabilities, and ensure the risk assessment is comprehensive before deciding.

4
MCQmedium

In a risk-adjusted schedule simulation, you want to see the impact of resource unavailability. Which feature should you enable?

A.Set all task priorities to 'High'.
B.Enable 'Resource Calendars' in the simulation settings.
C.Disable the 'Critical Path Method' (CPM) engine.
D.Increase the 'Buffer' duration.
AnswerB

Resource calendars are the mechanism for modeling unavailability.

Why this answer

Resource-driven duration allows the simulation to reflect how resource availability constraints directly affect task duration during each iteration.

5
MCQeasy

Which of the following is an example of a quantitative risk analysis technique?

A.Risk Probability and Impact Matrix.
B.SWOT analysis.
C.Monte Carlo simulation.
D.Risk Data Quality Assessment.
AnswerC

This is a key quantitative technique.

Why this answer

Monte Carlo simulation is a classic quantitative technique used to model the uncertainty of project outcomes.

6
Multi-Selecthard

Which THREE criteria are used to determine if a risk should be included in a quantitative risk analysis?

Select 3 answers
A.The risk is identified as a 'top priority' in the risk register.
B.The risk is already scheduled to be mitigated next month.
C.The risk has a low probability of occurring.
D.The risk has high uncertainty.
E.The risk has a high potential impact on the project.
AnswersA, D, E

Prioritization is the key filter for quantitative efforts.

Why this answer

Risks for quantitative analysis should be those with high uncertainty, high impact, or those that are critical to project success as identified in the qualitative phase.

7
MCQhard

During a Monte Carlo simulation in @RISK, you notice the project completion date distribution is heavily skewed. Which distribution type is most appropriate for modeling task durations that have a hard 'minimum' but a long 'maximum' tail?

A.Normal distribution.
B.Beta distribution.
C.Discrete distribution.
D.Uniform distribution.
AnswerB

The Beta distribution is flexible and ideal for skewed data with fixed bounds.

Why this answer

A PERT or Triangular distribution is often used, but a Beta distribution is generally preferred for modeling skewed task durations with defined minimum, mode, and maximum values.

8
MCQhard

You are reviewing a Monte Carlo simulation result. The histogram shows a bimodal distribution for the project completion date. What does this likely suggest about your model?

A.The input distributions are all Normal.
B.The simulation count is too low.
C.The project is guaranteed to finish on time.
D.The model contains a high-impact conditional branch.
AnswerD

Bimodal distributions indicate two distinct project 'realities'.

Why this answer

A bimodal distribution suggests two distinct likely outcomes, often caused by a 'conditional' logic path or a major risk event that, if it occurs, significantly shifts the project path.

9
MCQeasy

What is the primary function of a 'risk-adjusted' schedule?

A.To eliminate the need for project management.
B.To justify budget cuts to stakeholders.
C.To ensure the schedule is as short as possible.
D.To provide a realistic project finish date considering uncertainties.
AnswerD

This is the core objective of risk-adjusted modeling.

Why this answer

A risk-adjusted schedule incorporates potential risks and uncertainties into the project timeline, resulting in a more realistic completion date than the deterministic schedule.

10
MCQhard

You are analyzing a project schedule and realize that a 'Risk Event' is correlated with multiple tasks. How should this be handled in your risk simulation tool?

A.Manually adjust the duration of each affected task.
B.Add the risk only to the critical path.
C.Create separate risks for each task and hope they correlate.
D.Link the risk to multiple activities via impact mapping.
AnswerD

This ensures the simulation treats them as a single causative event.

Why this answer

The risk should be modeled as a single event with a correlation mapping to the multiple tasks it impacts, ensuring the simulation triggers the impact across all affected tasks simultaneously.

11
MCQmedium

When modeling 'uncertainty' using a distribution, what does the 'Mode' value represent in a Triangular distribution?

A.The average of the minimum and maximum.
B.The lowest possible duration.
C.The most likely duration estimate.
D.The absolute maximum duration.
AnswerC

The mode is the peak of the triangle.

Why this answer

In a Triangular distribution, the mode is the most likely value, which sits between the minimum and maximum.

12
MCQmedium

When running a Monte Carlo simulation, you find that the results do not change between runs. What is the most likely cause?

A.The iteration count is too high.
B.The random seed is fixed.
C.The project file is corrupted.
D.All risks have a probability of 100%.
AnswerB

A fixed seed reproduces the exact same 'random' values every time.

Why this answer

If the results are identical, the simulation is likely using the same 'Random Seed'. Changing the seed ensures that each run uses a different sequence of random numbers.

13
MCQeasy

What is the primary output of a sensitivity analysis in a project risk assessment?

A.A total project cost estimate.
B.A project management plan.
C.Identification of the most influential project variables.
D.A list of all possible project risks.
AnswerC

The core goal is identifying what matters most.

Why this answer

Sensitivity analysis identifies which variables have the most significant impact on project objectives, allowing teams to focus on critical risks.

14
Multi-Selectmedium

Which TWO of the following are potential causes of a 'non-converging' Monte Carlo simulation?

Select 2 answers
A.Circular logic dependencies in the project schedule.
B.The use of a GUI-based interface.
C.Assigning too many resources to a task.
D.Using a modern, high-speed processor.
E.Insufficient number of iterations for the model's complexity.
AnswersA, E

Circular logic prevents the calculation of a path.

Why this answer

Non-convergence is usually caused by excessive complexity (e.g., circular logic) or insufficient iterations relative to the model's volatility.

15
Multi-Selectmedium

Which TWO of the following are prerequisites for conducting a valid Monte Carlo simulation in a project schedule?

Select 2 answers
A.Probability distributions for task durations.
B.Hardware specifications for the simulation server.
C.A finalized project charter.
D.A complete and logically linked network diagram.
E.A list of all project stakeholders.
AnswersA, D

Distributions are needed for the random sampling process.

Why this answer

A well-defined network logic and accurate, probabilistic duration estimates are essential foundations for any reliable simulation.

16
MCQeasy

In the context of risk-adjusted cost analysis, what is the primary purpose of adding a 'Risk Contingency' reserve to the project budget?

A.To cover identified risks that have been quantified.
B.To cover scope creep requested by the client.
C.To account for inflation over the project lifecycle.
D.To replace the management reserve.
AnswerA

Contingency is the budget allocated for identified risks.

Why this answer

Contingency reserves are specifically for 'known-unknowns' identified during the risk assessment process.

17
Multi-Selecthard

Which THREE of the following are common pitfalls when performing an Expected Monetary Value (EMV) analysis?

Select 3 answers
A.Failing to account for the impact of the risks on subsequent tasks.
B.Using overly optimistic probability estimates.
C.Ignoring the correlation between different risk events.
D.Performing the analysis before the project starts.
E.Using a currency that is too stable.
AnswersA, B, C

Dependencies propagate risk throughout the project.

Why this answer

Overly optimistic probabilities, ignoring secondary risks, and failing to account for the impact of risks on project dependencies are all common errors.

18
Multi-Selecthard

Which THREE factors should you consider when choosing the distribution type for a specific project task during risk analysis?

Select 3 answers
A.The project manager's preference for a specific tool.
B.The defined logical bounds (minimum, maximum, mode).
C.The level of uncertainty or risk inherent in the task.
D.Whether the task is on the critical path.
E.The historical performance data for similar tasks.
AnswersB, C, E

Bounds define the input parameters for most distributions.

Why this answer

The nature of the task, the historical data available, and the bounds (min/max) are the key drivers for choosing a distribution.

19
Multi-Selecthard

Which THREE of the following are key steps when performing a sensitivity analysis on a project schedule?

Select 3 answers
A.Rank the input variables by their impact on the objective.
B.Execute the simulation to gather variable interaction data.
C.Delete all non-critical tasks from the model.
D.Update the project budget based on the results.
E.Identify the project objective to be analyzed (e.g., finish date).
AnswersA, B, E

Ranking is the primary purpose of the analysis.

Why this answer

Sensitivity analysis involves selecting the target variable, running the simulation to capture variances, and then identifying the variables with the highest impact on that target.

20
Multi-Selecthard

Which THREE data inputs are required to model a risk event in a quantitative simulation?

Select 3 answers
A.Impact (duration or cost) if the risk occurs.
B.The current market inflation rate.
C.The risk owner's contact information.
D.Task linkage or scope of impact.
E.Probability of occurrence.
AnswersA, D, E

Impact defines the magnitude of the risk.

Why this answer

To define a risk, you need to know if/how it happens (probability), how much it costs or delays (impact), and which specific tasks it affects (scope/linkage).

21
MCQhard

In decision tree analysis, what is the 'Decision Node' (represented by a square) used for?

A.To assign probability to a specific outcome.
B.To represent a point where the team must make a choice.
C.To define the end of the project life cycle.
D.To represent a chance event with multiple outcomes.
AnswerB

Square nodes denote decision points.

Why this answer

The decision node represents a point in time where the project team must select between two or more mutually exclusive alternatives.

22
MCQmedium

You are adjusting the logic of your schedule to include a 'probabilistic branch'. What does this allow you to do in a risk analysis simulation?

A.Automatically assign risk owners.
B.Increase the precision of activity estimates.
C.Model the occurrence of specific, mutually exclusive project outcomes.
D.Delete non-critical path activities.
AnswerC

Branching handles alternative scenarios effectively.

Why this answer

Probabilistic branching allows the simulation to choose between different paths based on defined probabilities, simulating scenarios like 'rework required' or 'testing passes vs fails'.

23
MCQhard

You are performing a risk-adjusted schedule analysis using a 'Correlation Coefficient' between two tasks. What does a value of -0.8 indicate?

A.The two tasks are perfectly independent.
B.The correlation is too weak to be significant.
C.As one task duration increases, the other tends to decrease.
D.The tasks will always finish at the same time.
AnswerC

Negative correlation implies an inverse relationship between variables.

Why this answer

A strong negative correlation (-0.8) means that as the duration of one task increases, the duration of the other tends to decrease significantly.

24
MCQmedium

You are performing a Monte Carlo simulation in Primavera Risk Analysis. To ensure the simulation captures the uncertainty in activity durations accurately, which setting should you verify in the 'Risk Options' menu?

A.The 'Risk Threshold' is set to zero for all activities.
B.The 'Iteration count' is set to a statistically significant number such as 1,000 or greater.
C.The 'Resource Calendar' is disabled.
D.The 'Baseline Project' is set to read-only mode.
AnswerB

A higher number of iterations increases the stability of the distribution results.

Why this answer

In Primavera Risk Analysis, the 'Risk Options' dialog allows you to define the convergence criteria and iteration counts. Setting the iteration count too low prevents the simulation from reaching a stable confidence level.

25
MCQmedium

When evaluating project risks using EMV, why is it critical to include both threats and opportunities in the calculation?

A.To provide an accurate assessment of the project's risk exposure.
B.To double the number of items in the Risk Register.
C.To ensure the contingency reserve is maximized.
D.To satisfy regulatory reporting requirements.
AnswerA

Netting impacts provides the most accurate view of total risk exposure.

Why this answer

EMV calculates the net risk exposure by netting out positive and negative impacts, providing a realistic estimate of the project's risk profile.

26
Multi-Selectmedium

Which TWO methods can be used to mitigate the impact of a risk identified through sensitivity analysis?

Select 2 answers
A.Change the simulation random seed.
B.Reduce the impact of the risk if it occurs.
C.Reduce the probability of the risk occurring.
D.Remove the task from the schedule entirely.
E.Increase the iteration count of the simulation.
AnswersB, C

Impact reduction is a standard mitigation strategy.

Why this answer

You can mitigate the risk by reducing its probability or its impact through active management strategies.

27
MCQhard

In Risk-Adjusted schedule analysis, what is the primary difference between a 'Risk Event' and 'Uncertainty' (duration variability)?

A.Risk events are modeled with triangular distributions.
B.Risk events are always more expensive than uncertainty.
C.Uncertainty can be mitigated, but risk events cannot.
D.Uncertainty affects all tasks, while risk events have a probability of occurrence.
AnswerD

Uncertainty is a range of outcomes; risk events have a probability of triggering.

Why this answer

Uncertainty is inherent to every task (e.g., estimation variance), while risk events are specific, discrete occurrences that may or may not happen (e.g., severe weather).

28
MCQmedium

When utilizing a tornado diagram in Oracle Primavera Risk Analysis to conduct sensitivity analysis, which metric indicates the highest impact on the project finish date?

A.The activity with the largest positive correlation coefficient.
B.The activity with the highest 'Float' value.
C.The activity with the lowest baseline duration.
D.The activity with the most resource assignments.
AnswerA

The correlation coefficient represents the strength of the relationship between the activity and project completion.

Why this answer

The tornado diagram displays the correlation coefficient between activity duration and the project completion date. Higher correlation indicates greater sensitivity.

29
MCQhard

You are analyzing a decision tree in a project management software. A node shows a probability of 0.3 for a failure costing $100k, and 0.7 for success costing $20k. If the decision to proceed costs $10k, what is the correct Expected Monetary Value (EMV)?

A.$44,000
B.$60,000
C.$54,000
D.$34,000
AnswerC

This correctly aggregates the weighted outcomes and the fixed cost.

Why this answer

EMV = (Probability * Cost) + Decision Cost. (0.3 * 100,000) + (0.7 * 20,000) + 10,000 = 30,000 + 14,000 + 10,000 = 54,000.

30
MCQeasy

Which document is the primary input for identifying risks to be included in a quantitative risk analysis?

A.Risk Register.
B.Stakeholder Engagement Plan.
C.Lessons Learned Repository.
D.Project Charter.
AnswerA

The Risk Register contains the identified risks required for analysis.

Why this answer

The Risk Register, developed during the Qualitative Risk Analysis phase, identifies the risks that are prioritized for further quantitative study.

31
Multi-Selectmedium

Which TWO of the following statements about risk-adjusted cost analysis are true?

Select 2 answers
A.It guarantees that no cost overruns will occur.
B.It is not required for projects under $1M.
C.It integrates risk impacts into the project budget.
D.It helps determine the necessary contingency reserve.
E.It is performed only by the finance department.
AnswersC, D

Risk-adjusted cost is the sum of deterministic costs + risks.

Why this answer

Cost analysis integrates probability-weighted costs (risks) into the deterministic budget to create a realistic total project cost expectation.

32
MCQeasy

Which of the following is an advantage of using a Monte Carlo simulation over a static schedule analysis?

A.It provides a single, definitive project completion date.
B.It requires less data to perform than static analysis.
C.It completely removes the need for expert judgment.
D.It accounts for the variability of multiple tasks simultaneously.
AnswerD

Monte Carlo captures the cumulative impact of uncertainty across all tasks.

Why this answer

Static analysis only considers the 'most likely' duration, ignoring the range of uncertainty present in all real-world projects.

33
MCQeasy

What is the primary benefit of using a 'Tornado Diagram' for reporting risk analysis results to stakeholders?

A.It visually displays the impact of individual variables on the project outcome.
B.It is the only tool that supports cost-risk analysis.
C.It automatically generates a risk response plan.
D.It provides the most detailed statistical data.
AnswerA

Tornado diagrams rank impacts to aid decision-making.

Why this answer

The tornado diagram is highly intuitive for stakeholders, clearly showing which risks have the largest relative impact on the project objectives.

34
Multi-Selectmedium

Which TWO output reports are commonly used in Primavera Risk Analysis to communicate risk results to the project sponsor?

Select 2 answers
A.Activity constraint report.
B.Project meeting minutes.
C.Tornado Diagram (Sensitivity Analysis).
D.S-Curve (Cumulative Distribution).
E.Resource utilization histogram.
AnswersC, D

Tornado diagrams show which risks are most important.

Why this answer

S-curves (probability of success) and Tornado diagrams (sensitivity/priority) are the standard communication tools for stakeholders.

35
MCQmedium

When configuring a simulation in Oracle Primavera Risk Analysis, what is the impact of checking the 'Correlate Task Durations' option?

A.It reduces the number of iterations required for convergence.
B.It forces all tasks to have the same duration.
C.It automatically removes all risk events from the schedule.
D.It enables the model to reflect that specific tasks may fluctuate together.
AnswerD

Correlation links the random variables of different tasks.

Why this answer

Correlating task durations allows the user to link the uncertainty of one task to another, reflecting real-world dependencies where a delay in one area often leads to delays in related areas.

36
MCQhard

In a decision tree analysis, what occurs if you 'fold back' the decision tree?

A.You reset the probabilities of all chance nodes to zero.
B.You assign risk scores to each decision alternative.
C.You calculate the probability of each branch ending in failure.
D.You determine the optimal path by selecting the branch with the best EMV at each decision node.
AnswerD

This is the core definition of folding back a decision tree.

Why this answer

Folding back involves calculating the EMV for each chance node and choosing the alternative at each decision node that maximizes the expected value (or minimizes cost).

37
MCQhard

When calculating the Expected Monetary Value (EMV) for a risk, why do we multiply probability by impact?

A.To create a buffer for the management reserve.
B.To determine the risk-weighted value of the impact.
C.To identify which risks are impossible to mitigate.
D.To calculate the total cost of all risks combined.
AnswerB

The multiplication provides the expected value for a specific event.

Why this answer

This provides the 'weighted' value of the risk, which is the standard methodology for normalizing risk impact across different types of potential events.

38
MCQmedium

You are reviewing a S-curve generated from a cost simulation. What does the P80 value represent on this curve?

A.The cost level with an 80% confidence of being met or bettered.
B.The average cost of the project.
C.The cost value representing the 20th percentile of risks.
D.The baseline cost before risk adjustments.
AnswerA

P80 is the standard benchmark for high-confidence budget estimation.

Why this answer

The P80 value on a cumulative probability distribution (S-curve) indicates that there is an 80% probability that the project cost will be at or below that value.

39
Multi-Selectmedium

Which TWO of the following are common types of probability distributions used in risk simulation?

Select 2 answers
A.Triangular distribution.
B.Square distribution.
C.Linear distribution.
D.Beta distribution.
E.Circular distribution.
AnswersA, D

Standard distribution for task duration estimation.

Why this answer

Triangular and Beta distributions are the most widely used distributions in project risk modeling because they are intuitive to estimators.

40
MCQmedium

When interpreting the results of a cost simulation, what does the 'Distribution' (histogram) tell you that a 'Mean' value does not?

A.The total project budget.
B.The frequency and probability of different cost outcomes.
C.The accuracy of the initial estimation team.
D.The specific task that causes the budget overrun.
AnswerB

The histogram displays the likelihood of all possible outcomes.

Why this answer

The distribution provides the range and shape of potential outcomes, including the likelihood of extreme events, whereas the mean is just a single point of average performance.

Ready to test yourself?

Try a timed practice session using only Specialized Risk Analyses questions.