VPAID Badge Exam Answer
VPAID Badge Exam
1) What is the difference between the VPAID Linear format and the VPAID Non-Linear format?
2) Which ActionScript version is supported by the VPAID creative format?
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?
4) Which statement is not a valid VPAID best practice spec?
5) How can you set a primary video to play when there are multiple videos in the VPAID creative ?
6) The Studio Video Player component has video smoothing enabled as a default setting.
7) The DoubleClick Studio components and API for full screen don't function in VPAID creatives.
8) VPAID creatives use which Enabler?
9) You should use the Loader component setting called 'Wait for page load..." to polite load assets into a VPAID creative.
10) How many videos in a VPAID linear creative can be controlled by the publisher's player controls at any one time?
11) What does calling enabler.setlnteractive(true) do?
12) You should always add a skip button in your creative.
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?
14) Drag-and-drop the code order displayed when flash traces the output logs of a collapsing an expanding non-linear VPAID ad.
15) When should the StudioEvent.START event listener be added in Flash for VPAID non-linear auto expand ads?
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?
17) Which VPAID specs are priority when developing a creative?
18) What reporting is available for VPAID creatives?
19) When can a companion banner for a VPAID creative be uploaded?
20) The duration for a creative can be adjusted after a creative has been pushed from Studio to DFA.
21) How can you ensure that your creative runs only as long as the length of the video ?
22) VPAID Creatives can reference the parent flash player or the publishers flash player code libraries.
23) If a publisher says your linear VPAID creative "isn't firing the Ad Stopped event,"what is mostly likely the issue?
24) In the Studio Preview tab, how do you turn off the controls of the video player when previewing a VPAID creative?
25) You can set a custom width and height for the VPAID player in the Studio UI Preview tab.
26) For VPAID Linear creatives, you can't control the playback of the primary video with the Studio API or Studio components.
27) Which Studio VPAID API method retrieves the amount of time that has elapsed in the ad, if supported by the environment?
28) Which Studio VPAID API method updates and reports the amount of time that has elapsed in the ad, if supported by the environment?
29) When building a VPAID linear creative, how do you set the primary video to be controlled by the publisher's video controls?
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.Answer: c)
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.
2) Which ActionScript version is supported by the VPAID creative format?
a) ActionScript 2 and ActionScriptAnswer: b)
b) ActionScript 3 only
c) ActionScript 1, ActionScript 2, and ActionScript
d) ActionScript 2 only
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.Answer:
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
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.Answer: d)
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.
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.Answer:
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.
6) The Studio Video Player component has video smoothing enabled as a default setting.
a) True.Answer: a)
b) False
7) The DoubleClick Studio components and API for full screen don't function in VPAID creatives.
a) TrueAnswer: a)
b) False
8) VPAID creatives use which Enabler?
a) HtmlEnablerAnswer:
b) InStreamEnabler
c) VpaidEnabler
d) F2fEnabler
9) You should use the Loader component setting called 'Wait for page load..." to polite load assets into a VPAID creative.
a) TrueAnswer: b)
b) False
10) How many videos in a VPAID linear creative can be controlled by the publisher's player controls at any one time?
a) OneAnswer: a)
b) Three
C) None
d) Two
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.Answer: a)
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.
12) You should always add a skip button in your creative.
a)TrueAnswer: b)
b) False
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.Answer: d)
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
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.Answer: c)
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.
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);Answer: b)
b) enabler.setlnteractive(true);
c)enabler.open();
d) expanding.expanda
17) Which VPAID specs are priority when developing a creative?
a)VPAID requirements found on the IAB site.Answer: b)
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.
18) What reporting is available for VPAID creatives?
a) VAST metricsAnswer: d)
b) Rich Media metrics
C) Custom metrics st,
d) All of the above
19) When can a companion banner for a VPAID creative be uploaded?
a) In DFA, after the creative is pushed from Studio.Answer: a)
b) In Studio, on the Preview tab.
c) In Studio, on the Assets tab.
d) VPAID creatives do not support companion banners.
20) The duration for a creative can be adjusted after a creative has been pushed from Studio to DFA.
a) TrueAnswer: a)
b) False
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.Answer: a)
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.
22) VPAID Creatives can reference the parent flash player or the publishers flash player code libraries.
a) TrueAnswer: a)
b) False
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.Answer: d)
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.
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?Answer: b)
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."
25) You can set a custom width and height for the VPAID player in the Studio UI Preview tab.
a) TrueAnswer: a)
b) False
26) For VPAID Linear creatives, you can't control the playback of the primary video with the Studio API or Studio components.
a) TrueAnswer: b)
b) False
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()Answer: b)
b) enabler.getElapsedTime()
c) enabler.elapsedTime()
d)enabler.getTime()
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)Answer: c)
b) enabler.setElapsed(elapsedTime:Number)
c) enabler.setElapsedTime(elapsedTime:Number)
d) enabler.setTime(elapsedTime:Number)
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."Answer: b)
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.