Salesforce’s programmatic development offering before SFDX.
What are Change Sets?
A temporary environment spun up from Version Control.
What is a scratch org?
Another way to say “pull request.”
What is merge request?
A Salesforce _______ is similar to a table.
What is an object?
A container of related metadata.
What is a package?
In CodeScan, a piece of code will be flagged as a _______ if the tool cannot determine if the code is a security issue and a manual review is needed verify.
What is a Hotspot?
This Version Control system needs only local files and resources to operate.
What is Git or distributed version control system?
This type of development shifted your source of truth from the org to your Version Control system.
What is Source-Driven Development?
Following Salesforce best practices, profiles should be assigned ________ access in your organization.
What is minimum?
Developer, Developer Pro, Partial Copy, and Full Copy are all types of _________.
What are sandboxes?
This AutoRABIT tool allows you to assign or change permission sets in Salesforce.
What is OrgScan?
A developer is working on a new feature. They commit their changes here before submitting a merge request (be specific).
What is a branch?
Where a developer would go to create a scratch org.
What is the Dev Hub?
What would you create if you needed to build a customized category of data under an object in Salesforce?
What is a custom field?
One of the benefits of SFDX is that it helped developers break apart the ______ architecture of Salesforce.
What is monolithic?
This developer tool is most vital to achieving continuous integration.
What is Version Control?
This occurs when two developers are attempting to edit the same file in Version Control.
What is a conflict?
An Apex script that executes before or after data manipulation language (DML) events occur.
What is an Apex Trigger?
This hosting option is not currently available for OrgScan, but is in the works.
What is on-prem or self-hosted?
________ code is a fully featured programming language executed on Salesforce's servers.
What is Apex?
This AutoRABIT tool essentially operates as a CI Engine.
What is AutoRABIT ARM?
In a feature branching strategy, where are the actual feature branches stored?
What is your Version Control repo?
A scratch org will automatically delete after this many days.
What is 30 days?
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?
What DML stands for.
What is data manipulation language?