Appb-2/4
![]() |
![]() |
![]() |
Title of test:![]() Appb-2/4 Description: Test for perfect test |




New Comment |
---|
NO RECORDS |
Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track trails and parks 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 master-detall relationship between the Park and Trail objects. Use a lookup relationship between the Park and Trail objects. The VP of Sales at Universal Containers has asked the app builder to let sales reps create opportunity records directly from the account, with a number of fields pre-populated. Which feature should the app builder use to allow users to create the opportunity?. Default action. Custom button. Quick Action. Custom Link. Universal Containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered. What should an app builder recommend to meet this requirement?. Update the important fields to be required on the page layout. Create a Flow to clean any data that is formed wrong. Configure a validation to require a field for a specific record. Make a formula field to check the format of the important fields. Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated uniquely Which formula should an app builder use to create this new field?. ISNUMBER(Id). CASESAFEID(Id). TEXT(Id). VALUE(Id). Universal Containers has the Account object's Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also need to be able to see the sales team's Accounts. Both the sales and marketing teams are in completely different branches of the role hierarchy. Which feature should be used to enable marketing to see sales-owned accounts?. Sharing rules. Public groups. Aliases. Assignment Rules. A custom field on an account is used to track finance information about a customer. Only members of the finance team have access to this field. However, the business wants to allow one customer service agent, who is assigned the Customer Service profile, read-only access to this field for special circumstances. What is the recommended solution to grant the customer service agent access to the field?. Update the Customer Service Profile already assigned to the agent to allow for read-only access to the field via field level security. Create a new profile to allow for read-only access to the field via field level security and assign it to the agent. Create a permission set that allows read-only access to the field via field level security and assign it to the agent. Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be visible to the HR department and the employee who submitted the record. Which three steps should an app builder take to properly control access to Reviews? Choose 3 answers. Remove review read permission from non-HR Department user Profiles. Add a Master-Detail(User) field on the Review object. Set Org Wide Default to Private. Disable Grant Access Using Hierarchies. Create a criteria-based Sharing Rule for the HR Department. Which two report formats can be used as a source report to configure a reporting snapshot? Choose 2 answers. Tabular format. Sumary format. Joined. Matrix format. 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. Which sandbox type should be considered first?. Developer pro sandbox. Partial sandbox. Developer sandbox. Full sandbox. 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. Which formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?. TEXT(Account.Zip_Code_c, 5). BEGINS(Account.Zip_Code_r, 5). LEFT(Account.Zip_Code_c, 5). LPAD(Account.Zip_Code__r, 5. 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 2 answers. Use Data Loader to update leads using the CSV file. Use Import Wizard to update leads using the CSV file. Select Insert Null Values in Settings. Cloud Kicks conducts an evaluation of sales reps with a custom object that houses a scorecard. The company wants to ensure that only the sales reps, their managers, and their manager's executives can view the rep's scorecard, but also prevent the reps from being able to view the executive comment fields on their review. How should these requirements be met?. Use a private sharing model granting record access using custom settings: manage field access with record types and page layouts. Use a private sharing model granting record access using hierarchy; manage field access with field-level security. Use a private sharing model granting record access using custom settings manage field access with page layouts and felt. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security. AW Computing has a custom object for service plans. A service plan needs to be associated to one and only one contact. The support manager noticed if the wrong contact is associated, the reps are unable to change the contact. The app builder already confirmed the user has correct access to the field and there are no validations associated with the service plans. What could be causing the issue?. The Read Only radio button, Allows users with at least Read access to the Master record to create, edit, or delete related Detall records, is selected. The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is unchecked. he Read/Write radio button, Allows users with at least Read/Write access to the Master record to create, edit, or delete related Detall records, is selected. The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is checked. Cloud Kicks wants to set up a new opportunity approval process and execute various action items based on the initial submission. Which three action types should an app builder use in the approval process? Choose 3 answers. Task. Email Alert. Outbound Message. Decision Element. Invocable Flow. DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system. Which two details should the app builder know when using external ID fields? Choose 2 answers. An external ID field can be an auto-number field. Each object can have up to 25 custom external ID fields. An external ID field can be a URL field. Each org can have up to 25 custom external ID fields. Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another. Which three common items can an app builder move when using a change set? Choose 3 answers. Web-to-lead. Standard fields. Custom Object. Apex class. Custom field. An app builder installed a custom Lightning component from AppExchange. What should be done next in order to configure the component for use in a record page?. Edit a record page using the Page Layout editor Drag the Visualforce component onto the page. Edit a record page using Lightning App Builder > Drag the component onto the page. Edit a record page using App Manager Drag the component onto the page. Edit a record page using the Page Layout editor>Drag the component onto the page. An app builder has a custom component they want to make available on the utility bar, but the component is unavailable. How should the component be tagged?. For use in App Manager. For use in Lightning App Builder. For use on the utility bar. For use on record pages. The marketing director is concerned that too many car parts were given away for free last year. They want to track discounts, samples, and giveaways by Sales Rep. The manager's sign-off on free parts also needs to be processed. Which functionality should an app builder use to meet these requirements?. High Velocity Sales. Quotes. Approval process. Checkbox. Universal Containers has deployed custom tabs to production via change sets, without including the profile settings or permission sets. What is the setting for the visibility of custom tabs?. Custom tabs are hidden for all users. Custom tabs are default off for all users. Custom tabs are default on for all users. Custom tabs are NOT deployed. Ursa Major Solar is ramping up the sales team to meet increased demand. As part of the short ramp up for these new reps, the manager wants to provide a help guide to enable reps to easily get help where needed during the different sales processes. Which solution should an app builder recommend?. Flow. Chatter Publisher. Path. Journey Builder. Universal Containers expects impacts to operations due to increased demand. The executive team will reach out to current customers and wants to see the number of open cases for the account and parent account. What should an app builder use to display the number of open cases on the account page?. Approval Process. Flow. Custom object. Roll up summary. DreamHouse Realty (DR) is expanding into subsidized housing by partnering with local government entities. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions. Which two considerations should be made by the team? Choose 2 answers. Data loss may occur when changing custom field types. Audit Trail is available through REST API extracts. Rich text field values of all lengths are displayed fully in reports. Field History Tracking records value changes of 255 characters or less. Service Agents are required to confirm a user's identity before providing support information over the phone. Which feature can an app builder use to help agents meet this requirement?. Add Path to the top of the Case layout. Case Validation Rules. Indude Surveys as a Case related list. Guided Action Flows on the record page. Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account. Which feature should an app builder use to create easy access to the document?. Quick Action on the Account object. Quick Action on the Contracts object. A custom detail page link on the Account object. A custom detail page link on the Contract object. Universal Containers wants to collaborate with its customers within Salesforce and has decided to enable the Allow Customer Invitations in the Chatter settings. Which permission is granted to customers when invited to a Chatter group?. The ability to interact with members of their groups. The ability to request access to public groups. The ability to invite members to groups of which they are a member. The ability to@mention accounts of which they are a contact. Universal Containers created a custom object called Component to capture details about products sold. Which approach should an app builder take to show Component as a related list on Product?. Create a Junction object to relate Component and Product. Add the Component related list to the Product page layout. Create a roll-up on Product. Add the Component related list to the Product page layout. Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout. Create a master-detail relationship on Product to Component. 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 path on account hierarchy. Add custom link on account. Create a custom action. Universal Containers has a single Contact Lightning record page. A component takes up a lot of room on the page and is NOT needed by users with a Marketing profile. What should the app builder use to solve this issue?. . AppExchange. Component visibility filter. Field-level security. . Detail page layouts. 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?. Apex-based sharing on the first master object. Read access to both master objects. Sharing rules on Request Inventory object. Read access to the first master object. Cloud Kicks is redefining its entire business process to convert the Manager Notes field from a long text area field. The goal is to encourage managers to be more concise in their comments and stay at 255 characters or less. There is preexisting information in the Manager Notes field that often is well beyond the character limit. What would happen to any existing information if the app builder tries to convert a preexisting long text area field to text area?. Preexisting information will cause an error message to pop up. Preexisting information will remain even if it was over 255 characters. Preexisting information in the field will be completely lost. Preexisting information will truncate to the first 255 characters. A user is unable to use inline editing on a list view. A quick check verifies the user should be able to perform inline editing as they have been assigned the appropriate permissions. Which condition should the app builder review?. If the list view selected is locked by another user. If the list view restricts sharing for the user. If the list view contains a chart created by the user. If the list view contains more than one record type. An app builder needs a custom solution and is considering using either AppExchange or their local developer community. The app builder wants to minimize the need for manual maintenance. What should the app builder consider?. An open-source unmanaged package. An unmanaged package from Appexchange. An open-source custom development. A managed package from AppExchange. Cloud Kicks wants to display the number of Opportunity records associated with each Account. Which solution should be used?. Formula field. AppExchange offering. Lookupfeld. Roll-up summary field. Cloud Kicks wants to display 12 key fields at once in a separate section at the top of opportunity records on the desktop. Which component should an app builder add to the record page to enable this functionality?. Custom LWC. Highlights panel. Path. Accordion. Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit opportunities into the Secure Commitment Stage to eliminate manual submission. Which feature meets the business requirements?. Record- Triggered flow optimized for Fast Field Updates. Custom button and screen flow. Platform event-Triggered flow. Record-Triggered flow optimized for Actions and Related Records. Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retall Opt In picklist field to Yes. Which validation rule should an app builder use to prevent other users from making this update?. AND( $UserRole.Name != 'Marketing',ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_0pt_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', Retail_Opt_In__c= "Yes" ). An app builder is creating a custom object called Testimonial Contact record and Account record. If the Account is deleted, the Testimonial Account remains, the Testimonial records should remain. How should this be accomplished?. Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships fromTestimonial__c to Contact and to Account. Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact. Make Testimonial__c a junction object between Account and Contact using master-detail relationships. Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact. Universal Containers (UC) wants to test code against a subset of production data that is under 5 GB. Additionally, UC wants to refresh this sandbox every weekend. Which type of sandbox should be used to accomplish this?. Developer Pro. Partial Copy. Full copy. Developer. Ursa Major Solar (UMS) has a custom object where they track Galactic Vendors. The object has four custom fields for the Galactic Vendors's location: street__c. Strret -rf. Sales reps at Universal Containers create multiple quotes per opportunity. Which automation tool should an app builder recommend to delete rejected quotes?. Einstein Next Best Action. Flow. Approval process. Validation rule. The app builder at AW Computing has been asked to track the number of times a case has been reopened. Which solution should the app builder utilize to help with this request?. Scheduled Triggered flow. Screw flow. Process Builder. Apex trigger. Cloud Kicks (CK) wants to quickly insert a list of over 1 million net new Accounts. The template based on CK's data model was used to populate the list. Which tool should be used?. Data Loader. Import Wizard. Schema Builder. Lightning Object Creator. DreamHouse Realty (DR) asks for some improvements in case management. They want to enforce process compliance so that cases are unable to be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met. Which solution should an app builder implement to meet these requirements?. Configure validation rules with help text. Create a deployment picklist fields and set them as required. Use an approval process to check field criteria are met. Make the fields required on the page layout. 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 2 answers. Enable Feed tracking on opportunities. Create an Opportunity outbound message. Activate historical trending on opportunities. Use a record triggered flow on opportunity and a chatter post action. A Cloud Kicks employee submitted an opportunity for approval by their manager. What will happen if the employee attempts to edit the description field after submission?. User will be presented with a 'Record Lock' notification. User will be able to edit the description field only. User will see the record is now owned by their manager. User will be able to edit the name, but unable to edit the description. Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app builder is tasked with this project and has very little time to build the solution from scratch, but still needs to be able to fully customize the solution. What should the app builder do to meet the deadline and custom requirements?. Work with a developer to create custom Apex code and a Lightning web component survey to meet the criteria. Use Salesforce flow to build the survey declaratively to meet the criteria and send it to the customer as an email. Choose a managed package from AppExchange that closely meets the requirements of the project, restricts programmatic development, but allows declarative development. Choose an unmanaged package from AppExchange that closely meets the requirements of the project and allows programmatic development. When an opportunity has a closed date that is pushed more than 30 days, manager approval is required. An approval process is in place but reps frequently forget to submit for approval to run the process. How can an app builder ensure that these opportunities are submitted into the approval process?. Change the entry criteria on the approval process to criteria are met and lock the record on initial submission. Use a validation rule and an email alert to the manager requesting approval. Submit the record for approval from an automated process. What are the limitations of Schema Builder when creating a custom object?. Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas. Custom fields can be added to any custom objects, excluding formula field types. Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager. "Save" should be clicked each time a new object, field, or relationship is created. Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in the Salesforce Mobile App. Which option is available to an app builder to satisfy this requirement?. Create public groups for sales and marketing and create mobile navigation menus for each group. Create sales and marketing apps and assign the respective profiles to each app. Create roles for sales and marketing and assign a custom homepage layout for each role. Create mobile navigation menus for both the sales and marketing profiles. Ursa Major Solar wants to provide sales console users with an incredible experience, with the most-used components easily accessible at all times. Which solution can enable reps to see and access these components from anywhere within the app without leaving the page where the team is working?. Utility bar. Home page. Favorites. Global Actions. An app builder 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?. Partial Copy. Scratch Org. Developer. Developer pro. 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?. Add the field to the custom report type field out. 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. 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 2 answers. Related. Custom. External. Big. DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the internal policy. How should an app builder automate travel requests based on these criteria?. Assignment rule. Validation rule. Apex. Approval process. The Director of Customer Service wants to receive a notification when a case stays in the new status for more than four business hours. Which two automation processes should be used to accomplish this? Choose 2 answers. Validation Rule. Flow Builder. Scheduled Apex. Escalation rules. The app builder at Ursa Major Solar created a master-detail relationship between a parent object Galaxy and child object star What is the effect of creating this type of relationship if users want to report on Galaxy with star_c?. A new custom report type will need to be created for Galaxy__c with Star__c. 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. After utilizing the Lightning Object Creator to create a new object, its fields, and to insert all of the data, an app builder now needs to set up the Lightning Record Page. Which component should the app builder have on their Lightning Record Page to see all of the fields from the page layout?. Highlights Panel. Recommendations. Record Detal. Path. 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 2. Streams. Topics. Polls. Out of Office. A new field is being created on a custom object. However, the app builder does not want the field to show up on pre-existing custom report types. What should the app builder do on the custom field setup to fulfill this requirement?. Remove the new field from all page layouts. Remove visibility to all report profiles. Grant read-only access to all report profiles. Deselect auto add to custom report type. Universal Containers wants to create a custom checkbox formula field on the Opportunity object. This formula should evaluate to true if the following conditions are met: Stage is set to Negotiation/Review Close Date is less than 1 week away Which formula meets these requirements?. AND (StageName - ‘Negotiation/Review’, closeDate - DAY (7) < TODAY()). AND (ISPICKVAL(Stagename,’ Negotiation/Review’), closeDate - 7 < TODAY()). AND (StageName = ‘Negotiation/Review’, closeDate - 7 < TODAY() ). AND (ISPICKVAL(Stagename,’ Negotiation/Review’), closeDate - DAY(7) < TODAY()). Cloud Kicks has a sales rep who is stating that their Contact is unavailable for other users to see within Salesforce. In which three ways can an app builder troubleshoot this issue? Choose 3 answers. Review the Contact record and ensure it is linked to an Account. Create a new Contact and have the users try again. Verify the users with the issue have access to the Contact object. Create an Account Sharing Rule to give the users access to all records. Confirm whether Default Organization-Wide Sharing Settings provide access to the Account. Ursa Major Solar's service department gets requests for several types of services, such as installation, repair, and maintenance. Service managers need to be able to tell when maintenance was last done on an asset to help determine if they are meeting contract agreements, but the last maintenance date can be difficult to determine when there are many work orders related to the asset. They think it would be helpful to have a field auto- populated on the Asset record when a maintenance work order gets closed. Which tool should an app builder recommend to help meet this requirement?. Flow. Einstein Next best Action. Apex trigger. Roll up summary. 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?. Form Factor checkboxes. Highlights panel. Related list quick links. Component visibility filter. |