1.

How many parameters does the API accept?(a) 5(b) 6(c) 7(d) 8I had been asked this question during an interview.Question is taken from Creating a Shared Configuration File using JavaScript in chapter Parsing, Benchmarking and Logging of JavaScript

Answer»

Correct choice is (d) 8

Easiest explanation: PARAMETERS are OPTIONS you can pass with the endpoint (such as specifying the response format or the AMOUNT returned) to influence the response. The API ACCEPTS a total of 8 parameters NAMELY:

url

location

runs

fvonly

private

block

f

k

.



Discussion

No Comment Found

Related InterviewSolutions