Copado’s version of OrgScan.
What is Copado Compliance Hub?
A release manager would approve a merge after receiving this from a developer.
What is a Pull or Merge Request?
This occurs when two developers are attempting to edit the same file in Version Control.
What is a conflict?
The two types of Apex Triggers.
What are Before and After Triggers?
An admin might build this as a place to store specific data regarding AutoRABIT employees.
What is a Custom Object?
Copado is a ____________ installed on Salesforce.
What is a Managed Package?
The reason your Integration sandbox has updated changes made in the QA environment.
What is a Back Sync?
Version Control is most vital to achieving this DevOps state.
What is Continuous Integration?
Provides a Visualforce Page with the data and business logic it needs to run.
What is an Apex Controller?
A type of testing that will run with or without developer oversight.
What is Automated Testing?
Copado’s offering that is a very basic version of their CI/CD tool.
What is Copado Essentials?
This SFDX tool allows you to commit and merge to version control, as well as create and install packages.
What is the Salesforce CLI?
An environment entirely spun up from Version Control.
What is a Scratch Org?
Apex enables developers to add business _______ to most system events.
What is Logic?
This type of packaging supports branching development.
What are 2nd Generation Packages?
This occurs when a release manager removes stories.
What is A Feature Branch is Created?
The API that extracts the structures of Salesforce and places them in other Salesforce Orgs or Version Control.
What is Metadata API?
If a development team wanted to use a tool that could accommodate centralized version control instead of Git, they might choose this version control offering.
What is Azure Repos?
This automates the flagging of a new healthcare account as “RED” before it is saved to the database.
What is an Apex Trigger?
JIRA was built using _______ methodologies.
What is Agile?
Copado cannot deploy components together and must do so in two separate stages: one for the main components and one for __________.
What is Their Dependencies?
You are a developer tasked with creating a UI available on any web application. This is the programming framework you would use.
What is Aura?
The two types of version control are distributed and _________.
What is Centralized?
These consist of user-defined methods, variables, exception types, and static initialization code.
What are Apex Classes?
A test must be _________ and have a known outcome to be automated.
What is Repeatable?