$100 - This new product enhances the visibility of a customer’s Salesforce DevSecOps setup and processes.
What is FlowCenter?
The fields, configurations, code, logic, page layouts, etc. that go into building the information architecture and the look and feel of your Salesforce environment.
What is Metadata/ Salesforce code?
It is best practice to primarily use these to dictate Salesforce user access.
What are Permission Sets?
This runs in system mode which means that it executes irrespective of the current user’s permissions.
What is Apex Code?
With the new release, ARM can now integrate with this ALM.
What is ServiceNow?
This ARM update assists in reducing technical debt created by unused or unnecessary branches by limiting the amount of branches that you can have at a given time.
What is Branch Retention Policy?
The movement of metadata from one environment to another.
What is a Deployment?
To enable clicks not code, Salesforce puts every object’s attributes into a giant ______.
What is XML File?
Salesforce breaks out the access settings into three buckets: object-level security, record-level security, and __________.
What is Field-level Security?
Change sets are against DevOps best practices because they cannot integrate with this tool.
What is Version Control?
This new product update allows users to access their archived data without complex data loading processes.
What is Vault Connect?
What ARM calls the feature that assists in automating the process of pushing your code into version control after it is written.
What is EZ-Commit?
Each Salesforce user can have this many profiles.
What is 1?
This popular report revealed that certain misconfigurations in the Salesforce platform can actively expose sensitive customer PII.
What is the Krebs Report?
A field in Salesforce that lets users select an option from predefined values.
What is a Picklist?
FlowCenter offers security and compliance support with SAML-based _______.
What is SSO?
What CRUD stands for.
What is Create, Read, Update, Delete?
Because Salesforce was not designed to become a development platform, specific Salesforce metadata types that can live in your sandbox environment will not be able to be saved here.
What is Version Control?
Baseline settings in Salesforce that specify which records can be accessed by which user and in which mode.
What are Organization Wide Defaults?
This type of packaging uses version control as the source of truth for your metadata.
What are 2nd Generation Packages?
This ARM product update adds a quality gate that lets users see what parent-child relationships are missing before a commit.
What is Dependency Analyzer in CI Jobs?
Being able to delete code from Salesforce is necessary, but they don't make it easy for developers. You can't make a _______ change with a change set.
What is Destructive?
Salesforce charges 30% of a company's Salesforce contract for this type of sandbox.
What is Full-Copy?
This level of security is not managed by profiles and permission sets.
What is Record-level Security?
When coding in system mode, even if a user doesn't have access to a field, an Apex class running in system mode could potentially ______ or ______ to that field.
What is Read or Write?