Salesforce-MuleSoft-Platform-Architect Practice Test
Salesforce Spring 25 Release 152 Questions
A manufacturing company has deployed an API implementation to CloudHub and has not configured it to be automatically restarted by CloudHub when the worker is
not responding.
Which statement is true when no API Client invokes that API implementation?
A. No alert on the API invocations and APT implementation can be raised
B. Alerts on the APT invocation and API implementation can be raised
C. No alert on the API invocations is raised but alerts on the API implementation can be raised
D. Alerts on the API invocations are raised but no alerts on the API implementation can be raised
C. No alert on the API invocations is raised but alerts on the API implementation can be raised
Explanation:
If no client ever invokes the API, invocation-based alerts (e.g., “requests per minute exceeded”) will never trigger because the condition (invocations) never occurs. However, CloudHub and Runtime Manager still monitor the underlying application health. You can configure “worker not responding” or “server disconnected” alerts at the application/server level, which will notify you of worker failures or unresponsiveness even in the absence of API traffic. Thus, while invocation metrics remain silent, implementation-level alerts can—and should—be configured to ensure operational visibility.