Comprehensive Customer Engagement Platform
Competency Assessment
2026/2027 Certification Year
Exact Official Question Count: 60 Multiple-Choice Questions (MCQ)
Format: Single-Best-Answer with Four Options (A, B, C, D)
Testing Time: 90 Minutes
Passing Score: 75% (45/60 Correct) for Certification Eligibility
Certification Validity: Annual Renewal Required
Aligned with Braze University Curriculum & MarTech Best Practices
Core Assessment Domains
1. Braze Platform Fundamentals & Architecture (Q1–Q8)
2. Audience Segmentation & Targeting (Q9–Q17)
3. Content Creation & Message Personalization (Q18–Q26)
4. Campaign & Canvas Strategy (Q27–Q35)
5. Data Management & Integration (Q36–Q42)
6. Analytics, Reporting & Optimization (Q43–Q50)
7. Best Practices & Governance (Q51–Q56)
8. Scenario-Based Application (Q57–Q60)
,Abstract
This document presents the Braze Practitioner Level 1 Examination for the 2026/2027
certification year, comprising 60 multiple-choice questions aligned with Braze certification
competency standards for customer engagement platform proficiency. The examination covers
eight core domains: Braze platform fundamentals and architecture, including dashboard
navigation, workspace management, and data ingestion methods; audience segmentation and
targeting, encompassing filter logic, nested conditions, dynamic segment evaluation, and
predictive scoring; content creation and message personalization, including Liquid templating,
content blocks, A/B testing, and multi-channel message types; campaign and Canvas strategy,
covering campaign types, Canvas flow design, frequency capping, send time optimization, and
multi-channel orchestration; data management and integration, addressing attribute vs. event
data architecture, purchase tracking, CDP integrations, and GDPR/CCPA compliance; analytics,
reporting, and optimization, including conversion metrics, attribution models, cohort analysis,
and LTV measurement; best practices and governance, encompassing naming conventions, QA
protocols, change management, and documentation standards; and scenario-based application
integrating multiple platform principles with customer engagement decision-making. Each
question includes a detailed rationale explaining platform features, best practices, and the
evidence-based reasoning for the correct answer.
Keywords: Braze, Customer Engagement Platform, Lifecycle Marketing, Segmentation, Liquid
Personalization, Canvas, Campaign Orchestration, Marketing Technology, MarTech
Certification
Examination Instructions
• This examination consists of 60 multiple-choice questions. Select the single best answer for
each question unless otherwise indicated as Select-All-That-Apply (SATA).
• Each question has four options (A, B, C, D). Mark only one answer per question.
• The total testing time is 90 minutes. Pace yourself accordingly (approximately 1.5 minutes
per question).
• Correct answers are highlighted in bold purple (#BC13FE). Detailed rationales are provided
in italic text with a lavender background (#F5EDF9) following each question.
• A passing score of 75% (45 correct answers out of 60) is required for Braze Practitioner
Level 1 certification eligibility.
• This assessment is aligned with Braze University curriculum and marketing technology
industry best practices.
• Braze Practitioner credentials require annual renewal through continuing education or
recertification examination.
Braze Practitioner Level 1 Exam — 60 Multiple-Choice Questions
Domain 1: Braze Platform Fundamentals & Architecture (Q1–Q8)
1. Which tab on the Braze dashboard serves as the primary hub for creating and
managing outbound messaging campaigns?
A) Users tab
B) Campaigns tab
C) Analytics tab
D) Segments tab
Rationale: The Campaigns tab on the Braze dashboard is the primary interface for creating,
managing, and monitoring all outbound messaging campaigns, including one-time, recurring,
, triggered, and broadcast campaigns. From this tab, practitioners can create new campaigns,
view campaign status (draft, active, stopped, archived), access campaign analytics, duplicate
existing campaigns, and manage multi-channel message composition. The Users tab is for
individual user profile lookup and management, the Analytics tab provides aggregate reporting
and data visualization, and the Segments tab is for building and managing audience segments
used in campaigns and Canvases.
2. What is the primary purpose of separating Braze workspaces into Dev, Staging,
and Production environments?
A) To reduce platform subscription costs
B) To enable safe testing of campaigns and Canvas flows without impacting live
users, while ensuring data integrity across the development lifecycle
C) To increase the number of API endpoints available
D) To comply with GDPR data residency requirements
Rationale: Environment separation (Dev/Staging/Production) is a Braze governance best
practice that enables teams to build, test, and validate campaigns, Canvas flows, segments, and
Liquid logic in non-production workspaces without risking unintended messages reaching live
users. Dev environments are used for initial development and debugging, Staging for QA and
user acceptance testing with test user profiles, and Production for live messaging to real
customers. This separation prevents costly errors such as sending test messages to real
customers, ensures data integrity by keeping test events and attributes separate from
production data, and supports change management workflows including approval gates before
promotion to production.
3. Which of the following correctly describes the difference between an External
User ID and a Braze User ID?
A) They are identical and can be used interchangeably
B) The External User ID is assigned by the customer's system to identify a user
across integrations, while the Braze User ID (braze_id) is an internally
generated identifier assigned by the Braze platform
C) The Braze User ID is set by the customer, and the External User ID is generated by Braze
D) Only the Braze User ID can be used for segmentation
Rationale: The External User ID (often called external_id) is a customer-defined identifier that
the integrating application sets via the Braze SDK or API to uniquely identify a user across the
customer's technology stack (e.g., a CRM customer ID, database primary key, or SSO identifier).
It enables data reconciliation between Braze and external systems. The Braze User ID
(braze_id) is a system-generated UUID assigned internally by Braze when a user profile is first
created. While both can be used to identify users within Braze, the external_id is the preferred
identifier for API calls, data integration, and cross-platform user matching because it provides
a stable, customer-controlled reference. Users without an external_id are considered
anonymous and are identified only by their braze_id.
4. Which data ingestion method is most appropriate for importing historical user
attribute data in bulk without requiring developer resources?
A) Braze REST API with programmatic scripting
B) CSV upload via the Braze dashboard
C) Braze SDK integration
D) Real-time event streaming via Kafka
Rationale: CSV upload via the Braze dashboard is the most appropriate method for importing
historical user attribute data in bulk without requiring developer resources. The CSV import