This type of connector allows you to connect to premium services like Salesforce or SAP.
What is a premium connector?
This type of data represents categories or groups, like colors or species.
This process involves removing or correcting inconsistencies, errors, and inaccuracies in data.
What is data cleaning?
The name of the line that runs along the bottom of a chart, usually representing categories or time periods?
What is an x-axis?
This fundamental data type represents whole numbers.
What is an integer?
This type of flow is recurring and does not require a manual trigger
What is an automated flow?
This type of test is used to compare the means of two groups.
What is a t-test?
This 'V' of Big Data refers to the different formats data can come in.
What is variety?
Chart type that is best for showing the relationship between two continuous variables.
What is a scatter plot?
This type of loop repeats a block of code a specific number of times.
What is a for loop?
A dynamic calculation formula in Power BI
What is a DAX measure?
A computational technique used to estimate the behavior of complex systems through random sampling.
What is the Monte Carlo simulation?
This type of machine learning algorithm is used to predict a categorical outcome.
What is classification?
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?
An algorithm for finding a target value within a sorted list by repeatedly dividing the search interval in half.
What is a binary search?
The action to automate email delivery
What is send an email (v2)?
This function represents the probability of surviving beyond a certain time point.
What is a survival function?
Ensures data quality, consistency, security, and compliance with regulations.
What is data governance?
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?
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?
A set of tools, protocols, and definitions that allow different software applications to communicate with each other
What is an API?
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?
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.
Describes how humans perceive and organize visual information.
What are Gestalt principles?
Four main principles of object oriented programming.
What is Abstraction, Encapsulation, Inheritance, Polymorphism