ExamGecko
Home Home / Salesforce / Certified MuleSoft Integration Architect I

Salesforce Certified MuleSoft Integration Architect I Practice Test - Questions Answers, Page 19

Question list
Search
Search

List of questions

Search

Related questions











A banking company is developing a new set of APIs for its online business. One of the critical API's is a master lookup API which is a system API. This master lookup API uses persistent object store. This API will be used by all other APIs to provide master lookup data.

Master lookup API is deployed on two cloudhub workers of 0.1 vCore each because there is a lot of master data to be cached. Master lookup data is stored as a key value pair. The cache gets refreshed if they key is not found in the cache.

Doing performance testing it was observed that the Master lookup API has a higher response time due to database queries execution to fetch the master lookup data.

Due to this performance issue, go-live of the online business is on hold which could cause potential financial loss to Bank.

As an integration architect, which of the below option you would suggest to resolve performance issue?

A.
Implement HTTP caching policy for all GET endpoints for the master lookup API and implement locking to synchronize access to object store
A.
Implement HTTP caching policy for all GET endpoints for the master lookup API and implement locking to synchronize access to object store
Answers
B.
Upgrade vCore size from 0.1 vCore to 0,2 vCore
B.
Upgrade vCore size from 0.1 vCore to 0,2 vCore
Answers
C.
Implement HTTP caching policy for all GET endpoints for master lookup API
C.
Implement HTTP caching policy for all GET endpoints for master lookup API
Answers
D.
Add an additional Cloudhub worker to provide additional capacity
D.
Add an additional Cloudhub worker to provide additional capacity
Answers
Suggested answer: A

A mule application is required to periodically process large data set from a back-end database to Salesforce CRM using batch job scope configured properly process the higher rate of records.

The application is deployed to two cloudhub workers with no persistence queues enabled.

What is the consequence if the worker crashes during records processing?

A.
Remaining records will be processed by a new replacement worker
A.
Remaining records will be processed by a new replacement worker
Answers
B.
Remaining records be processed by second worker
B.
Remaining records be processed by second worker
Answers
C.
Remaining records will be left and processed
C.
Remaining records will be left and processed
Answers
D.
All the records will be processed from scratch by the second worker leading to duplicate processing
D.
All the records will be processed from scratch by the second worker leading to duplicate processing
Answers
Suggested answer: C

A company is designing a mule application to consume batch data from a partner's ftps server The data files have been compressed and then digitally signed using PGP.

What inputs are required for the application to securely consumed these files?

A.
ATLS context Key Store requiring the private key and certificate for the company PGP public key of partner PGP private key for the company
A.
ATLS context Key Store requiring the private key and certificate for the company PGP public key of partner PGP private key for the company
Answers
B.
ATLS context first store containing a public certificate for partner ftps server and the PGP public key of the partner TLS contact Key Store containing the FTP credentials
B.
ATLS context first store containing a public certificate for partner ftps server and the PGP public key of the partner TLS contact Key Store containing the FTP credentials
Answers
C.
TLS context trust or containing a public certificate for the ftps server The FTP username and password The PGP public key of the partner
C.
TLS context trust or containing a public certificate for the ftps server The FTP username and password The PGP public key of the partner
Answers
D.
The PGP public key of the partner The PGP private key for the company The FTP username and password
D.
The PGP public key of the partner The PGP private key for the company The FTP username and password
Answers
Suggested answer: D

A mule application designed to fulfil two requirements

a) Processing files are synchronously from an FTPS server to a back-end database using VM intermediary queues for load balancing VM events

b) Processing a medium rate of records from a source to a target system using batch job scope

Considering the processing reliability requirements for FTPS files, how should VM queues be configured for processing files as well as for the batch job scope if the application is deployed to Cloudhub workers?

A.
Use Cloud hub persistent queues for FTPS files processing There is no need to configure VM queues for the batch jobs scope as it uses by default the worker's disc for VM queueing
A.
Use Cloud hub persistent queues for FTPS files processing There is no need to configure VM queues for the batch jobs scope as it uses by default the worker's disc for VM queueing
Answers
B.
Use Cloud hub persistent VM queue for FTPS file processing There is no need to configure VM queues for the batch jobs scope as it uses by default the worker's JVM memory for VM queueing
B.
Use Cloud hub persistent VM queue for FTPS file processing There is no need to configure VM queues for the batch jobs scope as it uses by default the worker's JVM memory for VM queueing
Answers
C.
Use Cloud hub persistent VM queues for FTPS file processing Disable VM queue for the batch job scope
C.
Use Cloud hub persistent VM queues for FTPS file processing Disable VM queue for the batch job scope
Answers
D.
Use VM connector persistent queues for FTPS file processing Disable VM queue for the batch job scope
D.
Use VM connector persistent queues for FTPS file processing Disable VM queue for the batch job scope
Answers
Suggested answer: C

Which Exchange asset type represents configuration modules that extend the functionality of an API and enforce capabilities such as security?

A.
Rulesets
A.
Rulesets
Answers
B.
Policies
B.
Policies
Answers
C.
RESTAPIs
C.
RESTAPIs
Answers
D.
Connectors
D.
Connectors
Answers
Suggested answer: B

Refer to the exhibit.

What is the type data format shown in the exhibit?

A.
JSON
A.
JSON
Answers
B.
XML
B.
XML
Answers
C.
YAML
C.
YAML
Answers
D.
CSV
D.
CSV
Answers
Suggested answer: A

An integration team uses Anypoint Platform and follows MuleSoft's recommended approach to full lifecycle API development.

Which step should the team's API designer take before the API developers implement the AP! Specification?

A.
Generate test cases using MUnit so the API developers can observe the results of running the API
A.
Generate test cases using MUnit so the API developers can observe the results of running the API
Answers
B.
Use the scaffolding capability of Anypoint Studio to create an API portal based on the API specification
B.
Use the scaffolding capability of Anypoint Studio to create an API portal based on the API specification
Answers
C.
Publish the API specification to Exchange and solicit feedback from the API's consumers
C.
Publish the API specification to Exchange and solicit feedback from the API's consumers
Answers
D.
Use API Manager to version the API specification
D.
Use API Manager to version the API specification
Answers
Suggested answer: C

Which type of communication is managed by a service mesh in a microservices architecture?

A.
Communication between microservices runtime administrators
A.
Communication between microservices runtime administrators
Answers
B.
Communication between microservices developers
B.
Communication between microservices developers
Answers
C.
Communication between microservices
C.
Communication between microservices
Answers
D.
Communication between trading partner services
D.
Communication between trading partner services
Answers
Suggested answer: C

According to MuleSoft's API development best practices, which type of API development approach starts with writing and approving an API contract?

A.
Implement-first
A.
Implement-first
Answers
B.
Catalyst
B.
Catalyst
Answers
C.
Agile
C.
Agile
Answers
D.
Design-first
D.
Design-first
Answers
Suggested answer: D

An IT integration delivery team begins a project by gathering all of the requirements, and proceeds to execute the remaining project activities as sequential, non-repeating phases.

Which IT project delivery methodology is this team following?

A.
Kanban
A.
Kanban
Answers
B.
Scrum
B.
Scrum
Answers
C.
Waterfall
C.
Waterfall
Answers
D.
Agile
D.
Agile
Answers
Suggested answer: C
Total 273 questions
Go to page: of 28