Which of the following is a Skype-supported URI?
- Focus.
- Found.
- Fold.
- Form.
Answer: Focus
When modifying object properties, what three parameters are available for use?
- Get, begin, start.
- Get, set, alter.
- Get, start, object.
- Int, start, alter.
Answer: Get, set, alter.
If one wanted to create a Skype-enabled web page, what function should they use?
- Skype.ui
- Skype.php
- Skype.web
- Web.ui
Answer: Skype.ui
Which is the proper way to list Skype call participants?
- John:Cindy:Aaron:Jeff
- John.Cskype:indy.Aaron.Jeff
- John,Cindy,Aaron,Jeff
- John;Cindy;Aaron;Jeff
Answer: John;Cindy;Aaron;Jeff
How does one register a new item with Skype?
- ITEM_CREATE
- CREATE_NEW
- AP2AP CREATE
- NEW_ITEM
Answer: AP2AP CREATE
When using Skype URIs in Android apps, what component package name is used?
- com.skype.raider
- com.skype.android
- com.skype.main
- com.skype.com
Answer: com.skype.raider
How do you create an SMS object?
- CREATE SMS OBJECT
- CREATE OBJECT
- SMS CREATE
- CREATE SMS
Answer: CREATE SMS
Which of the following is an example of the correct usage of openURL?
- canOpenURL:[NSURL URLWithString:@"skype:"]];
- URL:[WithString:@"skype:"]];
- OpenURL:[ URLWithString:@"skype:"]];
- URL:[ URLWithString:@"skype:"]];
Answer: canOpenURL:[NSURL URLWithString:@"skype:"]];
How are special characters escaped to yield?
- Percent symbols.
- Asterisks.
- Star symbols.
- Dots.
Answer: Percent symbols.
One thing you can't do with Skype is:
- Use a headset
- Make emergency calls
- Use with Linux
- Access Skype calls on your mobile phone
Answer: Make emergency calls
What do you use to initiate Skype actions once you have constructed your Skype URI?
- openURL
- openURI
- openLink
- URL
Answer:openURL
After creating a Skype URI for Windows 8 apps, what must its value be set to for its actions to work properly?
- jar.location
- win.location
- java.location
- document.location
Answer: document.location
Are Skype Calls encrypted?
- Yes. The same encryption key is used for every conversation.
- Yes, with a unique encryption key for every conversation.
- No. Skype conversations can always be intercepted and listened to.
- Yes, if you choose to enable it.
Answer: Yes, with a unique encryption key for every conversation.
True or false? A Skype button can work both over http and https.
- True
- False
Answer: True
In your iOS app, where would you pass the skype: theme to render a true value if Skype client is correctly installed?
- canOpenURL
- canURL
- openURL
- canURL
Answer: canOpenURL
Are most user properties set as read-only?
- Yes.
- Half are set as read-only.
- None are set as read-only.
- There is no default setting.
Answer: Yes
When using Skype URIs in Android apps, what component class name is used?
- com.com.skype
- com.main.skype
- com.skype.raider.Main
- com.raider.raider
Answer: com.skype.raider.Main
What method do you use to see if the Skype client is installed on the device?
- GetManager.Package
- GetPackage.manager
- PackageManager.getPackageInfo
- Package.get.Manager
Answer: PackageManager.getPackageInfo
What object property would reveal a user's country code?
- IPCOUNTRY
- CCODE
- ICCODE
- ICODE
Answer: IPCOUNTRY
How do you instant message other Skype members?
- Click Call, select contact and chat
- Double-click on contact's name, type message and send
- Click Chat, dial number and call
- Click SMS, select contact and chat
Answer: Double-click on contact's name, type message and send
What will the focus URI do if the Skype client is not running?
- It will start the Skype client and switch focus to the main Skype window
- There will be no effect
- It will switch focus to the Skype client
Answer: It will start the Skype client and switch focus to the main Skype window
What is an example of proper use of the document.location value?
- document.location = "skype:call";
- document.location = "skype:echo123?call";
- skype:echo123?call;
- document.location = "123?call";
Answer: document.location = "skype:echo123?call";
True or false? The element line in a Skype URI link is always required.
- True
- False
Answer: True
What happens if you try to video chat when either or both parties' internet connection does not meet the minimum bandwidth requirements?
- Your video will be resized to 32 x 32 pixels.
- Skype will log you out and notify Skype Administrators to flag your account for review
- The call will be interrupted with a message saying, "Video not available."
- Skype will show video only, no audio.
Answer: The call will be interrupted with a message saying, "Video not available."
What is the maximum number of users allowed on a group call?
- 3
- 4
- 5
- 10
Answer: 10
The FULLNAME property belongs to which object?
- USER object.
- PROFILE object.
- STATUS object.
- NAME object.
Answer: PROFILE object.
If you were to get the user status, DND, what would that mean?
- The user is not at their computer.
- The user is in a conference.
- The user is in “Do Not Disturb” mode.
- The user is not busy.
Answer: The user is in “Do Not Disturb” mode.
How can you transfer a file using Skype?
- Click SMS, Send File, choose file, Send
- Click Chat, Send File, choose file, Send
- During a conversation, click the share button in the top right of the screen, and select Send Files.
- Click Send File, select contact from list, choose file, Send
Answer: During a conversation, click the share button in the top right of the screen, and select Send Files.
How do you call an ordinary phone line or cell phone from Skype?
- Click Call Phones, type in contact's name
- Click Call Phones, dial number
- Click Call, select contact
- Click on contact's name, Call
Answer: Click Call Phones, dial number
Sending SMS text messages requires:
- You have a valid mobile phone number
- Purchasing Skype credit or a Skype Premium account
- You have an Internet connection and land line
- That both you and the receiver have valid mobile phone numbers
Answer: Purchasing Skype credit or a Skype Premium account
Which of the following is an example of a link that will make a call to a Skype username?
- Skype:Call:user
- <call>username</call>
- <a href="skype:username?call"></a>
- Skype:u/usernameCall
Answer: <a href="skype:username?call"></a>
What command would one use to create a custom menu?
- CUSTOM_MENU
- CREATE_ITEM
- MENU_CREATE
- CREATE MENU_ITEM
Answer: CREATE MENU_ITEM
What is the client-to-Skype communication path used by D-BUS?
- /com/Skype.
- /skype/COM
- com/com
- skype/skype
Answer: /com/Skype.
Why would an email client render a URI link as a plain text link?
- Skype is not configured correctly.
- The client does not recognize the Skype schema.
- Email clients don't process URI links.
- Their email client is corrupted.
Answer: The client does not recognize the Skype schema.
How can you sign-in to use Skype's communication services?
- Double-click on any social media icon, enter user name and password
- Open Skype.com, enter user name and password
- Open Skype.com, click on Buy Credit
- Double-click on Skype icon, enter user name and password
Answer: Double-click on Skype icon, enter user name and password
How do get the current user's username?
- GET USERHANDLE
- GET CURRENTUSERHANDLE
- GET HANDLE
- GET USERNAME
Answer: GET CURRENTUSERHANDLE
What two ways can Skype URIs be used in web pages?
- Skype links and Skype URIs.
- Skype buttons and the Skype.ui generator function.
- Skype buttons and Skype calls.
- Skype buttons and Skype messages.
Answer: Skype buttons and the Skype.ui generator function.
If you are embedding a Skype button on a page that uses SSL, how can you avoid the browser warning message about potentially insecure content?
- Change http to https
- Change https to http
- Delete the cdn
Answer: Change http to https
Which is the correct format for a Skype button ID?
- SkypeButton.#username.sequence
- SkypeButton_function_#username_sequence
- SkypeButton_array_sequence
- SkypeButton_STRING_#username
Answer: SkypeButton_function_#username_sequence
How would you write the conference topic argument, "My Conference Call"
- My Conference Call
- My.Conference.Call
- My%20Conference%20Call
- "My Conference Call"
Answer: My%20Conference%20Call
No comments:
Post a Comment