This version control offering cannot be hosted on-prem.
What is AWS Code Commit?
Represents the type of data being stored inside of Salesforce. “Email” is an example.
What is a Field?
This suite of tools released by Salesforce helped developers break up the monolithic structure of Salesforce.
What is SFDX?
This type of testing makes sure that the application is behaving as intended.
What is Functional Testing?
__________ enable you to perform custom actions before or after events to record in Salesforce such as insertions, updates or deletions.
What are Apex Triggers?
If a development team wanted to use a tool that could accommodate centralized version control as well as Git, they might choose this version control offering.
What is Azure Repos?
Salesforce is built using a ____________ security model, which means that profiles, permission sets, & roles provide increasing levels of access to users.
What is Layered?
This ALM tool is part of the Azure DevOps offering.
What is Azure Boards?
The first type of testing on code after it has been combined.
What is Integration Testing?
This type of packaging uses version control as the source of truth for your metadata.
What are 2nd Generation Packages?
This version control tool’s enterprise package is 3 times cheaper than GitHub’s.
What is Bitbucket?
An Admin should use OrgScan ____________ to ensure that their Salesforce instance is abiding by their InfoSec team’s compliance requirements.
What are Policies?
This tool allows you to create and manage scratch orgs in SFDX.
What is the Dev Hub?
Load and Stress Tests are both types of _________ tests.
What is Performance?
What SDLC stands for.
What is Software Development Life Cycle?
Git allows developers to still make commits ________, even if they are not connected to the internet.
What is Locally?
Occasionally referred to as “properties” in Salesforce.
What is a Field?
This tool’s metadata processor eases version control conflict resolution by making .XML files easier to edit, understand, and manage.
What is AutoRABIT ARM?
These test the smallest chunks of code that can be independently tested, while remaining logical.
What are Unit Tests?
This SFDX tool allows you to commit and merge to version control, as well as create and install packages.
What is the Salesforce CLI?
This version control tool has the same parent company as JIRA.
What is Bitbucket?
If I wanted to assign a user both “Manager” and “Developer” access capabilities (pre-defined in the system), what would I use to grant these?
What are Permission Sets?
The single items that make up stories in Jira are called __________.
What are Tasks?
You are a developer tasked with running this test to check your code to make sure that it will not break anything before it is saved to version control & merged with other lines of code.
What is Commit-Stage Testing?
This ALM tool allows you to see previous tasks assigned to a user in your project.
What is Azure Boards?