Universal Containers has a requirement for all accounts that do NOT qualify for a business 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.
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.
Which two things should an architect do to improve the performance of the integration? Choose 2 answers
A. Include non-selective criteria in query filters.
B. Remove the query filters.
C. Include selective criteria in query filters.
D. Remove the sharing restrictions.
Universal Containers is a global financial company that sells financial products and services including,
bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls,
live chat. The support agents would open bank accounts on the spot for customers who are inquiring about
UC bank accounts.
UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce
have to be synced in real-time to the core banking system. Support agents need to inform the customers
with the newly created bank account ID which has to be generated from the core banking system.
Which integration pattern is recommended for this use case?
A. Use streaming API to generate push topic.
B. Use outbound message.
C. Use salesforce platform event.
D. Use request and reply.
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.
Master Data Management (MDM) is the system of record for customers and prospects.
6.
Invoices should be accessible in Salesforce.
Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?
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
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?
A. Push Topic Event can define a custom payload.
B. Change Data Capture does not have record access support.
C. Change Data Capture can be published from Apex.
D. Apex triggers can subscribe to Generic Events.
Universal Containers (UC) uses several systems as part of their enterprise system landscape, including Salesforce and an ERP system. Salesforce is the master system for CRM data, such as Accounts and Opportunities. The ERP system is the master system for customer orders, shipping, and billing information. As part of their business process flow, when an order is created in the ERP system, it also needs to be created in Salesforce in real time.
Which two options should UC consider to ensure duplicate Orders are not created in Salesforce?
A. Use outbound messaging to send a unique message ID to the ERP system.
B. Use the upsert() function instead of create() to prevent the creation of unwanted duplicate records.
C. Use a middleware tool to handle the responsibility for managing multiple duplicate calls.
D. Customize the Apex web service REST call to send a unique message ID to the ERP system.
Universal Containers is building a native mobile application that queries and updates data in their Salesforce in real time
What statement is correct about the Salesforce APIs?
A. Enterprise WSDL minimizes payload size.
B. Rest API supports oAuth
C. Enterprise WSDL supports WS-Security
D. REST API supports WS-Security.
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.