-
Notifications
You must be signed in to change notification settings - Fork 0
/
getting-psm-i-scrum-certification.html
92 lines (83 loc) · 5.78 KB
/
getting-psm-i-scrum-certification.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<title>Getting PSM I Scrum Certification</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<meta name="description" content="I've been working with Scrum framework over the last 18 months, and I thought it was time to test that what I was doing was real Scrum or..." />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Marco Santoni</a></h1>
<nav><ul>
<li><a href="/pages/about.html">about</a></li>
<li><a href="/pages/bookshelf.html">bookshelf</a></li>
<li class="active"><a href="/category/posts.html">posts</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/getting-psm-i-scrum-certification.html" rel="bookmark"
title="Permalink to Getting PSM I Scrum Certification">Getting PSM I Scrum Certification</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2021-08-24T09:41:00+02:00">
Published: Tue 24 August 2021
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/marco-santoni.html">Marco Santoni</a>
</address>
<p>In <a href="/category/posts.html">posts</a>.</p>
</footer><!-- /.post-info --> <p>I've been working with Scrum framework over the last 18 months, and I thought it was time to test that what I was doing was real Scrum or kind-of-Scrum. I decided to take the <em>Professional Scrum Master I</em> certification exam to test my knowledge of the framework.</p>
<h2>Which certification?</h2>
<p>Where to start? It seems that the founders of Scrum have created 3 independent organizations that have 3 independent certification paths.</p>
<ul>
<li>Scrum.org</li>
<li>Scrum Alliance</li>
<li>Scrum Inc</li>
</ul>
<p>While <em>Scrum Alliance</em> and <em>Scrum Inc</em> require attending a class to take the exam, <em>Scrum.org</em> lets you directly take the exam thus allowing self-study. I did not find any in-person class in my area anytime soon and decided to go for <em>Scrum.org</em> exam. I did not consider attending an online class because I already spend most of the working time in front of a screen and prefer other ways of learning rather than online courses.</p>
<h2>How to prepare?</h2>
<p>In short, read the <a href="https://scrumguides.org/">Scrum Guide</a> at least 3-4 times. Focus on highlighting <strong>who</strong> is accountable for every artifact and activity (eg only the Developers are accountable for the Sprint Backlog, all the Scrum Team is accountable for the Sprint Goal, etc).</p>
<p>Repeat a few times excercises that simulate exam questions (either official or not)</p>
<ul>
<li>Scrum.org <a href="https://www.scrum.org/open-assessments/scrum-open">Open Assessment</a></li>
<li>Great set of 80 questions by <a href="https://mlapshin.com/index.php/scrum-quizzes/">Mikhail Lapshin</a></li>
<li>Few free questions on <a href="https://www.volkerdon.com/courses/take/sm-po-scaled-scrum-3-in-1/quizzes/24259915-product-owner-free-assessment">Volderkon</a></li>
</ul>
<p>I also enjoyed looking at some posters available on Scrum.org that help you visualize some aspects of the framework:</p>
<ul>
<li><a href="https://scrumorg-website-prod.s3.amazonaws.com/drupal/2021-01/Scrumorg-Scrum-Framework-tabloid.pdf">Scrum Framework Poster</a></li>
<li><a href="https://scrumorg-website-prod.s3.amazonaws.com/drupal/2018-05/ScrumValues-Tabloid.pdf">Scrum Values Poster</a></li>
</ul>
<h2>The exam</h2>
<p>The exam is an online quiz of 80 questions to be answered in 60 minutes. I suggest using the <em>Bookmark</em> feature of the quick. It lets you bookmark questions you're doubtful about and review them later. It took me about 40-45 minutes to go quickly through all questions. I then had approximately 15 minutes to review the bookmarked questions.</p>
<p>I've read on few forums that people encountered performance issues in the exam webpage. However, I did not find any issue and the exam run smoothly.</p>
<p>You can have notes either printed or on your laptop because there are no controls like browser locks or similar ones. You are basically free to look at any resource you like during the exam. The time pressure is a decent guarantee against cheating.</p>
<p>When you complete the exam, you'll have a printed certification, a badge like this:</p>
<p><img alt="Cases up to March 10th" src="/images/psmi_badge.png"></p>
<p>Your certificate will also available on your <a href="credly.com/">Credly</a> profile (if you have any).</p>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://linkedin.com/in/msantoni">linkedin</a></li>
<li><a href="https://twitter.com/mrsantoni">twitter</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>