APJ Elevate - Databricks Certification Exam Overview Training Data Analyst Associate
APJ Elevate - Databricks Certification Exam Overview Training Data Analyst Associate
Certification Exam
Overview Training
Databricks Certified
Data Analyst Associate
Dave Harris
Overview of concepts
3 Key concepts tested on exam
Q&A
5 …your last chance to ask anything :)
©2022 Databricks Inc. — All rights reserved 5
Introduction and Overview
Agenda 1 Goals
Topics addressed in
this session
Why Databricks certification?
2 Benefits of certification
Overview of concepts
3 Key concepts tested on exam
Q&A
5 …your last chance to ask anything :)
©2022 Databricks Inc. — All rights reserved 6
Introduction and Overview
Agenda 1 Goals
Topics addressed in
this session
Why Databricks certification?
2 Benefits of certification
Overview of concepts
3 Key concepts tested on exam
Q&A
5 …your last chance to ask anything :)
©2022 Databricks Inc. — All rights reserved 7
Introduction and Overview
Agenda 1 Goals
Topics addressed in
this session
Why Databricks certification?
2 Benefits of certification
Overview of concepts
3 Key concepts tested on exam
Q&A
5 …your last chance to ask anything :)
©2022 Databricks Inc. — All rights reserved 8
Introduction and Overview
Agenda 1 Goals
Topics addressed in
this session
Why Databricks certification?
2 Benefits of certification
Overview of concepts
3 Key concepts tested on exam
Q&A
5 …your last chance to ask anything :)
©2022 Databricks Inc. — All rights reserved 9
Introduction and
Overview
Training series goals
Improve stakeholder
Turn recruiter and
and peers
future employer
perceptions when it
3 heads by proudly 4 comes to reputation,
displaying your
credibility, and
certification
confidence
• What is the Databricks Lakehouse Platform? (SP) • Data Analysis with Databricks SQL (ILT/SP)
• What is Databricks SQL? (SP) • Certification Overview Course for the
• What is Databricks Data Science Data Engineering Databricks Certified Data Analyst Associate
Workspace? (SP) (SP coming 22-July-2022)
• What is Databricks Machine Learning? (SP) • Databricks Certified Data Analyst Associate
Exam (for $200 USD)
• Databricks Lakehouse Fundamentals
Accreditation (SP)
SP = self-paced training (free for Databricks customers, available in Data Analyst Learning plan via Databricks
Academy)
ILT = instructor-led training course (available for a fee)
Certification
Certification Certification Certification
Exam
Exam Overview Exam Topics Exam Questions
Preparation
6 months Associate
• Spark SQL
• SQL in the Data Science and Engineering Workspace
• Databricks SQL Administration
• Use of any third-party BI tools
https://databricks.com/learn/certification/data-analyst-associate
Amazon
Unify your data
ecosystem with open
Redshift
Lakehouse Platform
Data Providers
Centralized Governance
AWS Glue
Partners
Top Consulting & SI Partners
450+
Across the data landscape
Coming soon:
Maximize existing investments by Respond to business needs faster Build rich and custom data
connecting your preferred BI tools to with a self-served experience enhanced applications for your
your data lake with Databricks SQL designed for every analysts in your own organization or your
Warehouses. Re-engineered and organization. Databricks SQL Analytics customers. Benefit from the ease
optimized connectors ensure fast provides a simple and secure access of connectivity, management, and
performance, low latency, and high user to data, ability to create or reuse SQL better price / performance of
concurrency to your data lake. Now queries to analyze the data that sits Databricks SQL Analytics to
analysts can use the best tool for the job directly on your data lake, and quickly simplify development of
on one single source of truth for your mock-up and iterate on visualizations data-enhanced applications at
data while minimizing more ETL and data and dashboards that fit best the scale, all served from your data
silos. business. lake.
• aka, Database
• Second level of organization
• Users can see all schemas where
USAGE is granted on both the
schema and the catalog
• Databricks SQL can ingest Parquet, JSON, CSV, Delta, and more
• Individual file
• Full directory of files of a single type
• Example (Azure Databricks):
CREATE TABLE table1 LOCATION
'wasbs://[account].blob.core.windows.net/[container]/[path/]'
• Example:
SELECT id, name, deptname
FROM employee
INNER JOIN department ON employee.deptno =
department.deptno;
INNER JOIN
Output:
67
LEFT JOIN
Output:
68
RIGHT JOIN
Output:
69
FULL JOIN
Output:
70
SEMI JOIN
Output:
71
ANTI JOIN
Output:
72
Output:
CROSS JOIN
• Default visualization
• Customizable columns
• Change heading
• Add description
• Change font color
• Conditional font color
• Based on each data
value
• Display a count
• Control of number of
buckets
Sankey Sunburst