Pass the Salesforce Architect Exams Mobile-Solutions-Architecture-Designer Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

Universal Containers is currently doing User Acceptance Testing for small changes in a Developer sandbox. Users are complaining that allow release to production, some functionality is broken and performance is often negatively impacted. What is causing these complaints?

Options:

A.

Users should be testingin a Partial Sandbox in order to replicate Production functionality and performance characteristics.


B.

Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.


C.

Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.


D.

Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.


Expert Solution
Questions # 2:

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 Salesforce. How should an architect design this requirement considering both security and scalability?

Options:

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 outboundmessage 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.


Expert Solution
Questions # 3:

What are two benefits of named credentials? Choose 2 answers

Options:

A.

They simplify utilizing oAuth for Apex callouts.


B.

They Secure integrations to Salesforce from other systems.


C.

They enforce secure communication to external systems


D.

They securely store credentials in a maintainable way.


Expert Solution
Questions # 4:

Universal containers has a simple co -premise web app that is unauthenticated. What capability should an integration Architect recommend to make the app accessible from within Salesforce?

Options:

A.

Apex callout


B.

Visualforce


C.

Custom Web tab


D.

Lightning connect


Expert Solution
Questions # 5:

Universal containers is building an integration from their employee portal to salesforce Chatter.They would like their employee portal to read and write to the Chatter API on behalf of the employee using the portal. What is the correct way to authenticate to the chatter API to meet this requirement?

Options:

A.

Use oAuth to authorize the portal to access the chatter API on behalf of the user.


B.

Use oAuth Which will pass their portal credentials to the chatter API.


C.

Use a chatter API integrationuser which authenticates to salesforce using oAuth.


D.

Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().


Expert Solution
Questions # 6:

Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete. What integration pattern should an architect recommend to ensure minimal throwaway code?

Options:

A.

point-to-point


B.

Web Mashup


C.

MiddleWare


D.

Apex batch Processing


Expert Solution
Questions # 7:

Universal Containers acquiresplanetary shipping and decides to migrate all customercontacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems. Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts? Choose 2 answers

Options:

A.

Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.


B.

Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.


C.

Createa new formula field for (first name+last name + street number) in universal containers org and use it as External ID.


D.

Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.


Expert Solution
Questions # 8:

Universal Containers is building anative mobile application that queries and updates data in their Salesforce in real time. What statement is correct about the Salesforce APIs?

Options:

A.

Enterprise WSDL minimizes payload size.


B.

Rest API supports oAuth


C.

Enterprise WSDL supports WS-Security


D.

REST API supports WS-Security.


Expert Solution
Questions # 9:

Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?

Options:

A.

SMTP


B.

TLS


C.

SSH


D.

SFTP


Expert Solution
Questions # 10:

Universal Containers has an Outbound messaging-Based integration that posts closed opportunities to an ERP system for fulfillment in 1% of the test cases, the integration creates multiple orders for a closed opportunity. Which three steps should a Technical Architect take to diagnose the issue? Choose 3 answers

Options:

A.

Review the firewall logs to make sure that the outbound messages are being delivered.


B.

Review the Enterprise Service Bus logs to make sure that successful orders arebeing acknowledged


C.

Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.


D.

Review the Enterprise Service Bus logs t make sure that orders are being created only one time.


E.

Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.


Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions