Difference between Exceptall
Difference between Exceptall
Explain Widgets
write a Sql using when that takes asset id if its even given 0 else 1
Explain DLT query, Magic Commands, dbutils functions of file system, Read and Write modes of file
formats
Explain window functions in pyspark, JOINS in Pyspark, Relative delta library in Python
Explain Schema Enforcement, SCD Type 1, SCD Type 2, Incremental Loading, Vacuum
Command(Practical use)
Explain about DAG and Lineage in Pyspark , Cluster Configurations, Tokens (Access key, SAS key,
Service principal) , Spark Architecture
Explain about Delta Table and its advantages, ADF (IR, Data Flow, Activity)
Explain about Mounting & how it works, Explain about Lazy Evaluation (Transformation, Action) ,
Explain about .lpad , .rpad , .ljust , .center
What is Self-hosted Integration Runtime (SHIR), and when do you use it?
How do you move data from SFTP to ADLS and then process it using Databricks?
Explain about Delta Corruption , Parquet Corruption, Cursor , Recursive Stored Procedure
Explain about External Tables and their creation, Data Partition Pruning, Z order , Broad cast join
What is SQL?
ADF
What are the main The main components of ADF are Pipelines, Activities, Datasets,
components of Azure Data Linked Services, Integration Runtime, Triggers, Data Flows, and
Factory? Monitoring & Management.
What is an Azure Data An ADF pipeline is a collection of activities that perform data
Factory pipeline? movement and transformation tasks in a structured manner.
Power Apps
What are formulas in Power Formulas in Power Apps define logic using functions similar to Excel
Apps? How are they different but are designed for app interactivity.
:small_blue_diamond: Example:
Excel: =SUM(A1:A5)
Power Apps: Sum(CollectionName, AmountColumn)
Key Differences:
from Excel formulas? Power Apps formulas are event-driven (e.g., triggered by a button
click).
Work with data sources and collections rather than spreadsheet
cells.
Includes functions like Patch(), Filter(), Navigate(), etc.
Power Apps Studio is a web-based IDE where users design and build
Power Apps.
Key Features:
What is the role of Power Drag-and-drop UI design.
Apps Studio? Formula bar for adding logic.
Preview and test apps.
:small_blue_diamond: Example: A business user designing an
inventory tracking app.
Forms are used to capture, edit, and display data in Power Apps.
What is the purpose of
:small_blue_diamond: Example: A job application form where
Power Apps Forms?
candidates enter details and submit them to a SharePoint list.
What are variables in Power Variables store temporary values for calculations or logic.
Apps? Types of Variables:
Global (Set()) – Available across screens.
Context (UpdateContext()) – Limited to a single screen.
Collections (ClearCollect()) – Stores lists or tables.
:small_blue_diamond: Example: Storing a username in a
variableSet(CurrentUser, User().FullName)
Power Apps Portals → External users can access apps via a web
What is Power Apps Portals, browser.
and how is it different from Canvas Apps → Designed for internal users within Microsoft 365.
Canvas Apps? :small_blue_diamond: Example: A customer support portal where
users check order statuses.
How do you publish an app in Click File → Save → Publish to share the app.
Power Apps? Assign permissions for users.