647). How does PhantonJS use YSlow?

[A]Queries
[B]Statements
[C]Command Line Prompt
[D]Command Line Script

Show Answer

648). What are the two output formats YSlow uses?

[A]TAP, JUnit
[B] JIT, TRD
[C]JKP, RFD
[D]TIP, KIT

Show Answer

650). Which of the following can be used for a deeper analysis of the web page’s performance?

[A]WebPageTest
[B]FireBug
[C]YSlow
[D]WebPageTest & FireBug

Show Answer

651). How many rules are there in the YSlow version 2.0?

[A]23
[B]21
[C]27
[D]33

Show Answer

652). Which of the following is mandatory to run before running YSlow?

[A]WebPageTest
[B]FireBug
[C]Both WebPageTest and FireBug
[D]Mozilla

Show Answer

653). How does the YSlow for Mobile work as?

[A]Bookwise
[B]Booklet
[C]Bookmarklet
[D]Bookmark

Show Answer

654). Which network allows you to distribute static assets like images, etc?

[A] Content Delivery Network
[B]Content Receiving Network
[C]System Area Network
[D]Local area network

Show Answer

655). What are the three important manipulations done in a for loop on a loop variable?

[A]Updation, Incrementation, Initialization
[B] Initialization,Testing, Updation
[C]Testing, Updation, Testing
[D]Initialization,Testing, Incrementation

Show Answer

656). What convenience does the following JavaScript code?
let succ = function(x) x+1, yes = function() true, no = function() false;

[A]Functional behaviour
[B]Modular behaviour
[C]No convenience
[D] Shorthand expression

Show Answer