لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
An organization is trying to invoke REST APIs as part of its integration with external systems, which requires OAuth 2.0 tokens for authorization. How should authorization tokens be acquired in a Mule application?
A. Use HTTP Connector's Authentication Feature
B. Write custom Java code for handling authorization tokens
C. Implement Scheduler-based flow for retrieving/saving OAuth 2
D. Configure OAuth 2
عرض الإجابة
اجابة صحيحة: A
السؤال #2
A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.The following business processes need to be supported in Salesforce:1. Sales Consultants should be able to have access to current inventory.2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.3. Quotes should be generated in Salesforce with pricing from ERP.4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.5.
A. ERP, Invoices system, Data Warehouse and BI Tool
B. ERP, Inventory, Pricing Engine, Invoices system
C. ERP, MDM, BI tool and Data Warehouse
D. ERP, MDM, Data Warehouse, Invoices system
عرض الإجابة
اجابة صحيحة: B
السؤال #3
Universal Containers (UC) has an open sharing model for its Salesforce users to allow all its Salesforce internal users to edit all contacts, regardless of who owns the contact. However, UC management wants to allow only the owner of a contact record to delete that contact. If a user does not own the contact, then the user should not be allowed to delete the record. How should the architect approach the project so that the requirements are met?
A. Create a "before delete" trigger to check if the current user is not the owner
B. Set the Sharing settings as Public Read Only for the Contact object
C. Set the profile of the users to remove delete permission from the Contact object
D. Create a validation rule on the Contact object to check if the current user is not the owner
عرض الإجابة
اجابة صحيحة: A
السؤال #4
UC is migrating data from legacy system to SF. UC would like to preserve the following information on records being migrated:Date time stamps for created date and last modified date.Ownership of records belonging to inactive users being migrated to Salesforce.Which 2 solutions should a data architect recommends to preserve the date timestamps and ownership on records? Choose 2 answers.
A. Log a case with SF to update these fields
B. Enable update records with Inactive Owners Permission
C. Enable Set Audit fields upon Record Creation Permission
D. Enable modify all and view all permission
عرض الإجابة
اجابة صحيحة: BC
السؤال #5
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.UC has a business requirement to return data to the systems of engagement in d
A. Enforce separate security protocols and return formats at the first tier of the API-led architecture
B. Implement an API gateway that all systems of engagement must interface with first
C. Enforce separate security protocols and return formats at the second tier of the API-led architecture
D. Leverage an Identity Provider solution that communicates with the API tiers via SAML
عرض الإجابة
اجابة صحيحة: B
السؤال #6
Cloud Kicks plans on setting up an external Business Intelligence (BI) system and will extract 1.5 million Contact records. The company wants to avoid timeouts during the export process.What should an Architect recommend to fulfill this request?
A. Utilize the SOAP API to export data
B. Utilize the Bulk API to export the data
C. Schedule a Batch Apex job to export the data
D. Utilize GZIP compression to export the data
عرض الإجابة
اجابة صحيحة: B
السؤال #7
Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.Which integration solution should an architect recommend in order for the serviceagents to see order history from a B2C Commerce system?
A. Salesforce B2C Commerce to Service Cloud Connector
B. A REST API offered by Commerce Platform
C. Mulesoft Anypoint Platform
D. REST API offered by Salesforce Platform
عرض الإجابة
اجابة صحيحة: A
السؤال #8
Universal Container has a Sales Cloud implementation for a sales team and an enterprise resource planning (ERP) as a customer master Sales team are complaining about duplicate account and data quality issues with account data.Which two solutions should a data architect recommend to resolve the complaints?
A. Build a nightly batch job to de-dupe data, and merge account records
B. Integrate Salesforce with ERP, and make ERP as system of truth
C. Build a nightly sync job from ERP to Salesforce
D. Implement a de-dupe solution and establish account ownership in Salesforce
عرض الإجابة
اجابة صحيحة: BD
السؤال #9
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).The IAM system must integrate with Salesforceto give new self-service customers instant access to Salesforce Community Cloud.Which two requirements should the Salesforce Community
A. SAML SSO and Registration Handler
B. OpenId Connect Authentication Provider and Registration Handler
C. SAML SSO and just-in-time provisioning
D. OpenId Connect Authentication Provider and just-in-time provisioning
عرض الإجابة
اجابة صحيحة: BC
السؤال #10
Universal Containers (UC) is expecting to have nearly 5 million shipments records in its Salesforce org. Each shipment record has up to 10 child shipment item records. The Shipment custom object has an Organization-wide Default (OWD) sharing model set to Private and the Shipment Item custom object has a Master-Detail relationship to Shipment. There are 25 sharing rules set on the Shipment custom object, which allow shipment records to be shared to each of UC's 25 business areas around the globe. These shari
A. Implement data archiving for old Shipment records
B. Contact Salesforce to create Skinny tables on Shipment
C. Configure shipment OWD to Public Read/Write
D. Contact Salesforce to enable Defer Sharing Rules
عرض الإجابة
اجابة صحيحة: D
السؤال #11
Compute response time uniformly as the difference between the start and finish date and time ― A to H in the diagram. Which computation represents the end-to-end response time from the user's perspective?
A. Sum of A to H
B. Sum of A to F
C. Sum of A, G, and Hcorrect
D. Sum of A and H
عرض الإجابة
اجابة صحيحة: C
السؤال #12
Universal Containers (UC) has an existing web-based application that a group of employees use on a regular basis. These employees often have Salesforce and the web-based application open and find themselves manually moving the data between both. UC would like the two systems to be integrated so that the employees will see all the data in one screen without the need for manually updating the data.What integration pattern can help accomplish this requirement?
A. Use the Force
B. Use Steaming API to create a push topic to send the message to the external system asynchronously
C. Use Rest API to pull data from Salesforce and update the external application
عرض الإجابة
اجابة صحيحة: A
السؤال #13
Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation to optimize the performance of the data load to Salesforce. Which approach should used to meet the requirement?
A. Use Bulk API to process jobs in parallel mode
B. Contact Salesforce support to schedule performance load
C. Use Bulk API to process jobs in serial mode
D. Use Bulk API to process jobs in high performance mode
عرض الإجابة
اجابة صحيحة: A
السؤال #14
Universal Containers (UC) stores inventory of products in one Salesforce org. UC wants regional and local branch offices who have their own Salesforce orgs to see the latest information about the product.What is the recommended approach to provide data access?
A. Use Heroku Connect to provide access to products as external objects from other orgs
B. Use Salesforce Connect with oData to provide access to products as external objects
C. Use Apex HTTP Callouts to call Salesforce Rest APIs and provide access restrictions within the Apex class
D. Use Cross-Org adapter for Salesforce Connect to provide access to products as external objects
عرض الإجابة
اجابة صحيحة: D
السؤال #15
Universal Containers (UC) would like to provide near real-time updates on their customer-facing external portal when a Sales Manager approves a new feature that is recommended by a customer. UC has no middleware, and the portal exposes a REST API therefore, UC is considering a custom-built system process to handle the integration.What is the recommended approach for the custom-built system process to retrieve updates in near real-time?
A. Leverage a related push topic that pushed information to the portal client
B. Leverage a Streaming API client to subscribe to the related push topic
C. Leverage Canvas to send information to the portal whenever an idea is voted on
D. Leverage an outbound message to the portal whenever an idea is voted on the saved
عرض الإجابة
اجابة صحيحة: B
السؤال #16
Universal Containers (UC) has integrations developed between Salesforce and back-end ERP applications. During peak load, UC is getting an error at the integration layer indicating, "Login Rate Exceeded".Which two recommendations would mitigate this issue?
A. Use a different user for each integration
B. Set the permission login to never expire for the user
C. Cache the session ID to avoid a login call
D. Keep re-typing the login call until it's successful
عرض الإجابة
اجابة صحيحة: AC
السؤال #17
Universal Containers (UC) is working with multiple partners to get lists of leads into the Lead aggregation system. These leads are imported into Salesforce as parot of a daily batch integration through the ETL tool. UC observed that may times, leads are duplicated, as they are sourced from different partners.Which two options should an Architect recommend to improve data quality?
A. Extract Salesforce lead data into a staging table and use ETL to de-duplicate
B. Create a custom web service to identify duplicate leads and load
C. Design an ETL job to eliminate duplicates from the lead aggregation system
D. Use duplicate management rules on Lead to report duplicate records
عرض الإجابة
اجابة صحيحة: CD
السؤال #18
Universal Containers (UC) is facing data quality issues where Sales Reps are creating duplicate customer accounts, contacts, and leads. UC wants to fix this issue immediately by prompting users about a record that possibly exists in Salesforce. UC wants a report regarding duplicate records. What would be the recommended approach to help UC start immediately?
A. Create an after insert and update trigger on the account, contact and lead, and send an error if a duplicate is found using a custom matching criteria
B. Create a duplicate rule for account, lead, and contact, use standard matching rules for these objects, and set the action to report and alert for both creates and edits
C. Create a duplicate rule for account, lead, and contact, use standard matching rules for these objects, and set the action to block for both creates and edits
D. Create a before insert and update trigger on account, contact, and lead, and send an error if a duplicate is found using a custom matching criteria
عرض الإجابة
اجابة صحيحة: B
السؤال #19
Universal Containers (UC) management has identified a total of ten text fields on the Contact object as important to capture any changes made to these fields, such as who made the change, when they made the change, what is the old value, and what is the new value. UC needs to be able to report on these field data changes within Salesforce for the past 3 months. What are two approaches that will meet this requirement? Choose 2 answers
A. Create a workflow to evaluate the rule when a record is created and use field update actions to store previous values for these ten fields in ten new fields
B. Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object
C. Turn on field Contact object history tracking for these ten fields, then create reports on contact history
D. Create a Contact report including these ten fields and Salesforce Id, then schedule the report to run once a day and send email to the admin
عرض الإجابة
اجابة صحيحة: BC
السؤال #20
Universal Containers (UC) wants to connect their on-premise ERP system to view Order data in Salesforce. UC is considering a solution to integrate the on-premise system using Salesforce Connect via OData.Which three considerations should an Architect keep in mind when recommending use of Salesforce Connect?
A. Customer wants the ability to query external data using Global Search and reports
B. Customer does not want real-time access to the ERP data and is willing to wait for hourly refreshes
C. Customer wants to create a master-detail relationship between Opportunity and the external object
D. Customer needs to query small amounts of data at any time and display using a related list
E. Customer has a large amount of data that they do not want to load into Salesforce
عرض الإجابة
اجابة صحيحة: ADE
السؤال #21
Northern Trail Outfitter has implemented Salesforce for its associates nationwide, Senior management is concerned that the executive dashboard are not reliable for their real-time decision- making. On analysis ,The team the following issues with data entered in Salesforce. Information in certain records is incomplete. Incorrect entry in certain fields causes records to be excluded in report fitters. Duplicate entries cause incorrect counts.Which three steps should a data architect recommend to address the i
A. Periodically export data to cleanse data and import them back into Salesforce for executive reports
B. Build a sales data warehouse with purpose-build data marts for dashboards and senior management reporting
C. Explore third-party data providers to enrich and augment information entered in salesforce
D. Leverage Salesforce features, such as validate rules, to avoid incomplete and incorrect records
E. design and implement data-quality dashboard to monitor and act on records that are incomplete or incorrect
عرض الإجابة
اجابة صحيحة: BCD
السؤال #22
Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces.How should the architect ensure this requirement is met?
A. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data
B. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data
C. Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately
D. Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data
عرض الإجابة
اجابة صحيحة: B
السؤال #23
Universal Containers wants to gather information from a third-party application to update shipping information for an order inside Salesforce. A salesperson could trigger an update and the user interface would refresh with the current status.Which are two recommended options for this when utilizing a Remote Process Invocation-Request and Reply pattern?
A. A batch Apex job that performs an Apex SOAD or HTTP callout in a synchronous manner
B. A custom Visualforce page or button that initiates an Apex REST callout in a synchronous manner
C. A custom Visualforce page or button that initiates an Apex SOAP callout in a synchronous manner
D. A trigger that's invoked from Salesforce Data changes, performs and Apex SOAP in a synchronous manner
عرض الإجابة
اجابة صحيحة: BC
السؤال #24
Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on-premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems. UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real time. Which two actions should be recommended to fulfill this system requirement? (Choose two
A. Run a batch job with an extract, transform, load (ETL) tool from an on-premise server to move data to Salesforce
B. Develop an application in Heroku that connects to the on-premise database via an Open Database Connectivity (ODBC) string and Virtual Private Cloud (VPC) connection
C. Develop custom APIs on the company's network that are invokable by Salesforce
D. Deploy MuleSoft to the on-premise network and design external facing APIs to expose the data
عرض الإجابة
اجابة صحيحة: CD
السؤال #25
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.What should be done to mitigate the concerns that the CIO has?
A. Implement an ETL tooland perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records
B. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration
C. Refactor the existing ゝuture methods to use Enhanced External Services, import Open API 2
D. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems
عرض الإجابة
اجابة صحيحة: C
السؤال #26
Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in SalesforceHow should an architect design this requirement consider
A. Leverage the REST API to receive orders from the ERP system as they are created
B. Leverage Salesforce Lightning Connect to display order information in Salesforce
C. write an outbound message to receive orders from ERP system as they are created
D. Build a scheduled ETL job to sync all customer order history in the orders object
عرض الإجابة
اجابة صحيحة: A
السؤال #27
Northern Trail Outfitters needs to present shipping costs and estimated delivery times to their customers. Shipping services used vary by region, and have similar but distinct service request parameters. Which integration component capability should be used?
A. Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format
B. Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry
C. APEX REST Service to implement routing logic to the various shipping service
D. Enterprise Service Bus user interface to collect shipper-specific form data
عرض الإجابة
اجابة صحيحة: A
السؤال #28
What is an advantage of using OAuth 2.0 client credentials and access tokens over only API keys for API authentication?
A. If the access token is compromised, the client credentials do not to be reissued
B. If the access token is compromised, I can be exchanged for an API key
C. If the client ID is compromised, it can be exchanged for an API key
D. If the client secret is compromised, the client credentials do not have to be reissued
عرض الإجابة
اجابة صحيحة: A
السؤال #29
A customer is evaluating the Platform Events solution and would like help in comparing/contrasting it with Outbound Messaging for real-time/near-real time needs. They expect 3,000 customers to view messages in Salesforce. Which three considerations should be evaluated and highlighted when deciding between the solutions? (Choose three.)
A. Number of concurrent subscribers to Platform Events is capped at 2,000
B. Both Platform Events and Outbound Messaging offer declarative means for asynchronous near-real time needs
C. In both Platform Events and Outbound Messaging, the event messages are retried by and delivered in sequence, and only once
D. Message sequence is possible in Outbound Messaging, but not guaranteed with Platform Events
E. Both Platform Events and Outbound Messaging are highly scalable
عرض الإجابة
اجابة صحيحة: ADE
السؤال #30
Universal Containers send quotes to customers periodically when the customer contract is near expiration. Quoting is generated by an external quoting engine. The VP recommends that the quote-generated request should be sent one week prior to the contract expiration. The Quote engine requires the latest account, contact, and contract information from Salesforce to generate the quote.What is the recommended solution?
A. A scheduled batch Apex to gather additional information from Salesforce and make a sync callout to the quote engine
B. Workflow-initiated alert to the Sales Rep, who will submit a request from a custom controller in a Visualforce page
C. Workflow-initiated outbound message with a callback to gather additional information from Salesforce
D. Workflow-initiated Apex to gather additional information from Salesforce and make a sync callout to the quote engine
عرض الإجابة
اجابة صحيحة: A

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: