NEW
Font size
WorksheetsIntroduction to Alexa Skills and APIs
Total questions: 25
Worksheet time: 11mins
Which is the invocation name in this?
Alexa, launch Pizza rush
Alexa
launch
Pizza rush
Pizza
In which languages can you write Lambda functions?
Node.js, Java, Python, C#, Go
Rust, C++, Ruby, C#, Go
Node.js, Swift, Python, C#, Scala
PHP, Node.js, Java, Python, Ruby
Which of the below device supports Alexa?
Echo Dot
XBOX
Bose Mini
PS4
What is ASK?
Alexa Students Kit
Alexa Skills Kit
Alexa Software kit
Alexa System kit
Which of the following interface would an Alexa Skill Builder use to build a skill for a Podcast service?
AudioPlayer Interface
VideoApp Interface
Dialog Interface
Display Interface
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?
The Skill Invocation Name has too many characters.
The Skill Invocation Name contains the connecting word "and."
The Skill Invocation Name is grammatically incorrect.
The Skill Invocation Name cannot contain the word space and planet.
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?
Reminders API
Proactive API
Skill Messaging API
Intent Chaining
Which of the below points are NOT Correct about Invocation name in an Alexa Skill?
The Invocation Name cannot have connecting words and Alexa Wake Words
The Invocation Name can be changed once the skill has been published and live.
The Invocation Name has no limit on characters
The Invocation Name cannot be one word unless you are a verified brand.
Select which cannot be an invocation name.
Echo Pizza
Pizza Rush
Choco Factory
Ultimate Pokedex
Can you build an Alexa Skill without coding?
Yes
No
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?
AMAZON.HelpIntent
AMAZON.NavigateHomeIntent
AMAZON.GuideIntent
HelpIntent
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
Utterance
Slot Type
Slot Value
Invocation Name
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?
Amazon S3
Amazon DynamoDB
Amazon ElastiCache
Amazon Route53
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?
Launch Phrase
Invocation Name
Utterance
Slot Value
What is the full form of API?
Application programming interface
Application performing interface
Application protected interface
Application projected interface
The most common formats found in modern APIs are
JSON and XML
JS and CSS
C and JAVA
TXT and CSV
Which of following options are available to an Alexa Skill Builder while working with their skill’s interaction model?
Build Model
Evaluate Model
Save Model
All of the above
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?
Alexa, give me horoscope
Alexa, tell my horoscope for today
Alexa, what is my horoscope
Alexa, ask daily horoscopes for my horoscope for today
Using the Alexa Reminder API, which of the following is NOT possible?
Create a reminder
Get a specified reminder
Get all reminders
Get device specific reminders
Which of the following are valid API Endpoints region?
North America
Europe
Far East
All of the Above
With the Alexa Companion App we can
Enable skills
View Lists
Link third-party accounts
All of the above
Can our skills at the Amazon Skill Store have reviews and ratings by customers?
Yes
No
Identify the slot in here --
"Recommend a restaurant within four miles"
four
within
restaurant
No slots present
Can Alexa understand Hindi?
Yes
Not possible
Not yet, may be in future
Not sure
Select the correct option that best describes API
software intermediary that allows two applications to talk to each other
Single appication interface
Uploading data to server
None of the above
