Get Ready with Sharing-and-Visibility-Designer Exam Dumps (2023) [Q39-Q61]

Share

Get Ready with Sharing-and-Visibility-Designer Exam Dumps (2023)

Realistic Sharing-and-Visibility-Designer Dumps are Available for Instant Access


The Salesforce Sharing-and-Visibility-Designer (Salesforce Certified Sharing and Visibility Designer) Exam is a certification that validates a candidate's expertise in designing and implementing sharing and visibility solutions in Salesforce. This is a highly specialized certification that requires a deep understanding of the Salesforce platform and its sharing and visibility capabilities. Candidates who hold this certification are recognized as experts in configuring complex sharing and visibility models that meet the needs of their organization.

 

NEW QUESTION # 39
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?

  • A. Read-only access
  • B. Read/Create access
  • C. Read/Create/Edit access
  • D. No access

Answer: A


NEW QUESTION # 40
Cloud Kicks is customizing the security and sharing features of Salesforce Account Teams and has decided to implement a Custom Account Team object. Cloud Kicks wants the new implementation to utilize Apex and Visualforce on the Custom Account Team object, while still including all of the features of the existing account team.
An Architect is considering two different approaches for designing this enhancement.
Which two considerations are valid? (Choose two.)

  • A. The need to dynamically create Criteria-Based Sharing rules with Custom Account Team object data
  • B. The need to synchronize the AccountTeamMember object with the Custom Account Team object data
  • C. The need to customize Account screens in Visualforce, as the AccountShare object CANNOT be maintained programmatically
  • D. The need to maintain the AccountShare object based upon the Custom Account Team object data

Answer: B,D


NEW QUESTION # 41
A sales manager of Cosmic Enterprises has manually shared an opportunity owned by him with one of the sales reps who report to him. Which of the following is true about the sales rep's access to the parent account associated with the opportunity?Choose 1 answer.

  • A. The sales rep cannot access the account without the manual sharing of the account record.
  • B. The sales rep can only access the account if it was shared with the opportunity during manual sharing.
  • C. The sales rep has 'Read Only' access to the account through implicit sharing.
  • D. The sales rep has 'Read/Write' access to the account through implicit sharing.

Answer: C


NEW QUESTION # 42
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?

  • A. Create a Sharing set for the Distributor profile to grant access to the Delivery object.
  • B. Give ownership of the delivery record to a distributor user.
  • C. Create a criteria-based sharing rule that shares delivery records matching the Distributor to user distributor.
  • D. Create a criteria- based sharing rule that shares delivery records matching the Distributor to users of a Public Group created for the distributor.

Answer: A


NEW QUESTION # 43
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?

  • A. No changes are needed to the sharing and visibility model to implement this requirement.
  • B. Create sharing groups that share all cases to all agents under the Dealer manager.
  • C. Create a batch job that creates sharing rules as needed, based on the cases created.
  • D. Build a trigger that create manual sharing of cases as needed whenever a new case is created.

Answer: A


NEW QUESTION # 44
The system administrator of Cosmic Enterprises has set the organization-wide default sharing setting for opportunities to 'Private'. While working on a particular opportunity, a sales rep requires assistance from an account manager and a product manager. The opportunity is owned by the sales rep, and the managers currently do not have access to it. What should be recommended to allow the sales rep to collaborate with the managers?Choose 1 answer.

  • A. Enable Opportunity Teams and add the 'Opportunity Team' related list to the Account page layout.
  • B. Enable Account Teams and add the 'Account Team' related list to the Opportunity page layout.
  • C. Enable Opportunity Teams and add the 'Opportunity Team' related list to the Opportunity page layout.
  • D. Enable Account Teams and add the 'Account Team' related list to the Account page layout.

Answer: C


NEW QUESTION # 45
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?

  • A. Create a new custom object with private OWD and Lookup relationship to Employee to store new restricted information.
  • B. Create a new custom object controlled by parent and a Master-Detail relationship to Employee to store new restricted information.
  • C. Change OWD of Employee custom object to private and a Lookup self-relationship to store only new restricted information.
  • D. There are no other option besides using field level security.

Answer: A


NEW QUESTION # 46
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?

  • A. Private organization-Wide default on Shipment, rollup summary, and Master-Detail relationship to Account.
  • B. Private organization-wide default on Shipment, trigger, and Lookup relationship to Account,
  • C. Controlled by Parent (Account) on Shipment, trigger, and trigger, and Master-Detail relationship to Account.
  • D. Public organization-wide default on Shipment, process builder, and lookup relationship to Account.

Answer: C


NEW QUESTION # 47
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 employee?

  • A. Implement a Public Read/write/Transfer OWD on Lead.
  • B. Implement a Public Read only OWD on Lead
  • C. Implement a Private OWD on Lead.
  • D. Implement a Public Read/write OWD on Lead

Answer: A


NEW QUESTION # 48
Cosmic Enterprises would like to create a custom web service that should be exposed to the company's re-sellers. The web service will be used by re-sellers to retrieve information about accounts and orders fulfilled in their stores. They should only be able to retrieve information about accounts and orders related to their own stores. With regard to the creation of the custom Apex web service, what should an architect recommend for this requirement?Choose 1 answer.

  • A. The web service should use the runAs() system method.
  • B. The web service should use the 'transient' keyword.
  • C. The web service should use the 'with sharing' keyword.
  • D. The web service must be declared as 'private'.

Answer: C


NEW QUESTION # 49
By default, how many roles are created when the first external user is created on a partner account?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B


NEW QUESTION # 50
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?

  • A. Create a custom object for defects and relate it to cases using master -detail
  • B. Create all defect fields on the case object to track the defect and lookup.
  • C. Create a custom object for defects and relate it to cases using lookup
  • D. Create a relationship between the standard defect object and the standard case object.

Answer: C


NEW QUESTION # 51
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?

  • A. Remove Create, Read, Edit and Delete from Manager Profiles and Permission sets.
  • B. Create a criteria-based sharing rule to remove access to Manager role and above in the Role ..
  • C. Set organization wide default to Private and uncheck the Access Using Hierarchies option for the NPS object
  • D. Use Apex Sharing to remove NPS object share records for Manager profiles.

Answer: C


NEW QUESTION # 52
Which two options can help mitigate the risks of import failures associated with large-volume bulk data loads?
Choose 2 answers.

  • A. Increase batch size.
  • B. Minimize user group hierarchy.
  • C. Defer Sharing Calculation.
  • D. Group records by ParentID within a batch.

Answer: C,D


NEW QUESTION # 53
Universal Container is creating a custom VF page to allow user to edit contact records. The developer has used an apex:outputField for the Phone field on the contact obj. What is the expected behavior if a user whitout FLS accesses the VF page?

  • A. The output field is visible to user
  • B. The user encounters an error while saving the record
  • C. The field is automatically removed from the page
  • D. The user is able to enter a value into the phone field

Answer: C


NEW QUESTION # 54
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?

  • A. Use Apex sharing to share distributor accounts with agents using the Account__ Share table.
  • B. Use share group to share distributor accounts with agents who have account contact relationship.
  • C. Create sharing rules to share distributor accounts with agents.
  • D. Create sharing set to share distributor accounts with agents using account contact relationship.

Answer: A


NEW QUESTION # 55
Chris is the Business Analytics Manager of Cosmic Solutions. He manages a small team that is responsible for creating and modifying all the reports and dashboards used by the company. The company recently hired a junior analyst named Fred whose main responsibility is to provide assistance to Chris. Chris would like to give Fred the ability to share any report or dashboard folder that has been or will be created by the team. What should a Solution Architect recommend to an administrator who has been asked to meet this requirement?Choose 2 answers.

  • A. Provide 'Manager' access to all the folders that need to be shared.
  • B. Provide the 'Manage Reports and Dashboards in Public Folders' permission.
  • C. Provide the 'Manage Reports in Public Folders' permission.
  • D. Provide the 'Manage Dashboards in Public Folders' permission.

Answer: C,D


NEW QUESTION # 56
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 employee?

  • A. Implement a Public Read only OWD on Lead
  • B. Implement a Public Read/write OWD on Lead
  • C. Implement a Private OWD on Lead.
  • D. Implement a Public Read/write/Transfer OWD on Lead.

Answer: C


NEW QUESTION # 57
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

  • A. Add the auditors to the default Opportunity Team.
  • B. Put the auditors as the highest level of the role hierarchy.
  • C. Create a criteria-based sharing rule to give access to the public group for high-value Opportunities.
  • D. Create a public group and assign the Auditors to the group.

Answer: C,D


NEW QUESTION # 58
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 dat a. 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?

  • A. Create a Permission Set that grants "View All Data" Permission.
  • B. Make Opportunity OWD read-only.
  • C. Create a Permission Set that grants "View All" permission for Opportunity.
  • D. Give "View All Data" Permission to the Sales Reporting Profile.

Answer: C


NEW QUESTION # 59
Which two options provide implicit record access to users?
Choose 2 answers

  • A. Access to related leads for the owner of the parent campaign.
  • B. Read-only access to the parent account for a user with access to a child case
  • C. Read-only access to parent account for a user, based on a criteria-based sharing rule.
  • D. Access to child opportunities for the owner of the parent account.

Answer: B,D


NEW QUESTION # 60
Universal Containers has the following Sharing Settings for their Org:
Account = Private
Contact = Controlled by Parent
Opportunity = Private
Case = Private
They have enabled "Default Account Teams" and have trained users to set up their Default Team. Which three access levels can be set on the Account Team Member?
Choose 3 answers

  • A. Case Acces
  • B. Opportunity Access
  • C. Contact Access
  • D. Account Access
  • E. Contract Access

Answer: A,B,D


NEW QUESTION # 61
......


The Salesforce Sharing-and-Visibility-Designer certification exam is a challenging exam that requires a thorough understanding of sharing and visibility strategies in Salesforce. The exam is designed to test the expertise of professionals in designing and implementing these strategies in a real-world scenario. The exam also tests the candidate's ability to identify and resolve sharing and visibility issues in Salesforce.


The Salesforce Certified Sharing and Visibility Designer certification exam is intended for experienced Salesforce professionals who have a deep understanding of the Salesforce platform and its architecture. The exam requires the candidates to demonstrate their expertise in designing and implementing sharing and visibility solutions that meet the unique needs of their organizations. In addition, the exam also tests the candidates' ability to analyze complex sharing scenarios and recommend the best solutions.

 

Download Exam Sharing-and-Visibility-Designer Practice Test Questions with 100% Verified Answers: https://buildazure.actualvce.com/Salesforce/Sharing-and-Visibility-Designer-valid-vce-dumps.html