<?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: ExamCert.App</title>
    <description>The latest articles on DEV Community by ExamCert.App (@andy_youtube_371fe0c1a37e).</description>
    <link>https://dev.to/andy_youtube_371fe0c1a37e</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3737170%2F78abd24f-87e1-4499-bb77-ec08ddcdaad6.png</url>
      <title>DEV Community: ExamCert.App</title>
      <link>https://dev.to/andy_youtube_371fe0c1a37e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andy_youtube_371fe0c1a37e"/>
    <language>en</language>
    <item>
      <title>How Hard Is 350-901 DEVCOR? I Failed It Once, and the Reason Was Embarrassing</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Thu, 20 Aug 2026 15:12:14 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/how-hard-is-350-901-devcor-i-failed-it-once-and-the-reason-was-embarrassing-12gm</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/how-hard-is-350-901-devcor-i-failed-it-once-and-the-reason-was-embarrassing-12gm</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F36vkjf7s34f1bxxjb0gj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F36vkjf7s34f1bxxjb0gj.png" alt="Cisco DevNet Professional — Developing Applications using Cisco Core Platforms and APIs (350-901 DEVCOR)" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every thread asking &lt;strong&gt;how hard is 350-901&lt;/strong&gt; gets the same two replies: "it's a professional-level Cisco exam, so hard" and "easy if you're a real developer." Both are useless, and the second one is what got me.&lt;/p&gt;

&lt;p&gt;I write software for a living. I assumed DEVCOR would be a formality with some Cisco product names sprinkled on top. I failed, and the post-mortem was uncomfortable enough to be worth writing down.&lt;/p&gt;

&lt;h2&gt;
  
  
  The exam, factually
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;90–110 questions&lt;/strong&gt;, roughly &lt;strong&gt;120 minutes&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Multiple choice, multiple response, drag-and-drop, and scenario items&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;$400 USD&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Scaled cut score — Cisco does not publish the pass mark, so there's no "I need 72%" target to aim at&lt;/li&gt;
&lt;li&gt;It's a &lt;strong&gt;concentration exam&lt;/strong&gt; for CCNP DevNet / DevNet Professional, paired with the 350-901 core&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check Cisco's current exam topics page before you build a plan — Cisco revises blueprints and the topic list is the contract.&lt;/p&gt;

&lt;p&gt;The unpublished cut score matters psychologically. You cannot calculate a safe margin, so the only sane strategy is to be comfortably strong across every topic area rather than banking on carrying a weak domain.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where I actually lost it
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;I studied the APIs and ignored the platforms.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's the trap for developers. You look at the blueprint, see "software development and design," "using APIs," "application deployment and security," "infrastructure and automation," "network fundamentals," and you think: I know REST, I know OAuth, I know Docker, I know CI/CD, I know Git. This is my home turf.&lt;/p&gt;

&lt;p&gt;And it is — for maybe 60% of the exam. The rest is &lt;strong&gt;Cisco-platform-specific&lt;/strong&gt;, and it is not guessable from first principles. Knowing REST does not tell you the shape of a Meraki Dashboard API response, or how a Webex Bot registers a webhook, or what a DNA Center intent API path looks like, or the difference between a NETCONF and a RESTCONF interaction against IOS-XE, or where YANG models fit, or what pyATS is for.&lt;/p&gt;

&lt;p&gt;Those questions aren't hard. They're just &lt;em&gt;unlearnable by inference&lt;/em&gt;. You either read the docs and touched the sandboxes or you didn't. I hadn't, and I burned a $400 attempt discovering it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The second thing I got wrong: "design" is a scored skill here
&lt;/h2&gt;

&lt;p&gt;A meaningful chunk of DEVCOR is software &lt;em&gt;design&lt;/em&gt; judgment, not code:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;When do you pick a message queue over a synchronous call?&lt;/li&gt;
&lt;li&gt;Which failure mode does a circuit breaker protect against, and which does a retry with exponential backoff protect against?&lt;/li&gt;
&lt;li&gt;How do you make an operation idempotent, and why does that matter for network automation specifically?&lt;/li&gt;
&lt;li&gt;Where do secrets live in a pipeline, and what's wrong with the obvious answer?&lt;/li&gt;
&lt;li&gt;Twelve-factor principles, applied to an app that talks to network devices&lt;/li&gt;
&lt;li&gt;Sequence and architecture diagrams — you'll be asked to read one and identify the flaw&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Developers with strong practical habits but no vocabulary for them lose points here, because the questions test the &lt;em&gt;name&lt;/em&gt; of the pattern as much as the instinct.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it's genuinely hard, ranked
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Hardest: breadth.&lt;/strong&gt; Not depth. No single topic is brutal, but the surface area spans application design, security, deployment models, multiple Cisco platform APIs, network fundamentals, and automation tooling. You can't cram breadth in a week.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Second: unfamiliar-platform questions under time pressure.&lt;/strong&gt; ~110 questions in 120 minutes is about 65 seconds each. If three consecutive questions are on a platform you skimmed, you lose time &lt;em&gt;and&lt;/em&gt; confidence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Third: the scenario items.&lt;/strong&gt; Long stems, code snippets, and answers that differ by one detail. Careless reading is expensive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Not actually hard:&lt;/strong&gt; the pure programming content. If you ship code, the Python, the Git, the REST, and the containers are the easy marks.&lt;/p&gt;

&lt;h2&gt;
  
  
  The plan that worked the second time
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Weeks 1–2: live in the Cisco DevNet sandboxes.&lt;/strong&gt; They're free. Get a token, make real calls against Meraki, Webex, DNA Center, IOS-XE RESTCONF, and NX-OS. Write throwaway scripts. The goal isn't mastery — it's that no platform in the exam is a stranger. This single change is most of the difference between my two attempts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 3: design vocabulary.&lt;/strong&gt; Go through the blueprint's design topics and, for each pattern, write two lines: what problem it solves and what it costs. Circuit breaker, bulkhead, retry/backoff, idempotency, event-driven versus request-response, blue/green versus canary, secrets management. If you can't state the trade-off, you don't know it well enough for the exam.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 4: security and deployment.&lt;/strong&gt; OAuth flows in detail (which grant type, and &lt;em&gt;why&lt;/em&gt; — this comes up), token handling, encrypting data in transit and at rest, container security basics, pipeline security. Then CI/CD models and deployment strategies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 5: timed reps.&lt;/strong&gt; This is where you find the topic areas that quietly rotted. I ran &lt;a href="https://www.examcert.app/exams/350-901/free-practice-test/" rel="noopener noreferrer"&gt;free 350-901 practice questions&lt;/a&gt; in timed blocks and kept a single text file of every miss with one line on &lt;em&gt;why&lt;/em&gt;. By the end that file had about eleven recurring themes — that's the real study list, and it's much shorter than the blueprint.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 6: re-read the blueprint line by line&lt;/strong&gt; and rate yourself 1–5 on each bullet. Anything under 4 gets an evening. Then book it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Is it worth $400?
&lt;/h2&gt;

&lt;p&gt;If you're a network engineer moving into automation: &lt;strong&gt;yes, unreservedly.&lt;/strong&gt; DEVCOR forces you to learn software engineering properly rather than accumulating scripts, and that's the transition that changes your salary band.&lt;/p&gt;

&lt;p&gt;If you're a developer with no network context: it's worth it only if you work near networking. Otherwise you're paying $400 to prove you can write Python, which your GitHub already does for free.&lt;/p&gt;

&lt;p&gt;If you're chasing CCNP DevNet: it's the core exam, so the question is moot — but budget six weeks, not two.&lt;/p&gt;

&lt;h2&gt;
  
  
  The one-sentence answer
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;350-901 is hard in proportion to how much Cisco platform surface you've genuinely touched, and easy in proportion to how much software you genuinely write&lt;/strong&gt; — and most candidates are strong on exactly one of those two axes, which is why the failure stories all sound like mine.&lt;/p&gt;

&lt;p&gt;Topic breakdown, current cost, and free practice questions: &lt;a href="https://www.examcert.app/exams/350-901/" rel="noopener noreferrer"&gt;ExamCert's 350-901 page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Go make real API calls. That's the whole tip.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>CKAD Exam Prep 2026: The 8 kubectl Patterns That Are Worth More Than Any Course</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Wed, 19 Aug 2026 15:11:56 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/ckad-exam-prep-2026-the-8-kubectl-patterns-that-are-worth-more-than-any-course-2dmp</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/ckad-exam-prep-2026-the-8-kubectl-patterns-that-are-worth-more-than-any-course-2dmp</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F57cwzu8kz67p3m4dvum1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F57cwzu8kz67p3m4dvum1.png" alt="Certified Kubernetes Application Developer (CKAD)" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most &lt;strong&gt;CKAD exam prep 2026&lt;/strong&gt; advice is a reading list. Here's a different take: the exam is two hours, roughly 15–20 hands-on tasks on a live cluster, and the difference between passing and failing is almost entirely &lt;strong&gt;how fast you can produce correct YAML&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;So this post is eight patterns. Not concepts — patterns. The literal things I typed over and over until they were reflexes. If you internalise these, most of the exam becomes typing practice.&lt;/p&gt;

&lt;h2&gt;
  
  
  First, the shape of the thing
&lt;/h2&gt;

&lt;p&gt;The current CKAD domains and weights:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Domain&lt;/th&gt;
&lt;th&gt;Weight&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Application Design and Build&lt;/td&gt;
&lt;td&gt;20%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Application Deployment&lt;/td&gt;
&lt;td&gt;20%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Application Observability and Maintenance&lt;/td&gt;
&lt;td&gt;15%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Application Environment, Configuration and Security&lt;/td&gt;
&lt;td&gt;25%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Services and Networking&lt;/td&gt;
&lt;td&gt;20%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Passing is 66%. Two hours. You get a free retake within 12 months, and one browser terminal with access to kubernetes.io docs.&lt;/p&gt;

&lt;p&gt;Note that &lt;strong&gt;Environment, Configuration and Security is the heaviest block at 25%&lt;/strong&gt; — ConfigMaps, Secrets, SecurityContext, ServiceAccounts, resource requests/limits, and CRDs. People over-prepare Deployments and under-prepare this. Don't.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 8 patterns
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Never write YAML from scratch
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;kubectl create deployment web &lt;span class="nt"&gt;--image&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;nginx &lt;span class="nt"&gt;--replicas&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;3 &lt;span class="nt"&gt;--dry-run&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;client &lt;span class="nt"&gt;-o&lt;/span&gt; yaml &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; d.yaml
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Every single object has a generator or can be scaffolded this way. If you find yourself typing &lt;code&gt;apiVersion:&lt;/code&gt; by hand, you've already lost 90 seconds. Learn which resources have &lt;code&gt;kubectl create&lt;/code&gt; support (deployment, job, cronjob, configmap, secret, service, serviceaccount, role, rolebinding, quota, ingress) and use &lt;code&gt;run&lt;/code&gt; for pods:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;kubectl run tester &lt;span class="nt"&gt;--image&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;busybox &lt;span class="nt"&gt;--restart&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;Never &lt;span class="nt"&gt;--dry-run&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;client &lt;span class="nt"&gt;-o&lt;/span&gt; yaml &lt;span class="nt"&gt;--&lt;/span&gt; &lt;span class="nb"&gt;sleep &lt;/span&gt;3600 &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; p.yaml
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  2. Set your environment in the first 60 seconds
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;alias &lt;/span&gt;&lt;span class="nv"&gt;k&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;kubectl
&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="k"&gt;do&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"--dry-run=client -o yaml"&lt;/span&gt;
&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;now&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"--force --grace-period=0"&lt;/span&gt;
&lt;span class="nb"&gt;source&lt;/span&gt; &amp;lt;&lt;span class="o"&gt;(&lt;/span&gt;kubectl completion bash&lt;span class="o"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then &lt;code&gt;k create deploy web --image=nginx $do &amp;gt; d.yaml&lt;/code&gt;. That &lt;code&gt;$do&lt;/code&gt; variable saves you a genuinely material amount of typing across 18 tasks.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Always confirm the namespace
&lt;/h3&gt;

&lt;p&gt;Every task tells you a namespace. Half of all "I did it right and got zero" stories are people who created the object in &lt;code&gt;default&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;k config set-context &lt;span class="nt"&gt;--current&lt;/span&gt; &lt;span class="nt"&gt;--namespace&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&amp;lt;ns&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Do it at the start of every task. Not once — every task.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Patch, don't rewrite
&lt;/h3&gt;

&lt;p&gt;For "add a liveness probe to this existing deployment" style tasks:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;k edit deploy web
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;or for something scriptable:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;k &lt;span class="nb"&gt;set &lt;/span&gt;image deploy/web &lt;span class="nv"&gt;nginx&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;nginx:1.25
k &lt;span class="nb"&gt;set env &lt;/span&gt;deploy/web &lt;span class="nv"&gt;KEY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;value
k scale deploy/web &lt;span class="nt"&gt;--replicas&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;5
k rollout undo deploy/web
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;code&gt;kubectl set&lt;/code&gt; and &lt;code&gt;kubectl rollout&lt;/code&gt; cover a surprising share of the Deployment domain without touching a file.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Know the four ways config reaches a container
&lt;/h3&gt;

&lt;p&gt;This is the 25% domain in one bullet list, and you must be fluent in all four:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;env.valueFrom.configMapKeyRef&lt;/code&gt; — one key as one variable&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;envFrom.configMapRef&lt;/code&gt; — every key as variables&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;volumes.configMap&lt;/code&gt; + &lt;code&gt;volumeMounts&lt;/code&gt; — keys as files&lt;/li&gt;
&lt;li&gt;the same three again, with &lt;code&gt;secretKeyRef&lt;/code&gt; / &lt;code&gt;secretRef&lt;/code&gt; / &lt;code&gt;volumes.secret&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Write all four out from memory once a day for a week. That's it, that's the drill.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Multi-container patterns, by name
&lt;/h3&gt;

&lt;p&gt;Sidecar, ambassador, adapter, and init containers. The exam describes a scenario and expects you to pick the shape. The most common real task: "add an init container that waits for a service" or "add a sidecar that tails a log file from a shared &lt;code&gt;emptyDir&lt;/code&gt;." Practise the shared-&lt;code&gt;emptyDir&lt;/code&gt; pattern specifically — it's the most frequently asked and the most fiddly to type.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Debug in a fixed order
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;k get po &lt;span class="nt"&gt;-o&lt;/span&gt; wide
k describe po &amp;lt;name&amp;gt;      &lt;span class="c"&gt;# events at the bottom — read these first&lt;/span&gt;
k logs &amp;lt;name&amp;gt; &lt;span class="nt"&gt;-c&lt;/span&gt; &amp;lt;container&amp;gt;
k logs &amp;lt;name&amp;gt; &lt;span class="nt"&gt;--previous&lt;/span&gt;  &lt;span class="c"&gt;# for CrashLoopBackOff&lt;/span&gt;
k &lt;span class="nb"&gt;exec&lt;/span&gt; &lt;span class="nt"&gt;-it&lt;/span&gt; &amp;lt;name&amp;gt; &lt;span class="nt"&gt;--&lt;/span&gt; sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;code&gt;describe&lt;/code&gt; events before logs. Always. Most failures (ImagePullBackOff, failed mounts, unschedulable, failed probes) are diagnosed from events alone in five seconds, and people waste minutes reading logs that never got written.&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Jobs, CronJobs, and the fields that get asked
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;completions&lt;/code&gt;, &lt;code&gt;parallelism&lt;/code&gt;, &lt;code&gt;backoffLimit&lt;/code&gt;, &lt;code&gt;activeDeadlineSeconds&lt;/code&gt; for Jobs. &lt;code&gt;schedule&lt;/code&gt;, &lt;code&gt;concurrencyPolicy&lt;/code&gt;, &lt;code&gt;startingDeadlineSeconds&lt;/code&gt; for CronJobs. These are pure memorisation and they are reliably worth marks.&lt;/p&gt;

&lt;h2&gt;
  
  
  The time strategy that actually matters
&lt;/h2&gt;

&lt;p&gt;Two hours, ~18 tasks, each weighted differently — and the weight is shown. Here's the plan:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;First pass, 70 minutes.&lt;/strong&gt; Do every task you can finish in under four minutes. Skip anything that smells long. Flag it and move.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Second pass, 40 minutes.&lt;/strong&gt; The flagged high-weight ones.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Last 10 minutes.&lt;/strong&gt; Verify. &lt;code&gt;k get all -n &amp;lt;ns&amp;gt;&lt;/code&gt; for each namespace you touched.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The single most common failure mode is spending 20 minutes on one 4% task while three 7% tasks sit untouched. Watch the weights.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where practice questions fit into a hands-on exam
&lt;/h2&gt;

&lt;p&gt;CKAD is performance-based, so "practice tests" sound irrelevant. They're not — they fix a different problem. Scenario labs fix your &lt;em&gt;sequence&lt;/em&gt;. Question sets fix your &lt;em&gt;recall&lt;/em&gt;: which field, which apiVersion, which flag.&lt;/p&gt;

&lt;p&gt;I did a &lt;a href="https://www.examcert.app/exams/ckad/free-practice-test/" rel="noopener noreferrer"&gt;free CKAD practice test&lt;/a&gt; on my commute — twenty questions, no cluster needed — and then hands-on labs at night. The commute sets are what stopped me hesitating on field names, and hesitation is the whole enemy here. The &lt;a href="https://www.examcert.app/exams/ckad/" rel="noopener noreferrer"&gt;CKAD exam page&lt;/a&gt; has the current domain weightings if you want the reference.&lt;/p&gt;

&lt;h2&gt;
  
  
  A four-week ramp
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Week 1:&lt;/strong&gt; Pods, Deployments, Jobs, CronJobs. Generate everything with &lt;code&gt;$do&lt;/code&gt;. No copy-paste from docs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 2:&lt;/strong&gt; ConfigMaps, Secrets, SecurityContext, ServiceAccounts, resource requests and limits. The heavy domain — give it the most time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 3:&lt;/strong&gt; Services, Ingress, NetworkPolicy, probes, and multi-container patterns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 4:&lt;/strong&gt; Timed full simulations only. Two hours, no pausing. Then review — and re-type the ones you got wrong rather than reading the solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  One opinion to close on
&lt;/h2&gt;

&lt;p&gt;CKAD is easier than CKA. Smaller surface, friendlier tasks, no cluster upgrades or etcd backups. If you're choosing between them and you write applications rather than run clusters, start here.&lt;/p&gt;

&lt;p&gt;But it punishes slow typing in a way no multiple-choice exam ever will. Build the reflexes, not the vocabulary.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Microsoft Azure Virtual Desktop Specialty Exam Prep 2026: A Hands-On Engineer's Path Through AZ-140</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Tue, 18 Aug 2026 15:11:09 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/microsoft-azure-virtual-desktop-specialty-exam-prep-2026-a-hands-on-engineers-path-through-az-140-3nb</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/microsoft-azure-virtual-desktop-specialty-exam-prep-2026-a-hands-on-engineers-path-through-az-140-3nb</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsn9clatebe5qoki305vi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsn9clatebe5qoki305vi.png" alt="Microsoft Azure Virtual Desktop Specialty (AZ-140)" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AZ-140 is the quiet one. It doesn't get the traffic AZ-104 or AZ-305 get, and that's exactly why it's worth your time — the people who hold it tend to get called about jobs, because the supply is thin and every enterprise that ran a VDI project in the last five years needs someone who understands it.&lt;/p&gt;

&lt;p&gt;This is the &lt;strong&gt;Microsoft Azure Virtual Desktop Specialty exam prep 2026&lt;/strong&gt; guide I'd hand a colleague: what's on it, what to build, and where people lose marks.&lt;/p&gt;

&lt;h2&gt;
  
  
  The shape of AZ-140
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Roughly &lt;strong&gt;40–60 questions&lt;/strong&gt;, 100–120 minutes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;$165 USD&lt;/strong&gt; in most regions&lt;/li&gt;
&lt;li&gt;Pass at &lt;strong&gt;700/1000&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Includes a &lt;strong&gt;case study&lt;/strong&gt; section — multiple questions against one long scenario, and you can't go back once you leave it&lt;/li&gt;
&lt;li&gt;Assumes you already know Azure fundamentals: identity, networking, storage, RBAC&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last point is the real prerequisite. AZ-140 is not a beginner exam wearing a specialist badge. It assumes AZ-104-level competence and then tests AVD on top. If you can't explain the difference between Entra ID, Entra Domain Services, and AD DS on an IaaS VM, start there — that distinction alone is worth several questions.&lt;/p&gt;

&lt;h2&gt;
  
  
  The four skill areas
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Plan and implement an AVD infrastructure
&lt;/h3&gt;

&lt;p&gt;Host pools first, because everything else hangs off them:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pooled vs personal&lt;/strong&gt;. Pooled = many users share session hosts, breadth-first or depth-first load balancing, needs FSLogix. Personal = one user, one VM, direct or automatic assignment. Choose wrong in a scenario question and every downstream answer is wrong too.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Session host sizing&lt;/strong&gt; — Microsoft publishes VM sizing guidance by workload type (light, medium, heavy, power). Know the shape of it: users per vCPU, and that GPU workloads need the NV-series with the right driver extension.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-session Windows&lt;/strong&gt; vs single-session client OS, and the licensing entitlements that make AVD cheap (Microsoft 365 E3/E5, Windows E3/E5, or per-user access pricing for external users).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Images&lt;/strong&gt;: custom images via Azure Compute Gallery, replication to the regions you deploy in, and the generalise/sysprep step people forget.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;App groups and workspaces&lt;/strong&gt;: RemoteApp vs Desktop app groups, how app groups attach to workspaces, and that users need an assignment to the app group &lt;em&gt;and&lt;/em&gt; the "Desktop Virtualization User" role.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Networking&lt;/strong&gt;: bandwidth and latency requirements, RDP Shortpath (managed and public networks), and the fact that AVD is a reverse-connect service — session hosts make outbound connections, so you don't open inbound RDP. That reverse-connect model is a favourite question.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Plan and implement identity and security
&lt;/h3&gt;

&lt;p&gt;The identity chapter is where most people lose marks, so slow down here.&lt;/p&gt;

&lt;p&gt;Session hosts must be joined to something: &lt;strong&gt;AD DS domain-joined&lt;/strong&gt; (with Entra Connect syncing to the cloud), &lt;strong&gt;Entra Domain Services&lt;/strong&gt;, or &lt;strong&gt;Entra-joined&lt;/strong&gt;. Each has different implications for FSLogix profile storage and for what authentication works. If profiles live on Azure Files with identity-based authentication, the storage account needs the right domain configuration — this combination is the single most-tested integration on the exam.&lt;/p&gt;

&lt;p&gt;Then: Conditional Access policies targeting the AVD app, MFA, RBAC roles specific to AVD (Desktop Virtualization Contributor, User, Reader, Host Pool Contributor), Azure Firewall or NSGs plus the required service tags and URLs, and Microsoft Defender for Cloud coverage of session hosts.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Plan and implement user environments and apps
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;FSLogix is the heart of this domain.&lt;/strong&gt; Profile containers vs Office containers, VHD/VHDX on a file share, Cloud Cache for resilience across storage, and the storage options ranked: Azure Files (premium for real workloads), Azure NetApp Files (highest performance, highest cost), or a file server on IaaS. Know the IOPS-per-user guidance and know that Standard storage will make users hate you.&lt;/p&gt;

&lt;p&gt;Also: MSIX app attach (how the package mounts, what the staging/registration lifecycle looks like), Start menu and language pack customisation, printing and device redirection through RDP properties.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Monitor and maintain
&lt;/h3&gt;

&lt;p&gt;Azure Monitor Insights for AVD (which workbook shows what), Log Analytics with the diagnostic settings you must enable, session host scaling with the scaling plan feature, drain mode for maintenance, and image update workflows. Plus the backup and BCDR story: what you back up for pooled (nothing much — the profiles) versus personal (the VMs).&lt;/p&gt;

&lt;h2&gt;
  
  
  Build this, don't just read it
&lt;/h2&gt;

&lt;p&gt;AZ-140 punishes pure theory harder than most Microsoft exams because the questions are operationally specific. Spend a weekend building:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A &lt;strong&gt;resource group with a small VNet&lt;/strong&gt; peered to nothing, just to keep it simple.&lt;/li&gt;
&lt;li&gt;An &lt;strong&gt;AD DS setup&lt;/strong&gt; — a domain controller VM, or Entra Domain Services if you'd rather.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;pooled host pool&lt;/strong&gt; with two session hosts from a marketplace image.&lt;/li&gt;
&lt;li&gt;An &lt;strong&gt;Azure Files premium share&lt;/strong&gt; with identity-based auth, and &lt;strong&gt;FSLogix&lt;/strong&gt; configured via GPO or registry to point at it.&lt;/li&gt;
&lt;li&gt;Log in as two different users, confirm the profile VHDs appear on the share, then log in as one of them on the &lt;em&gt;other&lt;/em&gt; session host and confirm the profile follows.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That last verification is the moment AVD clicks. It costs maybe $15 of Azure credit if you delete it the same weekend. Set a budget alert first.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where people actually lose marks
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The case study.&lt;/strong&gt; You get one long scenario — company, existing estate, requirements, constraints — and several questions. Read the requirements section twice before answering anything, and take note of the compliance and cost constraints because they're what discriminate between the plausible answers. Once you advance past the case study you cannot return to it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Identity combinations.&lt;/strong&gt; "Entra-joined session hosts with FSLogix profiles on Azure Files" has different requirements than "AD DS-joined with the same storage." Make a table of the three join types × the storage options and fill in what works. That table is probably worth 5% of your score.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Confusing AVD with Windows 365.&lt;/strong&gt; They're different products with different management models and the exam will offer Windows 365 as a distractor. AVD = you manage the infrastructure, flexible, pooled possible. Windows 365 = fixed per-user Cloud PC, simpler, no pooling.&lt;/p&gt;

&lt;h2&gt;
  
  
  The four-week plan
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Week 1:&lt;/strong&gt; Microsoft Learn AZ-140 path, front to back, plus the official study guide as a checklist.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 2:&lt;/strong&gt; build the lab above. Break FSLogix on purpose and fix it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 3:&lt;/strong&gt; identity and security deep dive — the weakest area for most people — plus networking and Conditional Access.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 4:&lt;/strong&gt; questions only, timed, plus one full case-study rehearsal. Working through an &lt;a href="https://www.examcert.app/exams/azure-az-140/free-practice-test/" rel="noopener noreferrer"&gt;AZ-140 practice test&lt;/a&gt; is how you find out whether your lab knowledge survives contact with exam phrasing, which is a genuinely different skill.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Worth it?
&lt;/h2&gt;

&lt;p&gt;For a specialty exam, AZ-140 has an unusually good ratio of effort to market value. VDI is unglamorous, which means fewer people study it, which means the ones who can actually troubleshoot an FSLogix profile-load failure at 8am are in demand. If you're already doing Azure infrastructure work, this is one of the cheapest ways to become the person your organisation can't easily replace.&lt;/p&gt;

&lt;p&gt;Take a &lt;a href="https://www.examcert.app/exams/azure-az-140/free-practice-test/" rel="noopener noreferrer"&gt;free AZ-140 practice test&lt;/a&gt; to find your weak domain first — or see the full breakdown on the &lt;a href="https://www.examcert.app/exams/azure-az-140/" rel="noopener noreferrer"&gt;AZ-140 exam page&lt;/a&gt;. If you want each answer explained while you drill, &lt;a href="https://ai.examcert.app" rel="noopener noreferrer"&gt;ai.examcert.app&lt;/a&gt; does that and costs about as much as a coffee.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Is AWS DevOps Engineer Professional Worth It 2026? A Straight Answer for Working Engineers</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Mon, 17 Aug 2026 15:13:11 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/is-aws-devops-engineer-professional-worth-it-2026-a-straight-answer-for-working-engineers-4peb</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/is-aws-devops-engineer-professional-worth-it-2026-a-straight-answer-for-working-engineers-4peb</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs8e41p2uazsq5f7m2ide.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs8e41p2uazsq5f7m2ide.png" alt="AWS Certified DevOps Engineer – Professional (DOP-C02)" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Someone asks "is AWS DevOps Engineer Professional worth it 2026" on Reddit roughly once a week, and the thread always splits into two camps: people who say certs are meaningless and people who say it doubled their salary. Both are wrong in the same way — they're answering a question about markets with an anecdote about themselves.&lt;/p&gt;

&lt;p&gt;Here's a more useful framing. The DOP-C02 is worth it in exactly three situations, and it's a waste of $300 and 100 hours in every other one. Let me be specific about which is which.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you're buying
&lt;/h2&gt;

&lt;p&gt;$300, 180 minutes, 75 questions (65 scored, 10 unscored). Six domains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SDLC Automation (~22%)&lt;/strong&gt; — CI/CD pipelines, CodePipeline, CodeBuild, CodeDeploy, artifact management, deployment strategies&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Configuration Management and IaC (~17%)&lt;/strong&gt; — CloudFormation, CDK, Systems Manager, AMI lifecycle, multi-account provisioning&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resilient Cloud Solutions (~15%)&lt;/strong&gt; — multi-AZ and multi-region, failover, backup and restore, RTO/RPO&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monitoring and Logging (~15%)&lt;/strong&gt; — CloudWatch, X-Ray, EventBridge, log aggregation, metric filters, alarms&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Incident and Event Response (~14%)&lt;/strong&gt; — automated remediation, event-driven architecture, troubleshooting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security and Compliance (~17%)&lt;/strong&gt; — IAM at scale, Config rules, GuardDuty, Security Hub, secrets management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;a href="https://www.examcert.app/exams/aws-dop-c02/" rel="noopener noreferrer"&gt;DOP-C02 domain breakdown&lt;/a&gt; is worth skimming before you decide — the weightings tell you where your gaps will cost you.&lt;/p&gt;

&lt;p&gt;There's no formal prerequisite anymore, but the exam assumes you've lived in AWS for two-ish years. This is a &lt;em&gt;professional&lt;/em&gt;-level exam and it earns that label: questions are three-paragraph scenarios with five plausible answers, and the correct one usually hinges on a single constraint buried in the second paragraph.&lt;/p&gt;

&lt;h2&gt;
  
  
  Situation 1: worth it — you're at a consultancy or partner
&lt;/h2&gt;

&lt;p&gt;If your employer is an AWS Partner, certifications are literally revenue. Partner tier requirements count certified headcount, and tier affects deal registration, funding and margins. Many consultancies pay a bonus on top — I've seen $500 to $2,000 for professional-level passes — and they'll cover the exam fee and study time.&lt;/p&gt;

&lt;p&gt;In this situation the ROI calculation isn't even close. You're being paid to take it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Situation 2: worth it — you're trying to move from ops into platform work
&lt;/h2&gt;

&lt;p&gt;This is the one nobody talks about properly. If your current title is "sysadmin" or "support engineer" and you want "platform engineer" or "DevOps engineer," you have a credibility gap that's hard to close from inside your current role, because your current role doesn't let you build the thing you want to be hired to build.&lt;/p&gt;

&lt;p&gt;The DOP-C02 is a legible signal that closes part of that gap. Not because the certificate is magic, but because preparing for it forces you to actually build multi-account pipelines, write CloudFormation that works, and set up cross-region failover — things you can then talk about in an interview with specifics.&lt;/p&gt;

&lt;p&gt;ZipRecruiter data from early 2026 put the national median for certified DevOps engineers around $127,000, with senior roles well north of that. Treat those numbers cautiously — certified engineers skew experienced, so the cert isn't causing the whole gap. But for the ops-to-platform transition specifically, it's one of the cheaper credible signals available.&lt;/p&gt;

&lt;h2&gt;
  
  
  Situation 3: worth it — you need the forcing function
&lt;/h2&gt;

&lt;p&gt;Some people learn well from documentation and side projects. Others need a deadline with money on it. If you've been "meaning to properly learn CloudFormation" for eighteen months, $300 and a booked exam date is a remarkably effective productivity tool.&lt;/p&gt;

&lt;p&gt;That's a legitimate reason. Just be honest that you're buying discipline, not a credential.&lt;/p&gt;

&lt;h2&gt;
  
  
  When it's not worth it
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;You're already a senior platform engineer at a product company.&lt;/strong&gt; Your GitHub, your architecture decisions and your incident record speak louder. Nobody interviewing you for a staff role is going to weight a multiple-choice exam over the fact that you ran the migration. Spend the 100 hours on something with compounding returns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You don't work with AWS daily.&lt;/strong&gt; This exam punishes theoretical knowledge brutally. The scenarios assume operational scars — you'll be asked to choose between a blue/green deployment and a canary given a specific rollback requirement, and if you've never done either in anger the distinctions are invisible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You're new to cloud.&lt;/strong&gt; Start with Solutions Architect Associate or the Developer Associate. Going straight for a professional-level exam without associate-level grounding is a well-documented way to donate $300 to Amazon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You want a raise at your current employer.&lt;/strong&gt; Certifications rarely move internal compensation. They move &lt;em&gt;external&lt;/em&gt; offers, which then move internal compensation. If you're not willing to interview elsewhere, the lever doesn't work.&lt;/p&gt;

&lt;h2&gt;
  
  
  The part that actually makes it hard
&lt;/h2&gt;

&lt;p&gt;Not the services. The &lt;em&gt;time&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;75 questions in 180 minutes is 2.4 minutes each, and these questions are long. Three paragraphs of scenario, then five answers that each run two or three lines. Reading alone eats a minute. People who fail this exam overwhelmingly report running out of time, not running out of knowledge.&lt;/p&gt;

&lt;p&gt;The skill you need to build is triage: read the last sentence first to find out what's being asked, then scan the scenario for the constraint that eliminates options. Cost-optimised? Least operational overhead? Minimum downtime? Existing tooling must be reused? That constraint is the whole question — the rest is set dressing designed to consume your clock.&lt;/p&gt;

&lt;p&gt;You cannot build that skill by reading. You build it by doing long timed sets until the pattern-matching is automatic. Running &lt;a href="https://www.examcert.app/exams/aws-dop-c02/free-practice-test/" rel="noopener noreferrer"&gt;free AWS DOP-C02 practice questions&lt;/a&gt; under a real clock, in blocks of 25 with no lookups, is worth more in the final fortnight than another course module. When two answers both look correct — which on this exam is most of the time — the AI simulator at &lt;a href="https://ai.examcert.app" rel="noopener noreferrer"&gt;ai.examcert.app&lt;/a&gt; explains which constraint disqualifies the runner-up, and that's the reasoning the exam is grading.&lt;/p&gt;

&lt;h2&gt;
  
  
  A realistic plan
&lt;/h2&gt;

&lt;p&gt;Ten weeks at 8–10 hours a week, assuming daily AWS exposure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Weeks 1–2:&lt;/strong&gt; SDLC automation. Build an actual pipeline. CodePipeline into CodeBuild into CodeDeploy, with a manual approval gate. Break it deliberately.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Weeks 3–4:&lt;/strong&gt; IaC. Write CloudFormation by hand before touching CDK. Nested stacks, StackSets across accounts, drift detection.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 5:&lt;/strong&gt; Monitoring and logging. Metric filters, composite alarms, EventBridge rules, centralised logging across accounts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 6:&lt;/strong&gt; Incident response. Lambda-based auto-remediation, Systems Manager runbooks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 7:&lt;/strong&gt; Security and compliance. Config rules, Organizations SCPs, Secrets Manager rotation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 8:&lt;/strong&gt; Resilience. Multi-region patterns, and know your RTO/RPO tiers cold.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Weeks 9–10:&lt;/strong&gt; Timed full-length runs only. Two minimum. Review every miss by &lt;em&gt;reason&lt;/em&gt;, not by topic.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The lab work in weeks 1–8 is non-negotiable. This exam can smell people who only read.&lt;/p&gt;

&lt;h2&gt;
  
  
  So — worth it?
&lt;/h2&gt;

&lt;p&gt;Consultancy or partner: yes, obviously, take it tomorrow.&lt;br&gt;
Ops engineer trying to break into platform work: yes, it's one of the better $300 signals available.&lt;br&gt;
Senior platform engineer at a product company: no, build something instead.&lt;br&gt;
New to AWS: not yet — go get an associate first.&lt;/p&gt;

&lt;p&gt;Domain breakdown and question banks are at &lt;a href="https://www.examcert.app/exams/aws-dop-c02/" rel="noopener noreferrer"&gt;ExamCert&lt;/a&gt; if you want to gauge where you stand before committing the fee.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>DevNet Associate 200-901 Practice Questions Free: A Developer's Route Into Cisco</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Sun, 16 Aug 2026 15:11:37 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/devnet-associate-200-901-practice-questions-free-a-developers-route-into-cisco-i2h</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/devnet-associate-200-901-practice-questions-free-a-developers-route-into-cisco-i2h</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6w3qkteyd9j92louevo2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6w3qkteyd9j92louevo2.png" alt="Cisco DevNet Associate 200-901" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you write code for a living and someone has suggested you pick up a network certification, DevNet Associate 200-901 practice questions free are the cheapest way to find out whether this exam is actually aimed at you. Spoiler: it probably is, and it is much less painful than CCNA for a developer.&lt;/p&gt;

&lt;p&gt;I came at this from the software side — six years of Python, zero formal networking. Here is what the exam expects, what surprised me, and how I would sequence it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What DevNet Associate actually is
&lt;/h2&gt;

&lt;p&gt;Cisco built this certification for the person automating infrastructure rather than configuring it by hand. It is 120 minutes, roughly 90–105 questions, no prerequisites, valid three years.&lt;/p&gt;

&lt;p&gt;The blueprint splits like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Software development and design — 15%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Understanding and using APIs — 20%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cisco platforms and development — 15%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Application deployment and security — 15%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Infrastructure and automation — 20%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Network fundamentals — 15%&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read that as a developer and something jumps out: 50% of this exam is stuff you already do. APIs, software design, deployment, security practices. If you have built and shipped anything with a REST backend, you are half prepared before you open a book.&lt;/p&gt;

&lt;p&gt;The 15% network fundamentals is where you will actually spend your study time, and it is genuinely introductory — far lighter than CCNA.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where developers walk in already competent
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;APIs (20%).&lt;/strong&gt; REST constraints, HTTP verbs and status codes, authentication schemes (Basic, Bearer tokens, OAuth2, API keys), pagination, rate limiting, webhooks. If you have consumed a third-party API you know this. The Cisco-flavoured part is knowing which platform uses which auth — but the concepts are yours already.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Software development and design (15%).&lt;/strong&gt; Git workflows, unit testing, MVC, observer pattern, data formats, code review practice. Nothing here will trouble anyone employed as a developer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Application deployment and security (15%).&lt;/strong&gt; Containers, CI/CD pipelines, deployment models (bare metal, VM, container, serverless), OWASP basics, secrets handling. Again — familiar.&lt;/p&gt;

&lt;p&gt;Run through the &lt;a href="https://www.examcert.app/exams/cisco-devnet-200-901/free-practice-test/" rel="noopener noreferrer"&gt;free DevNet 200-901 practice questions&lt;/a&gt; early and you will see this immediately. My cold diagnostic was strong on those three sections and embarrassing on the other three, which made planning trivial.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where developers actually struggle
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Cisco platforms (15%).&lt;/strong&gt; This is pure product knowledge and there is no way around it. You need to know what each platform is &lt;em&gt;for&lt;/em&gt; and roughly what its API looks like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Meraki Dashboard API&lt;/strong&gt; — cloud-managed networking, REST, simple.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Webex API&lt;/strong&gt; — messaging, meetings, bots.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cisco DNA Center&lt;/strong&gt; — intent-based networking for campus, assurance data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ACI&lt;/strong&gt; — datacentre policy, APIC controller.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NX-OS / IOS XE programmability&lt;/strong&gt; — NETCONF, RESTCONF, guest shell.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UCS Manager / Intersight&lt;/strong&gt; — compute.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Firepower / FMC&lt;/strong&gt; — security policy.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AppDynamics&lt;/strong&gt; — observability.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nobody enjoys this section. It is flashcard work. Two evenings gets you most of it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Infrastructure and automation (20%).&lt;/strong&gt; Model-driven programmability is the big one: YANG data models, NETCONF, RESTCONF, and the difference between them. NETCONF is XML over SSH; RESTCONF is HTTP-based and maps YANG to REST-ish operations. Then configuration management — Ansible, Puppet, Chef, and specifically that Ansible is agentless and push-based over SSH, which is why it dominates in network automation.&lt;/p&gt;

&lt;p&gt;Also: understand what a controller-based architecture buys you versus device-by-device CLI. The exam keeps circling that theme.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Network fundamentals (15%).&lt;/strong&gt; MAC addresses, switches versus routers, IPv4 subnetting basics, default gateways, DNS, DHCP, NAT, and common troubleshooting. If you have never thought about layer 2 versus layer 3, budget a week. It is not hard, it is just genuinely new.&lt;/p&gt;

&lt;h2&gt;
  
  
  The lab that made it click
&lt;/h2&gt;

&lt;p&gt;Reading about NETCONF taught me almost nothing. Twenty minutes on Cisco's DevNet Sandbox — free, no hardware, real devices — taught me a lot. Grab the always-on IOS XE sandbox, hit the RESTCONF interface with &lt;code&gt;curl&lt;/code&gt;, get a JSON blob of interface config back, and the abstract suddenly becomes concrete.&lt;/p&gt;

&lt;p&gt;Same with Meraki: they publish a public sandbox org with a real API key. Fifteen lines of Python and you are listing devices. That single exercise covers a surprising amount of two exam domains.&lt;/p&gt;

&lt;p&gt;If you take one piece of advice from this post: do not study Cisco platforms by reading about them. Call their APIs. The sandboxes are free and that is the entire point of the certification.&lt;/p&gt;

&lt;h2&gt;
  
  
  A four-week plan for a developer
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Week 1 — Network fundamentals.&lt;/strong&gt; The only genuinely unfamiliar material. Subnetting, switching, routing, DNS/DHCP/NAT. Do it first while you are fresh.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 2 — Cisco platforms.&lt;/strong&gt; Flashcards plus at least one API call against each sandbox you can reach. Meraki, Webex, DNA Center, IOS XE.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 3 — Infrastructure and automation.&lt;/strong&gt; YANG, NETCONF, RESTCONF, Ansible. Build something small that configures an interface programmatically.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 4 — Skim the developer-native domains, then timed practice.&lt;/strong&gt; You know this material; you are checking Cisco's phrasing of it, not learning it.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Practical exam notes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;120 minutes is comfortable for this exam if you are decisive. Most people finish with time left.&lt;/li&gt;
&lt;li&gt;Expect code-reading questions — small Python snippets, JSON payloads, &lt;code&gt;curl&lt;/code&gt; commands. Read them carefully; the trick is usually a wrong header or a mismatched status code.&lt;/li&gt;
&lt;li&gt;Know HTTP status codes properly. 200, 201, 204, 400, 401, 403, 404, 429, 500. The 401-versus-403 distinction shows up.&lt;/li&gt;
&lt;li&gt;DevNet Associate satisfies part of the path toward DevNet Professional, and it counts for recertification credit on other Cisco tracks.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Is it worth it?
&lt;/h2&gt;

&lt;p&gt;For a developer working anywhere near infrastructure, yes. It is cheap by Cisco standards, has no prerequisites, and it credentials a genuinely useful overlap — the "I can automate the network" skill set that pure developers and pure network engineers both tend to lack.&lt;/p&gt;

&lt;p&gt;For a pure application developer with no infrastructure exposure, it is more of a curiosity. Useful knowledge, weak signal on your CV.&lt;/p&gt;

&lt;p&gt;Either way, take the free questions cold first. Your diagnostic split will tell you in ninety minutes whether this is a three-week exam or a three-month one for you. For most developers I have talked to, it lands closer to three weeks — which is a rare thing to be able to say about a Cisco exam.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Google Workspace Administrator Certification Exam Prep for People Starting From Zero</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Sat, 15 Aug 2026 15:12:55 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/google-workspace-administrator-certification-exam-prep-for-people-starting-from-zero-2fbg</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/google-workspace-administrator-certification-exam-prep-for-people-starting-from-zero-2fbg</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgcdss68zu7pqy1y6o8k4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgcdss68zu7pqy1y6o8k4.png" alt="Associate Google Workspace Administrator" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Google Workspace Administrator certification exam prep is oddly hard to research, because the certification is new and most of what surfaces is either Google's own course catalogue or content about the much older, much broader Google Cloud certifications. This is neither. It is a focused, genuinely entry-level admin credential, and if you are new to IT administration it is one of the more approachable ones out there.&lt;/p&gt;

&lt;p&gt;Here is what you actually need to know before starting.&lt;/p&gt;

&lt;h2&gt;
  
  
  The basics
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Associate Google Workspace Administrator.&lt;/strong&gt; Two hours. $125 USD registration fee, plus tax where applicable.&lt;/p&gt;

&lt;p&gt;The "Associate" tier matters — Google positions this below its Professional certifications, and it is genuinely aimed at people with some hands-on Workspace admin experience rather than architects. Google's own guidance suggests around six months of Workspace administration experience, though I would say the honest floor is "you have logged into the Admin console and changed something on purpose."&lt;/p&gt;

&lt;h2&gt;
  
  
  The single most important thing to understand about this exam
&lt;/h2&gt;

&lt;p&gt;There is a comment I saw on r/gsuite that captures it perfectly: &lt;em&gt;the test doesn't test for general admin knowledge, it tests for specific knowledge about Google Workspace tools.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That is the whole exam in one sentence, and it cuts both ways.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Good news if you are a beginner:&lt;/strong&gt; you do not need years of general IT background. Nobody asks you about Active Directory schema or DNS theory in the abstract.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bad news if you are experienced:&lt;/strong&gt; your ten years of Microsoft 365 administration will not carry you. You will know exactly what needs to happen and have no idea what Google calls the setting or which console section it lives in. Experienced admins routinely underestimate this exam for precisely that reason and then fail it on vocabulary.&lt;/p&gt;

&lt;p&gt;The exam wants Google's specific names for Google's specific things. Organisational units. Configuration groups. Context-Aware Access. Data regions. App access control. You need the exact terms.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is covered
&lt;/h2&gt;

&lt;p&gt;Broadly, five areas:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;User and resource management.&lt;/strong&gt; Provisioning and deprovisioning users, organisational units and how policy inheritance flows through them, groups (and the difference between a group used for email, a group used for access control, and a configuration group), shared drives, calendar resources, licence assignment.&lt;/p&gt;

&lt;p&gt;Organisational unit inheritance is heavily tested. Understand what happens when a setting is configured at the top OU and overridden at a child OU, and which settings can even be overridden. Draw the tree out. It comes up constantly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Security.&lt;/strong&gt; Two-step verification enforcement, security keys, app passwords, OAuth app allowlisting, Context-Aware Access, admin roles and delegation, the security dashboard and investigation tool, alert centre. Know which of these need which Workspace edition — edition gating is a real question type.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mail.&lt;/strong&gt; Routing rules, compliance and content filters, spam and phishing settings, SPF, DKIM and DMARC configuration, gateways, email allowlists and denylists. Gmail routing is the most technically fiddly part of the exam. Understand the order in which routing settings apply.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data and endpoints.&lt;/strong&gt; Drive sharing settings and their scope, Data Loss Prevention rules, Google Vault for retention and eDiscovery, Takeout controls, mobile device management (basic versus advanced), endpoint verification.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Troubleshooting and support.&lt;/strong&gt; Reading audit logs, using the Email Log Search, the investigation tool, and knowing what to escalate to Google support with what evidence.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to actually prepare
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Get a real tenant.&lt;/strong&gt; This is non-negotiable and it is the single highest-return thing you can do. Google offers a free trial, and there is nothing that substitutes for clicking through the Admin console yourself. Create an OU. Put a user in it. Apply a setting at the parent and watch it inherit. Break inheritance. Create a routing rule. Set up a DLP policy.&lt;/p&gt;

&lt;p&gt;Half this exam is "where does this live in the console," and that knowledge is basically impossible to acquire from reading. It goes in through your fingers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn the vocabulary deliberately.&lt;/strong&gt; Keep a running glossary as you go. Every time you meet a Google-specific term, write it down with what it does and where it lives. This is the study artefact that matters most for this particular exam.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Then drill questions to find the gaps.&lt;/strong&gt; Reading the documentation front to back feels productive and mostly is not — Workspace admin documentation is enormous and you cannot tell what is exam-relevant from the inside. Questions tell you.&lt;/p&gt;

&lt;p&gt;Run a set of &lt;a href="https://www.examcert.app/free-practice-tests/" rel="noopener noreferrer"&gt;free Google Workspace Administrator practice questions&lt;/a&gt; once you have spent a week or two in a real tenant. Do it before you feel ready — the point is diagnosis, not validation. Most people find they are fine on users and groups and quietly hopeless on mail routing and Vault.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pay special attention to edition differences.&lt;/strong&gt; Business Starter, Standard, Plus, Enterprise. A meaningful number of questions hinge on "the customer is on Business Standard and wants X" where the correct answer is that they need to upgrade. If you only ever practise in an Enterprise trial tenant, every feature is available to you and you will never learn these boundaries.&lt;/p&gt;

&lt;h2&gt;
  
  
  A realistic timeline
&lt;/h2&gt;

&lt;p&gt;If you are already administering Workspace daily: two to three weeks of evening study, mostly filling gaps and learning the formal names for things you already do.&lt;/p&gt;

&lt;p&gt;If you are coming from another platform: four to six weeks. Most of that is vocabulary and console familiarity, not concepts.&lt;/p&gt;

&lt;p&gt;If you are new to IT administration entirely: eight to twelve weeks, and spend the first four just using a trial tenant with no exam pressure at all. Build a fake company. Onboard fake employees. Set up their groups and drives and routing. That project teaches more than any course.&lt;/p&gt;

&lt;h2&gt;
  
  
  Is it worth doing?
&lt;/h2&gt;

&lt;p&gt;For a helpdesk or junior sysadmin trying to move into a Workspace admin role, yes — the market for Workspace admins is real, most schools and a large number of small and mid-size companies run on it, and there are far fewer certified Workspace admins than certified Microsoft 365 admins. Scarcity works in your favour.&lt;/p&gt;

&lt;p&gt;For an experienced cloud engineer, this is not the certification that will move your career. It is narrow by design.&lt;/p&gt;

&lt;p&gt;But at $125 and a two-hour sitting, for the right person it is a very efficient credential — and unlike a lot of entry certs, the skills it forces you to build are the actual daily work of the job.&lt;/p&gt;

&lt;p&gt;Full exam breakdown and study material: &lt;a href="https://www.examcert.app/exams/gcp-agwa/" rel="noopener noreferrer"&gt;Associate Google Workspace Administrator on ExamCert&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>300-420 Exam Questions and Answers: How Cisco Writes ENSLD Design Questions (and How to Read Them)</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Fri, 14 Aug 2026 15:12:55 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/300-420-exam-questions-and-answers-how-cisco-writes-ensld-design-questions-and-how-to-read-them-4hlk</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/300-420-exam-questions-and-answers-how-cisco-writes-ensld-design-questions-and-how-to-read-them-4hlk</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb67a17o3ga86o04b8zlx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb67a17o3ga86o04b8zlx.png" alt="300 420" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Search &lt;strong&gt;300-420 exam questions and answers&lt;/strong&gt; and you get two kinds of results: dump sites selling stolen content, and study guides listing the blueprint you already have. Neither teaches you the thing that actually determines whether you pass ENSLD — which is understanding &lt;em&gt;how Cisco constructs a design question&lt;/em&gt;, because once you see the pattern, a large fraction of the exam becomes readable.&lt;/p&gt;

&lt;p&gt;Quick facts: 300-420 ENSLD, "Designing Cisco Enterprise Networks," 90 minutes, $300 USD, English and Japanese. It is a CCNP Enterprise concentration exam — pass it plus ENCOR (350-401) and you have the CCNP.&lt;/p&gt;

&lt;h2&gt;
  
  
  The one thing that makes ENSLD different from every other CCNP exam
&lt;/h2&gt;

&lt;p&gt;ENCOR asks &lt;em&gt;how does this work&lt;/em&gt;. ENSLD asks &lt;em&gt;which design would you choose, and why&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;That sounds like a small distinction. It is not. It means the correct answer is frequently not the technically best solution in the abstract — it is the solution that satisfies a stated business or operational constraint. Candidates who are strong operators fail this exam by picking the answer they would deploy in their own network, ignoring the sentence that said "the customer has limited operational staff" or "the existing hardware must be retained."&lt;/p&gt;

&lt;p&gt;Every design question has this shape:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[Scenario: topology + current state]
[Constraint: budget / staff / migration window / existing kit / compliance]
[Requirement: what must be true afterwards]
→ Which design meets the requirement?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The constraint is the answer key. Read it first. Genuinely — read the last two sentences of the scenario before the middle, because that is where the constraint and requirement live, and it reframes everything above it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The five constraint types Cisco uses over and over
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Operational simplicity.&lt;/strong&gt; Words like "limited staff," "minimize complexity," "ease of management." When you see these, the answer trends toward the simpler protocol, the fewer moving parts, the single area, the static solution over the dynamic one. This is the constraint that most punishes experienced engineers, who instinctively pick the elegant, scalable, complicated design.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost / existing hardware.&lt;/strong&gt; "Reuse current switches," "no additional licensing." Eliminates any answer requiring new platforms or feature licenses. Often the discriminator between two otherwise identical answers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scalability / future growth.&lt;/strong&gt; "Expect to triple sites over three years." Now the simple answer becomes wrong and hierarchical, summarizable, multi-area design becomes right. This is the inverse of the operational-simplicity constraint and Cisco uses both to test whether you are actually reading.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Convergence / availability.&lt;/strong&gt; "Sub-second failover," "no single point of failure." Points at BFD, tuned timers, redundant links, FHRP choices, and at the routing protocol that converges fastest for the described topology.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Migration / coexistence.&lt;/strong&gt; "Must run alongside the existing network during a phased cutover." This constraint makes redistribution, route filtering, and tunneling answers viable that would otherwise be poor design.&lt;/p&gt;

&lt;h2&gt;
  
  
  The blueprint, translated into what you'll be asked
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Advanced addressing and routing (about a quarter of it).&lt;/strong&gt; IPv4 and IPv6 addressing plans, summarization, and route filtering. The recurring question: given this address plan, where do you summarize, and what breaks if you cannot? Know why a discontiguous address plan blocks summarization, and know that "redesign the addressing" is sometimes the correct answer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OSPF, EIGRP, BGP design.&lt;/strong&gt; Not configuration — design. OSPF: area types (stub, totally stubby, NSSA) and which one fits a described branch, ABR placement, when multi-area beats single-area. EIGRP: stub routers, query scoping, summarization boundaries — and note that query scoping is EIGRP's answer to almost every "reduce convergence impact" question. BGP: eBGP vs iBGP, route reflectors vs full mesh (the scale question), confederations, path selection influenced by local preference, AS-path prepending, and MED. Know which attribute to use for &lt;em&gt;inbound&lt;/em&gt; versus &lt;em&gt;outbound&lt;/em&gt; traffic engineering, because that direction confusion is one of the most reliable ways to lose points on this exam.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WAN design.&lt;/strong&gt; MPLS L3VPN, SD-WAN, DMVPN phases, internet-as-transport, and hybrid designs. DMVPN phase differences are a favourite: Phase 2 gives spoke-to-spoke tunnels but no summarization at the hub; Phase 3 adds NHRP redirect and lets you summarize. If a question mentions both spoke-to-spoke traffic and hub summarization, it is Phase 3.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enterprise campus and LAN.&lt;/strong&gt; Two-tier vs three-tier, Layer 2 vs Layer 3 access, StackWise/VSS, spanning-tree design where L2 still exists, and first-hop redundancy. Layer 3 access designs come up whenever fast convergence and loop-free operation are emphasized.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Network services and automation.&lt;/strong&gt; QoS design strategy, multicast (PIM modes, RP placement — anycast RP for redundancy), and the newer automation and assurance content: what Cisco DNA Center does at a design level, SD-Access fabric roles (control plane node, border, edge), and LISP/VXLAN's role in the fabric. Nobody expects you to configure the fabric; you need to know what the pieces are for.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to practice so it transfers
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Do not memorize questions.&lt;/strong&gt; Beyond the ethics of it, dumps actively hurt on this exam because they teach answer patterns rather than constraint-reading, and ENSLD reuses the same technical content with different constraints — the pattern you memorized will confidently give you the wrong answer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practice with a written rationale.&lt;/strong&gt; For every question, before you look at the answer, write one line: &lt;em&gt;the constraint is X, so the answer must do Y&lt;/em&gt;. Then check. When you are wrong, you will nearly always find you either missed a constraint or invented one that was not there. That is a fixable, trainable error and it is worth more than another twenty hours of reading.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Drill the compare-and-contrast pairs.&lt;/strong&gt; OSPF stub vs NSSA. Route reflector vs confederation. DMVPN Phase 2 vs 3. L2 vs L3 access. Local preference vs AS-path prepending. Each of these is a question generator, and being instant on them buys you time for the genuinely hard ones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Work timed.&lt;/strong&gt; 90 minutes is tight for scenario questions with paragraphs of setup. Practise skimming to the constraint fast.&lt;/p&gt;

&lt;p&gt;You can get a feel for the actual question style with a set of &lt;a href="https://www.examcert.app/exams/300-420/free-practice-test/" rel="noopener noreferrer"&gt;free 300-420 practice questions&lt;/a&gt; — the useful part is not the score, it is noticing how often you can eliminate two answers immediately once you have identified the constraint. And when you miss one, get the reasoning rather than just the letter; &lt;a href="https://ai.examcert.app" rel="noopener noreferrer"&gt;ai.examcert.app&lt;/a&gt; explains why the winning design beat yours, which is exactly the muscle this exam tests.&lt;/p&gt;

&lt;h2&gt;
  
  
  The short version
&lt;/h2&gt;

&lt;p&gt;ENSLD is not a hard exam technically. Almost everything on it is CCNP-level content you have already met in ENCOR. What makes it fail people is that it asks a question type they have never practised: &lt;em&gt;given these constraints, which of these four working designs is correct?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Train that specific skill — find the constraint, then eliminate — and the exam gets dramatically smaller. The &lt;a href="https://www.examcert.app/exams/300-420/" rel="noopener noreferrer"&gt;full 300-420 breakdown and question bank is here&lt;/a&gt; if you want to work topic by topic.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>300-410 Exam Prep 2026: A Lab-First Plan for ENARSI (Because the Theory Path Fails Here)</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Thu, 13 Aug 2026 15:14:48 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/300-410-exam-prep-2026-a-lab-first-plan-for-enarsi-because-the-theory-path-fails-here-kb1</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/300-410-exam-prep-2026-a-lab-first-plan-for-enarsi-because-the-theory-path-fails-here-kb1</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ff20zzi5oft5io79e3wxf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ff20zzi5oft5io79e3wxf.png" alt="300-410 ENARSI" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most &lt;strong&gt;300-410 exam prep 2026&lt;/strong&gt; advice tells you to watch a video course, read the OCG, and then do practice questions. That order works fine for ENCOR. It fails a surprising number of people on ENARSI, and I think the reason is structural rather than about effort.&lt;/p&gt;

&lt;p&gt;ENARSI is a &lt;em&gt;troubleshooting&lt;/em&gt; exam wearing an implementation exam's clothing. The blueprint says "Implementing Cisco Enterprise Advanced Routing and Services", but a large share of the question weight lands on: here is a broken network, here is the output, what is wrong. You cannot build that skill by reading. You build it by breaking things and fixing them.&lt;/p&gt;

&lt;p&gt;Here's the plan I'd give anyone starting today.&lt;/p&gt;

&lt;h2&gt;
  
  
  The exam, briefly
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;90 minutes&lt;/strong&gt;, roughly 55–65 questions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;$300 USD&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Mixed formats including drag-and-drop and multi-choice; scored on a variable scale&lt;/li&gt;
&lt;li&gt;Counts as a CCNP Enterprise concentration exam (with ENCOR as the core)&lt;/li&gt;
&lt;li&gt;Blueprint weight: Layer 3 technologies ~35%, VPN technologies ~20%, Infrastructure security ~20%, Infrastructure services ~25%&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That Layer 3 chunk is dominated by EIGRP, OSPF, BGP, and route redistribution — and redistribution is where the exam does its worst damage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 0: Find out where you actually are (one evening)
&lt;/h2&gt;

&lt;p&gt;Before you buy anything, sit a diagnostic. Not to feel good — to allocate the next eight weeks.&lt;/p&gt;

&lt;p&gt;Run a timed set at &lt;a href="https://www.examcert.app/exams/300-410/free-practice-test/" rel="noopener noreferrer"&gt;ExamCert's 300-410 practice test&lt;/a&gt;, then bucket your misses into the four blueprint domains. Almost everyone finds one domain is dragging the average, and it's usually not the one they expected. Mine was infrastructure services — I'd written off DHCP, NTP, and NetFlow as trivial and lost a genuinely embarrassing number of points there.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Build the lab before you study (weekend one)
&lt;/h2&gt;

&lt;p&gt;Non-negotiable, and it's cheaper than it used to be.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Options:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Containerlab + FRR/Cisco images&lt;/strong&gt; — lightest weight, runs on a laptop, excellent for BGP and OSPF work&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EVE-NG or GNS3&lt;/strong&gt; with IOS-XE / IOSv images — closest to the real CLI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CML (Cisco Modeling Labs) Personal&lt;/strong&gt; — paid, but officially supported and the least fighting with images&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cisco's own sandbox labs&lt;/strong&gt; — free, time-limited reservations, good for spot practice&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You want to be able to build a six-to-eight router topology and tear it down in under five minutes. If your lab takes an hour to set up, you'll stop using it by week three. Automate it: save your topology, script your base configs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: The redistribution month (weeks 1–4)
&lt;/h2&gt;

&lt;p&gt;If ENARSI has a boss fight, it's route redistribution and route filtering. Here's the sequence that finally made it click for me:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 1 — one protocol at a time.&lt;/strong&gt; OSPF alone: multi-area, LSA types 1 through 7, virtual links, stub/NSSA/totally-stubby behaviour, and what each area type filters. Actually configure each stub type and run &lt;code&gt;show ip ospf database&lt;/code&gt; to &lt;em&gt;see&lt;/em&gt; which LSAs disappeared. Reading the table of stub types teaches you nothing; watching an LSA vanish teaches you permanently.&lt;/p&gt;

&lt;p&gt;Then EIGRP alone: named mode, unequal-cost load balancing with variance, stub routing, summarisation and the summary route's effect on the topology table.&lt;/p&gt;

&lt;p&gt;Then BGP alone: eBGP vs iBGP loop prevention, next-hop-self, route reflectors, the path selection algorithm in order (weight, local pref, locally originated, AS path, origin, MED, eBGP over iBGP, IGP metric, oldest, router ID). Memorise that order. It gets tested directly and it's free points.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 2 — two protocols, one direction.&lt;/strong&gt; Redistribute OSPF into EIGRP. Watch the metric problem appear. Fix it. Reverse it. Understand seed metrics, and why EIGRP needs one and OSPF doesn't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 3 — mutual redistribution, two points.&lt;/strong&gt; This is where routing loops and suboptimal routing appear, and where the exam lives. Build the classic two-router mutual redistribution topology. Break it deliberately. Then fix it three different ways:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Route tags (tag on the way out, deny tagged routes on the way back in)&lt;/li&gt;
&lt;li&gt;Administrative distance manipulation&lt;/li&gt;
&lt;li&gt;Prefix lists and distribute lists&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do all three. The exam will hand you a scenario where two of the three are unavailable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 4 — filtering and path control.&lt;/strong&gt; Prefix lists, route maps, offset lists, and PBR. Write a route map with multiple sequences and understand the implicit deny at the end. That implicit deny has failed more configs than any other single thing in this blueprint.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: VPN and security (weeks 5–6)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;DMVPN&lt;/strong&gt; is the big one. Phase 1 vs Phase 2 vs Phase 3, NHRP registration, spoke-to-spoke tunnels, and how the routing protocol behaves over each phase. Build a hub and two spokes. Ping spoke to spoke and watch the NHRP resolution happen in &lt;code&gt;debug&lt;/code&gt;. This is one of those topics that's genuinely opaque until you see the packets, and then obvious forever.&lt;/p&gt;

&lt;p&gt;Also: MPLS basics and MP-BGP for L3VPN at a conceptual-plus level, IPsec fundamentals, and GRE.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Infrastructure security&lt;/strong&gt;: ACLs (including the ones you have to read carefully under time pressure), uRPF, CoPP, device access control, and AAA with TACACS+/RADIUS.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Services and the "easy" domain you'll lose points in (week 7)
&lt;/h2&gt;

&lt;p&gt;DHCP (server, relay, the &lt;code&gt;ip helper-address&lt;/code&gt; behaviour and what else it forwards), NTP with authentication, SNMP versions and their security differences, syslog levels, IP SLA with object tracking, NetFlow/Flexible NetFlow.&lt;/p&gt;

&lt;p&gt;Everyone deprioritises this domain because it feels like CCNA revision. It's 25% of the exam. Give it a full week.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 5: Question volume under time pressure (week 8)
&lt;/h2&gt;

&lt;p&gt;Now the practice questions earn their keep, and the key word is &lt;em&gt;timed&lt;/em&gt;. 90 minutes for ~60 questions is roughly 90 seconds each, and several of those questions include configuration output you have to actually read. If you haven't practised at pace, you will run out of clock.&lt;/p&gt;

&lt;p&gt;My routine in the final two weeks: one 60-question timed set every other day, and on the off days, relab every question I got wrong. Not review — &lt;em&gt;relab&lt;/em&gt;. If I missed a question about OSPF LSA filtering, I built it and watched it.&lt;/p&gt;

&lt;p&gt;I ran sets on &lt;a href="https://www.examcert.app/exams/300-410/" rel="noopener noreferrer"&gt;ExamCert&lt;/a&gt; and used &lt;a href="https://ai.examcert.app" rel="noopener noreferrer"&gt;ai.examcert.app&lt;/a&gt; when I couldn't work out why my answer was wrong — having the reasoning explained immediately beat a twenty-minute documentation dive at 11pm, and it kept the study session moving instead of derailing it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The mistakes I'd warn you about
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Studying redistribution from diagrams.&lt;/strong&gt; You will believe you understand it. You will then meet a question with three redistribution points and a route feedback loop and discover you don't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Skipping &lt;code&gt;show&lt;/code&gt; and &lt;code&gt;debug&lt;/code&gt; command familiarity.&lt;/strong&gt; Troubleshooting questions hand you output. If you don't know what &lt;code&gt;show ip route&lt;/code&gt;, &lt;code&gt;show ip ospf neighbor&lt;/code&gt;, &lt;code&gt;show ip bgp&lt;/code&gt;, and &lt;code&gt;show ip eigrp topology&lt;/code&gt; look like when healthy, you can't spot the anomaly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Neglecting BGP path selection order.&lt;/strong&gt; It's memorisable in ten minutes and worth real points.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Booking too early.&lt;/strong&gt; $300 a shot. Get to consistent 80%+ on fresh timed sets first.&lt;/p&gt;

&lt;h2&gt;
  
  
  Timeline summary
&lt;/h2&gt;

&lt;p&gt;Eight weeks at 8–10 hours a week if you have working knowledge of routing. Twelve weeks if ENCOR was a while ago. Lab from day one, questions from week five, timed full sets from week seven.&lt;/p&gt;

&lt;p&gt;Start with the diagnostic so you're not guessing at your own weak domain: &lt;a href="https://www.examcert.app/exams/300-410/free-practice-test/" rel="noopener noreferrer"&gt;https://www.examcert.app/exams/300-410/free-practice-test/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Build it, break it, fix it. That's the whole exam.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>A Salesforce Platform App Builder Study Plan 30 Days Long, Built Around the 28% Domain Everyone Underestimates</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Wed, 12 Aug 2026 15:15:40 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/a-salesforce-platform-app-builder-study-plan-30-days-long-built-around-the-28-domain-everyone-3o01</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/a-salesforce-platform-app-builder-study-plan-30-days-long-built-around-the-28-domain-everyone-3o01</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffgvfrsvgpse18pyodb2y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffgvfrsvgpse18pyodb2y.png" alt="Salesforce Certified Platform App Builder" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most people build their Salesforce Platform App Builder study plan 30 days out by dividing the syllabus evenly across four weeks. Five domains, thirty days, six days each, done.&lt;/p&gt;

&lt;p&gt;That's a bad plan, and the exam's own weighting tells you why: &lt;strong&gt;Business Logic and Process Automation is 28% of the exam&lt;/strong&gt; — more than a quarter of your marks in a single domain — and it's the one that's changed most in the last two years. Split your time evenly and you're overspending on App Deployment (10%) while underspending on the section most likely to sink you.&lt;/p&gt;

&lt;p&gt;Here's a plan weighted the way the exam is. If you want to calibrate before day one, sit some &lt;a href="https://www.examcert.app/free-practice-tests/" rel="noopener noreferrer"&gt;free Salesforce Platform App Builder practice questions&lt;/a&gt; cold and see which domain collapses.&lt;/p&gt;

&lt;h2&gt;
  
  
  First, the numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;60 scored questions&lt;/strong&gt; plus up to 5 unscored, multiple-choice and multiple-select&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;105 minutes&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Passing score: 63%&lt;/strong&gt; — 38 of 60&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;$200&lt;/strong&gt; registration, &lt;strong&gt;$100&lt;/strong&gt; retake&lt;/li&gt;
&lt;li&gt;No prerequisites, though it's usually taken after the Administrator cert&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Official domain weighting:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Domain&lt;/th&gt;
&lt;th&gt;Weight&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Salesforce Fundamentals&lt;/td&gt;
&lt;td&gt;23%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Modeling and Management&lt;/td&gt;
&lt;td&gt;22%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Business Logic and Process Automation&lt;/td&gt;
&lt;td&gt;28%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;User Interface&lt;/td&gt;
&lt;td&gt;17%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;App Deployment&lt;/td&gt;
&lt;td&gt;10%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;63% is a comparatively forgiving bar. But note what happens if you bomb Business Logic: lose most of 28% and you need near-perfection everywhere else to clear 63%. That domain is effectively pass/fail on its own.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this exam is actually about (and how it differs from ADM-201)
&lt;/h2&gt;

&lt;p&gt;The Administrator exam asks "how do you configure and maintain an org." App Builder asks "how do you &lt;em&gt;design and build an app&lt;/em&gt; on the platform, declaratively."&lt;/p&gt;

&lt;p&gt;The recurring theme is a line: &lt;strong&gt;declarative versus programmatic.&lt;/strong&gt; Question after question describes a requirement and asks how to meet it. The correct answer is nearly always the declarative option — Flow, validation rule, formula field, roll-up summary — and Apex is the wrong answer &lt;em&gt;unless the requirement genuinely can't be done clicks-only.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Know where that line sits. Cross-object updates that aren't parent-child, complex looping over large collections, callouts to external systems, unsupported roll-ups on lookups — those are the "now you need code" cases. Everything else has a declarative answer, and the exam wants it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Days 1–5: Data Modeling and Management (22%)
&lt;/h2&gt;

&lt;p&gt;Start here even though Fundamentals is listed first, because everything downstream depends on the data model.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Relationships.&lt;/strong&gt; Lookup vs master-detail vs many-to-many via a junction object vs hierarchical (User only). Know the &lt;em&gt;consequences&lt;/em&gt;: master-detail cascades deletes, the child inherits the parent's sharing, and you get roll-up summary fields. Lookups don't. This is the highest-yield fact in the domain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Roll-up summaries&lt;/strong&gt; — and the fact that they need master-detail. If a question wants a roll-up over a lookup, the answer is Flow (or a third-party declarative rollup tool), not a roll-up summary field.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Schema Builder&lt;/strong&gt;, external objects and external IDs, record types and how they interact with page layouts and picklist values.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Field types you can't change later&lt;/strong&gt;, and formula fields vs stored fields.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Build it, don't read it. Create a junction object between two customs, put a roll-up on a master-detail, then try to put one on a lookup and watch it not be there. Ten minutes, permanent knowledge.&lt;/p&gt;

&lt;h2&gt;
  
  
  Days 6–10: Salesforce Fundamentals (23%)
&lt;/h2&gt;

&lt;p&gt;Broad, shallow, and full of free marks if you cover it.&lt;/p&gt;

&lt;p&gt;Editions and their limits, licence types (Salesforce vs Platform — a recurring question shape: "which licence supports this?"), AppExchange, the difference between declarative and programmatic customisation, org-level setup, multi-currency basics, and general platform capabilities.&lt;/p&gt;

&lt;p&gt;This domain rewards breadth over depth. Read widely, don't rabbit-hole.&lt;/p&gt;

&lt;h2&gt;
  
  
  Days 11–19: Business Logic and Process Automation (28%) — the long stretch
&lt;/h2&gt;

&lt;p&gt;Nine days. This is the plan's whole point.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Flow is the centre of gravity.&lt;/strong&gt; You need working fluency, not familiarity:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Record-triggered flows: &lt;strong&gt;before-save vs after-save&lt;/strong&gt; and why before-save is the performant choice for same-record field updates&lt;/li&gt;
&lt;li&gt;Scheduled flows, screen flows, autolaunched flows, platform event–triggered flows&lt;/li&gt;
&lt;li&gt;Decision elements, loops, collection variables, get/create/update/delete records&lt;/li&gt;
&lt;li&gt;Fault paths and error handling&lt;/li&gt;
&lt;li&gt;Entry criteria and the "only when a record is updated to meet the condition" option&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Then the rest of the automation toolbox and when to pick each:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Validation rules (and that they fire &lt;em&gt;before&lt;/em&gt; save and can block automation)&lt;/li&gt;
&lt;li&gt;Formula fields, cross-object formulas, and their limits&lt;/li&gt;
&lt;li&gt;Approval processes — entry criteria, steps, initial submission actions, recall. The exam still tests these properly; they are not deprecated.&lt;/li&gt;
&lt;li&gt;Assignment and escalation rules&lt;/li&gt;
&lt;li&gt;Duplicate and matching rules&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Order of execution.&lt;/strong&gt; Know it. Validation rules, before-save flows, after-save flows, workflow, triggers, roll-ups, escalation. Questions about "why didn't my automation see the updated value" resolve to order of execution.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And know the retirement story: Workflow Rules and Process Builder are out for new automation, Flow is in. Any resource that teaches Process Builder as current is stale.&lt;/p&gt;

&lt;p&gt;Spend days 17–19 doing nothing but automation questions. This is where I found my gaps — I drilled sets on &lt;a href="https://www.examcert.app/exams/salesforce-platform-app-builder/" rel="noopener noreferrer"&gt;ExamCert&lt;/a&gt; because the questions are scenario-shaped like the real thing rather than definition trivia, and $4.99 for lifetime access with a money-back guarantee is a rounding error next to a $100 retake.&lt;/p&gt;

&lt;h2&gt;
  
  
  Days 20–24: User Interface (17%)
&lt;/h2&gt;

&lt;p&gt;Lightning App Builder, record pages, dynamic forms and dynamic actions, component visibility rules, Lightning apps and utility bars, list views, compact layouts, path and highlights panel, page layout vs Lightning record page (two different things — the exam checks).&lt;/p&gt;

&lt;p&gt;Also: Lightning vs Classic differences, and mobile considerations.&lt;/p&gt;

&lt;p&gt;Dynamic Forms and component visibility come up a lot in modern versions of this exam. If your prep predates them, refresh.&lt;/p&gt;

&lt;h2&gt;
  
  
  Days 25–27: App Deployment (10%)
&lt;/h2&gt;

&lt;p&gt;Smallest domain, quickest win. Change sets and their limits, deployment between sandbox types (Developer, Developer Pro, Partial, Full — and what data each carries), packages (unmanaged/managed/unlocked), what can and can't be packaged, and the basics of the Metadata API and SFDX.&lt;/p&gt;

&lt;p&gt;Two days is genuinely enough. Don't overspend here.&lt;/p&gt;

&lt;h2&gt;
  
  
  Days 28–30: full-length timed runs
&lt;/h2&gt;

&lt;p&gt;Three days, two or three complete timed attempts, and a rebuild of your miss list in between.&lt;/p&gt;

&lt;p&gt;Rules for these final days: &lt;strong&gt;timed, no notes, no pausing.&lt;/strong&gt; 105 minutes for 60 questions. If you're not clearing 75%+ consistently, move the booking — a two-week delay costs nothing, a retake costs $100.&lt;/p&gt;

&lt;p&gt;For every miss, don't just note the right answer. Note &lt;em&gt;why the option you chose solves a different problem.&lt;/em&gt; On this exam the distractors are all real features, so the skill being tested is discrimination between them. The AI simulator at &lt;a href="https://ai.examcert.app" rel="noopener noreferrer"&gt;ai.examcert.app&lt;/a&gt; explains that per-option reasoning, which is what turns a wrong answer into something you won't repeat.&lt;/p&gt;

&lt;h2&gt;
  
  
  The one-sentence version
&lt;/h2&gt;

&lt;p&gt;Nine days on Business Logic, five on Data Modeling, two on App Deployment, and stop dividing your study time evenly across domains that aren't weighted evenly.&lt;/p&gt;

&lt;p&gt;Take a &lt;a href="https://www.examcert.app/free-practice-tests/" rel="noopener noreferrer"&gt;free Platform App Builder practice test&lt;/a&gt; today, find out whether Flow is a strength or a hole, and start the thirty days from an honest number.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker DCA Pass Rate Tips: The 14-Day Sprint That Fixes the Three Domains Everyone Bombs</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Tue, 11 Aug 2026 15:12:57 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/docker-dca-pass-rate-tips-the-14-day-sprint-that-fixes-the-three-domains-everyone-bombs-3gi9</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/docker-dca-pass-rate-tips-the-14-day-sprint-that-fixes-the-three-domains-everyone-bombs-3gi9</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4u0zsgroomomumqxj4mw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4u0zsgroomomumqxj4mw.png" alt="Docker Certified Associate" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most &lt;strong&gt;Docker DCA pass rate tips&lt;/strong&gt; you find are the same four bullets: know Swarm, read the docs, do labs, good luck. Useless. So here's a specific one, built from where people actually lose marks.&lt;/p&gt;

&lt;p&gt;The DCA is 55 questions in 90 minutes, 65% to pass, around $195–$199 USD. That's roughly &lt;strong&gt;98 seconds per question&lt;/strong&gt; — and a chunk of them are DOMC (Discrete Option Multiple Choice), which shows you options one at a time and won't let you go back. No process of elimination. No "flag it and return." You either know it or you're guessing.&lt;/p&gt;

&lt;p&gt;That format is the real difficulty of this exam, and it changes what "prepared" means.&lt;/p&gt;

&lt;h2&gt;
  
  
  The domain weights, and where the bodies are buried
&lt;/h2&gt;

&lt;p&gt;Rough weighting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Orchestration — ~25%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Image creation, management, registry — ~20%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Installation and configuration — ~15%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Networking — ~15%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Security — ~15%&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Storage and volumes — ~10%&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Almost everyone walks in strong on images and weak on the same three: &lt;strong&gt;orchestration (Swarm specifically), networking, and storage.&lt;/strong&gt; Here's why, and how to fix each.&lt;/p&gt;

&lt;h3&gt;
  
  
  Domain 1: Orchestration — you know Kubernetes, and that's the problem
&lt;/h3&gt;

&lt;p&gt;The DCA tests &lt;strong&gt;Docker Swarm&lt;/strong&gt;. Not Kubernetes. In 2026 most engineers have far more k8s hours than Swarm hours, which means the biggest domain on the exam is the one you have the least muscle memory for.&lt;/p&gt;

&lt;p&gt;What you need cold:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;docker swarm init &lt;span class="nt"&gt;--advertise-addr&lt;/span&gt; &amp;lt;ip&amp;gt;
docker swarm join-token worker      &lt;span class="c"&gt;# and manager&lt;/span&gt;
docker node &lt;span class="nb"&gt;ls
&lt;/span&gt;docker node update &lt;span class="nt"&gt;--availability&lt;/span&gt; drain &amp;lt;node&amp;gt;
docker node promote / demote &amp;lt;node&amp;gt;

docker service create &lt;span class="nt"&gt;--name&lt;/span&gt; web &lt;span class="nt"&gt;--replicas&lt;/span&gt; 3 &lt;span class="nt"&gt;-p&lt;/span&gt; 8080:80 nginx
docker service scale &lt;span class="nv"&gt;web&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;5
docker service update &lt;span class="nt"&gt;--image&lt;/span&gt; nginx:1.25 &lt;span class="nt"&gt;--update-parallelism&lt;/span&gt; 2 &lt;span class="nt"&gt;--update-delay&lt;/span&gt; 10s web
docker service rollback web
docker service ps web               &lt;span class="c"&gt;# task state, and WHY a task failed&lt;/span&gt;

docker stack deploy &lt;span class="nt"&gt;-c&lt;/span&gt; docker-compose.yml mystack
docker stack services / ps / &lt;span class="nb"&gt;rm &lt;/span&gt;mystack
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Concepts that get tested and that people miss:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Raft consensus and quorum.&lt;/strong&gt; How many managers survive how many failures. Why an even number of managers is a bad idea. This gets asked directly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Replicated vs global services.&lt;/strong&gt; Global = one task per node, and it's the answer to "run a monitoring agent everywhere."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Placement constraints and preferences.&lt;/strong&gt; &lt;code&gt;--constraint 'node.labels.region==east'&lt;/code&gt;, and spread preferences.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rolling update parameters&lt;/strong&gt; — parallelism, delay, failure action. Know the flags.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Locked swarms and autolock keys.&lt;/strong&gt; Niche, appears anyway.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Fix:&lt;/strong&gt; stand up a three-node Swarm (multipass, Vagrant, or three cheap cloud VMs) and &lt;em&gt;break it&lt;/em&gt;. Drain a node and watch tasks reschedule. Kill a manager and see what quorum does. Two hours here is worth ten hours of reading.&lt;/p&gt;

&lt;h3&gt;
  
  
  Domain 2: Networking — the driver decision tree
&lt;/h3&gt;

&lt;p&gt;Know these four and exactly when each applies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;bridge&lt;/strong&gt; — default, single host, container-to-container on the same host&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;host&lt;/strong&gt; — no network namespace isolation, container uses host's stack directly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;overlay&lt;/strong&gt; — multi-host, the Swarm answer, requires a key-value store which Swarm provides&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;macvlan&lt;/strong&gt; — container gets a MAC on the physical network, appears as a physical device&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then the details that get tested: the &lt;strong&gt;ingress&lt;/strong&gt; network and how the routing mesh publishes a port on every node; &lt;code&gt;--publish mode=host&lt;/code&gt; vs &lt;code&gt;mode=ingress&lt;/code&gt; and why you'd use host mode (bypass the mesh, avoid the extra hop); embedded DNS and service discovery by service name; &lt;code&gt;docker network create -d overlay --attachable&lt;/code&gt; and why &lt;code&gt;--attachable&lt;/code&gt; exists.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fix:&lt;/strong&gt; run two containers on a user-defined bridge and ping by name. Then do the same across an overlay on your Swarm. Seeing service discovery work makes the questions trivial.&lt;/p&gt;

&lt;h3&gt;
  
  
  Domain 3: Storage — device mapper still shows up
&lt;/h3&gt;

&lt;p&gt;Two separate things get tested and people conflate them:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Storage drivers&lt;/strong&gt; (how the union filesystem works): overlay2 is the modern default; devicemapper (direct-lvm vs loop-lvm) still appears in questions, and knowing "loop-lvm is not for production" is a free mark. Know where the graph driver data lives (&lt;code&gt;/var/lib/docker&lt;/code&gt;).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Volumes&lt;/strong&gt; (how data persists): named volumes vs bind mounts vs tmpfs. &lt;code&gt;docker volume create/ls/inspect/prune&lt;/code&gt;. Volume drivers and plugins for shared storage across a Swarm. And the classic: what happens to a volume when the container is removed (it survives — &lt;code&gt;docker rm -v&lt;/code&gt; is what removes it).&lt;/p&gt;

&lt;h2&gt;
  
  
  The other 40%, briefly
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Images:&lt;/strong&gt; multi-stage builds (and why — smaller final image, no build toolchain in production), layer caching and instruction ordering, &lt;code&gt;COPY&lt;/code&gt; vs &lt;code&gt;ADD&lt;/code&gt;, &lt;code&gt;CMD&lt;/code&gt; vs &lt;code&gt;ENTRYPOINT&lt;/code&gt; (and the exec vs shell forms), &lt;code&gt;.dockerignore&lt;/code&gt;, tagging and pushing to a registry, &lt;code&gt;docker image prune&lt;/code&gt; vs &lt;code&gt;system prune&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Security:&lt;/strong&gt; content trust (&lt;code&gt;DOCKER_CONTENT_TRUST=1&lt;/code&gt;), image signing, scanning, namespaces and cgroups as the isolation primitives, capabilities (&lt;code&gt;--cap-drop&lt;/code&gt;/&lt;code&gt;--cap-add&lt;/code&gt;), user namespace remapping, secrets in Swarm (&lt;code&gt;docker secret create&lt;/code&gt;, mounted at &lt;code&gt;/run/secrets/&amp;lt;name&amp;gt;&lt;/code&gt;) and why secrets beat environment variables. Also TLS for the daemon socket.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Install/config:&lt;/strong&gt; daemon.json settings, logging drivers, restart policies, the systemd unit, and where logs actually go.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 14-day sprint
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Days 1–2:&lt;/strong&gt; Sit a full practice set cold. Yes, before studying. You need your real domain profile, not your assumed one. Free set: &lt;a href="https://www.examcert.app/exams/docker-dca/free-practice-test/" rel="noopener noreferrer"&gt;https://www.examcert.app/exams/docker-dca/free-practice-test/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Days 3–6:&lt;/strong&gt; Swarm. Build the three-node cluster, run every command above, break things deliberately. End each day with orchestration-only questions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Days 7–8:&lt;/strong&gt; Networking. Drivers, overlay, ingress, DNS. Hands-on both days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Days 9–10:&lt;/strong&gt; Storage + security. Volumes practically; storage drivers by reading; secrets hands-on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Days 11–12:&lt;/strong&gt; Images and install/config. Mostly revision — this is your strong area.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Days 13–14:&lt;/strong&gt; Timed mixed sets only, and your wrong-answer log. Simulate the clock properly: 55 questions, 90 minutes, no pausing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three exam-day tips that actually matter
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Practise the pace, not just the content.&lt;/strong&gt; 98 seconds per question means you cannot deliberate. Time your practice sets or you'll run out of clock at question 45 with three unanswered.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DOMC punishes hesitation.&lt;/strong&gt; Since you see options sequentially and can't revisit, "I'll come back to it" isn't available. Train for first-instinct accuracy — which only comes from reps.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Command flags are examinable.&lt;/strong&gt; This exam asks about specific flags more than most. If you've only ever used Docker through Compose files and an IDE, spend real time in the CLI.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The full DCA overview — domains, format, cost — is at &lt;a href="https://www.examcert.app/exams/docker-dca/" rel="noopener noreferrer"&gt;https://www.examcert.app/exams/docker-dca/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;One last thing: when a practice question's explanation leaves you unsure &lt;em&gt;why&lt;/em&gt; the other option failed, run it through the AI simulator at &lt;a href="https://ai.examcert.app" rel="noopener noreferrer"&gt;https://ai.examcert.app&lt;/a&gt; and ask for the reasoning. On a DOMC exam, understanding the near-miss options is most of the preparation, and that's precisely what a static answer key can't give you.&lt;/p&gt;

&lt;p&gt;Build the cluster. Break it. That's the tip.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>ITIL 4 Foundation Study Plan 30 Days: A Day-by-Day Schedule That Doesn't Assume You Have Free Evenings</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Mon, 10 Aug 2026 15:10:27 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/itil-4-foundation-study-plan-30-days-a-day-by-day-schedule-that-doesnt-assume-you-have-free-bjm</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/itil-4-foundation-study-plan-30-days-a-day-by-day-schedule-that-doesnt-assume-you-have-free-bjm</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxji45hh0fq7b1tkejmmt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxji45hh0fq7b1tkejmmt.png" alt="ITIL 4 Foundation" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most versions of an &lt;strong&gt;ITIL 4 Foundation study plan 30 days&lt;/strong&gt; assume you can give it two hours a night. Real people cannot. This plan assumes &lt;strong&gt;45 minutes on weekdays and 90 minutes on one weekend day&lt;/strong&gt; — about 20 hours total, which is genuinely enough for Foundation if the hours are spent well.&lt;/p&gt;

&lt;p&gt;Foundation is a 60-minute, 40-question multiple-choice exam with a 65% pass mark — 26 out of 40. It is a vocabulary and framework exam, not a judgement exam. That matters enormously for how you should study it: precision of definitions beats depth of understanding.&lt;/p&gt;

&lt;h2&gt;
  
  
  Before day 1: the one thing to get right
&lt;/h2&gt;

&lt;p&gt;ITIL 4 Foundation punishes people who &lt;em&gt;paraphrase&lt;/em&gt;. The exam asks things like "which of these is the definition of a service?" and offers four plausible-sounding sentences, one of which is the ITIL definition and three of which are how a normal person would describe it. Your job for 30 days is to replace your intuitive vocabulary with ITIL's exact vocabulary.&lt;/p&gt;

&lt;p&gt;So: whenever you learn a term, learn it in ITIL's words, not your own. This is the opposite of my usual study advice and it is correct here.&lt;/p&gt;

&lt;h2&gt;
  
  
  Week 1 — the spine (days 1–7)
&lt;/h2&gt;

&lt;p&gt;The goal this week is the skeleton: the Service Value System, the four dimensions, and the seven guiding principles. Everything else hangs off these.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Day 1:&lt;/strong&gt; Key concepts — service, product, utility, warranty, outcome, output, cost, risk, value. Write each definition out longhand. These reappear all exam.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 2:&lt;/strong&gt; Value co-creation, service relationships (provider, consumer, and the three consumer roles: customer, user, sponsor). The three roles are heavily tested and easily confused.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 3:&lt;/strong&gt; The four dimensions — organisations and people, information and technology, partners and suppliers, value streams and processes. Learn what each &lt;em&gt;covers&lt;/em&gt; and one example of neglecting it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 4:&lt;/strong&gt; The Service Value System overview — inputs (opportunity/demand), governance, practices, continual improvement, outputs (value).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 5:&lt;/strong&gt; The service value chain and its six activities: plan, improve, engage, design and transition, obtain/build, deliver and support. Know that it is not linear.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 6:&lt;/strong&gt; The seven guiding principles, one by one.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 7 (long session):&lt;/strong&gt; First cold practice block, 40 questions, timed to 60 minutes. Expect something in the 40–55% range. This is diagnostic, not a verdict.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Week 2 — the guiding principles properly (days 8–14)
&lt;/h2&gt;

&lt;p&gt;The principles are worth their own week because the exam tests them situationally: "a team is doing X, which principle are they applying?" You need to distinguish between them, not just list them.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Day 8:&lt;/strong&gt; Focus on value; Start where you are. The distinction that catches people: "start where you are" means assess the current state before discarding it, not "don't change anything".&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 9:&lt;/strong&gt; Progress iteratively with feedback; Collaborate and promote visibility.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 10:&lt;/strong&gt; Think and work holistically; Keep it simple and practical.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 11:&lt;/strong&gt; Optimise and automate — specifically, that you optimise &lt;em&gt;before&lt;/em&gt; you automate.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 12:&lt;/strong&gt; Scenario drilling. Take 20 short situations and label each with a principle. Where two principles both seem to fit, write down what would make one more right.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 13:&lt;/strong&gt; Continual improvement model — the seven steps and their questions ("what is the vision?", "where are we now?", and so on).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 14 (long session):&lt;/strong&gt; Practice block, principles-weighted. Then re-read only what you missed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Week 3 — the practices (days 15–21)
&lt;/h2&gt;

&lt;p&gt;There are 34 practices; Foundation examines a subset in detail and the rest at the level of "what is its purpose". Do not try to learn all 34 deeply. Learn the examinable ones properly and the rest as one-line purposes.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Day 15:&lt;/strong&gt; Incident management and service desk. Know the difference between restoring service and finding the cause.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 16:&lt;/strong&gt; Problem management — and the three phases: problem identification, problem control, error control. Known error and workaround definitions are exam favourites.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 17:&lt;/strong&gt; Change enablement — the three change types (standard, normal, emergency) and who authorises each. Very commonly tested.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 18:&lt;/strong&gt; Service request management and service level management. SLM's focus on the &lt;em&gt;whole&lt;/em&gt; service experience, not just metrics, comes up.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 19:&lt;/strong&gt; Continual improvement practice, monitoring and event management, information security, relationship management, supplier management.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 20:&lt;/strong&gt; IT asset management, service configuration management, release management, deployment management, service desk revisited. Release versus deployment is a classic confusion — learn it as a pair.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 21 (long session):&lt;/strong&gt; Full timed practice set. You want to be at or above 70% by now.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Week 4 — precision and pace (days 22–30)
&lt;/h2&gt;

&lt;p&gt;Content is done. This week is about eliminating the specific errors you keep making.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Days 22–24:&lt;/strong&gt; One timed 40-question set per day. After each, sort misses into "didn't know" versus "misread". Fix the first with targeted reading; fix the second by slowing down at the question stem.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Days 25–26:&lt;/strong&gt; Definitions blitz. Every key term, self-tested. If you cannot produce ITIL's definition, it goes on a flashcard.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 27:&lt;/strong&gt; Weak-practice day. By now you will know which two or three practices will not stick. Only those.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 28:&lt;/strong&gt; Full set under strict conditions — no pausing, no lookups, phone in another room.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 29:&lt;/strong&gt; Light review of your flashcard pile only. No new material.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 30:&lt;/strong&gt; Exam. Do not cram in the morning.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Practical notes on the loop
&lt;/h2&gt;

&lt;p&gt;For the daily blocks I used the free bank at &lt;a href="https://www.examcert.app/exams/itil-4/free-practice-test/" rel="noopener noreferrer"&gt;ExamCert's ITIL 4 Foundation free practice test&lt;/a&gt; and checked coverage against the syllabus areas listed on the &lt;a href="https://www.examcert.app/exams/itil-4/" rel="noopener noreferrer"&gt;ITIL 4 Foundation exam page&lt;/a&gt;. Any decent bank works; what matters is that you have enough questions to avoid memorising the set. If you find yourself remembering that "the one about the coffee shop is B", you have exhausted that bank and your scores are now fiction.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three things that reliably cost marks
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Confusing outputs with outcomes.&lt;/strong&gt; An output is a deliverable; an outcome is a result for a stakeholder enabled by that output. The exam tests this directly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Treating the value chain as a sequence.&lt;/strong&gt; It is not. Activities can be combined in many value streams, in any order, and questions are built to catch people who assume a left-to-right flow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Answering from workplace experience.&lt;/strong&gt; If your organisation calls something a "change request" that ITIL would call a service request, your instinct will be wrong. When your job and the syllabus disagree, the syllabus wins for 60 minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The realistic bottom line
&lt;/h2&gt;

&lt;p&gt;Foundation is passable in 30 days at 45 minutes a day, comfortably, provided you spend at least a third of that time answering questions rather than reading. The people who fail it almost never fail on comprehension — they fail on precision, because they studied by reading until it felt familiar. Familiar is not the same as known. Test yourself early enough to find out which one you have.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Tableau Certified Data Analyst Exam Questions and Answers: 9 Question Types That Decide Your Score</title>
      <dc:creator>ExamCert.App</dc:creator>
      <pubDate>Sun, 09 Aug 2026 15:12:14 +0000</pubDate>
      <link>https://dev.to/andy_youtube_371fe0c1a37e/tableau-certified-data-analyst-exam-questions-and-answers-9-question-types-that-decide-your-score-19md</link>
      <guid>https://dev.to/andy_youtube_371fe0c1a37e/tableau-certified-data-analyst-exam-questions-and-answers-9-question-types-that-decide-your-score-19md</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Feae51pd0qanf25wl1opx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Feae51pd0qanf25wl1opx.png" alt="Tableau Certified Data Analyst" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Searching for &lt;strong&gt;Tableau Certified Data Analyst exam questions and answers&lt;/strong&gt; usually turns up two useless things: leaked dumps that are years out of date, and vague "study the docs" advice. What's genuinely useful is knowing the &lt;em&gt;shapes&lt;/em&gt; of question you'll face, because this exam has a small number of recurring patterns and each one has a reliable way to attack it. Here are the nine that matter, with what the exam is really asking each time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The format, briefly
&lt;/h2&gt;

&lt;p&gt;Tableau Certified Data Analyst is 60 questions in 120 minutes, $250 USD, and you need &lt;strong&gt;750 out of 1000&lt;/strong&gt; scaled — roughly 75%. It's split between knowledge-based multiple choice and &lt;strong&gt;hands-on lab questions where you drive an actual Tableau environment&lt;/strong&gt;. That lab component is the thing that makes this exam different from most analytics certs, and the thing most candidates under-prepare for. It's valid for two years.&lt;/p&gt;

&lt;p&gt;Domains: Connecting to &amp;amp; Transforming Data (~26%), Exploring &amp;amp; Analyzing Data (~35%), Creating Content (~18%), Publishing &amp;amp; Managing Content (~11%), Understanding Tableau Concepts (~10%).&lt;/p&gt;

&lt;h2&gt;
  
  
  The nine question types
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. "Which join/relationship produces this row count?"
&lt;/h3&gt;

&lt;p&gt;You get two tables and a result and must pick the join type — or, more often in modern Tableau, decide between a &lt;strong&gt;relationship&lt;/strong&gt; (the noodle) and a &lt;strong&gt;physical join&lt;/strong&gt;. The trap is that people default to joins because that's what they learned in SQL.&lt;/p&gt;

&lt;p&gt;Attack: relationships keep tables at their native granularity and only join at query time based on the viz. Joins duplicate rows immediately. If a question mentions &lt;strong&gt;row duplication or inflated measures&lt;/strong&gt;, the answer is usually "use a relationship instead."&lt;/p&gt;

&lt;h3&gt;
  
  
  2. LOD expression selection
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;FIXED&lt;/code&gt;, &lt;code&gt;INCLUDE&lt;/code&gt;, &lt;code&gt;EXCLUDE&lt;/code&gt;. Guaranteed to appear, usually more than once.&lt;/p&gt;

&lt;p&gt;Attack: memorise this and you'll get all of them:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;FIXED&lt;/code&gt; ignores the viz dimensions entirely — use it when the calculation must stay constant regardless of what's on the shelves.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;INCLUDE&lt;/code&gt; adds a dimension &lt;em&gt;finer&lt;/em&gt; than the viz.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;EXCLUDE&lt;/code&gt; removes a dimension the viz has.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then know the &lt;strong&gt;order of operations&lt;/strong&gt;: FIXED LODs compute before dimension filters, which is why a FIXED result "ignores" your filter. If a question describes a number that stubbornly refuses to respond to a filter, you're looking at a FIXED LOD, and the fix is to add the filter to context.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Context filter questions
&lt;/h3&gt;

&lt;p&gt;Related to the above and reliably examined. A context filter runs &lt;em&gt;before&lt;/em&gt; FIXED LODs and before top-N filters.&lt;/p&gt;

&lt;p&gt;Attack: whenever a question involves a Top N filter combined with another filter and the result "looks wrong," the answer is "add the other filter to context."&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Table calculation scope and direction
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;WINDOW_SUM&lt;/code&gt;, &lt;code&gt;RUNNING_SUM&lt;/code&gt;, &lt;code&gt;INDEX()&lt;/code&gt;, &lt;code&gt;RANK()&lt;/code&gt;, and the compute-using / addressing-partitioning distinction.&lt;/p&gt;

&lt;p&gt;Attack: the exam's favourite is a running total that resets at the wrong point. Remember that "Compute Using → Table (Across)" vs "Pane (Down)" changes the partition. Anything that resets per group is partitioned by that group.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Hands-on: build a specific viz
&lt;/h3&gt;

&lt;p&gt;The lab drops you in Tableau and says "create a dual-axis chart showing X vs Y with synchronised axes" or "add a reference line at the average."&lt;/p&gt;

&lt;p&gt;Attack: there is no substitute for having done it. Practise these specific builds until they're muscle memory: dual axis + synchronise, combined axis, reference line/band, sets, groups, hierarchies, parameters wired to a calculated field, and a dashboard action (filter, highlight, URL). If you can build all of those without thinking, the lab is easy marks. If you can't, you'll burn 10 minutes on one question.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Data prep and cleaning
&lt;/h3&gt;

&lt;p&gt;Pivot, split, data interpreter, union vs join, changing data types and geographic roles.&lt;/p&gt;

&lt;p&gt;Attack: know when to use &lt;strong&gt;union&lt;/strong&gt; (same columns, more rows — e.g. monthly files) vs &lt;strong&gt;join&lt;/strong&gt; (different columns, same entities). Know that Data Interpreter handles Excel files with headers and footers. Know pivot turns wide to tall.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Calculated field debugging
&lt;/h3&gt;

&lt;p&gt;They show you a formula and ask why it errors or returns nulls.&lt;/p&gt;

&lt;p&gt;Attack: the usual culprits are aggregate/non-aggregate mixing (&lt;code&gt;SUM([Sales]) - [Profit]&lt;/code&gt; is invalid — you can't mix), division by zero needing &lt;code&gt;ZN()&lt;/code&gt; or a &lt;code&gt;IIF([x]=0, NULL, ...)&lt;/code&gt; guard, and type mismatches. The aggregate-mixing one appears constantly.&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Publishing, permissions, and extracts
&lt;/h3&gt;

&lt;p&gt;Tableau Server/Cloud content: projects, permissions, extract refresh schedules, live vs extract, data source certification, and who can see what.&lt;/p&gt;

&lt;p&gt;Attack: this domain is only ~11% and it's the one people skip because it's dull. Learn the permission model (project → workbook → view inheritance, and that Deny beats Allow) and the difference between a published data source and an embedded one. It's a few hours for a few guaranteed marks.&lt;/p&gt;

&lt;h3&gt;
  
  
  9. "Which chart for this question?"
&lt;/h3&gt;

&lt;p&gt;Given a business question, pick the viz type.&lt;/p&gt;

&lt;p&gt;Attack: Tableau has opinions. Trend over time → line. Part-to-whole → treemap or stacked bar, rarely pie. Distribution → histogram or box plot. Correlation → scatter. Comparison across categories → bar. Geographic → filled or symbol map. When a question stresses "compare precise values," bar beats pie every time.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to prepare for the lab half
&lt;/h2&gt;

&lt;p&gt;This is where I see people lose. The knowledge questions you can study for by reading. The lab questions you can only prepare for by building.&lt;/p&gt;

&lt;p&gt;Get Tableau Desktop (the 14-day trial, or Tableau Public for the free-but-limited version) and rebuild the same handful of vizzes until it's automatic. Use Superstore — the exam environment uses similar sample data and the familiarity genuinely helps.&lt;/p&gt;

&lt;p&gt;Time yourself. 60 questions in 120 minutes is two minutes each, but a lab question takes four or five. That means your multiple-choice answers need to average well under two minutes to leave room. Practise pace, not just accuracy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where to get realistic questions
&lt;/h2&gt;

&lt;p&gt;Since the real exam's questions aren't public, what you want is a bank that mirrors the &lt;em&gt;patterns&lt;/em&gt; above rather than a dump claiming to be the real thing. Dumps are both a ToS violation that can void your cert and usually wrong — Tableau updates this exam regularly.&lt;/p&gt;

&lt;p&gt;I use ExamCert's &lt;a href="https://www.examcert.app/free-practice-tests/" rel="noopener noreferrer"&gt;free Tableau practice tests&lt;/a&gt; to baseline, and the &lt;a href="https://www.examcert.app/exams/tableau-certified-data-analyst/" rel="noopener noreferrer"&gt;full Tableau Certified Data Analyst question bank&lt;/a&gt; for volume — it's a couple of dollars and the explanations are the actual value, since on LOD and table-calc questions the reasoning is the thing you need to absorb. For the ones where I genuinely can't see why my answer was wrong, the AI simulator at &lt;a href="https://ai.examcert.app" rel="noopener noreferrer"&gt;ai.examcert.app&lt;/a&gt; will walk through each option, which beats scrolling forum threads.&lt;/p&gt;

&lt;h2&gt;
  
  
  The one-line summary
&lt;/h2&gt;

&lt;p&gt;Two-thirds of this exam is LODs, table calculations, filter order of operations, and being fast in the actual product. Get those four right and the rest is reading comprehension.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
