Exam Express Exam EE0-411 voice xml application developer exam Version: 5.0 [ Total Questions: 118 ]

Similar documents
PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

Voice Foundation Classes

EE Voice xml application developer exam.

VoiceXML Application Development Recommendations

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10

Special Lecture (406) Spoken Language Dialog Systems VoiceXML: Dialogs, Forms and Fields

Cisco CVP VoiceXML 3.0. Element Specifications

Speech Applications. How do they work?

Voice Extensible Markup Language (VoiceXML)

VoiceXML Reference Version 1.6 June 2001

A Technical Overview: Voiyager Dynamic Application Discovery

Speaker Verification in BeVocal VoiceXML

CSCE 531 Spring 2009 Final Exam

VClarity Voice Platform

Menu Support for 2_Option_Menu Through 10_Option_Menu

Script Step Reference Information

Advanced Scripting Techniques

Voice Browser Working Group (VBWG) Input on application backplane topics. Scott McGlashan (HP) Rafah Hosn (IBM)

SCXML. Michael Bodell.

Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML

LABORATORY 117. Intorduction to VoiceXML

LABORATORY 117. Intorduction to VoiceXML (3)

Holly5 VoiceXML Developer Guide Holly Voice Platform 5.1. Document number: hvp-vxml-0009 Version: 1-0 Issue date: December

Record_With_Confirm. Settings

Multimodality with XHTML+Voice

Appendix A. A Quick Reference to VoiceXML 1.0 Syntax

Dialog Designer Call Flow Elements

Component Model for Multimodal Web Applications

BeVocal VoiceXML Tutorial

Designing an Auto Attendant Script

Verbio Software Reference

Element Specifications for Cisco Unified CVP VXML Server and Cisco Unified Call Studio Release 11.6(1)

Digital Accessibility: Web Essentials User Guide For Online e-learning and Examination

Voice Mail User s Guide

Record. Settings. Settings, page 1 Element Data, page 5 Exit States, page 5 Audio Groups, page 6 Folder and Class Information, page 6 Events, page 6

Setting Up Your Personal Voice Mail Outgoing Greetings Page 1 of 5

Release Notes for Cisco Remote Expert Mobile Release 11.5(1)

Voice Messaging Instructions Contents

Software Systems Development Unit AS1: Introduction to Object Oriented Development

Avaya Media Processing Server VXML Browser User Guide

Version 2.7. Audio File Maintenance Advanced User s Guide

Abstract. Avaya Solution & Interoperability Test Lab

Element Specifications for Cisco Unified CVP VXML Server and Cisco Unified Call Studio Release 9.0(1)

Network Working Group Request for Comments: 5552 Category: Standards Track Genesys May 2009

Honors Computer Programming 1-2. Chapter 5 Exam Prep

Aastra 480i VoIP Telephone User s Guide

Composer Help. Route Interaction Block

(Practice) Midterm 1

Deliverable D ASFE-DL: Semantics, Syntaxes and Stylistics (R3)

Hosted Fax Mail. Blue Platform. User Guide

Auto Attendant Script Example

INTRODUCTION TO VOICEXML FOR DISTRIBUTED WEB-BASED APPLICATIONS

MRCP for State Tables

Application Notes for InfoTalk-Vbrowser 3.0 with Avaya Aura Communication Manager and Avaya Aura Session Manager 6.3 Issue 1.0

Enterprise Edge 2.0 Voice Messaging Set Up and Operation Guide

COMS 469: Interactive Media II

ADMINISTRATION & USAGE GUIDE SHORETEL VOICE FORMS IVR APPLICATION ShoreTel Professional Services. Introduction

Call Center Supervisor Guide. Part No. P November 2004

Niusha, the first Persian speech-enabled IVR platform

CSCE 531, Spring 2015 Final Exam Answer Key

Fluenta DITA Translation Manager. Copyright Maxprograms

Controlled Assessment Task. Question 1 - Describe how this HTML code produces the form displayed in the browser.

Application Notes for Deploying a VoiceXML Application Using Avaya Interactive Response and Audium Studio - Issue 1.0

Chapter 3 - Simple JavaScript - Programming Basics. Lesson 1 - JavaScript: What is it and what does it look like?

Call Center Agent Guide. Part No. P March 2004

North Florida Communications

Students are placed in System 44 based on their performance in the Scholastic Phonics Inventory. System 44 Placement and Scholastic Phonics Inventory

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

STD 7 th Paper 1 FA 4

An Approach to VoiceXML Application Modeling

EXAM Computer Science 1 Part 1

Interaction Desktop: User Guide

Chapter. 2 Starting a Call. Logging In as a New Rep. Looking Up a Call. Shutting Down

CSCE 121 ENGR 112 List of Topics for Exam 1

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING PROGRAMMING TECHNIQUES I EE271

JavaScript CS 4640 Programming Languages for Web Applications

Voice Forms Mailbox User Guide

Reservationless-Plus Web-enabled Conferencing Leader Guide

Computer Programming I - Unit 5 Lecture page 1 of 14

5. Assuming gooddata is a Boolean variable, the following two tests are logically equivalent. if (gooddata == false) if (!

FORM 1 (Please put your name and form # on the scantron!!!!) CS 161 Exam I: True (A)/False(B) (2 pts each):

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4

Introduction. VoiceXML overview. Traditional IVR technologies limitations

Web Design and Development ACS Chapter 3. Document Setup

Cisco CVP VoiceXML 3.0. User Guide

WebEx Participant Guide

Composer Help. Accessing the Editors and Templates

vsuite Home Phone Feature Reference

Pressing - on the Volume button continuously causes the ringer volume to turn off. To reinstate volume, press + on the Volume button.

Cisco CVP VoiceXML 3.0. Programmer Guide

Using Breakout Sessions for Group Work

Documenting Java Code. Javadoc: The Tool and the Legend

Microphone is muted. Missed call on your phone.

Introducing the VoiceXML Server

4. Assignment statements Give an assignment statement that sets the value of a variable called total to 20: Answer: total = 20;

CGS 3066: Spring 2015 JavaScript Reference

CSE 307: Principles of Programming Languages

QueueMetrics by Loway

V7350 Unified Messaging Suite User Guide

Controlling Macro Flow

Transcription:

s@lm@n Exam Express Exam EE0-411 voice xml application developer exam Version: 5.0 [ Total Questions: 118 ]

Topic break down Topic No. of Questions Topic 0: A 59 Topic 1: B 59 2

Topic 0, A A Exam Express EE0-411 : Practice Test Question No : 1 - (Topic 0) For what is the <object> tag used? A. assigns 'false' to boolean variables B. provides an interface to platform-specific functionality C. allows polymorphic reference to an ECMAScript object D. creates objects for use in dynamically creating VoiceXML documents using Java Answer: B Question No : 2 - (Topic 0) Given the semantic result from the sentence "I would like a Coke and a sandwich" in application.lastresult$.interpretation : What value will be assigned to the variable lunch? A. "ham" B. {size: "large" ingredient: "ham" } C. drink: "coke" sandwich: {size: "large" ingredient: "ham" } D. {drink: "coke" sandwich: {size: "large" ingredient: "ham" } } E. undefined Answer: B Question No : 3 - (Topic 0) 3

Given the following <menu> element: Exam Express EE0-411 : Practice Test What should be placed in the empty brackets to create an escalating tapered prompt? A. count = "0" B. count = "1" C. count = "2" D. level = "0" E. level = "1" F. level = "2" Answer: C Question No : 4 - (Topic 0) Given the following VoiceXML code fragment: 4

What does the VoiceXML browser do when it executes this code? A. It exits after executing the last block. B. It goes to the form named "sellsomething." C. It goes to the form named "buysomething." D. It goes to the form named "dosomethingelse." Answer: C Question No : 5 CORRECT TEXT - (Topic 0) Given the input: "I want to take out money from my checking account." And the output: action = withdraw acct = checking Which group of SRGS ABNF grammar statements produce the given output? 5

B Question No : 6 - (Topic 0) Can the <goto> element be used to transition from one document to a specific form item in another document, and if so, under what conditions? A. No it cannot be used. There is no way to transition from one document to a specific form item in another document. B. Yes it can be used if the next attribute specifies the name of the form and the name of the item in the other document. C. Yes it can be used if the nextitem attribute specifies the name of the form and the name of the item in the other document as a fragment. D. Yes it can be used if the nextitem attribute specifies the name of the item in the other document and the src attribute specifies the name of the form. Answer: A Question No : 7 - (Topic 0) Given the following VoiceXML code fragment: 6

Which attribute (placed in the blank) makes the given VoiceXML code for <link> element complete? A. id="link1" B. maxage="10s" C. event="custom.event" D. target="http://www.webserver.com/next.vxml" Answer: C Question No : 8 CORRECT TEXT - (Topic 0) Given the following set of utterances: Which code fragment should be inserted in the blank so that the rule matches the set of utterances? 7

A Question No : 9 - (Topic 0) Given the following code fragment: What is the name of the event, placed in the blank, that is thrown when the caller disconnects? A. telephone.disconnect.hangup B. connection.disconnect.hangup C. telephone.disconnect.transfer 8

D. connection.disconnect.transfer Answer: B Exam Express EE0-411 : Practice Test Question No : 10 CORRECT TEXT - (Topic 0) Given the following: Audio file: tel.wav Audio file: correct.wav text for the audio file: "Your telephone number is" text for the audio file: "Is that correct?" VoiceXML variable: tel_no value of tel_no: "800-555-1212" Goals: Play to the caller "Your telephone number is 8 hundred 5 5 5 1 2 1 2. (pause for 1 second) Is that correct?" The text for each of the audio file should be played in case the audio file cannot be found. The VoiceXML variable is used for the telephone number. Which code fragment achieves the desired result? 9

C Question No : 11 - (Topic 0) In VoiceXML 2.0, which session variable provides the calling phone number? A. session.telephone.ani B. session.telephone.dnis C. session.connection.local.uri D. session.connection.remote.uri Answer: D Question No : 12 - (Topic 0) The attribute is used to identify the root document of a VoiceXML application. A. root 10