You are on page 1of 1

Salesforce Admin

First Brainstorming Test Paper

1. Validate that the e-mail id is in the Format.

2. Prevents users from editing opportunity products after an opportunity is closed. Create
the validation rule on opportunity products.
3. Allows a custom field called Commit Amount to be increased but not decreased after
initial creation.
4. Validates that a custom field called Employee Count is a non-negative even number.
5. Validates that opportunity Amount is positive and no more than $10 million.
6. How to make the screen components read-only? Saswat Kumar at Learnowx
uses Salesforce Flow to streamline Sales Processes. Kumar has a requirement
to display the following logged-in user fields on a screen flow in the read-only
mode:
1. First Name
2. Last Name
3. Email
4. Mobile
7. Send an email to the contact email ID whenever a contact is created.
8. Create a flow which contains a picklist with two options (Contact and Opportunity). If the
user selects Contact then create a related contact and if the user selects Opportunity
then create an Opportunity record.
9. On account creation if annual revenue is >=10000 then create one related opportunity to
account and send email to the account owner. Also update the description field of the
account saying 'Opportunity is created'.
10. Count total contact records related to an Account when:
○ Contact is created.
○ Contact is updated to be linked with an account.
○ Contact is updated to be linked with another account.
○ Contact is deleted.

You might also like