Northern Trail Outfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields inworkflow 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
A new Salesforce program has the following high level abstract requirement: Business processes executed on Salesforce require data updates between the internal systems and Salesforce. Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program? Choose 3 answers
A. Source and Target system, Directionality, data volume and transformation complexity long with any middleware that can be leveraged.
B. Integration skills, SME availability and Program Governance details.
C. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
D. Integration Style Process based, Data based, Virtual integration. E Core functional and non functional requirements for User Experience design, Encryptionneeds, Community, and license choices.
Universal Containers has a requirement for all accounts that do NOT qualify for abusiness extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.
What is the recommended solution?
A. Use Batch Apex.
B. Use Time-based workflow rule.
C. Use Process builder.
D. Use Trigger.
An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?
A. Create a new user with SystemAdministrator profile.
B. Authenticate the integration using existing Single Sign-On.
C. Authenticate the integration using existing Network-BasedSecurity.
D. Create a special user solely for the integration purposes.
The director of customer service at Northern Trail Outfitters (NTO) wants tocapture 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 clicks on the "Initiate Refund" menu item on the Case.
Which two solutions will meet these business requirements? Choose 2 answers
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.
A company that is a leading provider of courses and training deliverscourses using third party trainers. The trainer for the company has to be verified from 10 different training accreditation verification agencies before providing training for the
company. Each training accreditation agency has its own response time, whichcould take days to confirm a trainer.
The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.
What is the recommended approach to automate this process?
A. Use salesforce external serviceto make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".
B. Create a trigger on the trainer record to make a Callout to each verification agencies,write business logic to consolidate the verification then update the trainer status to verified".
C. Make an apex callout using @future annotation to make the call out to all differentagencies. The response should update the trainer status to "verified".
D. Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".
A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:
1.
An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.
2.
A Marketing solution they use for email campaigns.
The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.
Which system should be the System of record for their customers and prospects?
A. ERP with all prospect data from Marketing and Salesforce.
B. Marketing with all customer data from Salesforce and ERP.
C. Salesforce with relevant Marketing and ERP information.
D. New Custom Database forCustomers and Prospects.
An architect decided to use Platform Events for integrating Salesforce with an external system for a company.
Which three things should an architect consider when proposing this type of integration mechanism? Choose 3 answers
A. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.
B. Salesforce needs to be able to store information about the external system in order toknow which event to send out.
C. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.
D. To publish an event, the integration user in salesforce needs create permission on the event entity.
E. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met?
A. Corporate WSDL
B. Partner WSDL
C. SOAP API WSDL
D. Enterprise WSDL
Which two system constraint questions should be considered when designing an integration to send ordersfrom Salesforce to a fulfillment system? Choose 2 answers
A. What latency is acceptable for orders to reach the fulfillment system?
B. Which system will validate order shipping addresses?
C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
D. Can the fulfillment system participate in idempotent design to avoid duplicate orders?