Salesforce Dev 401 Dumps 15
1. A customer has a requirement to filter columns in the related list. As a
developer how will you accomplish this?
a. Use the filter option in the related list section of the page layout
b. Use the filter option in the related list section of the mini page layout
c. Use the filter option in the detail page layout of the related list object
d. Build a Visualforce component with a filter to replace the related list
section of the page layout
Ans. d
2. A recruiting application has a position object that contains location,
department and other information relating to a position. We need to create a
report that is grouped by department but not by locations. What is the best
type of report a developer would choose?
a. Summary report
b. Tabular report
c. Matrix report
d. A report using Visualforce
Ans. a
3. An application was designed without considering whether requirements
for reports include dashboards. Out of the following statements which
one is TRUE?
a. The data model will support all the requirements of the application,
including reports and dashboards
b. Reports are part of the application and application design will take
care of it
c. No special considerations for reports or dashboards are required as
Salesforce can natively take care of the requirements
d. The data model and the application will not cater for reports and
dashboards
Ans. d
4. 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 lookup relationships between A,B and C
b. Create a custom report type with A, B and C, and use it in the report
c. Create a custom report with A and C fields as relationships already
exist
d. Report cannot be created
Ans. b
5. For the order management application, the developer has created a custom
object to store the product line and product combination. When creating an
order, the product line and product combination need to be consistent. What
is the best option for implementing this?
a. Use a workflow to update the product automatically based on the
product line
b. Create a validation rule using IF
c. Create a formula field to enforce the combination
d. Create a validation rule using VLOOKUP
Ans. d