The biggest constraint that Copado faces is that it was built _________.
What is On Top of Salesforce or On-Platform?
The two types of Apex Triggers.
What are Before and After Triggers?
A type of testing that checks the connection point of your apps and validates that they are working properly as reliable inputs & outputs.
What is API Testing?
Salesforce themselves recommends that passwords be reset every ______ days.
What is 90?
This type of packaging supports branching development.
What are 2nd Generation Packages?
Copado’s ALM offering.
What is Value Stream Maps?
This native Salesforce development offering does not allow you to utilize version control.
What are Change Sets?
_______ testing ensures that the changes you just made did not impact other parts of the system.
What is Regression?
Salesforce only allows this many records to be restored at a given time.
What is 10,000?
This Salesforce feature can be assigned to purely control what data users are allowed to see.
What are Roles?
Every time there is a change to your user story, Copado creates an additional ___________, which creates waste in your version control system.
What is a Feature Branch?
The reason your Integration sandbox has updated changes made in the QA environment.
What is a back sync?
A test must be _________ and have a known outcome to be automated.
What is Repeatable?
OrgScan has _________ rules specific to scanning your users profiles & permission sets.
What is 200?
JIRA was built using _______ methodologies.
What is Agile?
Copado deployments cannot be ___________, so when multiple users trigger a deployment in the same org, they will time out.
What is Queued?
BitBucket’s parent company.
What is Atlassian?
This testing tool does not offer a built-in report generator.
What is Selenium?
Roughly the amount of plug-ins Jenkins comes with out-of-the-box.
What is 1700?
Gearset can only assist with two managed package deployments, Vlocity and ____________.
What is CPQ?
Copado acquired their testing solution from this company.
What is Qentinel?
The two types of version control are distributed and _________.
What is Centralized?
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?
The REST API is ideal for moving less than __________ records.
What is 2000?
Jenkins is a free generic automation solution that is open-source and can be installed on any OS that runs on this.
What is Java?