{% extends "credentials/base_cred.html" %} {% block title %}Canonical credentials -- Exam content{% endblock %} {% block meta_description %} The Canonical Ubuntu Essentials exams certify knowledge and verify skills in general Linux, Ubuntu Desktop, and Ubuntu Server topics. {% endblock meta_description %} {% block meta_copydoc %} https://docs.google.com/document/d/1T1K7jyUa32-OURET6AjN2CD_c80TaUmj9EncYT70PNw/edit?usp=sharing {% endblock meta_copydoc %} {% block content %}

Quick Certifications

Specifically designed with expert input to "QC" the most relevant industry skills today

Get certification

{% for exam in syllabus_data %}
{% endfor %}
{% for exam in syllabus_data %}

OVERVIEW

{{ exam['exam_description'] }}

    {% for chapter in exam["syllabus"] %}
  1. {{ chapter['chapter_title'] }}

      {% for section in chapter['chapter_sections'] %}
    • {{ section }}.
    • {% endfor %}
  2. {% endfor %}
{% endfor %}
{% endblock %}