popcorndb online dupecheck
DB ONLINE

Search

Click one release to open details and NFO/SFV/M3U blocks.

Section Release Group When Flags
PRE UDEMY.DP.750.Azure.Databricks.Data.Engineer.Associate.Exam.Prep.2026.BOOKWARE-MiMiR MiMiR 5h ago nfo sfv url

Release Detail

UDEMY.DP.750.Azure.Databricks.Data.Engineer.Associate.Exam.Prep.2026.BOOKWARE-MiMiR

PRE MiMiR 5h ago

NFO

udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.nfo

Download NFO (10 min)

Mimir, Keeper of the Well of Wisdom
  
  DP-750: Azure Databricks Data Engineer Associate Exam Prep

  https://www.udemy.com/course/azure-databricks-data-engineering/

  Year         : 2026
  Language     : English
  Level        : Intermediate Level
  Category     : IT & Software
  Subcategory  : IT Certifications
  Duration     : 12h 33m
  Lectures     : 76
  Rating       : 4.7/5 (56 reviews)
  Students     : 690

  INSTRUCTOR(S)


  HEADLINE
    Prepare for the DP-750 Exam with Instructor led hands-on labs
    and videos


  WHAT YOU'LL LEARN
  * Implement and manage data ingestion using batch and
    streaming
    in Azure Databricks
  * Design and manage Delta Lake tables with ACID transactions,
    schema evolution, and time travel
  * Transform and process data using Apache Spark (DataFrames,
    SQL) in Databricks
  * Optimize and monitor data workloads using partitioning,
    Z-Ordering, caching, and performance tuning


  REQUIREMENTS
  * Basic understanding of data concepts (tables, files,
    databases)
  * Introductory knowledge of Python (recommended but not
    mandatory)
  * Familiarity with SQL for querying and data transformation
  * Basic awareness of cloud concepts (Azure fundamentals is
    helpful)


  WHO IS THIS COURSE FOR
  * Data engineers preparing for the DP-750: Azure Databricks
    Data
    Engineer Associate certification
  * Developers and analysts looking to build scalable data
    pipelines using Azure Databricks
  * Professionals transitioning into data engineering roles with
    a
    focus on Spark and Delta Lake
  * Azure professionals seeking hands-on experience with
    Databricks, Unity Catalog, and data workflows


  DESCRIPTION
  Master Azure Databricks and confidently prepare for the
    DP-750:
  Azure Databricks Data Engineer Associate certification with a
  course designed for real-world impact. This course goes beyond
  theory to help you build production-ready data engineering
  solutions using Azure Databricks and Apache Spark. Whether you
  are preparing for the certification or aiming to transition
    into
  a data engineering role, this course equips you with the exact
  skills required in modern data platforms. You will start by
  understanding how to design and implement scalable data
  pipelines, followed by deep hands-on experience with Delta
    Lake,
  including ACID transactions, schema enforcement, schema
  evolution, and time travel. You will also learn how to
    implement
  both batch and streaming ingestion pipelines using Auto Loader
  and Structured Streaming. The course covers data
    transformation
  using Spark DataFrames and SQL, along with implementing the
  Medallion Architecture (Bronze, Silver, Gold) to structure
  reliable and maintainable pipelines. You will also explore
    Unity
  Catalog for data governance, security, and access control?an
  essential component for enterprise-grade solutions. To ensure
  optimal performance, you will learn key optimization
    techniques
  such as partitioning, Z-Ordering, caching, and query tuning,
  along with monitoring and troubleshooting Databricks
    workloads.
  By the end of this course, you will be fully prepared to pass
  the DP-750 certification and have the practical skills to
  design, build, and optimize data engineering solutions using
  Azure Databricks in real-world environments.


  COURSE CONTENT

  Chapter 1: Introduction
    1. Introduction

  Chapter 2: Databricks Foundations
    2. Introduction to Azure Databricks
    3. Azure and Databricks Integration Architecture
    4. Lab: Deploying a Databricks Workspace (Hands-On Lab)
    5. Understanding Data Warehouse, Data Lake and Data
       Lakehouse
    6. Understanding Spark: Introduction and Evolution from
       Hadoop
    7. Understanding Spark: Deep Dive and Usage
    8. Lab: Deploying a Managed Compute Instance (Hands-On Lab)
    9. Architectural Decision: Choosing an Appropriate Compute
       Target
    10. Lab: Setting Up the GitHub Repo for the Labs (Hands-On
        Lab)

  Chapter 3: Data Analytics using Apache Spark, SQL and Unity
    Catalog
    11. Unity Catalog: Schemas, Tables and Volumes
    12. Lab: Getting Comfortable with Spark (Hands-On Lab)
    13. Lab: Advanced Apache Spark Operations (Hands-On Lab)
    14. Lab: Delta Table Operations (Hands-On Lab)
    15. Introduction to the Medallion Architecture
    16. Lab: Implementing the Medallion Architecture with Spark
        (Hands-On Lab)
    17. Views: Materialized v/s non-materialized
    18. Lab: Creating Materialized and Non-Materialized Views
        (Hands-On Lab)
    19. Introduction to AI/BI Genie for Data Analysis
    20. Lab: Working with AI/BI Genie (Hands-On Lab)

  Chapter 4: Secure and Govern Unity Catalog Objects
    21. Introduction to Managed Identity Auth for Databricks
    22. Lab: Creating an External Connection for ADLS (Hands-On
        Lab)
    23. Lab: Creating a New Unity Catalog on External Location
        ADLS (Hands-On Lab)
    24. Understanding Azure Key Vault
    25. Lab: Key Vault integration with Azure Databricks (Hands-
        On Lab)
    26. Understanding Table, Column and row-level access and
        security
    27. Lab: Row-level and Column-level Security for Tables
        (Hands-On Lab)
    28. Lab: Row-level and Column-level Security for Views
        (Hands-On Lab)

  Chapter 5: Design and Implement Data Modelling
    29. Choose a Data Table Format: Parquet, Delta, CSV, JSON,
        Icerberg etc
    30. Managed v/s External Tables
    31. Lab: Working with Managed and External Tables (Hands-On
        Lab)
    32. Design Data Partitioning Scheme
    33. Lab: Performance Tuning with Data Partitioning (Hands-On
        Lab)
    34. Understanding OPTIMIZE Command
    35. Understanding the VACUUM Command
    36. Lab: Performance Tuning with OPTIMIZE and VACUUM (Hands-
        On Lab)
    37. Understand Z-Ordering and Liquid Clustering
    38. Lab: Performance Tuning with Z-Ordering and Liquid
        Clustering (Hands-On Lab)
    39. Understanding the Star-Schema Model for Data Modelling
    40. Introduction to SCD: Type 1, Type 2 and Type 3
    41. Introduction to our mini "FCA Financial Reporting"
        project
    42. Lab: Implementing SCD Type 2 (Hands-On Lab)
    43. Lab: Implementing Change Data Feed and Audit Trail
        (Hands-On Lab)

  Chapter 6: Ingest Data into Unity Catalog
    44. The Databricks Data Ingestion Landscape
    45. Introduction to Ingesting Data with Lakeflow Connect
    46. Lab: Ingest Data using Connectors (Hands-On Lab)
    47. Introduction to Data Ingestion with Notebooks
    48. Lab: Ingest Data with Notebooks (Hands-On Lab)
    49. Introduction to Data Ingestion with CTAS Query
    50. Lab: Ingest Data with CTAS (Hands-On Lab)
    51. Introduction to Data Ingestion with COPY INTO Query
    52. Lab: Ingest data with "COPY INTO" (Hands-On Lab)
    53. Introduction to Spark Structured Streaming
    54. Lab: Ingest Data with Spark Structured Streaming (Hands-
        On Lab)
    55. Introduction to Data Ingestion with Auto Loader
    56. Auto Loader v/s COPY INTO
    57. Lab: Ingest Data with Auto Loader (Hands-On Lab)
    58. Apply a Data Ingestion Decision Framework

  Chapter 7: Cleanse, Transform and Load Data into Unity Catalog
    59. Introduction to Data Profiling and Statistical Insights
    60. Lab: Profile Data to Generate Statistical Insights
        (Hands-On Lab)
    61. Understanding Data Types, Null Handling and
        Deduplication
    62. Lab: Data Types, Null Handling and Deduplication (Hands-
        On Lab)
    63. Lab: Aggregates, Filters and Grouping Mechanisms (Hands-
        On Lab)
    64. Introduction to JOINS
    65. Lab: Working with JOINS (Hands-On Lab)
    66. Understanding Normalization and Table Data Pivoting
    67. Lab: Pivot and Un-Pivoting Data (Hands-On Lab)

  Chapter 8: Design and Implement Data Pipelines
    68. Introduction to Data Pipelines with Notebooks and SDPs
    69. Lab: Create a Pipeline using Notebooks (Hands-On Lab)
    70. Lab: add pipeline parameters (Hands-On Lab)
    71. Lab: Create a Pipeline using the SDP approach (Hands-On
        Lab)

  Chapter 9: Apply Version Control and Development Lifecycle
    Processes
    72. Introduction to Git for Azure Databricks
    73. Some Git and GitHub Jargons
    74. Lab: Raising PRs and managing conflicts (Hands-On Lab)
    75. Introduction to Declarative Automation Bundles (DABs)
    76. Lab: Setup a DAB in your workspace (Hands-On Lab)


  DATES
  Published    : 2026-04-04
  Last Updated : 2026-05-08

If you fear the truth, dont come to my well.

CRC32: 34820697ece43b4d6c219e72d71cb6ca96fdc53d

SFV

udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.sfv

Download SFV (10 min)

udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.rar 660b6370
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r00 fdf1f7ff
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r01 6b2f2b47
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r02 8b1a66eb
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r03 cc614209
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r04 12a6d429
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r05 98d76cf2
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r06 61d5c798
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r07 9cf9574c
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r08 b98a9dd3
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r09 fe05cbc6
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r10 dc4917ec
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r11 2e43e630
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r12 20bc5a3f
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r13 70c89813
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r14 e181f4b5
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r15 2a908ca8
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r16 76c9c439
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r17 a0cf4998
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r18 aea23bac
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r19 92bde4bc
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r20 db0414a3
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r21 505caf14
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r22 311c6976
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r23 5b20fa23
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r24 1f3f33ff
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r25 17548576
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r26 52f8c5a1
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r27 c673e3ac
udemy.dp.750.azure.databricks.data.engineer.associate.exam.prep.2026.bookware-mimir.r28 f5c5eb8b

CRC32: 34820697ece43b4d6c219e72d71cb6ca96fdc53d

M3U

No M3U data for this release.

FLAC Joja-Blue_Birds_EP-(FOKUZ25351)-24BIT-WEB-FLAC-2026-PTC PTC 3m ago nfo sfv m3u url
FLAC Blade-Times_Gone_Bye_EP-(METHPLA041)-24BIT-WEB-FLAC-2026-PTC PTC 4m ago nfo sfv m3u url
MP3 Randy_De_Silva_and_Lavron-Hyperdrive-(DD062)-WEB-2026-PTC PTC 12m ago nfo sfv m3u url
MP3 Borak-Oscura_Italiana-(COL027)-WEB-2026-PTC PTC 12m ago nfo sfv m3u url
MP3 Tiefstone-Silver_Bullet__The_Pitt-(UVN163)-WEB-2026-PTC PTC 14m ago nfo sfv m3u url
MP3 SYNTRA_(UK)-Atlantis-(SER035)-WEB-2026-PTC PTC 14m ago nfo sfv m3u url
MP3 SoulHunter_(SL)-Vibrato-(DPM135)-WEB-2026-PTC PTC 14m ago nfo sfv m3u url
MP3 Shapeless_Lab_and_Under_Son-Oblivion-(EGR054)-WEB-2026-PTC PTC 14m ago nfo sfv m3u url
MP3 Remcord-Utopia-(MAEVE035)-WEB-2026-PTC PTC 15m ago nfo sfv m3u url
MP3 Test_Release-2026-GRP GRP 15m ago
MP3 Modern_Walking-Erg_Chebbi_EP-(MSR016)-WEB-2026-PTC PTC 17m ago nfo sfv m3u url
MP3 LOUT-Icarus-(VANALT130)-WEB-2026-PTC PTC 18m ago nfo sfv m3u url
MP3 Jezzi-Parade_of_Love-(BP12632026)-WEB-2026-PTC PTC 18m ago nfo sfv m3u url
MP3 Jack_Willard_and_Matthew_Adam_Green-Move_With_Soul-(ENCOLOR699E)-WEB-2026-PTC PTC 18m ago nfo sfv m3u url
MP3 German_Brigante-The_Backroom-(MAN072S2)-WEB-2026-PTC PTC 18m ago nfo sfv m3u url
MP3 DP-6-Broken_Line-(DR312)-WEB-2026-PTC PTC 19m ago nfo sfv m3u url
MP3 D-Nox_and_Andre_Moret-I_Love_a_Robot-(BALANCE076EP)-WEB-2026-PTC PTC 21m ago nfo sfv m3u url
MP3 Clawz_SG-Metamorphosis_(ANRA_Remix)-(SYYK296)-SINGLE-WEB-2026-PTC PTC 21m ago nfo sfv m3u url
MP3 Artic_White-Futuro_Infinito-(SG165)-WEB-2026-PTC PTC 22m ago nfo sfv m3u url
MP3 Anton_MAKe-You_My_Rhythm-(RR009)-WEB-2026-PTC PTC 22m ago nfo sfv m3u url
TV-HD-X264 Candice.Renoir.S08E04.CZECH.1080p.WEB.H264-SDTV SDTV 28m ago
MDVDR Sony.Music.Entertainment.2001.PAL.PROMO.COMPLETE.MDVDR-25LiGHTERS 25LiGHTERS 34m ago nfo sfv
FLAC Jewel-Goodbye_Alice_In_Wonderland-CD-FLAC-2006-ERP ERP 36m ago nfo sfv m3u
MP3 Jewel-Goodbye_Alice_In_Wonderland-2006-ERP_INT ERP_INT 36m ago nfo sfv m3u
FLAC Sadie_Fine-The_Duality_of_Girlhood-EP-24BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC Sadie_Fine-The_Duality_of_Girlhood-EP-16BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC Michael_Schott-Thats_My_Honky_Tonk-EP-24BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC Michael_Schott-Thats_My_Honky_Tonk-EP-16BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC David_Serby-Broken_Heart_in_a_Honky_Tonk-16BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
MP3 Sadie_Fine-The_Duality_of_Girlhood-EP-WEB-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC Cole_Berliner-The_Black_Door-24BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
MP3 Michael_Schott-Thats_My_Honky_Tonk-EP-WEB-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC Cole_Berliner-The_Black_Door-16BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
MP3 David_Serby-Broken_Heart_in_a_Honky_Tonk-WEB-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC LEATHERWITCH-First_Spell-16BIT-WEB-FLAC-2026-ENTiTLED ENTiTLED 37m ago nfo sfv m3u url
MP3 LEATHERWITCH-First_Spell-WEB-2026-ENTiTLED ENTiTLED 37m ago nfo sfv m3u url
FLAC Eternal_Evil-Forever_Feared-24BIT-WEB-FLAC-2026-ENTiTLED ENTiTLED 37m ago nfo sfv m3u url
FLAC Chaepter-Dragon_of_Shame-24BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
MP3 Eternal_Evil-Forever_Feared-WEB-2026-ENTiTLED ENTiTLED 37m ago nfo sfv m3u url
MP3 Cole_Berliner-The_Black_Door-WEB-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC Eternal_Evil-Forever_Feared-16BIT-WEB-FLAC-2026-ENTiTLED ENTiTLED 37m ago nfo sfv m3u url
FLAC Chaepter-Dragon_of_Shame-16BIT-WEB-FLAC-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC Belligerence-Liturgies_of_the_Vile_Ones-EP-16BIT-WEB-FLAC-2026-ENTiTLED ENTiTLED 37m ago nfo sfv m3u url
MP3 Belligerence-Liturgies_of_the_Vile_Ones-EP-WEB-2026-ENTiTLED ENTiTLED 37m ago nfo sfv m3u url
MP3 Chaepter-Dragon_of_Shame-WEB-2026-ENRiCH ENRiCH 37m ago nfo sfv m3u url
FLAC Carly_Hann-Alone_EP-16BIT-WEB-FLAC-2026-ENRiCH ENRiCH 38m ago nfo sfv m3u url
MP3 Carly_Hann-Alone_EP-WEB-2026-ENRiCH ENRiCH 38m ago nfo sfv m3u url
FLAC Bellah_Mae-Keep_It_Peachy-EP-24BIT-WEB-FLAC-2026-ENRiCH ENRiCH 38m ago nfo sfv m3u url
FLAC Bellah_Mae-Keep_It_Peachy-EP-16BIT-WEB-FLAC-2026-ENRiCH ENRiCH 38m ago nfo sfv m3u url
MP3 Bellah_Mae-Keep_It_Peachy-EP-WEB-2026-ENRiCH ENRiCH 38m ago nfo sfv m3u url