option
My Daypo

SSShap

COMMENTS STADISTICS RECORDS
TAKE THE TEST
Title of test:
SSShap

Description:
weweweshap

Author:
AVATAR

Creation Date:
30/01/2023

Category:
Science

Number of questions: 65
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company's account records. How should an app builder configure Account sharing so that community users only see their own Account? Set the account external OWD to private. Define an owner-based sharing rule for external account. Define a permission set for external accounts. Create an account record type for external accounts.
Cloud Kicks has created a custom object called Interests which is joined to Accounts by way of a junction object called Account Interest. What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object? Users will be unable to view Account records that have a related Account Interest record. Users will be able to view the Account Interest records and will have read-only access to the Interest records. Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record. Users will be unable to view the Account Interest records or the Interest records.
The Sales Operations team at AW computing deletes accounts for a variety of reason. The Sales ops director is worried that the Sales team may delete accounts that sales reps are actively selling into. How should the app builder keep accounts with open opportunities from being deleted? Remove the delete button on the account layout. Remove the Delete permission from the Sales Rep profile. Create an Apex Trigger on the Account object. Create a validation rule on the Account object. .
An app builder has been asked to display an Overdue Date that is two months after a Task's Due Date. Which approach should the app builder take? (revisar) Create a formula field using the ADDMONTHS() function Use Process Builder and set Overdue Date equal to DueDate + 60 Create a formula field using DueDate + 60 Use Process Builder and set Overdue Date equal to DueDate + ((365/12) * 2).
When a deal is closed-won, it has to be approved by the owner's manager prior to being added to the leaderboard for a quarterly sales competition. An opportunity is won on the last day of the quarter and the manager is on vacation. What is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date? Have the manager log on and reassign the approval request. Set up a delegated approver for the manager. Forward the approval request to the manager's assistant. Use Process Builder to assign a delegated approver.
Cloud Kicks has a shipment date on each shipment that is sent out. Dispatchers need more details on the day and time the shipment was sent out. The app builder needs to change the current field type that is used from Date to Date/Time. What should the app builder be aware of when it comes to data already in the system? The change will be instant Historical data will be updated to 12:00 timestamp. The field name will change. Data loss will be experienced.
When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields. What should an app builder use to achieve the desired result? Process Builder and Flow Lightning component and Process Builder Custom button and Flow Custom picklist field and Process Builder.
An app builder wants to create a report to compare the number of support cases in each status (New, In-progress, Closed) and by priority (Critical, High, Medium, Low). Which solution should be used for the report? (revisar creo q es Grouping) Filters Grouping Bucket Columns Custom Report Type.
Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track parks and trails respectively. NTO wants to track the total number of trails a park has on the park record without writing any code. Which two actions should an app builder take to accomplish this requirement? Choose 2 answers ** Use a formula field on the Park record to show the total number of trails. Use a roll-up summary field on the Park record to show the total number of Trails. Use a lookup relationship between the Park and Trall objects. Use a master-detail relationship between the Park and Trail objects.
Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes. What validation rule would an app builder use to prevent other users from making this update? ** AND( $UserRole.Name != 'Marketing', Retail_Opt_In__c = "Yes" ) AND( $UserRole.Name = 'Marketing', Retail_Opt_In__c = "Yes") AND( $UserRole.Name = 'Marketing', ISPICKVAL(Retail_Opt_In__c = "Yes")) AND( $UserRole.Name = 'Marketing', ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_Opt_In__c = "Yes” ) ).
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes? Choose 3 answers Field-level security Record type picklist value assignments Multiple currencies Validation rules Decimal places and character limits.
The CFO of Cloud Kicks needs to sign off on any major shoe retail deal that has a discount of more than 30% before the deal can be closed. What feature would be used to handle this requirement? Email Alert Field Update Approval Process Workflow Rule.
When an opportunity close date is delayed by more than 60 days, the manager and the VP sales must approve the change. How can this requirement be met? Choose 2 answers Create a lightning process builder flow that submits the record for an approval process Build a validation rule that does not allow a user to save the opportunity record. Build an approval process that requires unanimous approval from the manager and VP of sales. Build an approval process that requires unanimous approval from the manager and VP of sales.
Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC's orders. What formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account? BEGINS(Account.Zip_Code_r, 5) TEXT(Account.Zip_Code_c, 5) LEFT(Account.Zip_Code_c, 5) LPAD(Account.Zip_Code__r, 5).
Ursa Major Solar wants to create a relationship between the standard Contact object and a custom Solar Project object. Contact s can potentially be related to multiple Solar Project objects, and a Solar Project can have multiple Contacts associated with it. How should an app builder configure the data model? One Master-detail relationship on Contact and one Master-detail relationship on Solar Project Two Master-detail relationships on a new custom object One Lookup relationship on Contact and one Lookup relationship on Solar Project Two Lookup relationships on a new custom object.
The convert button on Lead should be unavailable until the Lead Status picklist is set to Qualified. What should an app builder suggest to meet these requirements? Process builder field update, quick action, record type Page layout, record types, process builder field update Picklist dependency, page layouts, record types Custom button, validation rule, record types.
Northern Trail Outfitters wants to broadcast an email to 7,000 contacts in Salesforce on a regular basis but realizes Salesforce's mass email functionality has a limitation on the number of emails that can be sent each day. What action should the app builder take? Develop Apex code and Visualforce pages to send the emails. Research and evaluate products available on AppExchange to send mass emails Download all contacts to a CSV file and use an email client to send the mails Request Salesforce increase the number of maximum daily mails.
An app builder has deployed a change set from a sandbox to production. There is a long delay in the deployment. What can be causing the delay? Profiles are included in the change set. A field type change is included in the change set. Dependent fields are included in the change set. Roles are included in the change set.
Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. While all members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records. What should the app builder recommend to meet this requirement? Configure the hourly record type as the default and instruct non-management users to accept the default record type. Create a permission set containing the salary record type and assign it to the appropriate users. Remove "create" permission for the salary applicant object for everyone except the manager and VP. Update the org-wide default to private and create a sharing rule for the role of recruiting manager.
The Recruiting team at AW Computing captures the job acceptance and date of hire of a candidate on the Job Application custom object. Once the candidate accepts the recruiter's Job offer, the date of hire should be entered and not be changed on subsequent record edits. Which validation formula should the app builder use? ** (ISBLANK(Job_Accepted__c) || NOT(ISCHANGED(Hire_Date__c)) (ISBLANK(Job_Accepted__c) && NOT(ISCHANGED(Hire_Date__c)) NOT(ISBLANK(Job_Accepted__c)) && ISCHANGED(Hire_Date__c) NOT(ISBLANK(Job_Accepted__c)) || ISCHANGED(Hire_Date__c).
Universal Containers (UC) has large data volumes and is nearing data storage limits. The planned solution is to archive historical data to reduce data storage in Salesforce; however, UC would still like to use reports, queries, and lookups on the archived information. Which two options could meet this requirement? (Choose two.) ** Custom objects External objects Big objects Related objects.
A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter ran the Position with or without Applicants report and noticed that the new field was missing as an option to add as a column. How should an app builder troubleshoot this issue? Adjust the field level security to include in the report type. Check Allow Reports for the position and applicant objects. Update the profile with the Manage Public Reports permission. Add the field to the custom report type field layout.
Universal Containers (UC) wants to delete data in several fields for 5,000 Lead records. UC exported the selected Record IDs and fields that need to have data deleted in a CSV file. Which two steps should an app builder suggest to meet these requirements? (Choose two.) Select the correct record type. Use Import Wizard to update leads using the CSV file. Select Insert Null Values in Settings. Use Data Loader to update leads using the CSV file.
Universal Containers wants its Field Sales team to only see the accounts that they own. Separate North American and European marketing teams should only see accounts in their respective regions. The Inside Sales Team needs to see all accounts in Salesforce. How should an app builder accomplish this? ** Set the Organization-Wide Default to Public for accounts. Create profiles for each Marketing Team, and create an Inside Sales Team role that is at the top of the Role Hierarchy. Set the Organization-Wide Default to Public for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team permission set with the "View All" setting for accounts. Set the Organization-Wide Default to Private for accounts. Create permission sets for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts. Set the Organization-Wide Default to Private for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times. What solution can enable reps to see and access these components from anywhere within the app without leaving the page where the team is working? Home page Favorites Global actions Utility bar.
Cloud Kicks wants to summarize the number of open Cases related to an Account, as well as the number of closed Cases to indicate whether customer support utilization is high, medium, or low. Two number fields have been created: NUM_Open_Cases__c and NUM_Closed_Cases__c. Which two automation solutions would meet these business requirements? ** Process Builder Apex Workflow AppExchange.
Universal Containers has deployed custom tabs to Production via change sets, without including the profile settings. What statement is true about the visibility of custom tabs in Enterprise Edition? Custom tabs are not deployed. Custom tabs are default on for all users. Custom tabs are not hidden for all users. Custom tabs are default off for all users.
Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements? Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE. Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE. Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date. Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.
Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter. Where would an app builder enable this ability? Chatter Feed Tracking Chatter Settings Approval Process Settings Object Settings.
Universal Containers utilizes opportunities and a custom object called Detailed_Sales__c. The company would like to roll sales metrics up to an opportunity for only Detalled_Sales__c records that have their picklist status set to Active. What is the recommended method for the app builder to achieve this request? Utilize the AppExchange to download a third-party application that can roll up the sales dollars with the appropriate filter. Create a master-detall relationship between the parent and child object with a roll-up summary field that filters on the status field Create a lookup relationship between the parent and child object with a roll-up summary field that filters on the status field. Utilize Apex code to roll up the desired amounts.
An app builder wants to show Groups as the last navigation menu item in the Salesforce Mobile App. However, the app builder is not able to select Groups as one of the items on the drop-down menu. What could cause this? Groups is unavailable in the selected list for the navigation menu. Groups is available in the recent section of the navigation menu. Groups is included in the Smart Search items but unavailable on the navigation menu. Groups is available in the Chatter section of the navigation menu.
An app builder at Universal Containers has been asked to add the Chatter feed to a custom object record page. Which approach should the app builder use? ** Add a custom Chatter feed component. Add the standard related list component Add the standard Chatter feed component. Add the Chatter feed component from the AppExchange.
Cloud Kicks (CK) wants to set up a custom child object to track gift cards issued to a customer. A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created. On the gift card object, what type of field should be created to support this requirement? Formula Master-detail relationship Poll-up summary Lookup relationship.
The finance manager at Universal Containers wants to receive a new business notification email each time a new client is won. The sales manager wants to receive a task letting them know to onboard the new client unless it is a top-tier client. Which automation tool should an app builder use to best address all these requests? Record-triggered flow Screen flow Apex Approval process.
At Ursa Major Solar, there is a single Lightning record page for the Celestial Bodies custom object; however, there is a Lightning component, the app builder wants to restrict to mobile app users Which feature in the Lightning app builder should be utilized? Component visibility filter Highlights panel Chatter feed Related list quick links.
Universal Containers uses a custom object called Projects. When managers assign projects, they set a custom field on the Project record called Estimated Hours. Once set, users should be able to decrease but not increase the value. How can an app builder meet this requirement? Create a validation rule that uses the PRIORVALUE function Create a process builder to update the record type Create a formula field that uses the PREVGROUPVAL function Create a formula default value for the custom field.
An app builder at Cloud Kicks created a custom object and related fields in the schema builder. What next steps should the app build take to ensure users can access the new object and fields? Create a permission set for access to the object and fields. Allow reporting for the object and fields. Assign data types to the fields on the object. Add the fields to the page layout on the object.
An app builder is tasked with adding key performance indicators on client pages. They want to see a summary of the number of open Opportunities and the number of won Opportunities for each Account. Where should the app builder go to build these new rollups? Account Object Lightning App Builder Lightning Object Creator Opportunity Object.
Universal Containers is expecting impacts to operations due to increased demand. The executive team will be reaching out to current customers and want to see the number of open cases for the account and parent account. Which two tools could an app builder combine to display the number of open cases on the account page? Choose 2 answers ** Flow Approval Process Workflow Process Builder.
The Director of Marketing has asked the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units. What function should be used to return today’s date for calculating the difference? DATE() NOW() TODAY() DATEVALUE().
Cloud Kicks (CK) is finding sales reps are inconsistent in data entry when deals are won. CK requires that custom shoes are shipped within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date. How should the app builder ensure this field is properly filled out before setting the opportunity to closed won? ** ISPICKVAL( StageName ,"Closed Won") && ( Scheduled_Ship_Date__c - CloseDate) > 14 OR(ISPICKVAL( StageName ,"Closed Won") && ( Scheduled_Ship_Date__c - CloseDate) > 14, ISBLANK(Scheduled_Ship_Date__c)) OR(ISPICKVAL( StageName ="Closed Won") && ( Scheduled_Ship_Date__c - CloseDate) > 14, ISBLANK(Scheduled_Ship_Date__c)) ISPICKVAL( StageName ="Closed Won") && ( Scheduled_Ship_Date__c - CloseDate) > 14.
Universal Containers uses a custom object called Reviews to capture information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the comment field on the Review to be private to anyone outside of the HR department. How should the app builder meet this requirement? ** Create a page layout with the field for HR users and another page layout without the field for all other users Create an Apex sharing rule to share the field with users that have "HR" in their role Create a sharing rule to share the field with the VP of HR with Role and Subordinates Create a page layout with the field and use field-level security to hide the field from all other users.
Universal Containers require different fields to be filled out at each stage of the Opportunity sales process. What configuration steps can an app builder use to meet this requirement? Add the Path component to the Lightning record page Create a Process Builder to prompt the User for field information Set page layout required fields based on the current stage Define record types and page layouts for each stage.
Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its global workforce to support its fast-paced sales cycle. CK loves Chatter but struggle with gathering feedback from core team members, including understanding who is available to respond. Which two ways could CK use Chatter to solve this problem? (Choose two.) Out of Office Topics Polls Streams.
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices. What can be the issue? The component has been developed for Desktop Pages. The record page needs to be activated. The component needs to be activated. The record page template is unable to support mobile devices.
Cloud Kicks (CK) wants to track orders against inventory, ensuring its ability to fulfill order requests. CK created a junction object called Request Inventory to enable many-to-many relationships with the Inventory and Order objects. What does the app builder need to provide to ensure users can view Request Inventory records? Read access to both master objects. Apex-based sharing on the first master object. Sharing rules on Request Inventory object. Read access to the first master object.
Universal Containers (UC) delivers purchased containers to remote construction sites. Customers supply UC with crossroads or location markers. What type of field should the app builder use to capture this information? External Lookup Number Formula Geolocation.
An app bullder at Northern Trail Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app. Which type of testing environment should the app builder create? Developer Partial Copy Developer Pro Scratch Org.
Managers at Universal Containers want a quick way to create additional accounts to form a hierarchy from a parent account record. They want to auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly. What should the app builder recommend? Customize a Global Quick Action Add a custom link on Account Create a custom action Add Path on Account hierarchy.
An app builder created multiple custom fields, page layouts, and reports in the sandbox and added them to a change set. After the change set was deployed to production, the reports were NOT deployed. What should the app builder do? ** Recreate the reports in production. Reports are not supported in change sets. Move the reports to the Unfiled Public Reports folder and add them to a new change set Add the reports to an unmanaged package and Install the unmanaged package into production. Move the reports from the Unfiled Public Reports folder and add them to a new change set.
Which two places can an app builder go to see a list of available Custom Lightning components in their org? Choose 2 answers Lightning App Builder Lightning component Generator Lightning components in Setup Visualforce components in Setup.
DreamHouse Realty has a mentorship program that pairs experienced Realtors with new Realtors. Each experienced Realtor can mentor one or several new Realtors, and each new Realtor is required to work with a single experienced Realtor they report to for a probationary period. What type of relationship would an app builder set up to meet this specification? Lookup Master-detail Indirect lookup Many-to-many.
Universal Containers is migration its sales operations from a legacy system that was used in Europe. Opportunities need to be imported with the proper country currency. Which two step should an app builder configure to meet these requirements? Choose 2 answers Use import wizard to import the records. Includes the currency ISO code column in the import file. Use data loader to import the records. Include the currency ISO code in all Currency field in thr import file.
Universal Containers wants to improve the process to create Opportunity records related to an Account. Many fields can be populated based on the Account record. Some fields require input from the user. What should an app builder configure to meet the requirement? Process Builder triggered from Opportunity update Quick Action on the Account object Process Builder triggered from Account update Quick Action on the Opportunity object.
Service Agents are required to confirm a user's identity before providing support information over the phone. What feature can an app builder use to help agents meet this requirement? Add Path to the top of the Case layout. Include Surveys as a Case related list. Guided Action Flows on the record page. Case Validation Rules.
An app builder wants to use Process Builder to automate some of the work being done by the sales team. What are three capabilities of Process Builder that can improve productivity? (Choose three.) Send an email alert. Create a child record. Send an outbound message. Delete a related record. Update a related record.
Universal Containers (UC) has several large customers that sell their products through dealers. Each customer and dealer has an individual rep who works directly with UC and each is billed separately. How should an app builder implement these requirements? Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account. Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record. Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy. Create a single account record, add each rep as a contact and create a custom dealer object.
Sales Managers want to be automatically notified any time there is a change to an Opportunity Close Date and want these changes to be tracked on the Opportunity. Which two configurations should an app builder recommend? (Choose two.) Activate Historical Trending for Opportunities Use Process Builder on Opportunities and a Chatter post action Create an Opportunity outbound message Enable Feed Tracking on Opportunities.
Universal Containers created a ‘New Task’ custom action on the Opportunity object. The action was added to all page layouts in the Mobile & Lightning Actions section. Which Lightning component should the app builder add to the layout to display the action? Related lists Activities Highlights panel Related record.
An app builder installs an unmanaged package in a full copy sandbox that is an exact match for production, and now they are ready to install It in production. When the app bullder attempts to install the package in production, it falls. Why did the package fail to install? Package features not compatible Incorrect license types Apex unit test failures Object limits exceeded.
The app builder at Ursa Major Solar has just created a master-detail relationship between a parent object Galaxy__c and child object Star__c. What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c? ** A new custom report type will need to be created for Galaxy__c with Star__c. A Star__c report type with Galaxy__c as a field will be automatically created. A Galaxy__c with Star__c report type will be automatically created. A new custom report type will need to be created for Star__c with lookup fields from Galaxy__c.
Properly installing managed packages helps prevent conflicts with customizations made by customers and partners. What functionality should be used to set up packages? Description Help setting Namespace Allow sharing.
Ursa Major Solar (UMS) uses a public sharing model for accounts. UMS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type. Which two actions should an app builder complete to implement this change? Choose 2 answers ** Create a criteria-based sharing rule. Update the organization-wide defaults. Create an owner-based sharing rule. Update the Sales profile.
DreamHouse Realty is rethinking its sandbox utilization strategy after acquiring Cloud Kicks. The Salesforce COE already utilizes a partial and a full sandbox, which it refreshes on their own regular schedules. Teams are expanding and have to begin each of their small projects in a sandbox before committing to the larger pool for collaborative testing while still keeping costs down. What type of sandbox should each team member use? Full sandbox Developer sandbox Developer pro sandbox Partial sandbox.
An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers. Which two steps are necessary to accomplish this task? Choose 2 answers ** Assign app to profiles. Add the app to a Visualforce page. Upload the app to Static Resources. Build a Custom Tab for the app.
Report abuse Terms of use
HOME
CREATE TEST
COMMENTS
STADISTICS
RECORDS
Author's Tests