Apigee-API-Engineer Training & Certification Get Latest Apigee Certification Program Updated on Oct 15, 2021 [Q48-Q67]

Share

Apigee-API-Engineer Training & Certification Get Latest Apigee Certification Program Updated on Oct 15, 2021

Certification Training for Apigee-API-Engineer Exam Dumps Test Engine

NEW QUESTION 48
Which feature can be used to automatically distribute traffic across multiple target servers'?

  • A. use a LoadBalancer entry in the HTTPTargelConnection session
  • B. use an AssignMessage policy
  • C. use a concurrent rate limiting policy
  • D. use RouteRules with multiple TargetEndpoints

Answer: C

 

NEW QUESTION 49
Your team has the following requirements in building an API:
* Adhere to Pragmatic REST.
* Model the API to the consumption use case.
* Require API Key authentication
* Implement CORS
* Validate inputs.
You have begun migrating a SOAP-based web service to a REST API by using the SOAP to REST function in Apigee Edge Which two of the above-listed requirements could be satisfied by this action?
Choose 2 answers

  • A. Adhere to Pragmatic REST
  • B. Validate inputs.
  • C. Implement CORS.
  • D. Model the API to the consumption use case
  • E. Require API Key authentication

Answer: D,E

 

NEW QUESTION 50
Which JavaScript statement can be used to raise a fault from a JavaScript policy named 'Weather"?

  • A. return false,
  • B. throw "Bad Data";
  • C. context setVanablefWeather Fault", "true"),
  • D. return-1,

Answer: C

 

NEW QUESTION 51
Your team has the following requirements in building an API:
* Adhere to Pragmatic REST.
* Model the API to the consumption use case.
* Require API Key authentication
* Implement CORS
* Validate inputs.
You have begun migrating a SOAP-based web service to a REST API by using the SOAP to REST function in Apigee Edge Which two of the above-listed requirements could be satisfied by this action?

  • A. Adhere to Pragmatic REST
  • B. Validate inputs.
  • C. Implement CORS.
  • D. Model the API to the consumption use case
  • E. Require API Key authentication

Answer: D,E

 

NEW QUESTION 52
How can we add custom objects to an OpenAPI Specification 2.0?

  • A. By prefixing ext- before the name of the custom object
  • B. Open API specification does not allow custom objects
  • C. By prefixing c- before the name of the custom object
  • D. By prefixing x- before the name of the custom object

Answer: C

 

NEW QUESTION 53
The product owner has asked you for a new API. This new API will change a configuration for a backend system. The use case calls for a single API. Which verb should you use?

  • A. HEAD
  • B. GET
  • C. POST
  • D. PUT

Answer: B

 

NEW QUESTION 54
Which features are supported in the OAulhV2 policy'?

  • A. credentials validation when password grantjype is used
  • B. setting different expiration for refresh and access tokens
  • C. setting custom attributes for generated access tokens
  • D. storing external access tokens

Answer: B,D

 

NEW QUESTION 55
Where can you use a Flow Callout policy? Select all that apply.
Choose 2 answers

  • A. In a Shared Flow
  • B. Only in ProxyEndpoint PreFlow or TargetEndpoint PostFlow
  • C. Only in the Flow phase of ProxyEndpoint or TargetEndpoint
  • D. Anywhere in a ProxyEndpoint or TargetEndpoint except PostClientFlow
  • E. Anywhere except another Shared Flow

Answer: A,B

 

NEW QUESTION 56
You are using the Apigee ExtractVariables policy JSONPath feature, and discover that the query is not returning the expected result for the payload you are providing What should you do?

  • A. Check that the Accept header is set to application/json.
  • B. Check that the Accept header is set to text/json
  • C. Check that the Content-Type header is set to application/json
  • D. Check that the Content-Type header is set to text/json

Answer: A

 

NEW QUESTION 57
Which describe OAuth 2.0 Refresh Tokens'? Select all that are correct

  • A. can be used to generate or renew access tokens
  • B. is always issued with every access token
  • C. may be reused multiple times to create new access tokens
  • D. can be used to reset crederfflals

Answer: A,B,C

 

NEW QUESTION 58
You need to access API back-end systems authorized by a machine user credential Each API call must connect to the API back-end system with unique credentials You need to keep user credential info securely protected How should you store the credential?

  • A. Stored in configuration files and make use at run time.
  • B. Hardcoded in Assign Message policy
  • C. Stored in Key-Value Maps and accessed at run time.
  • D. Stored in encrypted Key-Value Maps and access at run time.

Answer: D

 

NEW QUESTION 59
As an API Engineer your team would like to make sure you are simulating a user experience prior to a deployment in a production environment. Which tests should be ran to closely resemble a consumer interaction with a APIs?

  • A. Unit tests
  • B. Integration tests
  • C. Code quality analysis
  • D. Smoke tests.

Answer: B

 

NEW QUESTION 60
Which approaches can be used for extracting data from a SOAP body and returning it as a JSON response in Apigee Edge? Select all that are correct.
Choose 3 answers

  • A. Use ExtractVariables with an XPath first to extract the SOAP body and then use XML to JSON policy
  • B. Use XSLT to transform the XML payload and then use a XML to JSON policy
  • C. Use an AssignMessage policy to convert the SOAP response to a JSON response, using XPath expressions to retrieve the data
  • D. Use XML to JSON policy first to convert to JSON and then ExtractVariables with a JSONPath to extract the body from the converted SOAP envelope

Answer: B,C,D

 

NEW QUESTION 61
Which describe OAuth 2.0 Refresh Tokens'?

  • A. can be used to generate or renew access tokens
  • B. is always issued with every access token
  • C. may be reused multiple times to create new access tokens
  • D. can be used to reset crederfflals

Answer: A,B,C

 

NEW QUESTION 62
As an API Engineer you are approached late in the day with an emergency request to configure a 2 way TLS connection between Apigee and the backend server. All existing certificates have been revoked. The security team provides you the PEM file for the backend server and your new Apigee TLS certificate. What minimum steps are required to reconfigure 2-way TLS?

  • A. Add the backend certificate chain to the trust store
  • B. Add your Apigee TLS certificate to the key store.
  • C. Add the backend servers PEM file to the trust store.
  • D. Add the backend servers PEM file to the key store.
  • E. Use the Access Control Policy to reference the PEM file
  • F. Use the KVM to store the contents of the PEM file.

Answer: D,F

 

NEW QUESTION 63
You have the following requirements for your API:
* Authenticate users.
* Identify applications.
* Log update events to StackDriver
* Enforce quotas based on Product configurations
* Alert when total API latency exceeds 500 milliseconds
Your Apigee Edge API proxy is currently implemented with the following Proxy Endpoint configuration Which above 2 requirements have been met with this configuration? Choose 2 answers

  • A. Enforce quotas based on Product configurations
  • B. Authenticate users.
  • C. Log update events to StackDriver
  • D. Alert when total API latency exceeds 500 milliseconds
  • E. Authenticate applications

Answer: A,B

 

NEW QUESTION 64
Which policy can be used to see if a SOAP request matches a provided WSDL?

  • A. AccessControl
  • B. XMLThreatProtection
  • C. MessageValidation
  • D. XMLValidation

Answer: B

 

NEW QUESTION 65
You are adding a filter on an API to locate all orders in a specific date range You want to use a RESTful design Which design should you use?

  • A. GET/orders'?from-date=2016-01-01&to-date=2016-02-01
  • B. GET /customers/{customer-id}/orders'?from-date=2016-01-01&to-date^2016-02-01
  • C. GET/getOrdersBetweenDates/2016-01-01/2016-02-01
  • D. POST /searchorders with a post-body of from-date-2016-01-01&to-date=2016-02-01

Answer: B

 

NEW QUESTION 66
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. HEAD
  • B. GET
  • C. OPTIONS
  • D. POST
  • E. PUT

Answer: B

 

NEW QUESTION 67
......

Step by Step Guide to Prepare for Apigee-API-Engineer Exam: https://www.actual4exams.com/Apigee-API-Engineer-valid-dump.html