1. Which of the following JavaScript APIs is used by the Drop.io Location?
Answer
Correct Answer:
SkyHook Wireless' Loki Javascript API
Note: This Question is unanswered, help us to find answer for this one
2. Which of the following views lists all the files and notes in a drop in the order in which they were added to the drop?
Answer
Correct Answer:
Chronological
Note: This Question is unanswered, help us to find answer for this one
3. Which of the following parameters must be passed in a Drop.io API request while creating a link in Drop.io?
Answer
Correct Answer:
api_key
Note: This Question is unanswered, help us to find answer for this one
4. Which of the following repositories must be used to maintain the DropKit source code?
Answer
Correct Answer:
Mercurial
Note: This Question is unanswered, help us to find answer for this one
5. What is the encircled icon used for?
Answer
Correct Answer:
It is used to add comments to a file.
Note: This Question is unanswered, help us to find answer for this one
6. Which of the following is the correct format for defining the uploadFileForm method of the Drop.io API JavaScript Client Library?
Answer
Correct Answer:
Element uploadFileForm(params,callback,options)
Note: This Question is unanswered, help us to find answer for this one
7. Which of the following is true if you enter a wrong extension while making a call using Drop.io Voicemail?
Answer
Correct Answer:
The call goes on but the message is not saved in your drop.
Note: This Question is unanswered, help us to find answer for this one
8. Which of the following views in Drop.io displays all the assets of a drop grouped according to the date regardless of the media type?
Answer
Correct Answer:
Blog
Note: This Question is unanswered, help us to find answer for this one
9. What is the limit on the size of individual files that can be uploaded in a Drop.io drop?
Answer
Correct Answer:
2 GB
Note: This Question is unanswered, help us to find answer for this one
10. Which of the following methods of the Drop.io API JavaScript Client Library needs no parameters to be passed to it?
Answer
Correct Answer:
abortRequest
Note: This Question is unanswered, help us to find answer for this one
11. State whether the following statement is true or false. While creating a new drop, setting an admin email address is mandatory
Answer
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
12. Which of the following email addresses must be used to send an email while creating a new drop via email?
Answer
Correct Answer:
new@drop.io
Note: This Question is unanswered, help us to find answer for this one
13. Which of the following statements is/are true regarding the Drop.io API?
Answer
Correct Answer:
It is possible to read back the original file that you store on Drop.io by receiving a special permission from Drop.io.
Note: This Question is unanswered, help us to find answer for this one
14. Which of the following parameters is passed in a Drop.io API request for getting a drop using the GET method?
Answer
Correct Answer:
token
Note: This Question is unanswered, help us to find answer for this one
15. Which of the following parameters are passed to the createCommentUrl method of the Drop.io API JavaScript Client Library?
Answer
Correct Answer:
the_drop_name
Note: This Question is unanswered, help us to find answer for this one
16. Which of the following parameters must be passed in a Drop.io API request while creating a note in Drop.io?
Answer
Correct Answer:
contents
Note: This Question is unanswered, help us to find answer for this one
17. Which of the following are possible values for the medium parameter used with the POST method when sending an asset?
Answer
Correct Answer:
drop
Note: This Question is unanswered, help us to find answer for this one
18. Suppose you start a collaborative meeting using the collab.io application and you invite two people to attend the meeting. Which of the following details is/are sent with the invitation email sent to them?
Answer
Correct Answer:
Conference Line
Note: This Question is unanswered, help us to find answer for this one
19. Which of the following features of Drop.io allows you to drag and drop files from your desktop into your drop?
Answer
Correct Answer:
Firefox Add-on
Note: This Question is unanswered, help us to find answer for this one
20. Which of the following is the correct syntax to access an existing object using the Drop.io API Library for Ruby?
Answer
Correct Answer:
drop = Dropio::Drop.find(
Note: This Question is unanswered, help us to find answer for this one
21. What is the minimum number of characters used in a drop name while creating a new drop?
Answer
Correct Answer:
7
Note: This Question is unanswered, help us to find answer for this one
22. Which of the following is used to identify whether a user is an authenticated guest or an admin?
Answer
Correct Answer:
API Key
Note: This Question is unanswered, help us to find answer for this one
23. Which of the following API Client Libraries of Drop.io is used by the Ha! Ha! You are in a Photo application?
Answer
Correct Answer:
Javascript Client Library
Note: This Question is unanswered, help us to find answer for this one
24. Suppose you pass a callback function as a parameter in a Drop.io API call using the Drop.io API Javascript Client Library. Which of the following arguments are passed in the callback function?
Answer
Correct Answer:
response
Note: This Question is unanswered, help us to find answer for this one
25. Which of the following is the correct format of the default email address assigned to a drop using Drop.io?
Answer
Correct Answer:
[drop_name]@drop.io
Note: This Question is unanswered, help us to find answer for this one
26. What is the significance of the encircled icon?
Answer
Correct Answer:
Widgets with this icon next to them are only visible to the administrators.
Note: This Question is unanswered, help us to find answer for this one
27. Which of the following applications supported by Drop.io makes your webmail account a part of Windows?
Answer
Correct Answer:
Dropboxee
Note: This Question is unanswered, help us to find answer for this one
28. Which of the following keys is added to make your drops email address private?
Answer
Correct Answer:
Secret Key
Note: This Question is unanswered, help us to find answer for this one
29. Which of the following two arguments are passed to the Drop#find method which is used to access an existing drop using a Drop.io API C# Client Library?
Answer
Correct Answer:
Name of the drop
Note: This Question is unanswered, help us to find answer for this one
30. Where can you access your cross domain receiver page if no path is passed to the instance of DropioApiClient using the Drop.io API Javascript Client Library?
Note: This Question is unanswered, help us to find answer for this one
31. Which of the following statements is true regarding the Permissions granted to a Guest of a drop while passing them as a parameter to a Drop Resource?
Answer
Correct Answer:
Setting guests_can_add to true forces guests_can_comment to be true.
Note: This Question is unanswered, help us to find answer for this one
32. Upto what size of files can you choose to send using the usend.io application?
Answer
Correct Answer:
100 MB
Note: This Question is unanswered, help us to find answer for this one
33. State whether the following statement is true or false. The collab.io application is used to create a collaboration tool for a one time meeting.
Answer
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
34. Which of the following applications allows you to upload a single file to a drop?
Answer
Correct Answer:
Droplet
Note: This Question is unanswered, help us to find answer for this one
35. Suppose you are trying to access a drop using the Drop#find method of the Drop.io C# Client Library. Which of the following values is returned by the Drop#find method if the drop is not found?
Answer
Correct Answer:
null
Note: This Question is unanswered, help us to find answer for this one
36. What is the data type of the show_label option of the uploadFileForm method of the Drop.io API JavaScript Client Library?
Answer
Correct Answer:
boolean
Note: This Question is unanswered, help us to find answer for this one
37. Which of the following parameters are passed to the updateDropNameForUploadForm method of the Drop.io API JavaScript Client Library used while updating the drop_name parameter associated with an upload form?
Answer
Correct Answer:
form_id
Note: This Question is unanswered, help us to find answer for this one
38. Which of the following Permissions can be granted to a Guest who enters your drop?
Answer
Correct Answer:
Guests can reorder.
Note: This Question is unanswered, help us to find answer for this one
39. Which of The following statements is/are true about the redirecttoAsset JavaScript method of the Drop.io API JavaScript Client Library?
Answer
Correct Answer:
The callback parameter will only be called if the drop_name or the asset_name is left empty.
Note: This Question is unanswered, help us to find answer for this one
40. An audio message is added to a drop in ________ format while using the Voicemail feature of Drop.io.
Answer
Correct Answer:
MP3
Note: This Question is unanswered, help us to find answer for this one
41. If you send a file to a drop at its e-mail address, the text in the body of the e-mail will be added to the drop as a ______.
Answer
Correct Answer:
comment
Note: This Question is unanswered, help us to find answer for this one
42. At what rate does the Twitterslurp application pull down twits while using this application with Drop.io API?
Answer
Correct Answer:
50 every 5 minutes
Note: This Question is unanswered, help us to find answer for this one
43. Which of the following is an acceptable value for the name parameter that is passed in a Drop.io API request to create a drop?
Answer
Correct Answer:
jenny_jonson23
Note: This Question is unanswered, help us to find answer for this one
44. Which of the following applications supported by Drop.io can be used by an iPod to share an audio with others on the web?
Answer
Correct Answer:
Droppler
Note: This Question is unanswered, help us to find answer for this one
45. Which of the following is the correct format that must be entered to copy a file from one drop to another?
Answer
Correct Answer:
Both a and b
Note: This Question is unanswered, help us to find answer for this one
46. Which of the following tools demonstrates the power of Drop.io drops as a repository for temporary storage?
Answer
Correct Answer:
Twitterslurp
Note: This Question is unanswered, help us to find answer for this one
47. While getting a list of assets associated with a drop, assets are returned in pages of _______ at a time
Answer
Correct Answer:
30 assets
Note: This Question is unanswered, help us to find answer for this one
48. Which of the following is true if you make a call using Drop.io that fills up the whole drop?
Answer
Correct Answer:
The whole message is lost.
Note: This Question is unanswered, help us to find answer for this one
49. Which of the following is the correct format for sending a file to two different people using usend.io application?
Answer
Correct Answer:
user1@abc.com,user2@abc.com
Note: This Question is unanswered, help us to find answer for this one
50. The Twitterslurp application archives a twit into a drop as a ________.
Answer
Correct Answer:
note
Note: This Question is unanswered, help us to find answer for this one
51. Which of the following response formats are supported by Drop.io?
Answer
Correct Answer:
XML
Note: This Question is unanswered, help us to find answer for this one
52. Which of the following is a required parameter for creating a file in Drop.io?
Answer
Correct Answer:
file
Note: This Question is unanswered, help us to find answer for this one
53. What does the uploadFileForm method of the Drop.io API JavaScript Client Library return if none out of insert_before, insert_after or append_to is specified?
Answer
Correct Answer:
A reference to the div element that contains the form
Note: This Question is unanswered, help us to find answer for this one
54. Which of the following API calls will you use with the GET method for getting a drop?
Note: This Question is unanswered, help us to find answer for this one
55. Which of the following applications supported by Drop.io acts as a simple API for storing iPhone data on the web?
Answer
Correct Answer:
DropKit
Note: This Question is unanswered, help us to find answer for this one
56. Which of the following is the default value of the guests_can_add parameter used with the POST method while creating a drop?
Answer
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
57. Which of the following API clients is used by the iorb CLI interface to Drop.io?
Answer
Correct Answer:
Ruby API Client Library
Note: This Question is unanswered, help us to find answer for this one
58. Within what period of time of its generation should you navigate to the URL returned by getRedirectToDropUrl method of the Drop.io API Javascript Client Library in order to avoid the URL from becoming invalid?
Answer
Correct Answer:
15 minutes
Note: This Question is unanswered, help us to find answer for this one
59. Which of the following are valid parameters of the redirectToAsset JavaScript method of the Drop.io API Javascript Client Library?
Answer
Correct Answer:
asset_name
Note: This Question is unanswered, help us to find answer for this one
60. The artist Asset resource is available in Drop.io for ________.
Answer
Correct Answer:
audios
Note: This Question is unanswered, help us to find answer for this one
61. Which of the following parameters must be passed to the Drop.io URL(http://drop.io/:drop_name/from_api ) while redirecting a third party person to Drop.io?
Answer
Correct Answer:
expires
Note: This Question is unanswered, help us to find answer for this one
62. All Drop.io API requests go to ________.
Answer
Correct Answer:
http://api.drop.io/
Note: This Question is unanswered, help us to find answer for this one
63. Which of the following HTTP codes indicates that an invalid API token was supplied with the request?
Answer
Correct Answer:
403 Forbidden
Note: This Question is unanswered, help us to find answer for this one
64. Which of the following applications supported by Drop.io allows you to view images, music and video from your drop straight on your HDTV set?
Answer
Correct Answer:
Dropboxee
Note: This Question is unanswered, help us to find answer for this one
65. Which of the following can be used while storing a Voicemail number in your cell phone to make it pause before dialing the extension?
Answer
Correct Answer:
w
Note: This Question is unanswered, help us to find answer for this one
66. Which of the following API calls will you use for getting an asset embed code?