Wednesday, March 11, 2015

Salesforce.com Advanced Adminstrator Sample Questions - Part 2

Click here to view Part 1 of  Salesforce.com Advanced Administrator Sample Questions

Q1. Tele business manager at SFDC 123 Inc. would like to have “Reason” pick list field required every time Lead pick list value “closed not converted” is selected.

a)     Create a validation rule with the following formula: AND ( reason_c ='', OR( ISPICKVAL( lead_status , "closed not converted")

b)     Create a workflow rule with the following formula: AND ( reason_c ='', OR( ISPICKVAL( lead_status , "closed not converted")

c)     Create a workflow rule with the following formula: AND(ISCHANGED( reason_c ='', OR( ISPICKVAL( lead_status , "closed not converted")

d)     Create a validation rule with the following formula: AND(ISCHANGED( reason_c ='', OR( ISPICKVAL( lead_status , "closed not converted")

 
Q2. What types of schedules your organization can use? Select 3

a)    Quantity Schedule
b)    Revenue Schedule
c)    Revenue and Quantity Schedule
d)    Product Schedule
e)    List Schedule

Q3. A User is trying to execute a transaction which fails more than one times. How would you troubleshoot this issue?

a)    Check User Profile
b)    Debug Log
c)     Setup audit trail
d)    SOQL Query

Q4. The lead status pick list fields have been changed on the marketing page layout. Related list section have been moved, field help text has been modified. How would you find out who made the changes?

a)    Check login history
b)    Debug Log
c)     View Setup audit trail
d)    SOQL Query

Q5. Support director has come to you with a request that he is interested in pulling bugs data on quarterly basis. How can you help the director? Choose 2 answers?

a)    Use the “Object Export”
b)    Use Data Exporter
c)     Data Export
d)    Use Data Loader

Q6. A tele business user would like to have a report on accounts that have closed won opportunities.

How can this requirement be met?

a)    Create a Joined report
b)    Create a Tabular Report using cross filter
c)     Create a custom report
d)    Create a Summary report

No comments:

Post a Comment