Let's see whether you are on the right track to become a certified Salesforce developer. You'll find all the answers to these questions at the end of this book. Try to answer the questions without looking at the answers. You'll find the answers the Appendix:
- What is the capability of the Developer Console?
- Execute Anonymous Apex code, create/edit code, view debug logs.
- Execute Anonymous Apex code, run the REST API, create/edit code
- Execute Anonymous Apex code, create/edit code, deploy code changes.
- Execute Anonymous Apex code, run the REST API, deploy code changes.
- Suppose that a developer needs to provide a web service class for an external application. Which access modifier does the developer use to ensure the external application can consume this service?
- Private
- Public
- Protected
- Global
- Suppose that a developer needs to develop a page with the weather...