1. What is the necessity to create a separate file after having an API key? A. To hold configuration information B. To hold key details C. To hold URL details D. To hold the speed of the process Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A Solution: Once you have an API key you should create a separate file to hold all of the configuration information that you will need to share between processes.
2. How many parameters does the API accept? A. 5 B. 6 C. 7 D. 8 Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D Solution: The API accepts a total of 8 parameters namely : 1. url 2. location 3. runs 4. fvonly 5. private 6. block 7. f 8. k
3. What is the purpose of the parameter location? A. Specifies agent location B. Specifies speed C. Specifies browser D. All of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D Solution: The parameter location specifies the agent location, speed and browser to use for the test, formatted as location.browser:location.
4. What will happen if the fvonly parameter is set to 1? A. Results got for the first view B. Can run the repeat view test C. Can run the repeat view test D. None of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A Solution: If you set fvonly to 1, you get results only for the first view, and do not run the repeat view test.
5. How many reserved words are there in JavaScript? A. 63 B. 54 C. 68 D. 90 Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A Solution: There are a total of 63 reserved words in JavaScript.