This version control tool offering can also provide generic CI/CD tooling.
What is GitLab?
Development tools rolled out with the Lightning platform such as App Builder, Lightning Flow, and SFDX. intended to make Salesforce development more fun, easier, and _________.
What is Faster?
Customizable rulesets in OrgScan are called ________.
What is a Policy?
__________ defines the specific CI jobs to run.
What is the CI Job Configuration?
Profiles, Permission Sets, & Roles provide increasing levels of this to users.
What is Access?
You cannot natively connect __________ to Azure Boards.
What is GitLab?
This UI framework performs well with desktop and mobile devices.
What is Aura?
Inside CodeScan Shield, there are _______, which provide a visual of the health and security of your Salesforce instance.
What are Dashboards?
This branching strategy gets you closer to achieving true CI/CD.
What is Trunk-Based Development?
This is used to distribute open-source applications to provide developers with basic functionality.
What are Unmanaged Packages?
Git is this type of version control.
What is Distributed Version Control?
This UI framework is built using code that runs in the browser.
What are Lightning Web Components?
You can set up CodeScan to abide by best practices laid out by several acclaimed security regulatory bodies. Name one.
What is OWASP/ SANS/ CWE?
These stop code from getting promoted if it is not meeting set standards.
What are Quality Gates?
An example of a ___________ could be the ability for a hacker to inject SOQL code into an area of your application because of how your code was written.
What are Security Vulnerabilities?
The two types of version control are distributed and _________.
What is Centralized?
Lightning Web Components must be coded in this environment.
What is an IDE?
Salesforce themselves recommends that passwords be reset every ______ days.
What is 90?
AutoRABIT's Data Loader Pro utilizes this API.
What is the Bulk API?
The XML _________ is a processing instruction that simply says the document is XML and tells the system how to process the file.
What is Declaration?
GitHub & GitLab are _________ communities, which allows developers from all over the world to collaborate on different code or projects.
What is Open Source?
You can develop Lightning components using Lightning Web Components or __________.
What is Aura?
This type of scan is run if you are just looking to scan your brand-new code, and not any existing code that had been previously scanned.
What are Delta Scans?
Salesforce requires at least 75% of your Salesforce code to have undergone testing before it can be released into production. This parameter is widely known as __________.
What is Code Coverage?
Salesforce best practice is to save Point & Click changes in Version Control, just like programmatic changes. Another term for Point & Click changes is called ________ changes.
What is Declarative?