Tool Box
Version Control
Developer
Clicks Not Code
Anything Goes
100

Salesforce’s programmatic development offering before SFDX.

What are Change Sets?

100

A temporary environment spun up from Version Control.

What is a scratch org?    

100

Another way to say “pull request.”

What is merge request?

100

A Salesforce _______ is similar to a table.

What is an object?

100

 A container of related metadata.

What is a package?

200

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?

200

This Version Control system needs only local files and resources to operate.

What is Git or distributed version control system?

200

This type of development shifted your source of truth from the org to your Version Control system.

What is Source-Driven Development?

200

Following Salesforce best practices, profiles should be assigned ________   access in your organization.  

What is minimum?

200

 Developer, Developer Pro, Partial Copy, and Full Copy are all types of _________.

What are sandboxes?

300

This AutoRABIT tool allows you to assign or change permission sets in Salesforce.

What is OrgScan?

300

A developer is working on a new feature. They commit their changes here before submitting a merge request (be specific).

What is a branch?

300

Where a developer would go to create a scratch org.

What is the Dev Hub?

300

What would you create if you needed to build a customized category of data under an object in Salesforce?

What is a custom field?

300

One of the benefits of SFDX is that it helped developers break apart the ______ architecture of Salesforce.

What is monolithic?

400

This developer tool is most vital to achieving continuous integration.

What is Version Control?

400

This occurs when two developers are attempting to edit the same file in Version Control.

What is a conflict?

400

An Apex script that executes before or after data manipulation language (DML) events occur.

What is an Apex Trigger?

400

This hosting option is not currently available for OrgScan, but is in the works.  

What is on-prem or self-hosted?

400

________ code is a fully featured programming language executed on Salesforce's servers.

What is Apex?

500

This AutoRABIT tool essentially operates as a CI Engine.

What is AutoRABIT ARM?

500

In a feature branching strategy, where are the actual feature branches stored?

What is your Version Control repo?

500

A scratch org will automatically delete after this many days.

What is 30 days?

500

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?

500

What DML stands for.

What is data manipulation language?

M
e
n
u