Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONaraw araw ay pasko

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
araw araw ay pasko

Description:
araw araw ay pasko

Author:
TrafalgarDLaw
(Other tests from this author)

Creation Date:
20/09/2023

Category:
Entertainment

Number of questions: 184
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Universal Containers maintains Job information in a Custom Object that contains sensitive information. The only users who should be able to view and edit Job records are the user who owns the record and all users in the Delivery profile. Which three platform sharing tools are required to support the above requirements? Choose 3 answers. Grant access Using Hierarchy sharing setting on the Job Object set to false. “Modify All” permission for Job Object on the Delivery Profile. Criteria-Based sharing rule for the Delivery Profile on the Job Object. Organization-Wide Default sharing setting of Private on the Job Object. “View All Data” profile permission on the Delivery Profile.
Universal Containers has requirement for the Architect to develop Apex Managed Sharing code for the custom Job object. The sharing settings for the Job object are set to Private. When assigning access level for the record, which two lines of code will cause a DML exception on insert to the database? Choose 2 answers Objectname.AccessLevel=’Edit’ Objectname.AccessLevel=’All’ Objectname.AccessLevel=’None’ Objectname.AccessLevel=’Read’.
Which two options are available to share a Report or Dashboard folder with other users in the Organization? Choose 2 answers Profiles Public Groups Roles Teams.
Universal Containers has Public Read Only sharing settings on the Opportunity object. What Opportunity access options can the user see while adding account team members to the Account? Read Only Private and Read Only Private Read Only and Read/Write.
Universal Containers has implemented a community for its customers using the Customer Community sense type. They have implemented a custom object to store service requests that has a look up to the account record. The Organization Wide Default External Access for the service request object is set to Private. Universal Containers wants their customers to be able to see service requests for their account through the community Customers should not see service requests for other accounts. What Salesforce feature can the Architect use to implement this? Use manual sharing to share the service requests manually when a new community user is added. Use a Sharing Set to share service requests related to the account based on the community user’s profile. Use a Sharing Rule to share service requests to the community user based on their role. Use Apex Managed Sharing to share service requests related to the account to the appropriate community users.
Universal Health is planning to store patient notes in Salesforce. Patient notes consist of long text notes taken by a use to document phone calls with a patient. A date audit has identified that these notes can contain Personally Identifiable Information (PII) and Personal Health Information (PHI). The regulatory requirements state that this data must be encrypted at rest as well as in transit. What should the Architect do in order to make sure Universal Health stays compliant? No action is required; all Salesforce data is encrypted at rest as part of Salesforce’s standard trust measures. Enable Salesforce Shield Platform Data Encryption and mark the patient notes field as encrypted. Create a new Custom Field of type “Text (Encrypted)” and move the patient notes data into the new field. Use an Apex trigger and the Apex Crypto class to encrypt patient notes as soon as they are saved to Salesforce.
A Visualforce controller has a requirement to be written with “Without Sharing” at the top level; however, certain methods within the page still need to enforce the user permissions for creating records and accessing certain fields. Which two methods below would be used to enforce this requirements? Choose 2 answers. Schema.DescribeFieldResult Schema.getGlobalDescribe UserInfo.getProfileID Schema.DescribeSObjectResult.
Below are some details regarding the organization at Universal containers: 1. Richard and Kevin are the east sales reps and their manager is Karen the East sales executive. 2. Sam and Wilder are West sales reps and the manager is Wendy, the West sales executive. 3. Bob is the CEO and managers both Karen and Wendy Universal containers role hierarchy follows their management structure. Richard owns an account, NewCompany, and Kevin owns an account, OldCompany. Karen manually shared her account NewWorld with Kevin. However, she has moved to a new role to lead all Named Accounts, and Phil, who replaced her, is the new owner of NewWorld. Which employees will have access to the NewWorld account? Bob and Phil Bob, Richard, Phil and Kevin Bob, Karen and Kevin Bob, Phil and Kevin.
Universal Containers has set Opportunity Sharing to Private with Opportunity Teams enabled. Which three options can change the Owner of the Opportunity? Choose 3 answers. Any Opportunity Team Member on the current Opportunity. The current Opportunity Owner can transfer the current ownership. The System Administrator or a user with the “Transfer Records” permission. The user specified as the Manager on the Owner’s User Profile. Someone above the Opportunity Owner in the Role Hierarchy.
Which two settings are available in profiles, but not permission sets? Choose 2 answers. Tab Settings Record Types Page Layout Assignments Login Hours.
Which two reasons should the Architect consider regarding the use of Apex Sharing Reasons? Choose 2 answers Ensuring the developer can more easily troubleshoot programmatic sharing. Ensuring the Share record is not deleted upon ownership change. Ensuring the Share record is deleted upon ownership change. Ensuring there is additional criteria available for Criteria-Based Sharing.
What feature in Salesforce is needed to restrict access to a custom object that has Public Read/Write access? Role Hierarchy Record Type Page Layout Profile.
What is the best practice for testing sharing and visibility changes? Use Administrative and User reports to view the Active Users. Use the Login As feature for a sample user in each role and profile. Use Field Audit Trail to audit the field meta-data and visibility. Use the Sharing button to test Profile and Permission set changes.
Universal Containers would like to customize the security and sharing features of Salesforce Account Teams. They have decided to implement a Custom Account Team object. They would like the new enhancement to include all of the features of the existing account team, but also utilize Apex and Visualforce on the custom Account Team object . Which two different approaches should the Architect consider when designing this enhancement? Choose 2 answers The need to synchronize the AccountTeamMember object with the Custom Account Team object data. The need to maintain the Account_share object based upon the Custom Account Team object data. The need to dynamically create Criteria-Based Sharing rules with Custom Account Team object data. The need to customize Account screens in Visualforce, as the Account_share object cannot be maintained programmatically.
Universal Containers has recently implemented an integration that is populating 50 custom fields on the account object. They would like these fields to be available to Managers for reporting but do not want them to clutter the page layouts. What should the Architect recommend as a solution? Add the fields to the Managers’ Account Page Layout; mark the page layout section as Collapsed. Grant the Managers access to the fields using a Role-Based Sharing Rule; leave them hidden on the page layout. Add the fields to a Custom Report; grant the Managers’ Role access to the report folder. Grant Managers access to the fields using Field-Level Security; do not add them to a page layout.
Universal Containers would like to restrict users’ access to export reports. What option supports this requirement? Remove the “Report Manager” user permission. Remove the Export button from the report page layout. Remove “Allow Export” on the report folder settings. Remove the “Export Reports” profile permission.
Universal Containers, a global corporation of 50,000 users, has a 24×7 call center operated by 20,000 users that includes employees and contractors. Their sales organization is 10,000 strong and they started processing about 100,000 updates to opportunity custom fields called Priority and NextStep. They also started processing 20,000 updates to a highly nested territory hierarchy. There was a third mass update on a Next Step field on the Action Plan custom object that has Case as a lookup field. Users started seeing a Group membership lock error in the system. What is a probable cause for this error? Lock contention due to system-initiated sharing rule recalculation Lock contention on Case records because of Action Plan custom object updates. Lock contention on Territory object because of Territory object updates. Lock contention on Account records because of Opportunity object updates.
Universal Containers 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 2 answers. Institute a process that calls for the Account Manager to be added to the Account Team once the Account becomes a customer. Create an Account Sharing Rule that shares all Accounts owned by Sales to be shared with Account Management roles and subordinates. Create a Public List View, where Accounts of Type Customer are included and share the List view with the Account Management public group. Create a Criteria-based Sharing rule that shares the Account to the Account Management Group when the Type is Customer.
Universal Containers has set the Org-Wide Sharing Default for Accounts to Private and has created some sharing rules to extend access based on certain data access policies. An architect has been asked to review access to a certain set of key customer accounts. How might this review be conducted? Export the Account Share table and review. Run a Report on Sharing in the Admin Console. Log in as each user and Run the All Accounts List View. Use the Sharing button on each customer Account.
Universal Containers is updating its Organization-Wide Sharing Settings for the Account Object from a “Public Read/Write” model to a “Private” model, so that they can hide certain national accounts from sales reps and sales managers. These national accounts should only be accessible by sales directors and above. Universal Container’s Role Hierarchy matches its organizational hierarchy. Which two options should the Architect consider when designing the solution? Choose 2 answers Sales directors will need a sharing rule created so that they can see accounts owned by Sales Users. National accounts must be owned by a user who is above the sales managers in the Role Hierarchy. Apex managed sharing will have to be disabled for the account object to protect the national accounts. If a sales rep is added to the Opportunity Team for a national account, they will gain access to account data.
Universal Containers has created a custom Sales Operations profile with read and edit access to the Category field on a custom object. There is a new requirement that 3 of the 100 users assigned to the Sales Operations Profile should have read-only access to the Category field. How can the Architect support this request? Create a permission set in the Category field to read-only and assign it to the users. Create a new profile without edit access to Category and assign it to the users. Create a new page layout with the Category Field set to read-only for these users. Create a custom permission to grant read-only access to Category and assign it to the users.
Universal Containers has a custom object, Employee Review, with an Organization-Wide Default security setting of Private. A user lookup on the Employee Review object is populated when a reviewer is assigned to perform a review. How can this user be granted edit access to the record if they are not the owner? The user will be granted access to the record automatically when the user lookup is populated. Create a workflow rule to share the Employee Review record with the user in the lookup field. Create an Apex trigger to insert an Employee Review Share record with an access level of Edit. Create a criteria-based sharing rule to share the record with the user in the lookup field.
Universal Containers is designing a new community using the Customer Community license type. They would like to have the users complete survey questions through the community interface and store the responses in a Custom Object that has a lookup to the account object. Any internal user who has access to the account should be able to see all survey responses. All Customer Community users should be able to see surveys filled in by other users for their company, but not surveys for other companies. What are the correct security settings to achieve this? Set all Organization-Wide Default settings to be “Public Read/Write” for both internal and external users. Set all Organization-Wide Default security to be “Private” for both internal and external users and use Sharing Rules to grant the desired access Set all Organization-Wide Default security to be “Public Read/Write” for internal users and “Private” for external users. Set the custom object to be master-detail to the Account and leave the Organization-Wide Default settings as their default values.
Universal Containers is a fast-growing company that sells containers globally. It has thousands of dealerships throughout the world where local dealers service Containers sold locally. They recently opened two dealerships in California: NorthCal and SoCal. Universal Containers implemented a new partner community to enable their dealers. Each dealership has a dealer Manager who has all service agents report into them. Assuming a private sharing model, what is the best option to enable dealer managers to have visibility to customer cases within their dealership and not across all dealerships? Create sharing groups that share all cases to all agents under the Dealer manager. Create a batch job that creates sharing rules as needed, based on the cases created. Build a trigger that create manual sharing of cases as needed whenever a new case is created. No changes are needed to the sharing and visibility model to implement this requirement.
Universal Containers uses the Case object to track service tickets. They have implemented Case teams to allow multiple support representatives to manage the Cases. Which two “Filter by owner” options would the user see while creating a list view on the Case object? Choose 2 answers Public Groups Roles Queue My Case Teams.
Universal Containers has successfully implemented a large Service Cloud rollout for their national call center 3 months ago. One of their largest customer accounts, United Automotive, has over 15,000 open cases. Agents are now having trouble opening new cases for United Automotive. When they try to create a case, the following Error messages appear for them UNABLE_TO_LOCK_ROW They notice that this only occurs for the United Automotive account. If they try to save the case again it will usually work, but the problem seems to be happening more and more often. What option should the Architect recommend? Review the Account structure to split the United Automotive account into multiple branch accounts. Review the Customer Service Profile to ensure that they have Read/Write access to the appropriate Case and Account Fields. Review all Case Sharing Rules and consolidate where appropriate to reduce the total number of sharing rules. Review all Account sharing rules to ensure that the Customer Service team has Read/Write access to the United Automotive Account.
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? Ensure the profile has the “Modify All Data permission enabled Create a Sharing Rule for required Objects, on an API Only profile Create an All Data Access app as a default for this Profile. Enable the “Edit Read -Only Fields” permission for this Profile.
Universal Containers has the following requirements: * The Commercial Account and Consumer Account support departments should not collaborate. * The Commercial and Consumer sales users roll up to the same VP of Sales, but there should be no collaboration between sales departments. * The Commercial sales department should share its customers with the Commercial support department. * The Consumer sales department shares its customers with the Consumer support department. * The Commercial and Consumer support departments roll up to the same Support Director. * The sales departments will remain the Account Owner for the Accounts that they sell to. What is the recommended Org-Wide Sharing Default for Accounts, and how would the Architect enable proper Commercial and Consumer Sales to Support Account Sharing for this scenario? 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). 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). 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). 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).
How should the Architect ensure that OBJECT-LEVEL SECURITY is enforce within a custom Visualforce application that was a standard Apex controller on the Lead object? Use the runAs() method to enforce user permissions in the Apex controller. Use the Schema.DescribeSObjectResultisAccessible() method in the Apex controller. Use the {!$ObjectType.lead.accessible} expression within the Visualforce page. Use the “With Sharing” keyword when defining the Visualforce page.
Which features does Salesforce provide for restricting login access to the application? Choose 2 answers. Profile-based login hour restrictions Role-based IP restrictions Organization-wide login hour restrictions Profile-based IP restrictions.
Which two access grants are stored in the Group Maintenance tables? Choose 2 answers Inherited access grants Explicit grants Group Membership grants Implicit grants.
Universal Containers has created a Reimbursement Custom Object to capture requests for reimbursement of expenses related to office supplies. The Reimbursement requests are sometimes sensitive and the Team Leads should not have access to the Reimbursement records submitted by the Users in the Call Center Agent role. The Director of Support will require access to all Reimbursement records. The role hierarchy is set as follows: Call Center Agent role reports to Team Lead role, which Reports to the Director of Support. Which steps would the Architect take to ensure proper sharing in this Role Hierarchy structure assuming Private Sharing Setting for the Reimbursement Object? Leave the Reimbursement Object in “Deployed” Status and set the Director of Supports Profile to “View All” in the object permissions. Use an Approval Process to change the owner of the Reimbursement record upon submission to the Director of Support Disable Grant Access Using Hierarchies for the Object and create a Sharing Rule to enable sharing to the Director of Support The sharing scenario described will occur without any special configuration choices being made by the Architect.
In order to comply with Regulatory Requirements, Universal Containers must store sensitive customer information on-premise. Universal Containers would like this on-premise information to be accessible from Salesforce. What technology can Universal Containers use to achieve this? Implement a third-party tokenization service. Implement an on-premise database. Implement a third-party proxy server. Implement the Salesforce Shield toolkit.
Universal Containers would like to track defects within Salesforce. A defect need to have the following fields: • Severity • Type • Status • Description There will be multiple Defects related to the standard Case object. Defects will be assigned to different owners which will often be different to the Case owner. Which option should the Architect choose to meet the requirement? Create a relationship between the standard defect object and the standard case object. Create a custom object for defects and relate it to cases using lookup Create all defect fields on the case object to track the defect and lookup. Create a custom object for defects and relate it to cases using master -detail.
Universal Containers has implemented a strict software architecture for their custom Apex code. One of the requirements is that all SOQL queries are contained within reusable classes. Depending on the context of the Apex transaction, the queries should be able to run either “With Sharing” or “Without Sharing”. Which two ways allow the Architect to meet these requirements? Choose 2 answers. Create a reusable SOQLQueries class; do not specify “With” or “Without Sharing” on the SOQLQueries class. Create a reusable SOQLQueries class; do not specify “With” or “Without Sharing” on the SOQLQueries class and use the runAs() method to dynamically set the context. Create a reusable SOQLQueries class; specify “With Sharing” on the methods that require user context and “Without Sharing” on the methods requiring system context. Create a SystemSOQLQueries class and a UserSOQLQueries class; set the “With Sharing” keyword on the User SOQLQueries class and “Without Sharing” on the SystemSOQLQueries class.
Universal Containers has recently activated an integration that synchronizes customer information and orders into their CRM of choice: Salesforce.com. One of their largest customers, United Air, has over 12,000 unique contacts. Since the integration was activated, sales reps are having trouble adding contacts to the United Air account. When a sales rep adds a contact, they get the following error message:UNABLE_TO_LOCK_ROW, This issue seems to affect the United Air account and several other large customers. The sales rep can usually save the contact by trying again later in the evening. What should the Architect recommend as a possible solution? Add a role-based sharing rule so all sales team members have Read/Write access to contacts. Remove sharing rules and replace them with Apex sharing for Unite Air and the other large accounts. Implement an account hierarchy and redistribute the contacts evenly under the child accounts. Create a permission set for the sales team to grant them Read/Write access to all account fields.
Universal Containers regularly uploads large amounts of parent and child records into Salesforce to maintain integrations with other systems that update their date in scheduled batches or continuously in real time. Which two situations may pose a risk of producing locking errors? Choose 2 answers. Updates to child records that have the same parent records are being processed simultaneously in separate transactions. Updates to parent and child records are being processed in the same batch. Updates to parent records and their child records being processed simultaneously in separate threads Updates to parent and child records are being processed synchronously in the same threads.
User A at Universal Containers is in the default account team for User B. User B owns the ACME account and changed User A’s team member access to the account. What is the impact of this change? Changes affect the default Opportunity team. Changes affect only the ACME Account. Changes affect the default Account team. Changes affect all child ACME Accounts.
A developer at Universal Container is building an integration within a managed package for their internal org that requires login to an external system. The end point requires basic authentication. The Architect would like to ensure that the username and password are managed securely. Which three options should the Architect recommend to secure the credentials? Store the credentials in a custom object using encrypted fields Store the credentials in named credentials that are used in the apex callout Store the credentials in the apex code, which will not be available to non-admins Store the credentials in protected custom metadata that are used in the apex callout Store the credentials in protected custom settings that are used in the apex callout.
Universal Container is a global Telco that has recently implemented enterprise territory management to better align their sales teams and sales processes. They are in Q4 of the FY and they have completely revamped their territory structure and created a plan for a new structure that would support the new FY. Their current territory model has 8k territories. Their new model would be a new set of 8,5K territories, and their org limit is 10k. What enterprise territory management feature can US take advantage of in order to help them stay within their org limits? Territory type priority Territory Type Territory Model State Territory Hierarchy.
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? Public Groups Profiles Roles and Subordinates Manual Sharing.
Universal Containers has a global 24×7 Salesforce.com implementation that supports Sales, Services, Order Management, and various other parts of their business. They have a nested territory hierarchy, 10,000 sales users, and 20,000 support agents. Territory changes happen daily. The demand for new applications and changes to the platform is high and they follow an agile development methodology and deliver new releases every two weeks on the platform. What Salesforce.com feature would help the system recover from a maintenance restart on Salesforce.com servers? Enable Granular Locking on the system. Enable Deferred Sharing Rule recalculation. Enable Parallel Sharing Rule recalculation. Enable Filter -Based Opportunity Territory Assignment.
Sales manager want their team members to help each other close Opportunities. The Opportunity and .. private. To grant Opportunity access to sales reps on the same team, ownership-based sharing rules What is the side effect of this approach? Sales Reps on the same team will have Edit access to the Accounts for Opportunity owned by their. Sales reps on the same will have Read access to the Accounts for Opportunities owned by their. All sales reps will have Read access to all Accounts. All sales reps will have Read access to Accounts for all Opportunities.
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 Service reps will be able to access to Contact records if they are Controlled by Parent. Service reps will be able to access to Contact records due to Implicit Sharing. Service reps will NOT able to access to Contact records because Account OWD is private Service reps will NOT able to access to Contact records if they are controlled by Parent.
Universal Containers has a customer that meets criteria for two Enterprise territory Management territories (Portugal and Southern Europe). What is necessary to assign opportunities to a territory for this account? Create a criteria-based sharing rule on the Opportunity to assign It to a territory. Create a Process Builder Process that updates the Territory field on the Opportunity The territory with the highest Territory Type Priority is automatically assigned to the Opportunity Create an Apex class that implement. Filter-Based Opportunity Territory Assignment.
Universal Containers (UC) tuned off the Customer User Visibility feature in its Customer Community. What community functionality is expected by having the Customer User Visibility tuned off? Creating new Customer community users. Updating their user profile. Searching for other external users. Search for internal users.
Universal Containers (UC) wants to reduce the amount of redundant leads entered into the system. UC also wants to ensure that leads are only edited/reassigned by the lead owner. What organization wide default (OWD) approach should be recommended to help UC implement these requirements? Implement a Public Read Only OWD on Lead. Implement a Public Read Only/Transfer OWD on Lead Implement a private OWD on Lead. Implement a Public Read/Write OWD on Lead.
Universal Container (UC) is in a legal dispute regarding several orders. UC has found out these records VP of Sales has asked to ensure this cannot happen in the future. What approach would meet this requirement? Remove Order delete Permission from Profiles and Permission Sets Implement a Sharing Rule that changes access for order to Read. Remove the Delete button from the Order Page Layout. Change the Record Type/Page Layout assignment for orders to be Read Only.
Universal Containers uses 75,000 distributors that have close to 1 million total users. Distributors need opportunities assigned to their distributor for delivery. What license recommendation will meet distributor needs? Sales Cloud Customer Community Plus Partner Community Custom Community.
Universal Containers (UC) has a team that analyzes customer orders looking for fraud. This team needs access to Invoice records (Custom object, Private OWD). UC as complex rules to control users’ access. The Salesforce Architect recommended using Apex managed sharing to meet these requirements. Which two recommendations should a Salesforce Developer consider when implementing the changes? Choose 2 answers Use “With Sharing” keyword to make sure record visibility will always be considered. Use “Without Sharing” keyword to make sure record visibility will be considered. Use runAs system method to test different users accessing these records. Use “With Sharing” keyword to enforce field-level security.
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. HOW can an Architect give users in the partner user role access to all Case and Container records owned by any user, regardless of role, at the same distributor? Create an ownership-based sharing rule. Create sharing sets. Create a Permission Set granting “View All” permission to Case and Container records. Give super user permission to the individual partner users.
Universal Containers (UC) stores basic employee information in a custom Employee object (OWD – Public Read Only). There are a few sensitive fields that need restricted access (salary, grade level, last performance rating). Other than field level security, what other options are available to make these fields accessible to the Human Resource team? Create a new custom object controlled by parent and a Master-Detail relationship to Employee to store new restricted information. Change OWD of Employee custom object to private and a Lookup self-relationship to store only new restricted information. Create a new custom object with private OWD and Lookup relationship to Employee to store new restricted information. There are no other options besides using field level security.
Universal container (UC) use External Object to retrieve Invoice data from a Legacy ERP. A finance team requested to have access to the Invoice records in the account page. In addition to objects access in the finance users profile, what other feature should a Sales Architect recommend? Create a criteria-based sharing rule to grant access to the records. Include the Invoice Related List On Account Page layout. Create an owner-based sharing rule to grant access to the records. Use APEX managed sharing to grant access to the records.
To grant Universal Containers sales manager access to shipment records properly, it was necessary to leverage Apex managed sharing. The IT team is worried about improper access to records. Which two features and best practices should a Salesforce architect recommend to mitigate this risk? Use runAs system method in test classes to test using different users and profiles. Use with Sharing keyword in Apex classes to assure record visibility will be followed. Use isShareable in Apex classes to assure record visibility will be followed. Use isAccessible keyword in Apex classes to assure record visibility will be followed.
The Corporate Identity and Access Team needs to audit User setup in the Salesforce .. What two permissions should be granted to this team so they can perform their audit? Choose 2 answers View permission on the User object View Setup and Configuration View All Users View All Data.
A sales rep at Universal Containers (UC) is a member of the Default Opportunity team for an account manager. The account manager created an opportunity and the sales rep is added to that Opportunity team. The sales rep is complaining about no longer having access to an opportunity record that the sales rep was helping with. What is the cause of this problem? The Account team was changed and consequently the Opportunity team members were replaced by the Account team members. The Sales rep was manually removed from the Opportunity team. The Sales rep was removed from the Opportunity team in another opportunity record of the same account. The opportunity owner can enable/disable if the “Default Opportunity team” is able to access the record.
By default, how many roles are created when the first external user is created on a partner account? 0 3 2 1.
The sales managers at the Universal Containers (UC) requested their teams to define each user’s role on their accounts in order to provide an easy way to establish accountability and collaboration. Sales managers also requested that sales associates should only get the following permissions: ● Read access to the accounts. ● Read access to cases related to the accounts ● No access to deals related to the accounts The sales associates may be granted access to opportunities when needed. Assuming the overall sharing model of the organization is private and no sharing rules are configured on the account object. How can an Architect achieve these requirements? Use Account teams and use Sharing rules to share cases with sales associates. No change required to the opportunity object Use Account teams, Case teams. No configuration required for the opportunity object. Use Account teams, Opportunity teams, and Case teams. Use Account Teams to define access to accounts as well as opportunities and cases related to accounts.
At Universal Containers, Accounts and Contacts are normally visible to all employees, and Proposals (custom object) are visible to the Account owner and managers. However, some Proposals are considered confidential and are managed by a Strategic Proposals team. These Proposals should not be visible to anyone in the Sales group other than the owner and the strategic team. How should the architect design for this requirement? Proposal Owner set to the Strategic Deals Team Queue and set the Account relationship to Master-Detail. Disable Grant Access Using Hierarchies and set an Owner-Based Sharing rule for Strategic Deals team. Proposal Owner set to the Strategic Deals Team Queue and create an owner-based sharing rule to grant visibility to the Account owner Disable Grant Access Using Hierarchies and set a Criteria-Based Sharing rule for Strategic Deals team.
Universal containers (UC) has a partner community for its 200 distributors. UC customer accounts are .. organization-wide default setting for the custom Delivery object is private. How can an architect advise UC to grant all users at a distributor access to delivery records for all customer distributor? Create a Sharing set for the Distributor profile to grant access to the Delivery object. Create a criteria-based sharing rule that shares delivery records matching the Distributor to user distributor. Give ownership of the delivery record to a distributor user. Create a criteria- based sharing rule that shares delivery records matching the Distributor to users of a Public Group created for the distributor.
Universal Containers (UC) has a custom object to track the internal net promoter score (NPS) for all .. How can UC ensure that NPS records cannot be accessed by an individual employee’s manager? Create a criteria-based sharing rule to remove access to Manager role and above in the Role .. Remove Create, Read, Edit and Delete from Manager Profiles and Permission sets. Use Apex Sharing to remove NPS object share records for Manager profiles. Set organization wide default to Private and uncheck the Access Using Hierarchies option for the NPS object.
In order to allow community users to collaborate on Opportunities, which license type must the users. Sales Community Customer Community Partner Community Customer Community plus.
Universal Containers uses 75,000 distributors that have close to 1 million total users. Distributors need opportunities assigned to the distributor for delivery. What license recommendation will meet distributor needs? Sales Cloud Customer Community Plus Partner Community Customer Community.
Universal Containers has a large network of partners, who each have seasonal workers that need .. How might the Architect design the solution to federate user setup to the Partners? Choose 2 answers Assign delegated external administrators at each partner. Grant the Modify Users permission to the partner managers. Allow external users to self register. Create a permission set giving Read/Write to the User object to partner manager.
Universal Containers(UC)has implemented customer community with customer community licenses for their customers. UC requested that any record owned by its customers should be accessible by UC users in the customer support role. How can an Architect configure the system to support the requirements? Sharing Set Share Group Apex Sharing Sharing Rule.
Universal Containers’ organization wide-defaults model is private for the Account object. A sales repeats to opportunity records. Which level of access will the sales rep have to the related account record? No access Read/Create/Edit access Read/Create access Read-only access.
Sales managers want their team members to help each other close Opportunities. The Opportunity and Account organization-wide defaults are private. To grant Opportunity access to sales reps on the same team, owner ship-based sharing rules were created for each team. What is the side effect of this approach? All sales reps will have Read access to Accounts for all Opportunities. Sales Reps on the same team will have Edit access to the Accounts for Opportunities owned by then team members. Sales reps on the same team will have Read access to the Accounts for Opportunities owned by their team members. All sales reps will have Read access to all Accounts.
Universal Containers (UC) operates worldwide with offices in more than 100 regions in 10 different countries role hierarchy to control data visibility. In the new fiscal year, UC is planned to reorganize the roles and reassign accounts owners. Which two points should an architect consider in this situation? Which two point should an Architect consider in this situation? Choose 2 answers Using a temporary parking lot account to improve performance. Changing complex role hierarchy can cause a high level of sharing recalculation. Restricting the organization-sharing configurations to private. Replacing Account records ownerships massively can cause data skew.
Universal Containers (UC) has implemented Service Cloud. There is a flag field on the case object that marks a case as (Sensitive). UC requested that this flag can be viewed by all users who have access to the case but only be edited by the assigned case assessor. The case assessor is a lookup field on the case object. How can an architect achieve this requirement? Permission Set. Object Permissions. Custom Lightning Component. Field-level security.
Universal Containers (UC) uses a custom lightning component with an Apex class to display shipment information (custom object, private OWD). UC sales managers are complaining about two important points: ● Shipment records that belong to their teams can be seen by other users. ● Shipment amount should be visible only by managers, but sales reps are able to view it.Which two features did the development team miss that is causing the problems? Choose 2 answers. Use runAs in test class to enforce user permissions and field-level permissions. Use With Sharing keyword in Apex classes to enforce sharing rules evaluation. Use isSharable keyword in Apex classes to assure record visibility. Use isAccessible() method in Apex classes to check field accessibility.
Universal Containers (UC) is a non-profit organization and has over 20,000,000 members (donors). The company decided to assign those accounts to Donations Reps based on their regions. Donations Reps ended up owning over 50,000 donors each. The donation reps started to see significant degradation of the system performance. What could be the reason for this problem? The Donations Reps access to the assigned accounts. Salesforce sharing recalculation kicked off. There is an Account ownership data skew problem. The Account (donor) object OWD is Private.
Which two capabilities does the delegated administrator permission provide? Choose 2 answers Assign users profiles Unlock users Set OWD Create profiles.
Sales Operations at Universal Container (UC) wants to create the opens to fiber appropriates for center. In which two ways can UC hide list that are not relevant to an individual use since there will be Choose 2 answers. Share the list views with the appropriate queue. Share the list views with the appropriate individual users. Share the list views with the appropriate public group. Share the list views with the appropriate role in the role hierarchy.
Universal Containers (UC) is implementing Sales Cloud. During the last quarter of the financial of the financial year, .. They requested a solution in Salesforce to allow them to specify an assistance agent on the opportunity.. the assistance field. The system should automatically remove access from the previous assistant and .. What is the optimum solution to meet the requirements? Use share group to share opportunities with the assistant agent. Use opportunity team and create an assistant field, use apex to share opportunities with the assistant Use sharing rule to share opportunities with the assistant agent. Use apex sharing to share and unicast opportunities with the assistant agent.
Universal Containers (UC) has 600 sales reps. UC has rollout plan to deploy salesforce in 3 weeks. At the end of the second week, they received a “User Role Limit Exceeded” error. After investigation, they discovered that during the user provisioning process, a new role was generated for every new user. Which two recommendations could solve this problem? Choose 2 answers. Review the user provisioning process to not automatically create a user role for any new user. Remove role hierarchy from salesforce org and control the record access using apex managed sharing. Contact salesforce support and request to increase the number of users’ roles allowed. Create an Apex class to replace the User Roles by generic one as soon as they are created.
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 2 answers Share the folders lowest roles in the role hierarchy, Superiors will get access automatically. Share the folders with the “VP of Sales” Role and Subordinates. Share the folders with the “Sales Managers” Queue. Share the folders with a “Sales Managers” Public Group.
Sales manager at universal containers (UC) have requested viewing customer invoices in Salesforce. Invoice data is mastered in the ERP system. The architect at UC decided to surface the customer invoices in salesforce using external objects and did the following: -Configured an external object called Invoice. -Created a lookup relationship between account and the invoice. How can the architect grant the sales managers access to the customer invoices data? By creating sharing rules to share the invoices records with users in sales mangers roles. By creating manual sharing to share invoices with relevant sales managers. By creating controlling the invoices object permission on the sales manager’s profile. By creating a sharing set to share invoices with users in sales manager role.
The Finance team at Universal Containers usually does not need access to Account and Contract records A .. given Opportunity access for a big deal to help with tax calculation. She can now also access Account and C.. Which two reasons could be causing this issue? Choose 2 answers Contact records can be accessed due to implicit sharing from Account. Account records can be accessed due to implicit sharing from Opportunity. Contact records can be accessed due to implicit sharing from Opportunity. Account records can be access due to role hierarchy.
Universal Containers is planning to pilot a new application to a small set of Sales Reps. What is the optimal way to grant inly this Sales Reps access to the new functionality, while hiding .. Clone the Sales Rep profile, adjust settings, and assign the pilot users the new profile. Revoke access to legacy function in the Sales Rep profile and create a permission set for the . Create a permission set to grant access to the new functionality and hide the old functionality. Create new user records for the pilot user that they will use for the pilot.
Universal Containers has built a recruiting application on the salesforce Platform. HR requested that all internal users should have edit access to the referral custom object. One of the recruiters needed to share a referral record with another colleague for collaboration using manual sharing. The recruiter opened the referral record and could not find the share button. What could be the technical reason for this? The Referral object OWD is private. The Referral object OWD is public Read/Write. The Referral object OWD is public Read only. The Referral object OWD is public Full Access.
Which two objects support creating queues? Choose 2 answers. Account. Opportunity Lead Case.
A junior Account manager owns an account and creates a new opportunity to manage complex deal. She needs the help of the product specialist and solution engineer. Given the size of this deal, she knows the account is likely to be reassigned to a senior account manager in the near future. What is the optimal way for the junior account manager to share the opportunity, given the private sharing model? Manual Share on the Opportunity. Opportunity Team. Manual share on the Account. Create an Owner-based sharing rule.
Universal Containers (UC) turned off the customer visibility feature in its customer community. What community functionality is impacted by having the customer user visibility turned off? Searching for the external users. Updating their user profile. Creating new customer community users. Searching for internal users.
Susan posts a file to the chatter fees for a record of an object which OWD is private. Which two statements accurately describe who can view the file by default? Choose 2 answers. Susan and users with the View All Data permission. Susan and users with access to the record. Susan and users with a shared chatter post link to the file. Susan only.
Universal Containers (UC) service reps are assigned to a profile which has ”View All” in Case object (Private OWD).To make sure service reps have access to all relevant information to attend to customer requests, which two details should a salesforce Architects consider? Choose 2 answers: Service repswill be able to access all UC contactrecords if theyare controlled by parent. Service reps will not be able to access all UC contact records if they are controlled by parent. Service reps will be able to access all the UC Account records due to Implicit Sharing. Service reps will not be able to access all the UC Accounts records because Account OWD is private.
Universal Containers has expanded to sell virtual containers for data storage. Virtual container work orders are provisioned immediately by the system and therefore cannot be changed by a sales representative. What is an optimal approach to implement these requirements? Remove the Work Order Edit permission from the sales representative Profile. Remove the edit button from the work order page layout. Change the record type/page layout assignment for Work Order to be Read Only. Implement a sharing rule that changes access for all Work Order to Read.
Universal Containers (UC) is in legal dispute regarding several orders. UC has found out these records were removed from system. The VP of Sales has asked to ensure this cannot happen in the future. What approach would meet this requirement? Remove the delete button from the Order page layout. Change the record type/page layout assignment for orders to be read-only. Remove order delete permission from profiles and permission sets. Implement a sharing rule that changes access for the records to read.
A custom invoice object has been created with a master-detail relationship to account. The Account receivable (AR) team needs access to Invoices. AR users do not own nor have access to Account records. Account OWD is set to Private.The AR team is unable to find Invoices in List views, Reports, nor in Global Search.The Architect has been asked to help troubleshoot. What could be the issue preventing AR team members from seeing invoices? A sharing rule is missing to share Invoices to the AR team. The AR team profile needs to be assigned an Invoice Page layout. A sharing rule is missing to share Accounts to the AR team. The Accounts receivable profile does not have read Permission to the Invoice Object.
The architect has a requirement to create a criteria-based sharing rule based on the customer Social.. up the rule in Contact Sharing, the field is not shown on the list of available field. What might cause this? The field has been configured for encryption. The architect does not have permission to Compliance fields. The architect’s profile does not have field level Security (FLS) for this field. Fields with validation rules are not available for sharing rules.
Universal Containers (UC) provides shipment tracking for its customers on a custom Shipment object. The .. yearly by the customers should be available on the Account record to the Marketing team, but the Marketing Shipment records. What recommend should an Architect provide to accomplish this? Public organization-wide default on Shipment, process builder, and lookup relationship to Account. Private organization-Wide default on Shipment, rollup summary, and Master-Detail relationship to Account. Controlled by Parent (Account) on Shipment, trigger, and trigger, and Master-Detail relationship to Account. Private organization-wide default on Shipment, trigger, and Lookup relationship to Account,.
Jane, a support representative at Universal Containers, created a report to view all her open cases that have been created in the past 7 days and saved the report in the “Private Reports” folder. Who can view and run the report? The report owner and any users who have been given access to the “My Private Reports” folder The report owner and anybody in the role hierarchy above the report owner The report owner The report owner and users with the “View All Data” permission.
Universal Containers (UC) implemented Sales Cloud and requested that sales agents have access to products the company sells and be able to create opportunities for its customers. What should the Organization-Wide Defaults (OWD) be for pricebook? Public Read Only Pubic Read Write View Use.
Which two options can be selected to share data with when creating a sharing rule? Choose 2 answers Roles Public Groups Users Profile.
A sales rep (John) at Universal Containers (UC) requested to update information in an account record where he has READ only access. John requested the EDIT access permission from the owner of the record (Paul). Paul manually shared the record with John. Assuming the OWD of the Account object is Public Read-Only, what is the impact in the system? New AccountShare record is created. Row Cause is “Manual” and Access Level is “Read/Write”. Existing AccountShare record is updated. Row Cause is “Owner” and User/Group is “John”. New AccountShare record is created. Row Cause is “Owner” and Access Level is “Full”. Existing AccountShare record is updated. Row Cause is “Manual” and Access Level is “Read/Write”.
Universal Computers (UC) is looking to expand its delivery capabilities through a network of distributors that use a Partner Community license. UC employees currently can view all delivery records through the organization-wide default (OWD) setting of Public Read Only. Which approach would an architect recommend to limit the records a distributor can see? Create an ownership-based sharing rule to grant access to the distributor. Remove Read permission from the distributor profile. Set the External OWD to Private for the Delivery object. Create a criteria-based sharing rule to grant access to the distributor.
A sales rep at Universal Containers (UC) has manually shared an Opportunity record with internal pre-sales users. After some time, the sales rep moved to another position and all opportunities records that were owned were transferred to a new sales rep. What happened to the internal pre-sales users access to the opportunity? They still have access to the record due to inherited sharing. They still have access to the record due to implicit sharing. They will no longer have access to the record. They still have access to the record due to team access.
Universal Containers (UC) has a custom Apex class that enforces a business process and updates opportunity field-level security permissions of read only certain user’s profiles are being updated by their class. How should the architect fix this problem? Put the code in an class that uses the With Sharing keyword. Use the IsUpdateable() Apex method to test each field prior to allowing updates. Use the With SECURITY_ENFORCED keyword in the SOQL statement. Add With Sharing keyword to the class.
To reduce the case time resolution and improve customer satisfaction, Universal Containers (UC) wants to allow specialized marketing consultants to have edit access to Case records of VIP customers. These casts should be visible only to the support rep who owns the case and the marketing consultants. Which recommendation should a Salesforce architect give to allow this scenario? Case organization-wide default Private and Account Team with Read/Edit permission. Case organization-wide default Public Read Only and Case Team with Read permission. Case organization-wide default Private, role hierarchy, and Read Only ownership-based sharing rule. Case organization wide default Private and Case Team with Read/Edit permission.
At Universal Containers there is a team of auditors distributed through the organization that all need access to high-value Opportunities. With a private sharing model, which two option should an architect recommend when designing a solution for this requirement? Choose 2 answers Put the auditors as the highest level of the role hierarchy. Add the auditors to the default Opportunity Team. Create a criteria-based sharing rule to give access to the public group for high-value Opportunities. Create a public group and assign the Auditors to the group.
A custom ServiceFeedback object is used to collect partner feedback. ServiceFeedback records should be available to all internal employees. The OWD is set to Private for external users so partners cannot see feedback from other partner users. How can the Architect give access to all internal employees? Create a trigger on ServiceFeedback to change ownership to an internal employee. Ensure all the internal users are above the partners in the role hierarchy. Create an Owner based sharing rule for all ServiceFeedback records owned by Partners. Set OWD, for Internal Users to Public Read Only.
Universal Containers (UC) enables customers to manage issues using a Customer Community license. The Case external organization-wide default is set to Private. Currently community users can only see cases they created. What can be done to allow community users to see all cases for their account? Write an Apex class to create manual shares for these users. Ensure the criteria-based sharing rule applies to all users. Create a sharing set for these customers. Upgrade the licenses to Customer Community Plus.
Universal Container has developed a custom Visualforce page that will accept user input and must prefer returning the results to the users. Which two techniques should be used to ensure the users cannot perform a SOQL injection attack? Escape double quotes in the user input. Use bind variable in the SOQL query. Use the escapesinglequotes() method to sanitize user input. Use the with Sharing keyword on the controller.
The architect at Universal Containers is trying to ensure that security vulnerabilities are not present within the Salesforce organization. What two tests should the architect verify? Choose 2 answers Test Cross-Site Scripting on Apex queries. Test Cross-Site Scripting on custom pages. Test for SOQL Injection. Test for invalid user access attempts.
Universal containers has a customer that meets criteria for two Enterprise Territory Management territories (Portugal and Southern Europe). What is necessary to assign opportunities to a territory for this account? Create a process builder process that updates the territory field on the opportunity. The territory with the highest territory type priority is automatically assigned to the opportunity. Create an Apex class that implements Filter-Based Opportunity Territory Assignment. Create a criteria-based sharing rule on the opportunity to assign it to a territory.
Universal Containers (UC) has a business unit that uses a custom object to track requests which demands a high level of internal team collaboration. Although all requests must have an owner, all employees are required to collaborate on requests. Which recommendation should a Salesforce architect provide to optimize the solution and meet these requirements? Set the Request object’s OWD to Public Read/Write. Set the Request object’s OWD to Private and grant Modify All Data permission on all Profiles for the Request object. Set the Request object’s OWD to Private and criteria-based sharing rule to share all Request records with all internal users. Set the Request object’s OWD to Public Read Only and configure role hierarchy.
Universal Containers (UC) is a fast-growing company that sells containers globally. It has thousands of dealerships throughout the world where local dealers service containers. UC implemented a new Partner Community for its dealers. Each dealership has a dealer manager who manages the service agents. The community-sharing model is private. What is the optimal option to give dealer managers visibility to customer cases only raised by their service agents? Change external organization-wide default of case object to public read only. Create a sharing rule to share cases created by service agents with their dealer manager. Using the role hierarchy, the cases raised by service agents will be visible to their relevant dealer managers. Create a sharing set to share cases created by service agents with their dealer manager.
Ursa Major Solar is writing test methods. Which functionality does the system method “runAs()” Verify? Enforcement of a user’s public group assignments. Enforcement of a user’s field-level security. Enforcement of user’s permissions. Enforcement of a user’s record sharing.
Universal Containers (UC) delivers training and courses to students and companies. UC is implementing a Salesforce Customer Community for its students granting them a Customer Community license. As part of the community requirements, UC asked to give students access to cases that are related to their account in the UC community. What is the optimum sharing technique that can achieve the requirements? Create a sharing rule to share cases with the students. Create a share group to share cases with the students. Create a sharing set to share cases with the students. Use Apex sharing to share cases with the students.
Universal Containers has selected a small and diverse group of users to review inactive accounts. Given the Private sharing model, a public group was created and made available to this group of users. A sharing rule was created to make inactive Accounts visible to the public group. However some of these users are reporting they don’t see any of the Accounts that were shared with the public group. What is the underlying issue for these users? The users have a permission set that only allow Accounts in “Active” status. The Accounts are owned by users higher in the role hierarchy. The users are in profiles that have no access to the Account object. The page layout assigned to these users is different than the Account owner.
Universal Containers provides 24×7 support for its customers worldwide using call centers in three different countries with each one covering an 8-hour shift in different time zones. Service reps in a call center have access to the same information but only during their local working hours. Which feature in Salesforce controls access for specific login hours? Set the login hours on user records Permission sets Custom permissions Profiles.
Universal Containers uses person accounts to represent retail customers and business accounts to represent commercial customers. The Retail Sales team should not have access to commercial customers but have access to ALL retail customers. With organization-wide default on Account set to Private, how might the architect meet these requirements? Give View All access for Accounts to the Retail Sales profile. Update Retail Sales profile to grant access to Person Account record type. Create an owner-based sharing rule on AccountContactRelation to grant access to at account contact roles records owned by sales reps. Create a criteria-based sharing rule giving Retail Sales role access to Accounts of type PersonAccount.
Universal Containers (UC) implemented Sales Cloud and requested that only certain branch staff trained to sell high risk products can create opportunities for high risk products. In which two ways can an Architect allow only specific branch staff to sell high risk products? Choose 2 answers Set Price Book Organization Wide Default to View Only and share the price book (High Risk) with the trained staff. Configure Price book Organization wide default to No Access. Share (High Risk) price book with the trained staff via manual sharing. Share (High Risk) price book with the trained staff via sharing rule.
Sales executives at Universal Containers (SC) want to create list views to filter opportunities for large at-risk Opportunities. These list views should only be available to certain executives that specialize in closing problematic deals. How can UC solve this requirement? Share the List Views with the appropriate Role in the Role Hierarchy. Share the List Views with the appropriate Public Group. Share the List Views with the appropriate individual users. Share the List Views with the appropriate Queue.
Universal Containers (UC) has recently changed its internal policy to follow market regulations and create an internal team to manage the collection process. Only this team should have access to Invoke records. currently, invoke is a child in a Master-Detail relationship to Account. Although related lists have been removed from the page layouts, some profiles stills have access to the invoice object. Which approach should an architect recommend to fix this problem? Create a new Profile with no access to the Invoice object and assign it to all unauthorized users. Create a Permission Set with No Access to the Invoice object and assign it to unauthorized users. Replace Account and Invoke Master Detail Relationship by a Lookup and remove Invoice Access from the unauthorized profiles, Change the Invoke organization-wide default from Controlled by Parent to Private and remove invoke access from the unauthorized.
What advanced tool can Salesforce enable for Large-scale role hierarchy realignments? Set external organization-wide default to public read only Skinny Table Indexing Granular locking Partitioning by Divisions.
Universal Container (UC) wants all full-time internal employees to be able to view all leads. A subset of employees should also be able to see leads. Which organization default (OWD) approach should an architect recommend that will help US implement these requirement? Implement a Public Read/write OWD on Lead Implement a Public Read only OWD on Lead Implement a Public Read/write/Transfer OWD on Lead. Implement a Private OWD on Lead.
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 certain individuals at a distributor. Which scalable solution would an architect recommend that will give users in the partner manager role access to all Case and Container records owned by other partner managers and partner users (but not the partner executive) at the same distributor? Create Sharing sets. Create a permission set granting the View All permission to Case and Container records. Give Super User permission to the partner manager users. Create ownership-based sharing rules for your distributors.
Universal Containers (UC) delivers training in 500 different regions. The UC Operations Users team manage course setup, scheduling, and trainer setup. The Operations Users team members work at a regional level and report to an Operations manager. The Operations manager requested access to edit ALL scheduled courses owned by the Operation Users team. How can this be achieved? The Operations manager will get access to the scheduled courses by granting the Operations manager modify ALL on scheduled courses. The Operations manager will get access to the scheduled courses owned by the Operations Users team defined in the role hierarchy. The Operations manager will get access to the scheduled courses by creating an ownership-based sharing rule and share the scheduled courses with the Operations manager. The Operations manager will get access to the scheduled courses by creating a public group and add the Operations manager and the Operations Users team to the public group.
Universal Containers (UC) has implemented Customer Community with customer community plus license for its distributors. Retail distributors have part-time agents who work for multiple distributors. Those agents should have access to other distributor accounts as well. What can be configured to grant agents access to different distributor accounts? Use Apex sharing to share distributor accounts with agents using the Account__ Share table. Use share group to share distributor accounts with agents who have account contact relationship. Create sharing rules to share distributor accounts with agents. Create sharing set to share distributor accounts with agents using account contact relationship.
What should a Salesforce architect recommend to make sure that users that gained access to a custom of sharing do not lose access to it when its owner is changed? Create a specific Sharing Reason for the custom object. Create a new record in_Share object with RowCause ''Manual'' Use ''runAS'' system method in Apex classes to enforce record visibility. Use ''With Sharing'' keyword to make sure record visibility will be considered.
Universal Containers (UC) has a private Organization-Wide Defaults (OWD) model for the Account object and needs to control the access of records and fields according to these requirements: • Sales reps can view/edit only their own records and cannot access the field “segment” in account page. • Service reps need to view all accounts but cannot edit any information. • Sales managers can modify any account of reps reporting to them. • Service managers can modify any account. How can a Salesforce architect provide an optimal solution for this scenario? Use profiles, sharing rules, and change OWD to public read-only. Use profiles, manual sharing, and field-level security. Use profiles, permission sets, and field-level security. Use profiles, permission sets, role hierarchy, and field-level security.
Universal Containers has set Account Sharing to Private with Account Teams enabled. Which two user groups can add team members on the Account? Choose 2 answers Any Account Team Member with read access on the Account The user specified as the Manager on the Owner's User record The current Account Owner can add team members. Someone above the Account Owner in the Role Hierarchy with read access.
The sales manager in Japan have asked the sales manager in Australia to assist them with closing their deals. How are these requirements achieved? Assign the sales manager View All on the opportunity object. Use opportunity teams to automatically add the sales manager as a team member. Create ownership-based sharing rule. Use sharing set to give the sales manager access to the deals.
Universal Containers (UC) operates worldwide with offices in more than 100 regions in 10 different countries and has established a very complex role hierarchy to control data visibility. In the new fiscal year UC is planning to reorganize the roles and reassign accounts owners. Which three features could an architect recommend to avoid problems on this operation? Choose 3 answers Partition data using Divisions Deferred Sharing Recalculation Parallel Sharing Rule recalculation Skinny table Granular Locking.
Universal Containers (UC) sales managers are complaining that they cannot access their teams’ Shipment records (a custom object). Initially, the admin suggested that this it happening due to misconfigured role hierarchy (Shipment OWD is Private). Alter investigation, they determined the. role hierarchy for these users is correct. What can be the reason why Universal Containers sales managers are not able to see Shipment records? The Grant Access Using hierarchies option on Shipment Sharing Settings was incorrectly disabled by the Salesforce admin. Role hierarchy Implicit sharing was Incorrectly disabled by the Salesforce adman. Ownership-based sharing rule for Shipment was Incorrectly disabled by the Salesforce admin. Sales managers have only the Read permission on the Shipment object and should not be able to edit their team records.
After testing and deploying a new trigger that does creates a related order when a opportunity is closed, the Architect begins complaints of permission error messages appearing when closing an opportunity. How did this error occur? The trigger should be using RunAs() when creating the order. Trigger is using IsCreateable() Apex method and the user doesn’t have create permission on the Oder object. The trigger handlers class does not use any sharing keywords and the user not have access to the orders related to the opportunity. The trigger handler class is using ”with sharing” and the user does not have access to the orders related to the opportunity.
Universal Containers (UC) has created a custom Invoice object. Standard sales users at UC can see the records in search layout, but when they click to view the detail, only record name, created date, and last modified date are shown. When the system admin accesses it, he or she sees the full record detail with many more data fields. What is the likely cause of this issue? Sales users profile does not have access to the remaining fields. Page layout assigned to sales user profile has only read-only access to the fields. Org-wide sharing settings have been set to Private and need to be adjusted to Public Read/Write. A role-based sharing is missing and should be added for the sales user’s role to grant access to the fields.
Universal containers (UC) implemented a private organization-wide default for the Container and Case objects. How can UC give support representatives access to Container and Case records owned by Customer Community users? Create an ownership-based sharing rule that gives access to the head of support role and internal subordinates Create a criteria-based sharing rule that gives access to the head of support role and internal subordinates Support representatives nil automatically get access to these records via the role hierarchy Create a Share Group based on the sharing set created for the Customer Community User Profile.
An External Object is created to show Invoices from an external accounting system. When viewing the External Object, a user should only access invoice records the user is authorized to see. What two actions are required to achieve the above requirement? Choose 2 answers Setup External Object to use OAuth to connect to the Accounting system. Create an owner based sharing rule to grant visibility to the Invoice object. Restrict access to data in the accounting system. Grant access to the External Object to only the Account Manager profile.
After setting up Customer Community and enable collaboration, the architect realizes that customers are only Chatter posts from other customers in their account. What should the architect do to allow viewing chatter posts from all customers? Enable Community User Visibility. Set View All for Chatter posts. Enable Chatter Super User. Enable Internal Users Visibility.
What vulnerability can exist when controllers use dynamic rather than static queries and bind variables? SOQL Injection. Buffer Overflow Attacks. Cross-site scripting Record Access Override.
Universal Containers (UC) is implementing Sales Cloud. During the final quarter of the financial year, sales managers help each other close deals. They requested a solution in Salesforce to allow them to share opportunities with other sales managers from different teams as needed. They also requested that sharing deals should expire automatically two weeks after the new fiscal year starts. Which two options to propose a solution to meet the requirements? Choose 2 answers Apex Sharing to share opportunities with sales managers. Scheduled Apex job to remove access. Opportunity team to share opportunities with sales managers. Sharing Rules to share opportunities with sales managers.
Mary is Joe’s manager in the role hierarchy. The OWD for a custom Invoice object is Public ReadOnly and Mary’s profile is not granted the Read permission for the Invoice object. What action can Mary take on Joe’s Invoice records? Read/Write Edit Only None View Only.
Universal Containers (UC) uses a custom Visualforce page to display shipment tracking information (custom object, private OWD) to field manager and agents. The IT team wants to make sure that users have access to only the information that is allowed. Which Apex method must be used to make sure only allowed fields are shown to the users? isReadable() isShowable() isAccessible() isViewable().
Universal Containers (UC) has created a public group with certain Sales Engineers to help on complex deals and a sharing rule to grant access to these opportunities. Opportunity OWD is private. What is the impact of these sharing settings? Subordinates of Managers who have Sales Engineers in the public group will also have access to these records. Sales Engineers that have a similar role of the Sales Engineers of the public group will also have access to these records. Sales Engineers Managers and their managers in the role hierarchy will also have access to these records. Sales Engineers direct reports will also have access to these records.
Assuming Person Account is enabled in a Salesforce organization, which three objects can be configured as “Controlled by Parent” in Sharing Settings? Choose 3 answers Opportunity Order Asset Contact Case.
Universal Containers would like to control access to records and objects according to the following business requirements: • Sales users can view all Account records but only edit their own records. • Sales managers view all Account records but only edit records of the team. • Service users can view all Account records that are not marked with a RecordType of Prospect. Which organization-wide default configuration should a Salesforce architect recommend to fulfill these requirements? Public Read Write Private Public Read Only Public Read/Transfer.
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? Choose 2 answers Create a permission set with “view all data” and assign to supporting users. Create a public group and replace the account ownership with it. Create a criteria-based sharing rule to grant access to other users. Leverage default Account team.
Universal Containers (UC) has implemented Customer Community with customer community plus licenses for their distributors. Some distributors requested granting specific community users (agents) to view cases submitted by other agents of the same distributor. Which feature only supports these requirements? Permission set to grant community admin permission Delegate external user Partner super user Partner community admin.
Universal Containers (UC) has a mostly private organization-wide default (OWD), as it is a core principle of UC to respect client data privacy. UC has implemented complex processes for granting access to Opportunity data. A few key members of the Sales Reporting team need to always be able to see, but not change, Opportunity data for all Opportunities. What should an architect recommend as an approach to meet these requirements? Create a Permission Set that grants “View All Data” Permission. Make Opportunity OWD read-only. Give “View All Data” Permission to the Sales Reporting Profile. Create a Permission Set that grants “View All” permission for Opportunity.
Bob uploads a PDF to his Files Home private library. Who can view this file? Bob and users above Bob in the role hierarchy Bob and users with View All Data permission Bob and users with Modify All Data permission Only Bob.
Universal Containers keeps product brochures in Salesforce as files. Sarah shares a public Unit to a product brochure with potential customers during a meeting. She wants to ensure they do not have access to the file after the meeting. How should Sarah accomplish this? Rename the file. Delete the public link. Delete the file. Move the file to another folder.
Universal Containers has developed an AppExchange managed package for their distribution partners, which required a private key to be generated for each partner and used by the code. Universal Containers support representatives must be able to access the private key value to debug connection issues, but it must not be possible for the partner to access the value. How can the Architect best support this requirement? Store the value in a static variable in a class included in the managed package. Store the value in the text field on a list custom setting in the managed package. Store the value in an encrypted field on a custom object in the package. Store the value in a text field on a protected custom setting in the package.
Cloud Kicks recently decided to change its role hierarchy. After this change was deployed, multiple staff members at Cloud Kicks reported to management that they can now view reports that they do not own and should not have access to. What should the Architect do to assess the cause of the issue? While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts. While logged in as one of the staff members, navigate to their user record and inspect their profile and role membership. 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. While logged in as the System Administrator, navigate to a sample account and use the Sharing button to determine who has access.
Universal Containers (UC) has a requirement to expose a web service to their business partners. The web service will be used to allow each business partner to query UC's Salesforce instance to retrieve the status of orders. The business partner should only be allowed access to orders for which the business partner is the fulfillment vendor. The Architect does not want the business partners to utilize the standard APIs and would prefer a custom API be developed. Which three design elements should the Architect consider in order to ensure the data security of the solution? Choose 3 answers Query the Orders object with Dynamic SOQL based upon the fulfillment ID. Develop a custom Apex web service using the "With Sharing" keyword. Provide each partner with their own Salesforce login set to API Enabled on the profile. Develop a custom Apex web service with a fulfillment ID input attribute Set the Orders object's sharing settings to Private in the Org-Wide Defaults.
Cosmic Service Solutions has set up an integration with its on-premise database to update several Salesforce users and more than a million accounts and opportunities in Salesforce. The integration is going to update the role of several users and the ownership of thousands of records. What should a Salesforce Architect recommend to ensure that there are no locking errors during the update? Change the organization-wide default setting of all objects to 'Public Read/Write' Use parallel recalculation of sharing rules Enable the granular locking feature Use deferred sharing maintenance.
Get Cloudy Consulting uses a strict security model. They enforce this model through object, field, and row- based security mechanisms. The Chief Technology Officer (CTO) at Get Cloudy Consulting wants to thoroughly test the security model, and an Architect decides to use Apex automated tests to fulfill the CTO's request. What are three considerations for the Architect when using the runAs() method to design Apex unit tests? (Choose three.) runAs() can be used inside of test classes to validate record-level security runAs() counts towards total DML statements issued within the transaction runAs() can be used outside of test classes to bypass record-level security runAs() does NOT enforce user permissions or field-level permissions in test classes runAs() can be used inside of test classes to validate field-level permissions.
Cloud Kicks imports large-volume bulk data loads and wants to limit the risk of failures associated with these imports. What are two options for achieving this goal? (Choose two.) Group records by ParentID within a batch Defer Sharing Calculation Reduce user group hierarchy Enlarge batch size.
The IT manager of Cosmic Solutions would like to improve the performance of record access and sharing calculations in the Salesforce org used by the company, especially for accounts and related records. What should a Solution Architect recommend for this requirement?Choose 3 answers. No user should own more than 10,000 account records in Salesforce. No account should have more than 10,000 opportunities or cases related to it. Users who own more than 10,000 records should be placed at the bottom of the role hierarchy. No more than 10,000 records of a custom object should be related to a single account record. No user should own more than 10,000 total records in Salesforce. .
Cosmic Repair Solutions uses a custom object called 'Repair Job' to store information about repair jobs in Salesforce. Generally, a group of three field technicians is assigned to each repair job. When field technicians are assigned to a repair job, the record associated with the job is shared programmatically with each user using Apex Managed Sharing. However, an assignment is often changed later, which requires sharing a record with the required users again using the same code. As a result, manual sharing recalculation needs to be performed. Which of the following can be created and/or utilized to optimize the existing process of sharing a record with the assigned field technicians?Choose 1 answer. Sharing Rule Manual Sharing Sharing Setting Public Group.
Universal Containers has enabled External Default Sharing and wants to allow for external users to have the External Sharing Default set to Public Read-Only for a custom object. Which two options are valid Internal Default sharing settings for the custom object? Public Read Only Private Public Read/Write Controlled by Parent.
Cosmic Solutions uses a private sharing model for account records and has defined a role hierarchy based on its organizational hierarchy. Some of its features are as follows: 1) There are two branches in the hierarchy for the United States and Europe. 2) The role of US Sales Reps is below the role of the US Sales Manager. 3) EU Sales Reps report to the EU Sales Manager. 4) EU Sales Manager reports to the EU Sales Director, and the US Sales Manager reports to the US Sales Director. 5) US Sales Director and EU Sales Director report to the same Vice President of Sales. A sales rep who is currently working in the United States is going to be transferred to France. The system administrator of the company will soon change his role in Salesforce. What will be the impact of this change on record access? Choose 3 answers. The US Sales Director will lose access to records owned by the sales rep. The EU Sales Manager will gain access to records owned by the sales rep. Sales reps in Europe will gain access to all records shared with the sales rep. The Vice President of Sales will lose access to any records shared with the sales rep. The US Sales Manager will lose access to records owned by the sales rep.
Universal Container would like to create a custom team solution that can be used on a custom object Loan object. The following requirements must be met: 1. The Loan custom object should be set to Private in the Org-Wide Defaults 2. Any user added to the Custom team object should have RO access to the corresponding Loan record 3. If the Custom team record is marked as "Primary" then the corresponding user should have Read/Edit access to the corresponding Loan record Which two methods will allow the Architect to meet the requirements? Choose two answers: Create an owner-based sharing rule on the Custom Team object that will share the Loan record to the owner of the Custom Team record Create a criteria-based sharing rule on the Loan object that will share the Loan record with the appropriate user in the Custom team object Create Apex sharing Reasons on the Loan object to identify the reason the Loan record was shared Create a custom trigger on The Custom Team object that inserts or updates records in the Loan__Share object (Missed).
Assuming granular locking is enabled, what activity can happen in parallel to changing a community account owner without risking group membership lock errors? Deletion of a Territory Creation of a Role Creation of a Territory Deletion of a Role.
Review the organizational information below about DreamHouse Realty: - Ryan and Kimberly are the East sales reps and their manager is Katrina, the East sales executive. - Sam and Wilder are West sales reps and their manager is Bob, the West sales executive. - Wendy is the CEO and managers both Katrina and Bob. - DreamHouse Realty's role hierarchy follows their management structure. Ryan owns an account, NewCompany, and Kimberly owns an account, OldCompany. Katrina manually shared her account NewWorld with Kimberly. However, she has moved to a new role to lead all Named Accounts, and Lucy, who replaced her, is the new owner of NewWorld. Which employees will have access to the NewWorld account? Wendy and Lucy Wendy, Ryan, Lucy, and Kimberly Wendy, Lucy, and Kimberly Wendy, Katrina, and Kimberly.
Which two options can help mitigate the risks of import failures associated with large-volume bulk data loads? Choose 2 answers. Increase batch size. Minimize user group hierarchy. Group records by ParentID within a batch. Defer Sharing Calculation.
A dummy user at Universal Containers owns more that 10,000 lead records. The system assigned all these leads to a dummy user. This is causing performance issues whenever role hierarchy changes. Which two options should be recommended to improve performance? Choose 2 answers. Do not assign a role to the dummy user. Add the dummy user to the bottom of the role hierarchy. Add the dummy user into a public group. Assign ownership to a small number of users.
What is the security vulnerability in the following code snippet? <apex:form> <apex:commandButton rerender="outputIt" value="Update It"/> <apex:inputText value="{ !myTextField}"/> </apex:form> <apex:outputPanel id="outputIt"> Value of myTextField is <apex:outputText value="{!myTextField}" escape="false"/> </apex:outputPanel> Cross-Site Scripting Access Control Arbitrary Redirects SOQL Injection.
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? Create a scheduled job to automatically run the sharing recalculations on a nightly basis. Create public groups for each team, and share the jobs with the groups instead of users. Change the sharing model on the Job object to Public Read/Write. Create a custom Visualforce page to edit the jobs and specify Without Sharing on the controller.
Universal Containers (UC) has Affiliates who sell containers in countries' where UC does not have a local office Community to manage the sales cycle. One of their affiliates has exponentially grown in the last years and .. with the following structure: Sales VP ..> Direct of Sales .. > Sales Manager ..> Sales Reps UC would like to have the ability to open up access to the sales opportunities according to the above structure. What is the main problem a Salesforce Architect will face to provide a solution? Super User does not work in Partner Community. The Channel manager Role can not be shared with Partner Community. Partner Community does not support Role Hierarchy. Partner User Roles are limited to three levels.
The system administrator of Cosmic Solutions recently created a custom profile for sales users that allows them to view and edit the records of a custom object called 'Shipment'. There are more than 100 sales users in the company. The Sales Director has now informed the administrator that five of those users should not be able to edit any Shipment records. What should a Solution Architect recommend for the requirement?Choose 1 answer. Edit the existing custom profile assigned to the sales users and remove 'Edit' access to the 'Shipment' object. Create a new profile without 'Edit' access to the 'Shipment' object and assign it to the five users. Create a sharing rule that grants only 'Read' access to the records of the 'Shipment' object. Create a permission set without 'Edit' access to the 'Shipment' object and assign it to the five.
Universal Containers is creating a custom Visualforce page to allow users to edit contact records. The developer has used an apex:outputField for the Phone field on the contact object. What is the expected behavior if a user without field-level security accesses the Visualforce page? The user is able to enter a value into the Phone field. The user encounters an error while saving the record. The output field is visible to the user. The field is automatically removed from the page.
Cosmic Enterprises has created a custom object called 'Promotion' to store information about promotions offered by the company. The organization-wide default sharing setting of this custom object has been set to 'Private' and granting access via hierarchies has been disabled for it. Certain records of this object need to be shared with all the users who are assigned to the role of 'Sales Agent'. What can be done to meet this requirement using Apex?Choose 1 answer. Create 'Promotion__Share' records and use a public group that consists of the sales agents to grant access. Create 'Promotion__Share' records and use a public group that consists of the 'Sales Agent' role to grant access. Create 'Promotion__Share' records and use user IDs to grant access. Create 'Promotion__Share' records and use a sharing group associated with the 'Sales Agent' role to grant access.
A developer wants to build an application on the Force.com platform. The data model, the users needing access to the application, and the application business logic have been considered. The report and dashboard requirements have not been considered. Which statement is TRUE about building the application? The data model may not support the required business logic The data model may not support the required reports/ required security controls The developer will not be able to load application data The dashboard will not be visible to management users.
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 Contract Access Contact Access Account Access Opportunity Access Case Access.
When configuring default record access levels in Enterprise Territory Management, which of the following statements are true regarding access to accounts and/or related records?Choose 2 answers. Users in a territory can 'not access', 'view', or 'view and edit' records associated with accounts in the territory. Users in a territory always have at least 'view' access to the accounts assigned to the territory. Users in a territory are always able to view contacts and opportunities associated with accounts in the territory hierarchy. Users in a territory can always view, edit, and transfer records that are related to the accounts assigned to the territory.
The system administrator of Cosmic Enterprises has created a dummy user in Salesforce. The user owns more than 15,000 account records that were recently obtained from a third-party database. A sharing rule has been created to share records owned by this user with all the sales managers and a few other users of the company. There are performance issues whenever there is a change in the role hierarchy. Which of the following actions should a Solution Architect recommend to improve performance?Choose 3 answers. If possible, the dummy user should not be assigned to a role in the role hierarchy. The dummy user should be placed at the top of the role hierarchy. No more than 10,000 account records should be owned by the dummy user. The dummy user should be placed at the bottom of the role hierarchy. An account hierarchy should be established for the accounts owned by the dummy user.
For the Universal Containers Commercial and Consumer support departments, having access to Activities for Contacts with which they interact is important. Commercial support users should not see Consumer Accounts/Contacts and Consumer support users should not see Commercial Accounts/Contacts. Assuming the Organization-Wide Default for Activities is set to "Controlled by Parent" what is the minimum level of Sharing access a support user would need to Accounts/Contacts to view associated Activities? Choose 1 The users need no access to Accounts/Contacts with the proper Activity Sharing Rules and Profile Permissions for the Accounts Tab. Private Account/Contact Sharing Default with a Sharing Rule for each department set to Private access to Accounts/Contacts. Private Account/Contact Sharing Default with a Sharing Rule for each department set to Public Read/Write access to Accounts/Contacts. Private Account/Contact Sharing Default with a Sharing Rule for each department set to Public Read only access to Accounts/Contacts.
Universal Containers created a custom object called Defect and would like to enable the Sharing button on the Defect page layout to share the records manually to other users in the organization. In which scenario will the Sharing button appear? The Sharing model is either Private or Public Read only. The Sharing model is Public Read/Write. The Sharing button always appears. The Sharing model is Public Read/Write/Transfer.
An administrator of Cosmic Solutions wants to create a list view that only displays accounts of manufacturing companies. Sales users use a custom field on the Account object to indicate the type of company. The list view should only be visible to three sales managers of the company. If all the users are using Salesforce Classic, which of the following should be used to restrict the visibility of the list view?Choose 1 answer. Public Group Role Role and Subordinates User.
A Sales Rep at Universal Containers wants to create a dashboard to see how his sales numbers compare with his peers.Assuming a Private model, which two permissions would the Sales Rep need to meet this requirement? View All Data Manage Custom Report Types Customize Application Manage Dashboards.
Universal Containers has a junction object called "Job Production Facility". With 2 master-detail relationships to the Job and Production Facility custom objects. Both master records have a private sharing model. What statement is true if a user's profile allows access (Create/Read) to the Job, but no access to the Production Facility Object? The user will be granted read access to the Production Facility record. The user will see the junction object and the link to the Production Facility. The user will not be able to see the junction object records or the field values. The user will see the junction object but not the link to the Production Facility.
Which two are potential security vulnerabilities in the following code snippet? <apex:page> <apex:form> <apex:outputText value="Enter Name" /> <apex:inputText value=" { !name}" /> <apex:commandButton value="Query" action=" {!query}" /> <apex:form> <apex:page> 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}; return null; } } Choose 2 answers. Bypassing Field and Object Security SOQL Injection Arbitrary Redirects Cross-Site Scripting.
The Architect notices that there are many duplicate Account records and numerous sharing rules created in Salesforce.What would be the reason? The Organization-Wide Default for the Account object is Public Read/Write. The Organization-Wide Default for the Account object is Public Read Only The Organization-Wide Default for the Account object is Private The Object permissions for the Account object are Create, Read, and Edit.
Cosmic Enterprises has created a custom object called 'Promotion' to store information about promotions offered by the company. The organization-wide default sharing setting of this custom object has been set to 'Private' and granting access via hierarchies has been disabled for it. Certain records of this object need to be shared with all the users who are assigned to the role of 'Sales Agent'. What can be done to meet this requirement using Apex?Choose 1 answer. Create 'Promotion__Share' records and use a sharing group associated with the 'Sales Agent' role to grant access. Create 'Promotion__Share' records and use a public group that consists of the 'Sales Agent' role to grant access. Create 'Promotion__Share' records and use user IDs to grant access. Create 'Promotion__Share' records and use a public group that consists of the sales agents to grant access.
The VP of Sales at Get Cloudy Consulting wants to give one sales member the ability to view other sales members' sales numbers as a point of comparison. If a Private model is being used, which two permissions are needed to create a dashboard for this purpose? (Choose two.) Manage Custom Report Types Customize Application View All Data Manage Dashboards.
In Enterprise Territory Management, which of the following are capabilities of filter-based opportunity territory assignment?Choose 2 answers. The filter-based opportunity territory assignment job can only be run when opportunities are updated. An option can be selected to run the filter-based opportunity territory assignment job automatically when opportunities are created. Users can manually define a filter based on which opportunities are automatically assigned to territories. An apex class can be created to automatically assign opportunities to territories based on custom criteria.
How would you make sure Visualforce page is security proof? Choose 3 answers Use debug to check hijacked requests Use web application tool for security Manually check for cross site Manually check for sql injection Submit to force security scanner.
Cosmic Innovation is a startup company which sells different types of smart home solutions in Los Angeles, Miami, and New York. The company recently started using Salesforce to manage customers' accounts, contacts, and opportunities. A 'Private' sharing model is being used for all the records that are managed in Salesforce. Each city has its own sales manager and several sales agents who work under him. A sales manager should only be able to view account records that are owned by the sales agents of their own region. How should the role hierarchy be defined for this requirement?Choose 2 answers. Create a separate role for each sales manager. Create one role for all the sales agents of the company. Create three roles for the sales agents in the three cities. Create one role for the three sales managers.
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? Create a series of daily recurring events providing the dashboard link. Schedule the dashboard for daily refresh and email distribution. Create a Workflow rule that sends a link to the dashboard in an email. The users' home page layouts to include a dashboard.
Cosmic Supermarket will soon perform a large-scale realignment of account and opportunity assignments, sales teams, and territories. The administrator is considering the use of deferred sharing maintenance to postpone the processing of group maintenance operations and sharing recalculations until all the desired changes have been made in Salesforce. Which of the following are valid criteria for using this feature?Choose 2 answers. Size and complexity of the company's realignment tasks. Frequency of locking errors during updates. Flexibility to arrange a maintenance window with customers. Processing time associated with sharing rule recalculation.
Universal Containers has set Partners users who will see records owned by partner users in roles below them in the hierarchy of which roles? Executive Manager User.
At Universal Containers, the Sales VP likes to re-assign Opportunity Teams every six months. Each Opportunity Team has the following resources: - AE (owner) - Sales Engineer -Vertical Overlay - Sales Ops What should the Architect use to re-assign Opportunity Team members so they have access to the appropriate Opportunity records? Choose one answer: From the User Setup menu, click "Update Team members on open Opportunities." From the Opportunity record detail page, use the "Update Team Members" function. Build a Visualforce page that will query the default team and update open Opportunities. Use the Mass Reassign Opportunity Team wizard on the Opportunity Tab Home Page.
Universal Containers is looking to set up a new integration with its ERP system. The goal is to synchronize contacts in the ERP shipping tables with those in their CRM so that sales reps can view up to date contact information. The integration runs under a dummy Integration User who is at the top of the role hierarchy. The Organization-Wide Default sharing setting for Accounts is Private and Contacts is Controlled by Parent. A large number of contacts (100,000) have account data in the ERP system, but do not have corresponding Accounts in Salesforce. How should the Architect design the solution so that the sales team can see the contacts and there are no performance issues? Have the integration create the contacts under one dummy account record; use an Account sharing rule to grant sales reps access to the contacts. Have the integration create both the contacts and their corresponding accounts; use a Contact Sharing rule to grant sales reps access to the contacts. Have the integration create both contacts and their corresponding accounts; use an Account sharing rule to grant sales reps access to the contacts. Have the integration create the contacts with Salesforce without an account; use a Contact sharing rule to grant sales reps access to the contacts.
Report abuse Consent Terms of use