<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Manou Varouxakis</title>
    <description>The latest articles on DEV Community by Manou Varouxakis (@manou_v).</description>
    <link>https://dev.to/manou_v</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3894849%2Fd713adf1-4167-490e-a84b-729f965478dc.jpg</url>
      <title>DEV Community: Manou Varouxakis</title>
      <link>https://dev.to/manou_v</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manou_v"/>
    <language>en</language>
    <item>
      <title>PMP PERT Formula: When to Use It vs Simple Average</title>
      <dc:creator>Manou Varouxakis</dc:creator>
      <pubDate>Fri, 24 Apr 2026 20:25:23 +0000</pubDate>
      <link>https://dev.to/manou_v/pmp-pert-formula-when-to-use-it-vs-simple-average-44en</link>
      <guid>https://dev.to/manou_v/pmp-pert-formula-when-to-use-it-vs-simple-average-44en</guid>
      <description>&lt;p&gt;The PERT formula has exactly two inputs that trip candidates: the 4 and the 6. Most people get the three-point structure right. They add optimistic, most likely, and pessimistic. Where they lose points is the multiplication and the divisor, and not knowing when the exam wants the triangular average instead.&lt;/p&gt;

&lt;h2&gt;
  
  
  What PERT actually is
&lt;/h2&gt;

&lt;p&gt;PERT stands for Program Evaluation and Review Technique. On the exam, it means one thing: a weighted three-point estimate that gives extra weight to the most likely scenario.&lt;/p&gt;

&lt;p&gt;The formula: &lt;strong&gt;(O + 4M + P) / 6&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;O = Optimistic estimate&lt;br&gt;
M = Most likely estimate&lt;br&gt;
P = Pessimistic estimate&lt;/p&gt;

&lt;p&gt;The 4 reflects a core assumption: the most likely outcome is four times more probable than either extreme. The 6 in the denominator is the sum of those weights (1 + 4 + 1). You divide by 6 to get a single estimate.&lt;/p&gt;

&lt;p&gt;Example: A task has an optimistic estimate of 4 days, most likely of 7 days, and pessimistic of 16 days.&lt;/p&gt;

&lt;p&gt;PERT estimate = (4 + 4×7 + 16) / 6 = (4 + 28 + 16) / 6 = 48 / 6 = &lt;strong&gt;8 days&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Without the 4, you get (4 + 7 + 16) / 3 = 9 days. That is the triangular average, which the exam calls a "simple average" or "triangular distribution."&lt;/p&gt;

&lt;p&gt;Two different answers, two different formulas. The question tells you which one to use.&lt;/p&gt;

&lt;h2&gt;
  
  
  When to use PERT vs the simple average
&lt;/h2&gt;

&lt;p&gt;Both distributions appear on the PMP. The signal is in the question stem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use PERT (beta distribution) when:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The question says "three-point estimate" without naming a distribution&lt;/li&gt;
&lt;li&gt;The question asks for the "expected duration" and gives three estimates&lt;/li&gt;
&lt;li&gt;The question references a "weighted average of three-point estimates"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Use triangular (simple average) when:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The question explicitly says "triangular distribution"&lt;/li&gt;
&lt;li&gt;The question asks to "average the three estimates equally"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If the question gives you three time estimates and asks for a duration with no distribution named, default to PERT. PMI treats PERT as the standard three-point method on the large majority of questions.&lt;/p&gt;

&lt;h2&gt;
  
  
  The standard deviation and variance formulas
&lt;/h2&gt;

&lt;p&gt;PERT does not stop at a single estimate. It comes with two more formulas that appear on the exam.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Standard Deviation (SD) = (P - O) / 6&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This measures the spread of uncertainty around the PERT estimate. A wider spread means less confidence.&lt;/p&gt;

&lt;p&gt;Using the same example: SD = (16 - 4) / 6 = 12 / 6 = &lt;strong&gt;2 days&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Variance = SD squared = [(P - O) / 6]^2&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Variance = 2^2 = &lt;strong&gt;4 days squared&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When do these show up? Schedule range questions. PMI may give you three tasks on a critical path and ask for the total standard deviation of the path. You add the variances (not the standard deviations), then take the square root.&lt;/p&gt;

&lt;p&gt;Path total variance = variance of task 1 + variance of task 2 + variance of task 3&lt;br&gt;
Path standard deviation = square root of total variance&lt;/p&gt;

&lt;p&gt;Candidates who add standard deviations directly get the wrong answer. This shows up on practice exams as a "close but wrong" choice.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three traps the PMP sets on PERT questions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Trap 1: Forgetting the 4
&lt;/h3&gt;

&lt;p&gt;The most common arithmetic error. A candidate in a rush writes (O + M + P) / 6 instead of (O + 4M + P) / 6. The 4M disappears and the answer is 1-2 days off.&lt;/p&gt;

&lt;p&gt;Before calculating, write "4M =" on your scratch paper. Force yourself to multiply before you add.&lt;/p&gt;

&lt;h3&gt;
  
  
  Trap 2: Reporting SD when the question wants variance
&lt;/h3&gt;

&lt;p&gt;A question asks: "What is the variance of this task's duration estimate?"&lt;/p&gt;

&lt;p&gt;Optimistic: 3 weeks. Most likely: 8 weeks. Pessimistic: 19 weeks.&lt;/p&gt;

&lt;p&gt;SD = (19 - 3) / 6 = 16 / 6 = 2.67 weeks&lt;br&gt;
Variance = (2.67)^2 = 7.11 weeks squared&lt;/p&gt;

&lt;p&gt;If the answer choices include both 2.67 and 7.11, you need to know which the question asks for. Variance always gets squared. SD does not.&lt;/p&gt;

&lt;h3&gt;
  
  
  Trap 3: Adding standard deviations across tasks
&lt;/h3&gt;

&lt;p&gt;The exam gives you a two or three-task critical path and asks for the total range of completion time.&lt;/p&gt;

&lt;p&gt;Wrong: add the standard deviations directly. 2 + 1.5 + 3 = 6.5 days.&lt;/p&gt;

&lt;p&gt;Right: add the variances, then take the square root. (4 + 2.25 + 9 = 15.25, then sqrt(15.25) = 3.9 days.)&lt;/p&gt;

&lt;p&gt;You do not need to know the statistics theory behind this. You need to remember: add variances, not standard deviations, then root the total.&lt;/p&gt;

&lt;h2&gt;
  
  
  A worked example end-to-end
&lt;/h2&gt;

&lt;p&gt;Your project has two tasks on the critical path.&lt;/p&gt;

&lt;p&gt;Task A: Optimistic 2 days, Most Likely 5 days, Pessimistic 14 days.&lt;br&gt;
Task B: Optimistic 1 day, Most Likely 4 days, Pessimistic 7 days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: PERT estimates&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Task A = (2 + 4×5 + 14) / 6 = (2 + 20 + 14) / 6 = 36 / 6 = 6 days&lt;br&gt;
Task B = (1 + 4×4 + 7) / 6 = (1 + 16 + 7) / 6 = 24 / 6 = 4 days&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Critical path duration&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;6 + 4 = 10 days total&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Standard deviations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Task A SD = (14 - 2) / 6 = 12 / 6 = 2 days&lt;br&gt;
Task B SD = (7 - 1) / 6 = 6 / 6 = 1 day&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4: Variances&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Task A variance = 4 days squared&lt;br&gt;
Task B variance = 1 day squared&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5: Path variance and path standard deviation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Total path variance = 4 + 1 = 5 days squared&lt;br&gt;
Path standard deviation = sqrt(5) = 2.24 days&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 6: The range question&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If the question asks "In what range is there roughly a 68% chance the path finishes?" the answer is 10 ± 2.24 days, or 7.76 to 12.24 days.&lt;/p&gt;

&lt;p&gt;(68% probability corresponds to ±1 standard deviation. 95% is ±2 SD. 99.7% is ±3 SD. The exam uses these probabilities directly.)&lt;/p&gt;

&lt;h2&gt;
  
  
  The quick decision card
&lt;/h2&gt;

&lt;p&gt;When you see three duration estimates, ask two questions before touching any math.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question 1:&lt;/strong&gt; Does the question name a distribution? If it says "triangular," use (O + M + P) / 3. If it says "beta" or "PERT," or names nothing, use (O + 4M + P) / 6.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question 2:&lt;/strong&gt; Does the question ask for an estimate, a standard deviation, or a variance? Estimate = use PERT directly. Standard deviation = (P - O) / 6. Variance = square the standard deviation.&lt;/p&gt;

&lt;p&gt;If it then asks about a path, add variances, not standard deviations, then take the square root for the path standard deviation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why candidates miss these questions even after studying
&lt;/h2&gt;

&lt;p&gt;PERT questions are not a large chunk of the PMP exam. You will see 3-5 estimation questions total. But they are nearly always worth full marks or zero, because each question usually has one unambiguous correct answer and four plausible wrong answers.&lt;/p&gt;

&lt;p&gt;The candidates who miss these questions share a consistent pattern: they know the formula but not the decision rules. They can write (O + 4M + P) / 6 on demand, but under time pressure they add standard deviations across tasks or report variance instead of SD.&lt;/p&gt;

&lt;p&gt;That gap between recall and application shows up as a cluster on the PassCoach bias diagnostic. If your mock scores are inconsistent on quantitative questions, there is a good chance PERT is part of the pattern.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://passcoachai.com/?utm_source=seo&amp;amp;utm_medium=article&amp;amp;utm_campaign=pert-formula" rel="noopener noreferrer"&gt;Join the waitlist&lt;/a&gt; to get early access when the diagnostic launches.&lt;/p&gt;

&lt;p&gt;The formula is not the hard part. Knowing which number to report and when not to use it at all is where the points shift.&lt;/p&gt;

</description>
      <category>pmp</category>
      <category>certification</category>
      <category>projectmanagement</category>
      <category>studytools</category>
    </item>
    <item>
      <title>Why PMI Study Hall Questions Feel Misleading (And What To Do About It)</title>
      <dc:creator>Manou Varouxakis</dc:creator>
      <pubDate>Fri, 24 Apr 2026 20:15:34 +0000</pubDate>
      <link>https://dev.to/manou_v/why-pmi-study-hall-questions-feel-misleading-and-what-to-do-about-it-1f4c</link>
      <guid>https://dev.to/manou_v/why-pmi-study-hall-questions-feel-misleading-and-what-to-do-about-it-1f4c</guid>
      <description>&lt;p&gt;If you've bought PMI Study Hall and felt like the questions were "misleading," "contradictory," or "poorly explained," you're not alone. A recent scan of Study Hall discussion threads on the PMI Community forum, r/PMP, and ProjectManagement.com surfaces three complaints over and over:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Questions feel misleading or confusing&lt;/li&gt;
&lt;li&gt;Explanations repeat the textbook rather than clarifying the logic&lt;/li&gt;
&lt;li&gt;High Study Hall scores don't predict real-exam performance&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These sound like three different problems. They're actually one problem in different costumes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The one real issue: generic rationales
&lt;/h2&gt;

&lt;p&gt;When Study Hall tells you the correct answer to a question, it typically gives you a single paragraph of explanation:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"The correct answer is B. Servant leadership requires the project manager to facilitate the team's decision-making rather than directing outcomes. Option A is incorrect because adjourning avoids the conflict. Options C and D are incorrect because they are premature escalations."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Read that carefully. It has almost no diagnostic value.&lt;/p&gt;

&lt;p&gt;If you picked option A (adjourn the retrospective), the explanation just tells you "adjourning avoids the conflict." That doesn't tell you &lt;strong&gt;why your mental model was wrong&lt;/strong&gt;. Maybe you thought adjourning was pragmatic time management. Maybe you thought it gave everyone time to cool off. Maybe you confused it with "parking" a conflict, which is a legitimate tactic in some contexts.&lt;/p&gt;

&lt;p&gt;All three of those are different misconceptions. A generic rationale can't distinguish them, and if your misconception isn't named, it isn't corrected.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters for the real exam
&lt;/h2&gt;

&lt;p&gt;PMP questions, the ones PMI writes for the actual exam, not the practice banks, are engineered so that each of the four options represents a different plausible mental model. Every wrong option is a trap laid for a specific flawed assumption.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Option A might be the "defer for calm" trap (wrong because PMI wants you to address conflict where it surfaces)&lt;/li&gt;
&lt;li&gt;Option B might be the "enforce the rule" trap (wrong because PMI prefers facilitation to enforcement)&lt;/li&gt;
&lt;li&gt;Option C might be the "escalate early" trap (wrong because the PM owns team-level conflict)&lt;/li&gt;
&lt;li&gt;Option D might be the "collaborate" choice (correct, active facilitation with both parties)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When your prep tool only explains why D is correct and why the others are "wrong," you never get exposed to the four distinct patterns of thinking PMI is probing for. So you pass Study Hall by learning the correct-answer shape, but on the real exam, where the correct answer is hidden among subtly different traps, your pattern recognition fails.&lt;/p&gt;

&lt;h2&gt;
  
  
  The three biases this reveals
&lt;/h2&gt;

&lt;p&gt;Reading a few hundred "I scored 80% in Study Hall and failed the real exam" posts, three recurring misconception patterns emerge:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Escalation bias
&lt;/h3&gt;

&lt;p&gt;You reach for the sponsor, PMO, or functional manager option as a safety move. Most candidates do this. PMI expects the project manager to own team-level conflict and escalate only after facilitation has been attempted. If you keep picking the "escalate" option, you have an escalation bias, a pattern Study Hall's generic rationales can't name or correct.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Process-over-people bias
&lt;/h3&gt;

&lt;p&gt;You pick the "check the risk register," "update the stakeholder analysis," or "review the communication plan" option when the situation calls for a direct conversation. This is a technical-background trap: the tools feel safer than interpersonal work. PMBOK 7 explicitly centers on people-first project management. If you keep picking the document option, you have a process-over-people bias.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Speed bias
&lt;/h3&gt;

&lt;p&gt;You pick the option that resolves the situation fastest, the hard deadline option, the direct decision option, the "just do it" option, when PMI wants you to gather context and collaborate. Project managers who come from execution-heavy cultures (startups, trading floors, emergency response) often have this bias and don't know it.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to fix this without better tools
&lt;/h2&gt;

&lt;p&gt;You can still pass PMP using Study Hall alone. You just have to do the rationale work yourself:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For every question you miss, do this:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Re-read the option you picked&lt;/li&gt;
&lt;li&gt;Ask: "What did I assume about PMI philosophy when I picked this?"&lt;/li&gt;
&lt;li&gt;Compare your assumption to what PMI would want&lt;/li&gt;
&lt;li&gt;Write the gap down, your own per-option rationale&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Then every month, look at your list. Patterns emerge. If you picked "escalate" options 40% of the time when you were wrong, you have escalation bias. Now you know what to look for on the real exam.&lt;/p&gt;

&lt;p&gt;This is tedious. It takes weeks. It's what the best-prepared candidates actually do.&lt;/p&gt;

&lt;h2&gt;
  
  
  The alternative: tools that do this for you
&lt;/h2&gt;

&lt;p&gt;Some newer AI-native prep tools are built around this insight. Rather than giving you one generic rationale per question, they generate a different rationale for each wrong option you could pick, explaining the specific misconception that option represents. Pick "escalate to sponsor" and you see exactly why PMI considers that early. Pick "enforce the working agreement" and you see the rules-over-relationships trap. Pick "adjourn" and you see the avoidance pattern.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/"&gt;PassCoach.ai&lt;/a&gt; is being built around exactly this. Every PMP question has a per-option rationale plus a follow-up drill targeting your specific misconception. It's in beta waitlist right now, the first 100 signups get lifetime access for $99 instead of $29/mo.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bottom line
&lt;/h2&gt;

&lt;p&gt;Study Hall has real value. The problem is it runs on one assumption (one rationale is enough) that breaks down when you need to diagnose your specific gaps rather than memorize correct-answer shapes. Until your prep tool helps you close that, you have to be your own rationale writer.&lt;/p&gt;

&lt;p&gt;And if you're going to do that anyway, you might as well do it in a way that forces you to confront your own misconceptions, not memorize someone else's summary.&lt;/p&gt;

</description>
      <category>pmp</category>
      <category>certification</category>
      <category>projectmanagement</category>
      <category>studytools</category>
    </item>
    <item>
      <title>The 3 Biases That Fail PMP Even With 80%+ Study Hall Scores</title>
      <dc:creator>Manou Varouxakis</dc:creator>
      <pubDate>Fri, 24 Apr 2026 20:15:24 +0000</pubDate>
      <link>https://dev.to/manou_v/the-3-biases-that-fail-pmp-even-with-80-study-hall-scores-3f1g</link>
      <guid>https://dev.to/manou_v/the-3-biases-that-fail-pmp-even-with-80-study-hall-scores-3f1g</guid>
      <description>&lt;p&gt;There is a specific, reliable pattern on r/PMP: "I scored 80%+ in PMI Study Hall. I felt ready. I failed the real exam."&lt;/p&gt;

&lt;p&gt;The knee-jerk explanations are usually wrong. It isn't that Study Hall is "easier than the real exam" (it's generally considered harder). It isn't that candidates "got nervous." It isn't that the exam was sadistically curved.&lt;/p&gt;

&lt;p&gt;The real explanation, in almost every case, is one of three decision biases, patterns of thinking PMI explicitly engineers against, but which generic Study Hall rationales don't name, don't diagnose, and don't correct.&lt;/p&gt;

&lt;p&gt;Here are the three, in order of how frequently they show up in failure post-mortems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bias 1: Escalation bias
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What it looks like
&lt;/h3&gt;

&lt;p&gt;When a situation gets complex, uncomfortable, or political, you pick the option that brings in a higher authority. "Escalate to the sponsor." "Involve the PMO." "Talk to the functional manager." "Consult the steering committee."&lt;/p&gt;

&lt;h3&gt;
  
  
  Why you have it
&lt;/h3&gt;

&lt;p&gt;Escalation feels safe. It distributes the risk of being wrong. It signals respect for hierarchy. In most corporate environments, escalating early is a culturally rewarded behavior.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why PMI hates it
&lt;/h3&gt;

&lt;p&gt;Because the PMP certifies project managers, not project administrators. The PM's job is to own team-level conflict, stakeholder coordination, and risk resolution. PMBOK 7 puts this at the center of the credential: the PM facilitates first, gathers information, attempts team-led resolution, and only escalates when those approaches have been tried and failed.&lt;/p&gt;

&lt;p&gt;A candidate who reaches for escalation too early is signaling, to PMI, that they don't trust themselves to do the actual job.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to detect it in your prep
&lt;/h3&gt;

&lt;p&gt;Look through your last 100 missed practice questions. How often did you pick an option that involved escalating, bringing in a manager, or involving the sponsor? If it's above ~20%, you have escalation bias.&lt;/p&gt;

&lt;h3&gt;
  
  
  What to do
&lt;/h3&gt;

&lt;p&gt;Next time you see an option that involves involving a higher authority, assume it's wrong unless the stem explicitly says the PM has already tried lower-level resolution. Default to "facilitate first" on every People-domain question.&lt;/p&gt;




&lt;h2&gt;
  
  
  Bias 2: Process-over-people bias
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What it looks like
&lt;/h3&gt;

&lt;p&gt;When the situation calls for a conversation, you pick the option that involves a document, a process, or a tool. "Update the stakeholder register." "Review the risk management plan." "Revise the RACI." "Check the work breakdown structure."&lt;/p&gt;

&lt;h3&gt;
  
  
  Why you have it
&lt;/h3&gt;

&lt;p&gt;Tools feel objective. Documents feel durable. Processes feel safe. If your background is engineering, finance, IT, or any discipline where the hard skill is your value, instinctively reaching for a framework is a habit built over years.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why PMI hates it
&lt;/h3&gt;

&lt;p&gt;Because PMBOK 7 is explicit: projects are delivered by people, tools serve the people-work, and the PM's primary job is creating the conditions for the team and stakeholders to succeed. A PM who reaches for a document when a teammate is in tears is not the PM PMI wants to credential.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to detect it in your prep
&lt;/h3&gt;

&lt;p&gt;Read your missed-question list. How often did you pick an option that involved updating, reviewing, or referencing a project artifact when another option involved a conversation or facilitation? If that ratio is tilted toward artifacts, you have process-over-people bias.&lt;/p&gt;

&lt;h3&gt;
  
  
  What to do
&lt;/h3&gt;

&lt;p&gt;On any question where a team member is emotional, in conflict, disengaged, or surprising, default to the conversation option. Artifacts are almost never the correct first response to a human situation in PMP questions.&lt;/p&gt;




&lt;h2&gt;
  
  
  Bias 3: Speed bias
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What it looks like
&lt;/h3&gt;

&lt;p&gt;When a situation is time-pressured, you pick the option that resolves it fastest. The hard-deadline option. The direct-decision option. The "just pick and move on" option.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why you have it
&lt;/h3&gt;

&lt;p&gt;In the real world, delivery rewards decisiveness. Shipping matters. If you come from a startup, a trading floor, an emergency-response role, or any delivery-intense environment, you've built a career on not over-thinking.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why PMI hates it
&lt;/h3&gt;

&lt;p&gt;Because PMI philosophy is explicit that the PM's job is to optimize long-term project and stakeholder outcomes, not short-term throughput. A PM who sacrifices context-gathering for speed may ship the sprint but miss the business outcome. Every PMP question that tests speed bias has an option labeled "make the call now" as a trap and another labeled "gather information and consult" as the correct answer.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to detect it in your prep
&lt;/h3&gt;

&lt;p&gt;Look at questions where you picked the "just decide" option and were wrong. What's the success rate on those? If you're regularly picking the fastest-to-resolution option on questions where collaboration or context-gathering was the correct answer, you have speed bias.&lt;/p&gt;

&lt;h3&gt;
  
  
  What to do
&lt;/h3&gt;

&lt;p&gt;On any question where the stem implies pressure, default to "gather more information" or "consult" unless the situation is explicitly time-critical in a way that would cause harm (safety, regulatory, hard deadline with legal consequences). Most PMP scenarios look urgent but aren't actually.&lt;/p&gt;




&lt;h2&gt;
  
  
  The meta-pattern
&lt;/h2&gt;

&lt;p&gt;All three biases share a feature: they feel like good judgment in most real-world jobs. In a normal corporate setting, escalating is respectful, documenting is rigorous, and deciding fast is valuable. You got promoted partly because you do these things.&lt;/p&gt;

&lt;p&gt;PMP does not test your real-world judgment. It tests whether you can apply &lt;strong&gt;a specific, codified philosophy&lt;/strong&gt; (PMBOK 7 + PMI values) to scenarios where that philosophy disagrees with your instinct. Which is why rote memorization of correct answers doesn't help and pattern recognition of your own biases does.&lt;/p&gt;

&lt;h2&gt;
  
  
  The diagnostic
&lt;/h2&gt;

&lt;p&gt;Spend one study session doing this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Print out your last 50 missed questions&lt;/li&gt;
&lt;li&gt;For each, write down the option you picked&lt;/li&gt;
&lt;li&gt;Tag each pick with one of: &lt;code&gt;escalation&lt;/code&gt;, &lt;code&gt;process&lt;/code&gt;, &lt;code&gt;speed&lt;/code&gt;, &lt;code&gt;other&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Count the tags&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Whatever has the highest count is your bias. Close that bias before going back to content review, because if you don't, you'll keep scoring high on Study Hall (which rewards correct-answer memorization) and failing the real exam (which probes the specific bias you haven't closed).&lt;/p&gt;




&lt;h2&gt;
  
  
  A shortcut
&lt;/h2&gt;

&lt;p&gt;If you don't want to do the diagnostic manually, &lt;a href="https://dev.to/"&gt;PassCoach.ai&lt;/a&gt; is being built to flag your bias automatically based on your miss pattern, and then serve drills specifically targeting the bias. It's in beta waitlist; the first 100 signups get lifetime access for $99 instead of $29/mo.&lt;/p&gt;

&lt;p&gt;But whether you use a tool or do it yourself, the diagnostic is the work. Skip it and your Study Hall scores stay high and your real-exam confidence stays low.&lt;/p&gt;

</description>
      <category>pmp</category>
      <category>certification</category>
      <category>projectmanagement</category>
      <category>studytools</category>
    </item>
  </channel>
</rss>
