Sail E0 Webinar

MCQs

Total Questions : 69 | Page 1 of 7 pages
Question 1. What is the necessity to create a separate file after having an API key?
  1.    To hold configuration information
  2.    To hold key details
  3.    To hold URL details
  4.    To hold the speed of the process
 Discuss Question
Answer: Option A. -> To hold configuration information
Question 2. How many parameters does the API accept?
  1.    5
  2.    6
  3.    7
  4.    8
 Discuss Question
Answer: Option D. -> 8
Question 3. What is the purpose of the parameter location?
  1.    Specifies agent location
  2.    Specifies speed
  3.    Specifies browser
  4.    All of the mentioned
 Discuss Question
Answer: Option D. -> All of the mentioned
Question 4. What will happen if the fvonly parameter is set to 1?
  1.    Results got for the first view
  2.    Can run the repeat view test
  3.    Can run the repeat view test
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> Results got for the first view
Question 5. How many reserved words are there in JavaScript?
  1.    63
  2.    54
  3.    68
  4.    90
 Discuss Question
Answer: Option A. -> 63
Question 6. What is the purpose of the window.location object in JavaScript?
  1.    Get the URL and redirect
  2.    Get the location of the cursor
  3.    Get the path to the next page
  4.    All of the mentioned
 Discuss Question
Answer: Option A. -> Get the URL and redirect
Question 7. Which of the following method loads a new document?
  1.    location.new()
  2.    loadnew()
  3.    location.load()
  4.    location.assign()
 Discuss Question
Answer: Option D. -> location.assign()
Question 8. Which of the following method will wait for certain milliseconds to execute a specified method?
  1.    setInterval()
  2.    setTimeout()
  3.    setmilli()
  4.    setseconds()
 Discuss Question
Answer: Option A. -> setInterval()
Question 9. What is the method used to stop an execution of a method?
  1.    clearInterval()
  2.    clcearTimeout()
  3.    both clearInterval() and clcearTimeout()
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> both clearInterval() and clcearTimeout()
Question 10. What is the meaning of JavaScript Hoisting?
  1.    Moving declarations to bottom
  2.    Moving declarations to top
  3.    Hosting variables by itself
  4.    None of the mentioned
 Discuss Question
Answer: Option B. -> Moving declarations to top

Latest Videos

Latest Test Papers