AutoRABIT ARM assists in automating the process of pushing your code into version control after it is written. This process is known as a __________.
What is Commit or EZ-Commit?
The term for moving your code changes into the master branch.
What is a Merge?
Where metadata in a scratch org comes from.
What is Version Control?
This version control tool offering can also provide generic CI/CD tooling.
What is GitLab?
Load and Stress Tests are both types of _________ tests.
What is Performance?
ARM will automatically map this.
What is Metadata/ Dependencies?
A group of changes in Version Control. A repo often contains many.
What is a Branch?
What does every Salesforce user have to have?
What is a Profile?
You cannot natively connect this version control offering to Azure Boards.
What is GitLab?
A type of testing that checks for unintended behavior or functionality in the application.
What is Functional Testing?
ARM offers this feature which allows you to see the minor variations between sandbox environments.
What is Compare Sandboxes/ Sandbox Management?
AutoRABIT keeps parent- and child relationships of unlimited depth intact during data migrations with the help of this tool.
What is Data Loader Pro?
There are 4 types of Salesforce sandboxes: Full, Partial, Developer, and __________.
What is Developer Pro?
Git is this type of version control.
What is Distributed Version Control?
These stop code from getting promoted if it is not meeting set standards.
What are Quality Gates?
This AutoRABIT tool (add-on) allows developers to migrate configuration records within managed packages with one click.
What is Record Migrator?
All Salesforce components deployed through the _______ API are represented by XML.
What is Metadata?
________ code is a fully featured programming language executed on Salesforce's servers.
What is Apex?
The two types of version control are distributed and _________.
What is Centralized?
The syntax of this language looks 70% the same as Java.
What is Apex?
AutoRABIT can perform ________, with options to prefix, suffix, shuffle, and replace down to the individual record level.
What is Data Masking?
This type of packaging supports branching development.
What are 2nd generation packages?
Shown in the prework video for objects, fields, and records, this native Salesforce tool allows you to visualize the metadata relationships between objects.
What is Schema Builder?
GitHub & GitLab are _________ communities, which allows developers from all over the world to collaborate on different code or projects.
What is Open-Source?
What DML stands for.
What is Data Manipulation Language?