Thursday, February 11, 2016

Test answers for Knowledge of Skype Development Test 2016

1 Answered Test Questions:

1. What is the default sort order for the order-by field of the Skype search listing API?
Answers:
• relevance
• highest-rated
• a-z
• None of the above

36 NOT Answered Yet Test Questions:

(hold on, will be updated soon)
2. Which of the following parameters of the _ICallChannelManagerEvents Interface contains the interface pointer for the CallChannelCollection object?
Answers:
• pManager
• pChannels
• pMessage
• None of the above
3. Which property of the ApplicationStream class returns the name of an application stream?
Answers:
• ApplicationName
• Handle
• DataLength
• PartnerHandle
4. What would the following statement be used for?

Set oHandle = oCall.PartnerHandle
Answers:
• To retrieve the name of a remote caller.
• To retrieve the Skypename of a remote caller.
• To retrieve the call object with a specified ID.
• None of the above
5. Which of the following are input parameters of the PlaceCall public member function of the ISkype Interface?
Answers:
• Target
• Target2
• pMessage
• pCall
6. In which of the following Internet Explorer security zones does a prompt appear for the Account API for Skype4COM?
Answers:
• Local Machine
• Local Intranet
• Trusted
• Internet
• Restricted
7. What is the reason when the FAILUREREASON property of the FILETRANSFER object has a value of FAILED_WRITE?
Answers:
• Write error on local machine
• Write error on remote local machine
• Write error on local as well as remote machine
• None of the above
8. Which of the following properties of the IPluginMenuItem Interface contains the name of a plug-in menu item?
Answers:
• Id
• Caption
• Hint
• Enabled
9. If you do NOT want Skype to display a splash screen on start-up, what should the value of the Nosplash parameter of the Client class in the IClient Interface be?
Answers:
• True
• False
• 1
• 0
10. What should you use in place of the special character @ (at) in a Skype DNS request?
Answers:
• -2E
• -5F
• -2C
• -40
• -2D
11. What function does the following command perform?

\fn HRESULT ISkype::ApiSecurityContextEnabled([in] TApiSecurityContext Context, [out, retval] VARIANT_BOOL* pVal)
Answers:
• This command queries if an API security context is enabled.
• This command queries if Account Services are enabled for a web page.
• This command enables voice and messaging services for a page.
• None of the above
12. What will a PING API call return if the connection between your application and Skype is still alive?
Answers:
• PING TRUE
• PONG
• PING
• TRUE
13. Which of the following are mandatory fields of the Skype search listing API?
Answers:
• limit
• order-by
• lang-set
• offset
14. What is the error if the Skype API throws error code 2?
Answers:
• General syntax error
• Unknown command
• Empty target not allowed
• Invalid user handle
15. Which of the following types of parameter is not valid for GET CONNSTATUS API call?
Answers:
• OFFLINE
• AWAY
• CONNECTING
• PAUSING
• ONLINE
16. Which parameter is returned by the VIDEO_SEND_STATUS API call if the video is sending but is not yet running at full speed?
Answers:
• STARTING
• AVAILABLE
• RUNNING
• PAUSED
17. What happens when the following API call is executed and the folder parameter is left blank?

OPEN FILETRANSFER <username>[, <username>]*[ IN <folder>]
Answers:
• There will be an error.
• The file transfer window opens in the default directory.
• A prompt appears on the user's screen to specify the path for the folder.
• None of the above
18. What is the maximum value for the limit field in the Skype search listing API?
Answers:
• 100
• 500
• 1000
• There is no limit.
19. What is the role of an HTML OBJECT tag with respect to Skype?
Answers:
• It is used to add videos to a web page.
• It is used to add Skype4COM controls to a web page.
• It is used to add CSS style sheet to a web page.
• None of the above
20. What type of target parameter type is used by the Skype "CALL" API if you initiate a call using a phone number?
Answers:
• USERNAME
• PSTN
• SPEED DIAL CODE
• None of the above
21. What status code is returned in response to a DNS request if the user has been away?
Answers:
• 0
• 2
• 3
• 6
22. Which of the following TApiSecurityContext parameters relates to the user profile and Skype-related commands and events?
Answers:
• TApiSecurityContext::apiContextUnknown
• TApiSecurityContext::apiContextVoice
• TApiSecurityContext::apiContextMessaging
• TApiSecurityContext::apiContextAccount
• TApiSecurityContext::apiContextContact
23. Which of the following types of chat member roles CANNOT post chat messages in the chat?
Answers:
• CREATOR
• MASTER
• LISTENER
• APPLICANT
• HELPER
• USER
24. What happens if the following API call is processed?

ALTER CHAT <chat_id> SETOPTIONS 8
Answers:
• JOINING_ENABLED
• JOINERS_BECOME_APPLICANTS
• JOINERS_BECOME_LISTENERS
• HISTORY_DISCLOSED
• USERS_ARE_LISTENERS
25. By default, for how many seconds does a forwarded call ring before timing out?
Answers:
• 10
• 15
• 20
• 25
26. Which of the following types of APIs are allowed in Internet Explorer Local Intranet security zone for Skype4COM?
Answers:
• Voice API
• Messaging API
• Account API
• Contact API
27. What is the maximum character length of a caption in a custom menu item in Skype?
Answers:
• 16
• 32
• 48
• 64
28. Suppose you are using Skype in Windows. You get an error message that your webcam is in use by another application, even though it is not in use anymore. What is the solution to the problem?
Answers:
• Redial the call.
• Ignore the message.
• Upgrade the receiver's Skype to the latest version.
• There is no solution available yet.
29. What happens when a call is forwarded to multiple numbers by a CALL_FORWARD_RULES API call?
Answers:
• The first to pick up the call takes it.
• All the numbers who pick up the call take it.
• All the numbers take the call one by one.
• Calls cannot be forwarded to multiple numbers.
30. Which of the following are NOT parameters of  the LoadAvatarFromFile public member function of the ISettings Interface?
Answers:
• Filename
• AvatarId
• newVal
• Id
31. What happens if the language suffix specified by you in an HTTP request is NOT supported by SkypeWeb?
Answers:
• There is no response.
• The server response will use the default language.
• The server responds with Unknown message.
• An error message is returned.
32. What causes the API call given below to return ERROR 563?

SEARCH GROUPS [{ ALL | CUSTOM | HARDWIRED }]?
Answers:
• Invalid target
• Invalid group id
• Invalid group object
• Invalid group property given
33. You are going to set a chat message using an API call as follows:
SET CHATMESSAGE <id> SEEN

You receive the error:
ERROR 18 SET: invalid WHAT

What can the possible cause for the error be?
Answers:
• The CHATMESSAGE command is missing or misspelled.
• Unknown chat message ID.
• Chat message ID is misspelled or contains non-permitted symbols (numeric symbols are permitted).
• Invalid status given to chat message, for example the message is already marked as seen.
34. Is the Skype username case sensitive?
Answers:
• Yes
• No
35. Is it possible to join the chat again after being kicked from a Skype chat?
Answers:
• Yes
• No
36. What is the possible status if the BUDDYSTATUS property of a USER object has a value of 3?
Answers:
• Never been in contact list
• Deleted from contact list
• Pending authorization
• Added to contact list
37. What happens if you type the following command in a textbox in a chat session:

/alertson yourname
Answers:
• You get an alert whenever someone mentions yourname.
• You get an alert whenever someone leaves the chat.
• All the alerts are turned off.
• You get an alert only when someone enters the chat.

No comments:

Post a Comment