wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction to Alexa Skills and APIs

Total questions: 25

Worksheet time: 11mins

Name
Class
Date
1.

Which is the invocation name in this?


Alexa, launch Pizza rush

a)

Alexa

b)

launch

c)

Pizza rush

d)

Pizza

2.

In which languages can you write Lambda functions?

a)

Node.js, Java, Python, C#, Go

b)

Rust, C++, Ruby, C#, Go

c)

Node.js, Swift, Python, C#, Scala

d)

PHP, Node.js, Java, Python, Ruby

3.

Which of the below device supports Alexa?

a)

Echo Dot

b)

XBOX

c)

Bose Mini

d)

PS4

4.

What is ASK?

a)

Alexa Students Kit

b)

Alexa Skills Kit

c)

Alexa Software kit

d)

Alexa System kit

5.

Which of the following interface would an Alexa Skill Builder use to build a skill for a Podcast service?

a)

AudioPlayer Interface

b)

VideoApp Interface

c)

Dialog Interface

d)

Display Interface

6.

An Alexa Skill Builder has built an Alexa skill which has the invocation name “space and planet facts”. Why will this skill be rejected during the certification process?

a)

The Skill Invocation Name has too many characters.

b)

The Skill Invocation Name contains the connecting word "and."

c)

The Skill Invocation Name is grammatically incorrect.

d)

The Skill Invocation Name cannot contain the word space and planet.

7.

An Alexa Skill Builder is building an Alexa skill that will remind the user to drink water at regular intervals. Which of these APIs will they use to build the skill?

a)

Reminders API

b)

Proactive API

c)

Skill Messaging API

d)

Intent Chaining

8.

Which of the below points are NOT Correct about Invocation name in an Alexa Skill?

a)

The Invocation Name cannot have connecting words and Alexa Wake Words

b)

The Invocation Name can be changed once the skill has been published and live.

c)

The Invocation Name has no limit on characters

d)

The Invocation Name cannot be one word unless you are a verified brand.

9.

Select which cannot be an invocation name.

a)

Echo Pizza

b)

Pizza Rush

c)

Choco Factory

d)

Ultimate Pokedex

10.

Can you build an Alexa Skill without coding?

a)

Yes

b)

No

11.

While using an Alexa skill, a user is confused and asks Alexa for Help. Which of these inbuilt intents will be triggered when the user speaks the utterance?

a)

AMAZON.HelpIntent

b)

AMAZON.NavigateHomeIntent

c)

AMAZON.GuideIntent

d)

HelpIntent

12.

An Alexa user interacts with an Alexa Skill and says “Alexa, ask cake walk when is my mom’s birthday”. What is the phrase “when is my mom’s birthday” referred to as

a)

Utterance

b)

Slot Type

c)

Slot Value

d)

Invocation Name

13.

An Alexa Skill Builder is writing a skill that needs to play short MP3 files of Animal sounds using the SSML tag.Which AWS service would they use to host the MP3 files?

a)

Amazon S3

b)

Amazon DynamoDB

c)

Amazon ElastiCache

d)

Amazon Route53

14.

An Alexa user interacts with an Alexa Skill and says “Alexa, tell cake walk my birthday is tomorrow”. What is the word “tell” in the above phrase referred to as?

a)

Launch Phrase

b)

Invocation Name

c)

Utterance

d)

Slot Value

15.

What is the full form of API?

a)

Application programming interface

b)

Application performing interface

c)

Application protected interface

d)

Application projected interface

16.

The most common formats found in modern APIs are

a)

JSON and XML

b)

JS and CSS

c)

C and JAVA

d)

TXT and CSV

17.

Which of following options are available to an Alexa Skill Builder while working with their skill’s interaction model?

a)

Build Model

b)

Evaluate Model

c)

Save Model

d)

All of the above

18.

An Alexa Skill Builder has built an Alexa Skill with the invocation name "daily horoscopes".

Which of the following utterances is the CORRECT way to invoke a skill?

a)

Alexa, give me horoscope

b)

Alexa, tell my horoscope for today

c)

Alexa, what is my horoscope

d)

Alexa, ask daily horoscopes for my horoscope for today

19.

Using the Alexa Reminder API, which of the following is NOT possible?

a)

Create a reminder

b)

Get a specified reminder

c)

Get all reminders

d)

Get device specific reminders

20.

Which of the following are valid API Endpoints region?

a)

North America

b)

Europe

c)

Far East

d)

All of the Above

21.

With the Alexa Companion App we can

a)

Enable skills

b)

View Lists

c)

Link third-party accounts

d)

All of the above

22.

Can our skills at the Amazon Skill Store have reviews and ratings by customers?

a)

Yes

b)

No

23.

Identify the slot in here --

"Recommend a restaurant within four miles"

a)

four

b)

within

c)

restaurant

d)

No slots present

24.

Can Alexa understand Hindi?

a)

Yes

b)

Not possible

c)

Not yet, may be in future

d)

Not sure

25.

Select the correct option that best describes API

a)

software intermediary that allows two applications to talk to each other

b)

Single appication interface

c)

Uploading data to server

d)

None of the above