Header Ads

  • সর্বশেষ আপডেট

    VPAID Badge Exam Answer

    VPAID Badge Exam
    DoubleClick VPaid Badge


    1) What is the difference between the VPAID Linear format and the VPAID Non-Linear format? 
    a) The VPAID Linear format can be developed in ActionScript 3, while the VPAID Non-Linear format can be developed in both ActionScript 3 and ActionScript 2.
    b) The VPAID Non-Linear format allows the video that is playing within it to be primary, so that the publishers player can control it.
    c) The VPAID Linear format runs pre-roll or post-roll, or Interrupts the publishers video content, while the VPAID Non-Linear format overlays the publisher's video content.
    d) The VPAID Non-Linear format runs pre-roll or post-roll, or interrupts the publishers video content, while the VPAID Linear format overlays the publisher's video content.
    Answer: c)

    2) Which ActionScript version is supported by the VPAID creative format? 
    a) ActionScript 2 and ActionScript
    b) ActionScript 3 only
    c) ActionScript 1, ActionScript 2, and ActionScript
    d) ActionScript 2 only 
    Answer: b)

    3) What happens to the aspect ratio of a VPAID creative when the size does not match the dimensions of the publisher's video player?
    a) The VPAID creative scales to fit the publisher's video player while maintaining its aspect ratio, and it is centered with letterboxing.
    b) The VPAID creative scales to fit the publisher's video player while maintaining its aspect ratio, and it is centered without letterboxing.
    C) The VPAID creative does not show within the publisher's video player.
    d) The VPAID creative gets stretched to fit within the publisher's video player without letterboxing
    Answer:

    4) Which statement is not a valid VPAID best practice spec? 
    a) Publish the creative to be the lowest Flash Player version in the media plan.
    b) Enable smoothing for bitmap images and videos in the creative.
    C) Use vector graphics when possible.
    d) Publish the creative to be the most common Flash Player version in the media plan.
    Answer: d)

    5) How can you set a primary video to play when there are multiple videos in the VPAID creative ? 
    a) Call setPrimary(false) on the video component that you want to be primary.
    b) Call setPrimaryVideo(true) on the video component that you want to be the primary video.
    c) Call setPrimary(true) on the video component you want to be primary, and call setPrimary(false) for all other videos.
    d) Call setPrimary(one) to load the your first video in the video playlist. 
    Answer:

    6) The Studio Video Player component has video smoothing enabled as a default setting. 
    a) True.
    b) False 
    Answer: a)

    7) The DoubleClick Studio components and API for full screen don't function in VPAID creatives. 
    a) True
    b) False
    Answer: a)

    8) VPAID creatives use which Enabler?
    a) HtmlEnabler
    b) InStreamEnabler
    c) VpaidEnabler
    d) F2fEnabler
    Answer:

    9) You should use the Loader component setting called 'Wait for page load..." to polite load assets into a VPAID creative.
    a) True
    b) False
    Answer: b)

    10) How many videos in a VPAID linear creative can be controlled by the publisher's player controls at any one time? 
    a) One
    b) Three
    C) None
    d) Two
    Answer: a)


    11) What does calling enabler.setlnteractive(true) do?
    a) It informs the publishers player that the ad is currently interactive and the time remaining is unknown.
    b) It pauses the video.
    C) It presents the user with buttons to select a video.
    d) It starts the standard Rich Media Interaction metric. 
    Answer: a)

    12) You should always add a skip button in your creative. 
    a)True
    b) False
    Answer: b)

    13) What's the best description of the behavior that occurs when you select the "Close the creative when the video completes" option in the Studio video component?
    a) In a non-expanding VPAID non-linear ad, it collapses the ad. In a VPAID Linear ad that does not expand, it completely closes the ad.
    b) It collapses a non-expanding VPAID non-linear.
    c) It completely closes an expanding VPAID non-linear ad.
    d) In an expanding VPAID non-linear ad, it collapses the ad. In a non-expanding-VPAID non-linear or VPAID linear ad, it completely close
    Answer: d)

    14) Drag-and-drop the code order displayed when flash traces the output logs of a collapsing an expanding non-linear VPAID ad. 
    a) Enabler: Logged manual close
    b) Expanding component event: collapseBegin
    c) Enabler: Ad collapsed
    d) Expanding component event: collapseComplete 

    15) When should the StudioEvent.START event listener be added in Flash for VPAID non-linear auto expand ads?
    a) It should be added after the video has buffered.
    b) It should be added after the Expanding.expand() is called.
    c) It should be added before the enabler.init() is called.
    d) It should be added after the Expanding.startExpanded() API. 
    Answer: c)

    16) Which Studio VPAID API method allows VPAID Linear ads to remain open, rather than closing when it reaches the Duration time specified in the Studio UI? 
    a) expanding.setCollapseOnMouseOut(true);
    b) enabler.setlnteractive(true);
    c)enabler.open();
    d) expanding.expanda 
    Answer: b)

    17) Which VPAID specs are priority when developing a creative? 
    a)VPAID requirements found on the IAB site.
    b) Specs collected from publishers on the media plan.
    c) Publishers who do not restrict VPAID behaviors.
    d) Standard LCDs found in the Rich Media Help Center. 
    Answer: b)

    18) What reporting is available for VPAID creatives? 
    a) VAST metrics
    b) Rich Media metrics
    C) Custom metrics st,
    d) All of the above 
    Answer: d)

    19) When can a companion banner for a VPAID creative be uploaded? 
    a) In DFA, after the creative is pushed from Studio.
    b) In Studio, on the Preview tab.
    c) In Studio, on the Assets tab.
    d) VPAID creatives do not support companion banners. 
    Answer: a)

    20) The duration for a creative can be adjusted after a creative has been pushed from Studio to DFA. 
    a) True
    b) False
    Answer: a)

    21) How can you ensure that your creative runs only as long as the length of the video ?
    a) Select Use this video's duration as the creative's duration" on the video component setting.
    b) Use our VPAID API called enabler.setDuration(videol nstance.du ration).
    c) Select Use the video's duration as the creative's duration" in the Studio UI Preview tab.
    d) Select "Set duration to video's duration" during the DFA trafficking process.
    Answer: a)

    22) VPAID Creatives can reference the parent flash player or the publishers flash player code libraries. 
    a) True
    b) False
    Answer: a)

    23) If a publisher says your linear VPAID creative "isn't firing the Ad Stopped event,"what is mostly likely the issue? 
    a) Its a publisher tracking issue, and there's nothing you can do.
    b) You didn't set the VPAID ad to be interactive("true").
    c) You didn't stop the VPAID video player properly.
    d) You didn't close the VPAID ad to resume the publisher's content.
    Answer: d)

    24) In the Studio Preview tab, how do you turn off the controls of the video player when previewing a VPAID creative? 
    a) In Flash, you must give the primary video player an instance name and call the [video instance].hidePublisherVideoPlayer() method and net its argument to "OFF?
    b) Adjust the setting of the video player within the Studio Preview tab by selecting "OFF" as the Player controls option.
    c) Adjust the settings of the video player within the Preview tab by clicking the Creative properties button, then selecting "OFF' from the Player controls drop-down.
    d) In Flash, you must call the enablerhidePublisherVideoPlayer() method and set Its argument to "true." 
    Answer: b)

    25) You can set a custom width and height for the VPAID player in the Studio UI Preview tab. 
    a) True
    b) False
    Answer: a)

    26) For VPAID Linear creatives, you can't control the playback of the primary video with the Studio API or Studio components.
    a) True
    b) False
    Answer: b)

    27) Which Studio VPAID API method retrieves the amount of time that has elapsed in the ad, if supported by the environment? 
    a) enabler.getElapsed()
    b) enabler.getElapsedTime()
    c) enabler.elapsedTime()
    d)enabler.getTime() 
    Answer: b)

    28) Which Studio VPAID API method updates and reports the amount of time that has elapsed in the ad, if supported by the environment?
    a) enabler.elapsedTime(elapsedTime:Number)
    b) enabler.setElapsed(elapsedTime:Number)
    c) enabler.setElapsedTime(elapsedTime:Number)
    d) enabler.setTime(elapsedTime:Number)
    Answer: c)

    29) When building a VPAID linear creative, how do you set the primary video to be controlled by the publisher's video controls? 
    a) Give the Studio video component an instance name of "PrimaryVideo."
    b) Check "Make this the primary video controller in the Component Inspector of the Studio video component.
    c) Check "Close the creative when the video completes" in the Component Inspector of the Studio video component.
    d) Set the Video reporting identifier as "Primary Video" in the Component Inspector of the Studio video component. 
    Answer: b)

    Post Top Ad

    Post Bottom Ad