EMT Practice Test

1. Question Content...


Question List

Question1: DreamHouse Realty (DR) has a policy that requires the phone number on Contact to be deleted when the DoNotCall checkbox is checked.
What automation tool should the app builder recommend?

Question2: Ursa Major Solar wants to convert the relationship between Galaxy and Star from a lookup relationship to a master-detail relationship so each Galaxy record can be equipped with a roll-up summary count of Star records.
Which two considerations should be made?
Choose 2 answers

Question3: 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?

Question4: 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?

Question5: 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

Question6: At Universal containers, all US Sales reps should be able to view the US Team dashboard, however, only the US sales directors should be able to see the data in the component and view its source report. How can an app builder ensure the proper access is granted?

Question7: 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?

Question8: Universal Containers wants to deliver purchased containers to remote construction address. In these cases the customers will supply UC with the coordinates to the location.
What type of field should the app builder use to capture this information?

Question9: Universal Containers is adding drone delivery to service offerings, and the developer has written and tested code prior to deployment to production, and the change set is ready to go. The deployment window will occur when the developer is on vacation.
What can the app builder do to ensure a smooth deployment to production?

Question10: Ann app builder has been to display an overdue date that is two months after a tasks due date. Which approach should the app builder take?

Question11: Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.
Which approach should the app builder take to show Asset Inventory as a related list on Asset?

Question12: Universal Containers uses a private sharing model on Accounts. User A and user B both own Accounts of their own and have both been sent a new account record in an email owned by user C to take a look at. User A is able to open and view the record but user B receives an insufficient privileges error. User A and user B have the same role in the role hierarchy as user.
What are the three reasons user A has access but user B is unable to access the record? Choose 3 answers

Question13: At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers

Question14: Universal Containers's app builder has been tasked with replacing workflow rules and Apex triggers with Process Builders where possible.
What are two important considerations an app builder should know before the project is started?
Choose 2 answers

Question15: Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.
Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved?
Choose 2 answers

Question16: Cloud Kicks has three types of customer support processes: Platinum, Diamond, and Bronze. The app builder created separate record types for each process on the Case object. The customer support team should be unable to create new cases with the Bronze record type.
How should this requirement be met?

Question17: The services manager wants to make sure the team enters case priority consistently.
What feature can an app builder use to accomplish this?

Question18: 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?

Question19: 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?

Question20: On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.
What Related List type would the app builder select for the Related List Lightning component?

Question21: Northern Trail Outfitters has two custom objects that are part of a master-detail relationship.
What determines the ownership and sharing access of the detail record?

Question22: Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?

Question23: An app builder wants to limit the amount of fields users are required to fill out when creating a new Opportunity. Once they fill out the required fields and save, the full record page with additional fields relevant to the Opportunity type becomes available.
How could this be accomplished?

Question24: Cloud Kicks (CK) wants to begin socializing and collaborating within Salesforce around customer accounts to discuss various topics. CK would like all company employees to see these conversations.
Which two features of Chatter would meet CK's business needs?
Choose 2 answers

Question25: 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?

Question26: A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case by case basis. What options does the business user have to manually share individual records? Choose 3 answers

Question27: 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?

Question28: Universal Containers uses a custom picklist field Account Region on the account record. They want this region to be reflected on all related contact records and stay in sync if the value of this field changes on the Account.
How should an app builder meet this requirement?

Question29: What are two capabilities of Schema Builder? Choose 2 answers

Question30: A Service Coordinator (SC) for Ursa Major Solar (UMS) does a final review of work orders owned by a technician for a specific region before the records are submitted for an invoice. Before closing out the work order, the SC needs to modify data or remove attachments that were added by mistake. The SC also needs access to any other related records owned by the technician.
What solution would provide the required access, given a private data model?

Question31: Universal Containers uses a private sharing model for opportunities. This model CANNOT be changed due to a regional structure A new sales operations team has been created. This team needs to perform analysis on Opportunity data, all should have read arid write access to all Opportunities.
What are two recommended solutions for the app builder to give the users appropriate access? Choose 2 answers

Question32: Properly installing managed packages helps prevent conflicts with customizations made by customers and partners.
What functionality should be used to set up packages?

Question33: 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

Question34: What option is available to an App Builder when defining an object-specific Create Record custom action? Choose 2 answers

Question35: Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?

Question36: UVC's CFO has asked that all deals with more than a 40% discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answer

Question37: Universal Containers wants to track installation information once it container has been purchased on a custom object. Sales reps should have visibility of all the installation with their opportunities.
visibility of all the installations associated with their opportunities.
What kind of relationship should this new object have to the Opportunity?

Question38: Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c custom object.
Which tool should be used?

Question39: 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 task7
Choose 2 answers

Question40: 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?

Question41: universal containers 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 can an app builder implement these requirements?

Question42: Universal Containers wants to create a report to show job applications with or without resumes.
What considerations should the app builder be aware of when creating the custom report type?

Question43: Universal Containers (UC) has a custom Invoice object and a custom Invoice Line Item object. TTie Invoice Line Item object has a lookup relationship to the Invoice. UC would like to convert the lookup relationship to a master-detail relationship but is unable to do so.
Which two reasons could be preventing this relationship conversion?
Choose 2 answers

Question44: Universal Containers wants to streamline its data capture process by linking fields together. They wish to do this so that the available value on dependents fields are driven by value selected on controlling fields. Which consideration supports the stated requirements? Choose 3 answers

Question45: An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.
What automation should the app builder use?

Question46: Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer.
How could an app builder meet this requirement?

Question47: After universal containers converted qualified leads. Sales reps need to be able to report on converted leads. How should an app builder support for this requirement ?

Question48: The convert button on leads should NOT appear until the lead status picklist is set to a qualified. What should an app builder suggest to meet these requirements?

Question49: What should an app builder consider when choosing a template for a new Lightning record page?

Question50: What are the limitations of Schema Builder when creating a custom object?

Question51: An app builder is preparing to deploy a new app from the sandbox to production using change sets.
What two considerations should an app builder keep in mind during this process?
Choose 2 answers

Question52: 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

Question53: A production org includes custom objects containing confidential Information. A sandbox h needed that Includes data records, excludes all of the confidential objects, and can be refreshed weekly the confidential objects, and can be refreshed weekly.
What steps should an App Builder take to meet these requirements?

Question54: 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?

Question55: 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 answers

Question56: 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

Question57: Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects.
What should an app builder recommend?

Question58: The developer at Universal Containers wants to test code in a sandbox environment. In order to ensure the code works properly, the sandbox needs to have at least half a gigabyte of dat a. The sandbox will need to be refreshed after each three-day sprint.
What type of sandbox should the App Builder provision to the developer?

Question59: An app builder notices several Accounts converted from Leads are missing information they expected to be caught via Account validation rules.
What could be the source of this issue?

Question60: 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

Question61: 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?

Question62: Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership.
What does an app builder need to have in the criteria to ensure the process runs without error?

Question63: An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page.
Which two reasons can be preventing the app builder from being able to add the custom component?
Choose 2 answers

Question64: Cloud Kicks works on an annual subscription model. When a sales rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of Salesforce but also needs to be notified about closed deals in order to initiate the contract process with the customer.
Which automation solution would meet these requirements?

Question65: Universal Containers created a custom object called Component to capture details about products sold.
What approach should an app builder take to show Component as a related list on Product?

Question66: Cloud Kicks wants to start tracking how many shoe subscriptions have been sold for each shoe catalog. A master-detail relationship exists between the Subscription__c and the Shoe__c objects.
Which type of field should an app builder create?

Question67: Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?

Question68: 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

Question69: Universal Containers (UC) has created a picklist field called Status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.
Which feature would an app builder use?

Question70: An app builder wants to create a new field using Schema Builder.
Who will get access to the new field by default?

Question71: 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 pagere where the team is working?

Question72: Universal containers wants to display the real time stock price for each account on the account record page. How should an app builder implement this request?

Question73: Universal Containers has a new custom object for Invoices that includes an InvoiceNumber field, Before the Invoice object can be used, invoices will be migrated from an external system maintaining their current InvoiceNumber. After the migration, salesforce will be the system of record and each new Invoice created in Salesforce must have a unique InvoiceNumber.
How should the app builder configure the InvoiceNumber field?

Question74: 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?

Question75: The appraisal team at DreamHouse Realty wants to leverage Salesforce mobile app.
What are three things an app builder should do to optimize mobile experience?
Choose 3 answers

Question76: An app builder received a request to extend record access beyond the organization-wide defaults configured. Which two features satisfy this requirement?
Choose 2 answers