What language is used to query Salesforce for specific information?
A. Apex
B. SOQL
C. SQL
D. SOSL
Which Salesforce Formula Function can return a value based on more than two different field parameters?
A. Contains
B. Case Statement
C. Beings
D. IF Statement
If a field update for Rule1 triggers Rule2, and a field update for Rule2 triggers Rule1 ___________.
A. Loop is allowed to run 25 times within one hour. If it does not end on its own the process will be stopped by RandD.
B. The updates create a loop and the org limits for workflow time triggers per hour will likely be violated.
C. When the second trigger is saved an Imminent Loop Error message will be displayed and the workflow rule update will not save.
D. The updates create a loop and the org be blocked until the admin resolves the issue.
An admin is trying to add a custom VF page to the mobile app quick navigation menu but can't.
What might be the problem?
A. Menu hasn't been configured for VF page.
B. VF page has fields that profile can't access.
C. VF page doesn't have a tab.
What is a true statement when deleting a dashboard?
A. Deleting a dashboard also deletes the components within it. It does not delete the custom reports used by the components.
B. Deleting a dashboard does not move the dashboard to the Recycle Bin and therefore the dashboard cannot be recovered.
C. Deleting a dashboard also deletes the components within it as well as the custom reports used by the components.
D. Deleting a dashboard requires a user to first edit the components to remove the underlying reports.
Universal Containers uses a private sharing model for opportunities. This model cannot be changed due to a regional structure. A new sales operations team has been created. This team needs to perform analysis on Opportunity data, and should have read and write access to all Opportunities.
Which two are recommended solutions for the app builder to give the users appropriate access? (Choose two.)
A. Add a manual share for all opportunities with each user on the sales operations team.
B. Create a criteria-based sharing rule to share all opportunities with the sales operations private group.
C. Create a criteria-based sharing rule to share all opportunities with the sales operations public group.
D. Add a permission set with "View All" and "Modify All" opportunity permissions enabled.
You can configure access to data at all of the following levels, except __________.
A. Organization
B. Objects
C. Page layouts
D. Records
Which of these is NOT true about external objects?
A. They integrate with Salesforce APIs, Apex, Visualforce, and Chatter.
B. They can be related to other objects.
C. You can use them in formula fields.
D. They are automatically viewable in the Salesforce Mobile App.
You should use a Validation rule if __________. (Choose two.)
A. You want to improve user efficiency by limiting the number of available options in a lookup search dialog.
B. You are close to the maximum number of lookup filters allowed.
C. You want to improve user efficiency by automating filters on lookup search dialogs that your users manually set.
D. You must implement a complex business rule that requires you to use a formula. Formulas can reference fields that basic filter criteria can't reference, such as fields on the parent of the source object. Formulas can also use functions. For example, use ISNEW if the rule should only apply on record creation, or ISCHANGED if the rule should apply when a field changes.
What is true regarding the user interface for external object data? Choose 1 answer.
A. External object data can be accessed via lists views
B. External object data can be accessed via custom tabs
C. External object data can be accessed via detail pages
D. Chatter Feeds can be enabled on external object pages
E. All of the above