The API that extracts the structures of Salesforce and places them in other Salesforce Orgs or Version Control.
What is Metadata API?
AutoRABIT product that gives your teams complete visibility into the access levels of your Salesforce instance.
What is OrgScan?
After running regression tests, you learn some old features were affected by your new changes. What developer action would you take to revert the code back to its previous state?
What is a rollback?
What SIT stands for.
What is System Integration Testing?
These allow you to visualize the health and security of your Salesforce instance inside of CodeScan Shield.
What are dashboards?
A template or blueprint from which Apex objects are created.
What is an Apex Class?
This grants additional access to a Salesforce Profile, where more than one can be assigned.
What are Permission Sets?
You are a developer ready to merge your work into a higher branch. What is the first step you take? (hint – a release manager approves these)
What is submit a pull request?
A type of testing that determines if an application is built to the quality the business has demanded.
What is nonfunctional testing?
Bad or unnecessary code sitting in your production instance.
What is technical debt?
Like REST API, but provides more capabilities to move more complex objects between systems.
What is SOAP API?
These do not change user functionality, but set a hierarchy of access.
What are Roles?
The place a developer stores all the files and changes made to a specific project over time.
What is a repository?
The first type of testing run on code after it has been combined.
What is Integration testing?
A piece of code that needs an extra review to ensure that there are no security issues. These aren't necessarily a risk but require further inspection to verify.
What is a Hotspot?
What SOAP stands for.
What is Simple Object Access Protocol?
The level of access given to Salesforce Users out-of-the-box.
What is no access?
A type of version control where a clone of the project is stored locally and operates as a complete version control repository.
What is distributed version control (ex Git)?
Usually conducted immediately after unit tests.
What is component testing?
The current deployment options for CodeScan Shield.
What is only in the cloud?
This API allows you to create, manipulate, and search data in Salesforce by sending HTTP requests to endpoints in Salesforce.
What is REST API?
A level of access that should only be granted to Super Admins or VP’s of Salesforce.
What is Modify All Data?
A branching strategy that encourages smaller and more frequent changes.
What is Trunk-Based Development?
You are a developer tasked with running this test to check your code to make sure that it will not break anything before it is saved to version control & merged with other lines of code.
What is commit-stage testing?
You’re a developer running CodeScan and your code is flagged as a _________ because it is not following best practices.
What is code smell?