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

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

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

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

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

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

السؤال #1
Northern Trail Outfitters needs to secure an integration with an external Microsoft AzureAPI Gateway.What integration security mechanism should be employed?
A. Configure mutual server authentication with two-way SSL using CA issued certificates
B. Configure a connected app with an authorization endpoint of the API gateway and configure
C. Use an API only user profile and implement use an external identity provider with federated
D. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret
عرض الإجابة
اجابة صحيحة: A
السؤال #2
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements? Choose 2 answers
A. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu
B. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application
C. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object
D. Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu
عرض الإجابة
اجابة صحيحة: AB
السؤال #3
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system. What should an Architect determine before recommending a solution?
A. Determine inbound integration requirements, then identify frequency
B. Determine data access prevention requirements, then identify frequency
C. Determine data volume requirements, then identify the loading schedule
D. Determine data access prevention requirements, then identify system constraints
عرض الإجابة
اجابة صحيحة: A
السؤال #4
A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration. Which two questions should the integration architect consider? Choose 2 answers A Can the fulfillment system create new addresses within the Order Create service? B. Can the fulfillment system make a callback into Salesforce? C. Can the fulfillment system implement a contract - first Outbound Messaging interface? D. Is the product catalog data identical at al
A.
عرض الإجابة
اجابة صحيحة: BC
السؤال #5
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eacorder reach the finance application exactly once for accurate invoicing.What solution should an architect propose?
A. Trigger invokes Queueable Apex method, with custom error handling process
B. Trigger makes @future Apex method, with custom error handling process
C. Button press invokes synchronous callout, with user handling retries in case of error
D. Outbound Messaging, which will automatically handle error retries to the service
عرض الإجابة
اجابة صحيحة: A
السؤال #6
Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS. Which integration mechanism should be used to meet the requirement?
A. Change Data Capture (CDC)
B. Platform Event
C. Streaming API
D. Outbound Message
عرض الإجابة
اجابة صحيحة: C
السؤال #7
Northern Trail Outfitters is in the final stages of merging two Salesforce orgs but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms. The sales department has requested that new leads are available in the new Salesforce instance within 30 minutes. Which two approaches will require the least amount of development effort? Choose 2 answers
A. Configure named credentials in the source org
B. Use the tooling API with Process Builder to insert leads in real time
C. Use the Composite REST API to aggregate multiple leads in a single call
D. Call the Salesforce REST API to insert the lead into the target system
عرض الإجابة
اجابة صحيحة: AC
السؤال #8
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
السؤال #9
A call center manager uses a custom dashboard to track Case related metrics. The manager wants a component to display the number of closed Cases in real time.What type of event should be used to meet this requirement?
A. Push Topic Event
B. Change Data Capture Event
C. Platform Event
D. Generic Event
عرض الإجابة
اجابة صحيحة: A
السؤال #10
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system. What should an Architect determine before recommending a solution?
A. Determine data access prevention requirements, then identify system constraints
B. Determine inbound integration requirements, then identify frequency
C. Determine data volume requirements, then identify the loading schedule
D. Determine data access prevention requirements, then identify frequency
عرض الإجابة
اجابة صحيحة: B
السؤال #11
Northern Trail Outfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields in workflow rules.Which security solution should an Integration Architect recommend to fulfill the business use case?
A. Cryptography Class
B. Data Masking
C. Classic Encryption
D. Platform Shield Encryption
عرض الإجابة
اجابة صحيحة: D
السؤال #12
Northern Trail Outfitters needs to make synchronous callouts "available to promise" services to query product availability and reserve inventory during customer checkout process. Which two considerations should an integration architect make when building a scalable integration solution? Choose 2 answers
A. The number batch jobs that can run concurrently
B. The typical and worst-case historical response times
C. How many concurrent service calls are being placed
D. The maximum query cursors open per user on the service
عرض الإجابة
اجابة صحيحة: AD
السؤال #13
Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server. This monolithic web service is responsible for Point-to-Point (P2P) integrations between: 1. Salesforce and a legacy billing application 2. Salesforce and a cloud-based Enterprise Resource Planning application 3. Salesforce and a data lake. UC has found that the tight interdependencies between systems is causing integrations to fail. What should an architect recommend to decouple the systems an
A. Move the custom monolithic web service from on-premise to a cloud provider
B. Use the Salesforce Bulk API when integrating back into Salesforce
C. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture
D. Re-write and optimize the current web service to be more efficient
عرض الإجابة
اجابة صحيحة: C
السؤال #14
The director of customer service at Northern Trail Outfitters (NTO) wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad - hoc manner using an external analytics system. The events that are of interest are: A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep
A. Case after insert Trigger that executes a callout
B. Case Workflow Rule that sends an Outbound Message
C. Case after insert Trigger that publishes a Platform Event
D. Custom Apex controller that publishes a Platform Event
عرض الإجابة
اجابة صحيحة: CD
السؤال #15
A call center manager uses a custom dashboard to track Case related metrics. The manager wants a component to display the number of closed Cases in real time. What type of event should be used to meet this requirement?
A. Push Topic Event
B. Change Data Capture Event
C. Platform Event
D. Generic Event
عرض الإجابة
اجابة صحيحة: A

View The Updated Salesforce Exam Questions

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

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

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

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

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