Google Apigee API Engineer Google Cloud – Apigee Certified API Engineer Online Training
Google Apigee API Engineer Online Training
The questions for Apigee API Engineer were last updated at Feb 10,2025.
- Exam Code: Apigee API Engineer
- Exam Name: Google Cloud - Apigee Certified API Engineer
- Certification Provider: Google
- Latest update: Feb 10,2025
You have a single back end that needs to be exposed to customers using different API request and response payloads You need to allow these different request types without breaking existing implementations.
What should you do?
- A . Create a new API proxy for new customers and invoke backend target system with required parameters.
- B . Configure the API as a pass-through proxy and invoke backend target system with client request parameters.
- C . Create a new proxy xml and base path with upgraded version and invoke backend target system with required parameters
- D . Include a new customer requirement in an existing API proxy and invoke backend target system with required parameters.
Which JavaScript statement can be used to raise a fault from a JavaScript policy named "Weather"?
- A . return-1;
- B . return false;
- C . contextsetVariablefWeather.Fauir, "true*);
- D . throw "Bad Data",
Which policies can be used to create or modify a request message for a service callout? Select all that are correct
- A . ServiceCallout
- B . AssignMessage
- C . RequestMessage
- D . Message Validation
You need to interact with two different back end systems, depending on inbound request data One backend is a default target URL without SSL and another one is a dynamic target URL with 2-Way SSL.
What should you do?
- A . Use service callouts configuration for each target, and use a condition to decide which to invoke.
- B . Use a Key-Value Map configuration to access SSL and URL information to invoke target systems
- C . Use an AssignMessage policy to override default target URL and define 2-way SSL configuration at runtime
- D . Create another target endpoint with SSL configured and define route rule to pick that depends on available variables.
When implementing a node js application in Edge, what is the only supported configuration for running the application?
- A . ScriptTarget in a ServiceCallout policy
- B . ScriptTarget in a TargetEndpotnt
- C . NodeApp policy
- D . ResourceURL in a Javascript policy
You have created an OpenAPl specification and begun a sample implementation of the API Proxy in Apigee Edge Another team is asking for early access for interactive documentation.
What should you do1?
- A . Publish using SwaggerUI
- B . Generate web documents using SmartDocs
- C . Send the requesting team the OpenAPl spec.
- D . Create a sample web app that uses your API, and publish the source code.
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
In an API Proxy flow we need to orchestrate two XML services – Service A and Service B Data fields from each response must be returned in the response to the client.
Which identifies a set of Apigee policies that, when used together, could be used to implement this?
- A . AccessEntity,XSL,ExtractVariable
- B . ServiceCallout, ExtractVanable, AssignMessage
- C . XMLToJSON, ExtractVanables, APIKeyValidation
- D . MessageValidation, ServiceCallout, AccessControl
In an API Proxy flow we need to orchestrate two XML services – Service A and Service B Data fields from each response must be returned in the response to the client.
Which identifies a set of Apigee policies that, when used together, could be used to implement this?
- A . AccessEntity,XSL,ExtractVariable
- B . ServiceCallout, ExtractVanable, AssignMessage
- C . XMLToJSON, ExtractVanables, APIKeyValidation
- D . MessageValidation, ServiceCallout, AccessControl
In an API Proxy flow we need to orchestrate two XML services – Service A and Service B Data fields from each response must be returned in the response to the client.
Which identifies a set of Apigee policies that, when used together, could be used to implement this?
- A . AccessEntity,XSL,ExtractVariable
- B . ServiceCallout, ExtractVanable, AssignMessage
- C . XMLToJSON, ExtractVanables, APIKeyValidation
- D . MessageValidation, ServiceCallout, AccessControl