Power Platform
Statistics
Data Analytics
Data Viz
Coding
100

This type of connector allows you to connect to premium services like Salesforce or SAP.

What is a premium connector?

100

This type of data represents categories or groups, like colors or species.

What is qualitative data?
100

This process involves removing or correcting inconsistencies, errors, and inaccuracies in data.

What is data cleaning?

100

The name of the line that runs along the bottom of a chart, usually representing categories or time periods?

What is an x-axis?

100

This fundamental data type represents whole numbers.

What is an integer?

200

This type of flow is recurring and does not require a manual trigger

What is an automated flow?

200

This type of test is used to compare the means of two groups.

What is a t-test?

200

This 'V' of Big Data refers to the different formats data can come in.

What is variety?

200

Chart type that is best for showing the relationship between two continuous variables.

What is a scatter plot?

200

This type of loop repeats a block of code a specific number of times.

What is a for loop?

300

A dynamic calculation formula in Power BI

What is a DAX measure?

300

A computational technique used to estimate the behavior of complex systems through random sampling.

What is the Monte Carlo simulation?

300

This type of machine learning algorithm is used to predict a categorical outcome.

What is classification?

300

Two considerations for creating data visualizations that are accessible to people with visual impairments.

What is using alternative text descriptions, ensuring sufficient color contrast, providing tactile charts, designing for screen readers?

300

An algorithm for finding a target value within a sorted list by repeatedly dividing the search interval in half. 

What is a binary search?

400

The action to automate email delivery

What is send an email (v2)?

400

This function represents the probability of surviving beyond a certain time point.

What is a survival function?

400

Ensures data quality, consistency, security, and compliance with regulations.

What is data governance?

400

A visualization tool that displays hierarchical data as a set of nested rectangles. Each level of the hierarchy is represented by a layer of rectangles, where each rectangle’s size is proportional to a numerical value it represents.

What is a tree map?

400

An open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of name–value pairs and arrays (or other serializable values)


What is JSON?

500

A set of tools, protocols, and definitions that allow different software applications to communicate with each other

What is an API?

500

A statistical method used to describe variability among observed, correlated variables in terms of a potentially lower number of unobserved variables.

What is factor analysis?

500

The change in the distribution of input data over time, causing a trained model's performance to degrade. Strategies for detection include monitoring input features, model outputs, and performance metrics.

What is data drift?
500

Describes how humans perceive and organize visual information.

What are Gestalt principles?

500

Four main principles of object oriented programming.

What is Abstraction, Encapsulation, Inheritance, Polymorphism