What is true about a custom tab?
A. It can only be included in standard applications.
B. It can be included in as many applications as desired.
C. It can only be included in one application.
D. It can only be included in custom applications.
In a data model object, A is related to B, B is related to C.
How will a developer create a report to include fields of A and C?
A. Create a custom report with A and C fields as the relationship already exists.
B. Create a custom report type with A, B and C, and use it in the report.
C. Create lookup relationships between A, B and C.
D. Report cannot be created.
Which two report formats can be used as a source report to configure a reporting snapshot? (Choose two.)
A. Summary format
B. Joined format
C. Matrix format
D. Tabular format
Universal Containers are doing a deep analysis on their monthly sales data, and would like the sales revenue split as products sold per country.
What would be the ideal report to address this need?
A. Tabular
B. Summar
C. Matric
D. Joined
You've developed some new functionality in production, but there are concurrent development projects in a developer sandbox.
What's the best way to make sure the changes in production and projects in development are both merged?
A. Simply refresh the developer sandbox.
B. Copy all of the sandbox metadata to a file system, then refresh the developer sandbox, and finally deploy all the metadata to the developer sandbox.
C. Create a new sandbox, and then deploy from your developer sandbox to the new sandbox.
D. None of the above.
Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?
A. Create sales and marketing profiles to ensure read access to different objects
B. Create roles for sales and marketing and assign a custom homepage layout for each role.
C. Create mobile navigation menus for both the sales and marketing profiles.
D. Create public groups for sales and marketing and create mobile navigation menus for each group.
Which two solutions prevent a formula field from being referenced by a Roll-Up Summary field? (Choose two.)
A. A cross-object workflow updating a field referenced by the formula field
B. A cross-object field reference in the formula field
C. The CASE() function in the formula field
D. The NOW() function in the formula field
Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC's orders. What formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?
A. BEGINS(Account.Zip_Code_r, 5)
B. TEXT(Account.Zip_Code_c, 5)
C. LEFT(Account.Zip_Code_c, 5)
D. LPAD(Account.Zip_Code__r, 5)