Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Zabbix Certified Specialist Exam (5) (2026/2027 Update) Practice Questions with Verified Solutions

Beoordeling
-
Verkocht
-
Pagina's
36
Cijfer
A+
Geüpload op
26-04-2026
Geschreven in
2025/2026

This document provides a comprehensive set of exam-style questions and fully explained answers for the Zabbix Certified Specialist exam. It focuses on advanced monitoring concepts including trigger expressions, event correlation, alerting strategies, and system optimization. The material is updated for 2026/2027 and designed to support effective preparation and high exam performance.

Meer zien Lees minder
Instelling
Zabbix Certified Specialist
Vak
Zabbix Certified Specialist

Voorbeeld van de inhoud

Zabbix Certified Specialist Exam (5)
(2026/2027 Update) Questions and Verified
Answers | Grade A


Domain 1: Zabbix API Automation & Scripting (12 Questions


Question 1 (Multiple-Choice)

Which HTTP header must be included in every Zabbix API request following
successful token-based authentication?
A. X-Auth-Token: <token>
B. Authorization: Bearer <token>
C. Authorization: Basic <token>
D. Cookie: zbx_session=<token>
Correct Answer: B [CORRECT]
Rationale: Zabbix API token-based authentication requires the Authorization: Bearer
<token> header in all subsequent API calls after obtaining the token via user.login. The
token is passed as a Bearer token in the Authorization header, which is the standard
OAuth 2.0-compliant method Zabbix adopted for API authentication. This ensures
stateless, secure communication without session cookies and is the required header
format for programmatic automation scripts provisioning hosts or retrieving events at
scale.




Question 2 (Select-All-That-Apply)

Which of the following are valid methods for authenticating to the Zabbix API?
(Select all that apply)

,A. Token-based authentication using Authorization: Bearer <token> header
B. User-password authentication via user.login JSON-RPC method
C. Session cookie authentication via zbx_session cookie
D. API key authentication via X-API-Key header
Correct Answers: A, B, C [CORRECT]
Rationale: Zabbix supports three primary API authentication methods: (1) Token-based
authentication using the Authorization: Bearer <token> header for stateless
programmatic access; (2) User-password authentication via the user.login JSON-RPC
method, which returns an auth token for subsequent calls; and (3) Session cookie
authentication using the zbx_session cookie for browser-based or session-persistent
integrations. The X-API-Key header is not a valid Zabbix API authentication mechanism.
Understanding these methods is critical for designing secure automation pipelines that
provision monitoring environments across multiple tenants.




Question 3 (Fill-in-Blank)

Complete the JSON-RPC payload for token-based API authentication. The request is
sent to api_jsonrpc.php and must use the user.login method:
JSON
Copy
{
"jsonrpc": "2.0",
"method": "user.login",
"params": {
"user": "Admin",
"password": "zabbix"
},
"id": 1
}
The response contains an auth token. In subsequent requests, this token must be passed
in the ________ HTTP header as a ________ token.
Correct Answer: Authorization, Bearer [CORRECT]
Rationale: After successful user.login, the response returns an auth token string. All
subsequent API calls must include this token in the Authorization HTTP header
formatted as Authorization: Bearer <token>. This is the standard token-based

,authentication flow for the Zabbix API, enabling secure, stateless automation scripts to
perform operations like host.create, template.massadd, and event.get without
maintaining session state.




Question 4 (Multiple-Choice)

A DevOps engineer needs to programmatically create a new host in Zabbix with the
following requirements:
• Host name: web-server-01
• IP address: 192.168.1.100
• Group: Linux servers (groupid: 2)
• Template: Linux by Zabbix agent (templateid: 10001)
• Interface type: Zabbix agent (type: 1)
Which host.create API payload correctly provisions this host?
A.
JSON
Copy
{
"jsonrpc": "2.0",
"method": "host.create",
"params": {
"host": "web-server-01",
"interfaces": [{"type": 1, "main": 1, "useip": 1, "ip":
"192.168.1.100", "dns": "", "port": "10050"}],
"groups": [{"groupid": "2"}],
"templates": [{"templateid": "10001"}]
},
"auth": "<token>",
"id": 1
}
B.
JSON
Copy
{
"jsonrpc": "2.0",
"method": "host.create",
"params": {
"host": "web-server-01",
"interfaces": [{"type": 1, "ip": "192.168.1.100", "port": "10050"}],

, "groups": [{"name": "Linux servers"}],
"templates": [{"name": "Linux by Zabbix agent"}]
},
"auth": "<token>",
"id": 1
}
C.
JSON
Copy
{
"jsonrpc": "2.0",
"method": "host.create",
"params": {
"name": "web-server-01",
"interfaces": [{"type": "agent", "ip": "192.168.1.100"}],
"groups": [2],
"templates": [10001]
},
"auth": "<token>",
"id": 1
}
D.
JSON
Copy
{
"jsonrpc": "2.0",
"method": "host.create",
"params": {
"host": "web-server-01",
"interface": {"type": 1, "ip": "192.168.1.100", "port": "10050"},
"group": {"groupid": "2"},
"template": {"templateid": "10001"}
},
"auth": "<token>",
"id": 1
}

Correct Answer: A [CORRECT]
Rationale: The host.create API method requires a JSON payload with the host
property (not name), an interfaces array containing objects with type (1 for Zabbix
agent), main, useip, ip, dns, and port fields, a groups array with groupid objects, and a
templates array with templateid objects. Option A is the only payload that correctly
structures all required fields with proper data types and array syntax. The interfaces,
groups, and templates must all be arrays of objects, and the host field (not name) is the
primary identifier for host creation.

Geschreven voor

Instelling
Zabbix Certified Specialist
Vak
Zabbix Certified Specialist

Documentinformatie

Geüpload op
26 april 2026
Aantal pagina's
36
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$15.00
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF


Ook beschikbaar in voordeelbundel

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
ExamAceStuvia Rasmussen College
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
30
Lid sinds
8 maanden
Aantal volgers
0
Documenten
804
Laatst verkocht
2 dagen geleden
Top Grades By ExamAceStuvia

Ace Your Certification — The Smart Way! Welcome to ExamAceStuvia – the ultimate battle-tested exam prep platform built by passers, for future passers. Get thousands of real exam questions straight from people who just crushed the same test you’re facing. No fluff. No outdated dumps. Just authentic, up-to-date practice that feels exactly like the real thing. Why thousands choose Examice every day: 400+ published exams across 100+ top providers (AWS, Microsoft, Cisco, ,NCLEX , WGU , CompTIA, and many more) Whether you're preparing for nursing licensure (NCLEX, ATI, HESI, ANCC, AANP), healthcare certifications (ACLS, BLS, PALS, PMHNP, AGNP), standardized tests (TEAS, HESI, PAX, NLN), or university-specific exams (WGU, Portage Learning, Georgia Tech, and more), our documents are 100% correct, up-to-date for 2025/2026, and reviewed for accuracy.. Community-powered accuracy → open discussions, source-backed references, democratic voting &amp; follow-up Q&amp;A to lock in the real correct answers Realistic exam that builds confidence and exposes weak spots fast Most affordable premium prep in the industry – quality without breaking the bank Regular updates so you’re always studying what actually appears today Whether you're chasing that dream job, promotion, or career switch — ExamAce turns “I hope I pass” into “I’ve got this.” Join the community that’s already helped thousands certify. Try ExamAceStuvia today → pass tomorrow.

Lees meer Lees minder
4.5

4 beoordelingen

5
3
4
0
3
1
2
0
1
0

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen