752). How many parameters does the WebPageTest API accept?

[A]5
[B]6
[C]7
[D]8

Show Answer

753). What is the purpose of getting the parameter block?

[A]Permission to block
[B]Space separated block list
[C]Comma separated block list
[D]Underscore separated block list

Show Answer

754). What will happen if you set the private flag as 1?

[A]Test will be run only by the administrator
[B]Test will not be run
[C]Test is public
[D]Test is not displayed in public

Show Answer

755). What is the purpose of getting the parameter fvonly?

[A]To repeat the view test
[B]To get the first view
[C]To debug the code
[D] To compile the code

Show Answer

756). What is the purpose of the file_get_contents()?

[A] To get the errors and exceptions
[B]To get the client’s response
[C]To get the server’s response
[D] To get the data

Show Answer

757). What will the file_get_contents() return?

[A]Server’s response
[B]Errors
[C]Exception
[D]Client’s response

Show Answer

758). How will you convert the returned API into an XML object?

[A]SimpleElement()
[B]SimpleXMLElement()
[C]XMLElement()
[D]CovertXML()

Show Answer

759). Which tag can handle mouse events in Netscape?

[A] img
[B]a
[C]br
[D]src

Show Answer

760). What is the tainted property of the window object?

[A]Pathname
[B]Protocol
[C]Default status
[D]Host

Show Answer

761). Which environment variable must the user enable in order to enable data tainting?

[A] ENABLE_TAINT
[B]MS_ENABLE_TAINT
[C]NS_ENABLE_TAINT
[D]ENABLE_TAINT_NS

Show Answer