Demo Edition
© 2007- 2008 Test Killer, LTD All Rights Reserved
Voice XML Application Developer Exam
Exam: EE0-411
EE0-411
1
http://www.testkiller.com
http://www.troytec.com
QUESTION: 1
Given the following VoiceXML code: The objective of this code is to ask callers to enter their
PIN. Which line must be changed for this code to achieve its objective?
A. 7
B. 8
C. 11
D. 15
Answer: B
QUESTION: 2
Which two code fragments write "rose " to a log? (Choose two.)
A. <log>rose</log>
B. <log name="rose">rose</log>
C. <var name="var1" expr="'rose'"/> <log><value expr="rose"/></log>
D. <var name="var1" expr="'rose'"/> <log><value expr="var1"/></log>
EE0-411
2
http://www.testkiller.com
http://www.troytec.com
Answer: A, D
QUESTION: 3
Which SSML element allows you to specify the speed with which rendered output is played?
A. the<prompt> element, using the rate attribute
B. the <prosody>element, using the rate attribute
C. the <say-as> element, using the duration attribute
D. the<emphasis> element, using the duration attribute
Answer: B
QUESTION: 4
The _____ attribute is used to identify the root document of a VoiceXML application.
A. root
B. main
C. parent
D. application
Answer: D
QUESTION: 5
Which grammar rule recognizes these phrases?
Isaac Levi
Isaac the kid Levi Isaac my friend Levi Isaac Delbert Levi Mao Yonghang
Mao the kid Yonghang Mao my friend Yonghang Mao Delbert Yonghang
A.
EE0-411
3
http://www.testkiller.com
http://www.troytec.com
B.
C.
D.
EE0-411
4
http://www.testkiller.com
http://www.troytec.com
Answer: Pending. Please put your suggestions to terry@troytec.com
QUESTION: 6
Which VoiceXML element can be used to transfer execution from one VoiceXML document to
the other and return to the first VoiceXML document after the execution of the second VoiceXML
document is completed?
A. <call>
B. <goto>
C. <submit>
D. <subdialog>
E. <function>
Answer: D
QUESTION: 7
Given the following code fragment:
<fiel