Google
Google Cloud - Apigee Certified API Engineer
Q1:
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
Google
Google Cloud - Apigee Certified API Engineer
Q2:
You are asked by the mobile app team which API should be used to populate a drop down for regions. According to pragmatic RESTful practices, which method should be used?
○
A
GET○
B
HEAD○
C
POST○
D
PUT○
E
OPTIONS
Google
Google Cloud - Apigee Certified API Engineer
Q3:
Which OAuth 2 0 grant requires redirection'?
○
A
Authorization Code○
B
Resource Owner Password Credentials○
C
Refresh Token○
D
Client Credentials
Google
Google Cloud - Apigee Certified API Engineer
Q4:
Where in the proxy should you place a policy that modifies the flow variable target, url?
○
A
proxy request flow○
B
proxy response flow○
C
target request flow○
D
target response flow○
E
any flow
Google
Google Cloud - Apigee Certified API Engineer
Q5:
If a string value is put in both a cache and a key value map (KVM) using the same key, which one is true?
○
A
The object will expire from both locations after the TimeToLive has passed.○
B
The object will be stored in Cassandra twice○
C
When object is retrieved from KVM, the object with the same key will be returned from the cache instead to improve performance○
D
One of the inserts (either to cache or to KVM) will fail as you cant insert the same key twice