Home Uncategorized User Interface Scenario Questions

User Interface Scenario Questions

1. Recruiting application has a Position object that contains location, department and other information relating to a position. A report needs to customize that is grouped by department but not on locations. What is the best type of report would a developer choose? Choose the Right answer
a) Summary Report
b) Tabular Report
c) Matrix Report
d) A report using visual force

2. 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. Choose the Right Answer.
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
3. Yes or No – Assume the Organization Wide default sharing is set to private for
all objects and no sharing rules have been created. You have two users in the
Sales Rep Role, can they view each other’s data?
a) Yes
b) No
4. Manager is above the role hierarchy and wants to share some of the account records with his team mates/sub-ordinates. What do you do to achieve this functionality? Select 2 choices:
a) Update dashboard folder.
b) Update dashboard running user.
c) Update report folder.
d) Update report running user.

5. There is a position object and candidate’s custom objects. The user wants to see the top 10 positions with the largest number of candidates/job applications associated with it. Which type of dashboard would you use
a) Metric
b) Gauge
c) Table
d) Chart

6. There is a position object and a salary component object. Sensitive information will be entered in the salary object. All users should be able to see all the positions but only few users should be able to see the salary details. How would you achieve this
a) Give positions as public read only and salary as private
b) Give positions as public read only and salary as public read only
c) Give positions as private and salary as public read only
d) Give positions as private and salary as private

7. 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. Choose the Right Answer?
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

8. Universal Containers tracks interview scores in Review object. Review score is tracked in numerical format and are restricted to 1-5 and displayed as Radio buttons. How developer must meet this requirement?
a) Create VF component to display interview score as a set of radio button
b) Create a formula field that displays interview score as radio buttons
c) Create interview score as picklist and display them as radio buttons on page layout
d) Create interview score field with data type of radio button

9. A person, who does not have “View Encrypted Data” permission, will see the field with masked characters. Assuming the field is in the page layout, what happens if he clicks Edit button & tries to edit the value?
a) The field will not appear in the Edit Layout
b) The user will see only masked characters, but can enter a new value and save it.
c) It will throw an error on changing that field & when he saves
d) He can see the original value & he can save it.
10. In a custom recruiting application, position & candidate are stored in separate custom object. When looking at the detail of position record, a hiring manager needs to see a list of recommended candidate based on matching job skills, instead of all candidates. How a developer could meet this requirement.
a) Lookup
b) Dashboard
c) candidate related list
d) Inline VF

11. Visual Mechanism for determining review scores in reports. Score range from 1 – 10.
Records having scores that are greater than 8 — Highlight them in green
Records having scores that are less than 4 – Highlight them in red
How a developer meet this requirement?
a) Use Chart
b) Use Custom Summary formula
c) Use Matrix Report
d) Use Conditional Highlighting

12. A group of executives has requested a convenient way to see daily metrics without having to log in to Salesforce. How would a developer accomplish this goal?

a) The users’ home page layouts to include a dashboard.
b) Create a Workflow rule that sends a link to the dashboard in an email.
c) Schedule the dashboard for daily refresh and email distribution.
d) Create a series of daily recurring events providing the dashboard link

13. There is a email field on positions object, User A should be able to see Email field but User B should not able to see the email field
a) For User B made the field as visible using profiles
b) For User B made the field as invisible using FLS
c) For User B made the field as visible using Validation Rules
d) For User B made the field as visible using OWD

You may also like

Leave a Comment