If a custom analytics report needs to filter based on data from the request payload, which policy would be
used?
A.
Custom Report
B.
Message Logging
C.
StatisticsCollector
D.
AssignMessage
Custom Report
What is the purpose of a refresh token?
A.
To extend the amount of time an existing access token can be used by resetting the token's expiration time
B.
To request that Apigee re-issue a new access token to replace an expired access token.
C.
To reset an application to its default configuration.
D.
To notify the application that a new access token is required.
To request that Apigee re-issue a new access token to replace an expired access token.
How many times can an authorization code be used to obtain an access token?
A.
1
B.
2
C.
5
D.
Unlimited until it expires
1
You need to make multiple target system calls in parallel for a single inbound request The response should return to the client app as a single object What should you do?
A.
Use Apigee service callouts
B.
Create route rules for each target endpoint
C.
Create multiple target proxy xmls for each endpoint
D.
Use the Node JS async module to invoke target systems
Create route rules for each target endpoint
You need to log certain data to a custom logging service while processing the response You want to avoid
processing delays due to logging during the logic flow What should you do?
A.
Use a Node.JS target to implement a nonblocking call.
B.
Attach a Message Logging policy to the Post Client Flow
C.
Implement a Java Extension Callout with a worker thread
D.
Use an asynchronous Service Callout policy in your proxy (low as soon
Use a Node.JS target to implement a nonblocking call.
Page 7 out of 25 Pages |
Previous |