An application that is hosted on a company's own server.
What is On-Prem?
The practice of tracking and managing changes to software metadata.
What is Version Control?
Another term for Version Control.
What is Source Control?
This automated testing tool has Salesforce-specific modules to cover your Salesforce testing needs.
What is AccelQ?
All customers should have a ______, which outlines which data & metadata should be restored first in the event of a disaster.
What is a Business Continuity/ Disaster Recovery Plan?
Another word for single-tenant.
What is Dedicated?
You have to use this to get metadata out of Salesforce.
What is the Metadata API?
This branching strategy can get complex quickly and increases the likelihood of merge conflicts.
What is Feature Branching?
This automated testing solution works best with small companies, as only one developer is able to use the application at a time.
What is Tricentis Tosca?
Customers that want to use CodeScan on-prem also have to purchase ___________.
What is Enterprise SonarQube?
Easy deployability, efficient resource usage, and reduced costs are all benefits of this cloud architecture.
What is Multi-Tenant?
When exported, Salesforce metadata is represented in _________.
What is XML Format?
This Version Control offering is rarely chosen by AutoRABIT customers and cannot be hosted on-prem.
What is AWS Code Commit?
A set of instructions to be performed on code to test that it is functioning as expected is called test ________.
What are Scripts?
Provides a Visualforce Page with the data and business logic it needs to run.
What is an APEX Controller?
Servers, storage, databases, networking, software, analytics, and intelligence offered over the internet as a means to provide faster innovation, flexible resources, and economies of scale is called __________.
What is Cloud Computing?
This format of packaging made version control the source of truth for an organization’s metadata.
What are 2nd Generation Packages?
You cannot natively connect GitLab to this ALM tool.
What is Azure Boards?
To use this automated testing tool, you have to enable “Modify All Data”.
What is Provar?
This type of test checks your entire system to make sure your application is seamlessly connected to the rest of your tech stack. These can be run against 3rd party tools as well as in-house systems.
What is SIT Testing?
This cloud storage vendor ofers the most support for hybrid cloud strategies.
What is Azure?
ARM has a ___________, which reads and re-packages XML files so that you can find and resolve conflicts quickly and cleanly.
What is a Metadata Processor?
This native Salesforce development offering does not allow you to utilize version control.
What are Change Sets?
Aside from testing new custom features being added to a company’s org, teams need to be running consistent regression testing following these triannual events.
What are Salesforce Major Releases/ Updates?
When a developer takes a copy of a project's code in version control and uses that to create a separate, new project.
What is Forking?