DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Salesforce ARC-202 Exam Sample Questions | SPOTO

SPOTO's latest exam dumps on the homepage, with a 100% pass rate! SPOTO delivers authentic Cisco CCNA, CCNP study materials, CCIE Lab solutions, PMP, CISA, CISM, AWS, and Palo Alto exam dumps. Our comprehensive study materials are meticulously aligned with the latest exam objectives. With a proven track record, we have enabled thousands of candidates worldwide to pass their IT certifications on their first attempt. Over the past 20+ years, SPOTO has successfully placed numerous IT professionals in Fortune 500 companies.
Take other online exams

Question #1
Universal Containers (UC) has Affiliates who sell containers in countries where UC does not have a local office. UC has leveraged the Partner Community to manage the sales cycle. One of their affiliates has exponentially grown in the last years and restructured its internal sales team with the following structure: Sales VP ...> Direct of sales ..> Sales Manager ..> Sales Reps What is the main problem a Salesforce Architect will face to provide a solution?
A. Super User does not work in Partner Community
B. Partner User Roles are limited to three levels
C. The Channel manager Role can not be shared with Partner Community
D. Partner Community does not support Role Hierarchy
View answer
Correct Answer: B
Question #2
Which two options can help mitigate the risks of import failures associated with large-volume bulk data loads?Choose 2 answers.
A. Minimize user group hierarchy
B. Defer Sharing Calculation
C. Increase batch size
D. Group records by ParentID within a batch
View answer
Correct Answer: BD
Question #3
Universal Containers has the following requirements:1.The Commercial Account and Consumer Account support departments should not collaborate. 2.The Commercial and Consumer sales users roll up to the same VP of Sales, but there should be no collaboration between sales departments. 3.The Commercial sales department should share its customers with the Commercial support department. 4.The Consumer sales department shares its customers with the Consumer support department. 5.The Commercial and Consumer support d
A. Private Account Sharing with Sharing Rules from Commercial Sales Role(s) to Consumer Support Role(s) and Consumer Sales Role(s) to Commercial Support Role(s)
B. Private Account Sharing with Sharing Rules from Commercial support Role(s) to Commercial Support Role(s) and Consumer Sales Role(s) to Consumer Support Role(s)
C. Read-Only Account Sharing with Sharing Rules from Commercial Sales Role(s) to Consumer Support Group(s) and Consumer Sales Role(s) to Commercial Support Groups(s)
D. Private Account Sharing with Sharing Rules from Commercial Sales Group(s) to Commercial Support Groups(s) and Consumer Sales Group(s) to Consumer Support Group(s)
View answer
Correct Answer: D
Question #4
Universal containers (UC) service reps are assigned to a profile which has ''View All'' in Case object..to make sure service reps have access to all relevant information to attend to customer requests, which Architect consider?Choose 2 answers
A. Service reps will be able to access to Contact records if they are Controlled by Parent
B. Service reps will be able to access to Contact records due to Implicit Sharing
C. Service reps will NOT able to access to Contact records because Account OWD is private
D. Service reps will NOT able to access to Contact records if they are controlled by Parent
View answer
Correct Answer: A
Question #5
Which two options can help mitigate the risks of import failures associated with large- volume bulk data loads?Choose 2 answers.
A. Minimize user group hierarchy
B. Defer Sharing Calculation
C. Increase batch size
D. Group records by ParentID within a batch
View answer
Correct Answer: BD
Question #6
Which two are potential vulnerabilities in the following code snippet? public class SOQLController { public String name { get { return name;} set {name=value;} } public PageReference query() { String qryString='SELECT Id FROM Contact WHERE '+ '(IsDeleted = false and Name like \'%' + name + '%\'}'; queryResult = Database.query(qryString); retunr null; } } Choose 2 answers
A. FLS check
B. SOQL Injection
C. Data Access Control
D. Arbitrary Redirects
View answer
Correct Answer: BC
Question #7
Universal Containers (UC) sales managers are complaining that they cannot access their teams' Shipment records (a custom object). Initially, the admin suggested that this is happening due to a misconfigured Role Hierarchy (Shipment organization-wide default is Private). After investigation, they determined the Role Hierarchy for these users is correct.What is the reason why UC sales managers are unable to see shipment records?
A. The Role Hierarchy implicit sharing was incorrectly disabled by the admin
B. The Ownership-based sharing rule for Shipment was incorrectly disabled by the admin
C. The Grant Access Using Hierarchies option on Shipment Sharing Settings was incorrectly disabled by the admin
View answer
Correct Answer: C
Question #8
Universal Containers (UC) has 200 distributors that use Partner Community licenses. Partners cannot see each other's data, but UC is also trying to give more visibility to data for certain individuals at a distributor. Which scalable option give users in the partner manager role access to all case and container records for partner users at the same distributor?
A. Create an ownership based sharing rule
B. Give Super User permission to the individual partner manager users
C. Create sharing sets
View answer
Correct Answer: B
Question #9
To grant Universal Containers sales managers access to shipment records properly it was necessarily to the IT Team is worried about improper access to records. Which two features and best practices should a Salesforce architect recommended to mitigate the risk?
A. USe isShareable keyword in Apex classes to assure record visibility will be followed
B. Use runAs system method in test classes to test using different users and profiles
C. Use With Sharing keyword in Apex classes to assure record visibility will be followed
D. User isAccessable keyword Apex classes to assure recor visibility will be followed
View answer
Correct Answer: CD
Question #10
Universal Containers has the following requirements: A custom Loan object requires Org-Wide Defaults set to Private. The owner of the Loan record will be the Loan Origination Officer. The Loan record must be shared with a specific Underwriter on a loan-by-loan basis. The Underwriters should only see the Loan records for which they are assigned. What should the Architect recommend to meet these requirements?
A. Use criteria-based sharing rules to share the Loan object with the Underwriter based upon the criteria defined in the criteria-based sharing
B. Create a lookup relationship from the Loan object to the User object
C. Create a master-detail relationship from the Loan to the User object
D. Create an Apex Sharing Reason on the Loan object that shares the Loan with the Underwriter based upon the criteria defined in the Sharing Reason
View answer
Correct Answer: B
Question #11
Universal Containers would like to restrict users' access to export reports What option supports this requirement?
A. Remove the "Report Manager" user permission
B. Remove the Export button from the report page layout
C. Remove "Allow Export" on the report folder settings
D. Remove the "Export Reports" profile permission
View answer
Correct Answer: D
Question #12
Universal Containers has a custom Job object with a private sharing model. Based on the size and location of the Job, different teams must have access to edit the specific Job record. To support this requirement, Apex Managed Sharing has been implemented to share records with the required users. Since the teams change frequently, managed sharing recalculations need to be manually run frequently. What can the Architect do to optimize this process?
A. Change the sharing model on the Job object to Public Read/Write
B. Create a scheduled job to automatically run the sharing recalculations on a nightly basis
C. Create public groups for each team, and share the jobs with the groups instead of users
D. Create a custom Visualforce page to edit the jobs and specify Without Sharing on the controller
View answer
Correct Answer: C
Question #13
Which two reasons should the Architect consider regarding the use of Apex Sharing Reasons? Choose 2 answers
A. Ensuring the developer can more easily troubleshoot programmatic sharing
B. Ensuring the Share record is not deleted upon ownership change
C. Ensuring the Share record is deleted upon ownership change
D. Ensuring there is additional criteria available for Criteria-Based Sharing
View answer
Correct Answer: AB
Question #14
Sales reps at Universal Containers (UC) complain about the manual activities they need to perform in order to grant access to supporting internal users (legal, engineering, finance, and so forth) for customer records when they need help. In general, the sales reps involved in the deals will not change. How can a Salesforce architect help IK to Improve sales reps productivity?
A. Create a permission set with "view all data" and assign to supporting users
B. Create a public group and replace the account ownership with it
C. Create a criteria - based sharing rule to grant access to other users
D. Leverage default Account team
View answer
Correct Answer: CD
Question #15
Ursa Major Solar has the following requirements: It maintains Product information in a Custom Object that contains highly-sensitive, proprietary information regarding patents. The user who owns the record and all users in the Development profile are the only users who should be able to view and edit Product records. Which three platform sharing tools are required to support the above requirements? (Choose three.)
A. “Modify All” permission for Product Object on the Development Profile
B. “View All Data” profile permission on the Development Profile
C. Criteria-Based sharing rule for the Development Profile on the Product Object
D. Organization-Wide Default sharing setting of Private on the Product Object
E. Grant Access Using Hierarchy sharing setting on the Product Object set to false
View answer
Correct Answer: ADE
Question #16
A banking company uses and VIP Flag in the Contact Object that they want only Private Banking Reps to see. Which approach is recommended to meet this requirement?
A. Set the Field Level Security for the VIP Flag field so that it is visible to Private Banking Rep Profile
B. Define a page layout for Contact Object and add the VIP Flag field for that layout
C. Change the type of VIP Flag field to a picklist, define a new record type for the Contact Object and make the picklist field available for Editing
View answer
Correct Answer: A
Question #17
The Architect notices that there are many duplicate Account records and numerous sharing rules created in Salesforce. What would be the reason?
A. The Organization-Wide Default for the Account object is Private
B. The Organization-Wide Default for the Account object is Public Read/Write
C. The Organization-Wide Default for the Account object is Public Read-Only
D. The Object permissions for the Account object are Create, Read, and Edit
View answer
Correct Answer: A
Question #18
Universal Containers has a private sharing model on Accounts. Apex Managed Sharing is required to share certain account records with all users who are assigned to a specific Role in the Role Hierarchy. What should be the recommended way for the Architect to implement this?
A. Create an AccountShare record associated to a public group containing the Users in the Role
B. Create an AccountShare record associated to each user who is assigned to the Role
C. Create an AccountShare record associated to the required Role
D. Create an AccountShare record associated to a public group containing the Role
View answer
Correct Answer: A
Question #19
Which two access grants are stored in the Group Maintenance tables? Choose 2 answers
A. Inherited access grants
B. Explicit grants
C. Group Membership grants
D. Implicit grants
View answer
Correct Answer: AC
Question #20
The System Administrator at Universal Containers has created two list views called ListV1 and ListV2. One group of users should only see ListV1 and the second group of users should only see ListV2. Two public groups were created to restrict visibility to the respective list views. However, users in both groups are able to see both list views. What system permission in their profile enabled the users to see all list views?
A. Manage Custom List Views
B. Manage Private List Views
C. Manage Public List Views
D. Manage Custom Permissions
View answer
Correct Answer: C
Question #21
At Universal Containers, users should only see Accounts they or their subordinates own. All Accounts with the custom field "Kay Customer" should be visible to all Senior Account Managers. There is a custom field on the Account record that contains sensitive information and should be hidden from all users, except 3 designated users who require view and edit access. These three users come from different user groups, and will change occasionally. Which three platform security features are required to support t
A. Criteria-Based Sharing Rules
B. Owner-Based Sharing Rules
C. Role Hierarchy
D. Apex Managed Sharing
E. Permission Sets
View answer
Correct Answer: ACE
Question #22
Besides their own team accounts, sales managers at Universal Containers need to have READ access to all accounts of the same segment in other countries. Role hierarchy was implemented accordingly (based on countries), but a sales manager in the US is complaining that he cannot view account records of the same segment in Canada.What should be done to grant access in a proper way?
A. Create an owner-based sharing rule to grant access to account records that have the same segment to all sales manager roles
B. Change the role hierarchy and put all of the sales managers in the US and Canada in the same role
C. Create criteria-based sharing rules to grant access to account records that have the same segment to all sales manager roles
D. Create a public group and include all accounts of the same segment and grant access through a permission set
A. Owner-Based Sharing RulesAn owner-based sharing rule opens access to records owned by certain users
View answer
Correct Answer: A
Question #23
By Viewer Access you can see the data in a report or dashboard, but you can't make any changes, except by cloning it into a new report or dashboard.
A. True
B. False
View answer
Correct Answer: A
Question #24
The Architect at Universal Containers has created a List View to show all open Opportunities that were created in the last month, and would like to make this list view visible to certain groups of users. Which two options are available to the Architect for sharing the List View?
A. Public Groups
B. Profiles
C. Roles and Subordinates
D. Manual Sharing
View answer
Correct Answer: AC
Question #25
Universal Containers has created a custom object to store highly confidential client relationship data with Private sharing settings. Which two options would an Architect choose to ensure access only to the record owner and the administrator? Choose 2 answers.
A. Disable "Grant Access Using Hierarchies
B. Disable the "Create" permission on all other profiles
C. Disable the "Read" permission on all other profiles
D. Disable the "View All" permission on all other profiles
View answer
Correct Answer: AD
Question #26
Universal Container has a set of Account management users that should only see accounts once the account becomes a customer. The type field on the Account identifies whether the account is a prospect, customer, partner, or other. Which two methods could an Architect use to enable this sharing requirement, assuming a private sharing model for accounts? Choose two:
A. Create a public list view, where accounts of type customer are included and share the list view with account management public group
B. Institute a business process that calls for the account manager to be added to the account team once the account becomes a customer
C. Create an account sharing rule that shares all accounts owned by sales to be shared with account management roles and subordinates
D. Create a criteria-based sharing rule that shares the account to the account management group when the type is customer
View answer
Correct Answer: BD
Question #27
Universal Containers has the following Sharing Settings for their Org:Account = Private Contact = Controlled by Parent Opportunity = Private Case = Private They have enabled "Default Account Teams" and have trained users to set up their Default Team.Which three access levels can be set on the Account Team Member? Choose 3 answers
A. Opportunity Access
B. Case Access
C. Contact Access
D. Contract Access
E. Account Access
View answer
Correct Answer: ABE
Question #28
Universal Containers has a Private Sharing Model and restrictive data access settings in place. The data governance team is planning to deploy a master data management tool that will need write access to all system data, and the Architect has been asked to prepare a Data Governance User Profile that has full access to all data regardless of Sharing and CRUD Settings. What is the optimal way to enable this requirement?
A. Ensure the profile has the "Modify All Data permission enabled
B. Create a Sharing Rule for required Objects, on an API Only profile
C. Create an All Data Access app as a default for this Profile
D. Enable the "Edit Read -Only Fields" permission for this Profile
View answer
Correct Answer: A
Question #29
Universal Containers has just deployed a change to its role hierarchy. A manager is reporting that their staff can now see Accounts that they do not own and should not have access to. How should the Architect troubleshoot?
A. While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts
B. While logged in as the one of the Staff members, navigate to a sample account and use the Sharing button to determine who has access
C. While logged in as the one of the Staff members, navigate to their user record and inspect their profile and role membership
D. While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts
View answer
Correct Answer: B
Question #30
Sales Operations at Universal Containers (UC) has created Public Report and Dashboard folders for sales managers that report to the VP of Sales. Sales Operations currently spends a few hours each month updating users that should have access to edit items in these folders. In which two ways can UC grant access to sales managers to automate access to these Reports and Dashboards folders? (Choose two.)
A. Share the folders with the “VP of Sales” Role and Subordinates
B. Share the folders lowest roles in the Role Hierarchy, superiors will get access automatically
C. Share the folders with a “Sales Managers” Public Group
D. Share the folders with the “Sales Managers” Queue
View answer
Correct Answer: AC

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: