Tuesday, February 9, 2016

Test answers for Knowledge of Box.net Skills Test 2016

45 NOT Answered Yet Test Questions:

(hold on, will be updated soon)
1. Which of the following pieces of information will be entered by the user while creating a New Task under the Box.net Workspace?
Answers:
• The file name for which the task has been created.
• The email addresses of the user to whom you want to assign the task.
• Your task instructions.
2. Which of the following is not a valid access level when you share content with your Collaborated user?
Answers:
• Preview Only
• Upload Only
• Download Only
• Upload and Download
• All of the above are valid access levels.
3. OpenBox Actions give your OpenBox service the ability to manipulate files stored on Box.net. Which of the following attributes do you need to specify when you configure an action?
Answers:
• Category
• Name
• Action status
• Description
• All of the above
4. While creating an OpenBox Action, where will your action take place if the "Supported Extensions" attribute is left empty (marked as A in the image)?
Answers:
• Your action will appear in the drop down menu of files whose extension is doc.
• Your action will be created but will not appear in any of the files.
• Your action will appear in the drop down menu of all the files.
• Your action will not be created unless you specify an extension.
5. Which of the following are mandatory input parameters when calling the delete method of the File & Folder Operations API for the purpose of deleting any files or folders from the user's account?
Answers:
• target
• target_id
• api_key
• auth_token
• description
6. Which of the following additional input parameters must be supplied for the public_share method but not for the public_unshare method of the Sharing API?
Answers:
• emails
• password
• message
• target
• auth_token
7. What is the data type for the "params" input parameter of the File & Folder Operations API get_account_tree method?
Answers:
• string
• ArrayOfString
• long
• Base64Binary
8. What will the response be when you send an XML request (as shown in the image) to the Authentication API verify_registration_email method?
Answers:
• <?xml version='1.0' encoding='UTF-8' ?> <response> <status>email_ok</status> </response>
• <?xml version='1.0' encoding='UTF-8' ?> <response> <status>successful_register</status> </response>
• <?xml version='1.0' encoding='UTF-8' ?> <response> <status>get_account_info_ok</status> </response>
• <?xml version='1.0' encoding='UTF-8' ?> <response> <status>s_request_friends</status> </response>
9. Which of the following access permissions are available when you create a guest account under the Collaborators page in your Box.net Workspace?
Answers:
• Read Only
• Write Only
• Read/Write
• Full Access
10. Which of the following are mandatory input parameters when calling the Authentication API register_new_user method?
Answers:
• api_key
• login
• auth_token
• password
11. Which of the following is not a valid property of the "friends" object that is returned by the get_friends method?
Answers:
• email
• name
• avatar_url
• message
• accepted
12. Which of the following are mandatory input parameters when calling the File & Folder Operations API create_folder method?
Answers:
• auth_token
• parent_id
• api_key
• name
• share
• All of the above
13. While editing the OpenBox Action, what is the function of the Box parameter #new_copy_url#, marked as A in the given image?
Answers:
• To send back a file which should overwrite the original.
• To send back a file which should delete the original.
• To send back a file which should create a new file in the user's account.
• To send back a file which should create a direct URL to download the file.
14. Suppose a user decides to perform an action like, "Send to Twitter", on a file. A Server-side action is then displayed (as shown in the image). What will happen when the Ok button is clicked?
Answers:
• It will open a new window for the user to complete the action.
• It will make a direct request to the initial callback URL and then it will show the result of the request.
• The user has to login to the third party account, such as "Twitter", in another browser window in order to complete the action.
15. Which of the given options represents a valid REST response when you send a REST request (using the URL shown below) to the File & Folder Operations API get_account_tree method?
https://www.box.net/api/1.0/rest?action=get_account_tree&api_key=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&auth_token=263gtmxiy8k8o2ebzs41pilbubvpn91g&folder_id=0&params[]=nozip
Answers:
• <response> <status>listing_ok</status> <tree> UesDBBQABAAIACOmZTwOa4bkxQYAACkUAAATABUAOWIzeGNzNW1nNS50cmVlLnhtbFVUCQADwd6RS8HekUtVeAQAYwBjALVYy5LbyBH8FQZP9mFmu6v6UR2xcsQqJG9oD17b0p3RzxFXJDEmKe/YX+8EQUkEQdDywZcZRhMAs7KysqrwY </tree> </response>
• <response> <status>email_ok</status> </response>
• <response> <status>successful_register</status> <auth_token>29135479a888671e0dd6512df4f7a009</auth_token> <user> <login>email@example.com</login> <email>email@example.com</email> <access_id>398387</access_id> <user_id>398387</user_id> <space_amount>1073741824</space_amount> <space_used>0</space_used> </user> </response>
• <response> <status>listing_ok</status> <tree> <folder id="0" name="" shared="0"> <tags></tags> <files></files> <folders> <folder id="4384" name="Incoming" shared="0"> <tags> <tag id="34" /> </tags> <files> <file id="68736" file_name="abc.jpg" keyword="" shared="0" size="232386" created="1129537520" updated="1129537520"> <tags> </tags> </file> <file id="68737" file_name="abc.html" keyword="" shared="0" size="15805" created="1129537520" updated="1129537520"> <tags> <tag id="35" /> </tags> </file> </files> </folder> <folders> </folder> </tree> </response>
16. Which of the given options is an incorrect value for the "params" parameter in the request shown below?

https://www.box.net/api/1.0/rest?action=get_account_tree&api_key=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&auth_token=263gtmxiy8k8o2ebzs41pilbubvpn91g&folder_id=0¶ms[]= ?
Answers:
• nofiles
• nozip
• simple
• onelevel
• no_email
17. Which of the following is not a valid Commenting API method?
Answers:
• move_comments
• get_comments
• add_comment
• delete_comment
18. In which of the following way a Box user can view his/her files under All File page in the Box.net Workspace?
Answers:
• Thumbnails View
• Icons View
• List View
• Details View
19. What is the function of the add_to_mybox method?
Answers:
• This method un-shares a shared file or folder.
• This method privately shares a file or folder with another user.
• This method copies a file that is publicly shared by another individual into a user's designated folder in the user's Box.
• This method makes a file or folder shareable and may initiate sharing through Box.net email notifications.
20. What will be the output parameters when you send a REST request (using the URL shown below) using valid auth_token and api_key values?

https://www.box.net/api/1.0/rest?action=get_file_info&api_key=1d3n4b53tt6b2vh1il6tdtrsxov3v&auth_token=8sdevidfoatqdn39qu6ke7f10nlp4njv&file_id=224
Answers:
• status
• info
• tree
• All of the above
21. Which of the following statements is correct when you send a REST request (using the URL shown below) to the File & Folder Operations API

https://www.box.net/api/1.0/rest?action=set_description&api_key=rrc1d3n4b53tt6b2vh1il6tdtrsxov3v&auth_token=6sx9xnm2z6vgjxx3xpvsea2p9oth8le2&target=file&target_id=224&description=123
Answers:
• This method is used to get a tree representing all of the user's files and folders.
• This method retrieves the details for a specified file.
• This method sets the description for a file or folder.
• This method creates a new folder in a user's account.
22. When you send a request to the Authentication API get_auth_token method, you get the "user" parameter as a return value along with other output parameters. What are the data types for the "user" parameter?
Answers:
• SOAPUser
• string
• XML
• long
23. Which of the following applications are not examples of Pop-up Actions when you add services to your Box.net account?
Answers:
• Zoho
• Textflow
• Picnik
• Twitter
24. Which of the following is not displayed under the "Users" section of the Business Admin Console home page?
Answers:
• The users who log in most frequently.
• How recently your users have logged in.
• Your own login information.
• The number of user logins over time.
25. Which of the following is not a valid input parameter of the move method of the File & Folder Operations API?
Answers:
• ticket
• auth_token
• target
• target_id
• destination_id
• api_key
26. Which of the following REST requests will be used to call the Authentication API logout method?
Answers:
• https://www.box.net/api/1.0/rest?action=logout&api_key=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&auth_token=d2dqkrr6bae6ckua17osf9o1fhox9ypf
• https://www.box.net/api/1.0/rest?action=logout&api_key= rrc1d3ntb53tt6b2vhail6rdtrsxov3v
• https://www.box.net/api/1.0/rest?action=logout&api_key=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&ticket=d2dqkrr6bae6ckua17osf9o1fhox9ypf
• https://www.box.net/api/1.0/rest?action=logout&auth_token=d2dqkrr6bae6ckua17osf9o1fhox9ypf
27. Suppose a Pop-up action is executed by the user and Box.net makes a callback request to your initial callback URL with the callback parameters you had specified when creating the OpenBox Action. If your callback parameters are in XML or SOAP format, your client callback URL will get a request that resembles:
Answers:
• URL: http://your-client-callback-url.com/ POST data: xml=..... initial_callback_response=
• URL: http://your-client-callback-url.com/?get_param1=value1&get_param2=value2 POST data: Post_Param1=value1 initial_callback_response=
• URL: http://your-client-callback-url.com/ GET data: xml=..... initial_callback_response=
• URL: http://your-client-callback-url.com/?get_param1=value1&get_param2=value2 GET data: post_param1=value1 initial_callback_response=
28. Which of the following will be your Soap Body request that will be packaged in the Soap Envelop for calling the create_folder method of the File & Folder Operations API?
Answers:
• <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:create_folder> <api_key xsi:type="xsd:string">rrc1d3ntb53tt6b2vhail6rdtrsxov3v</api_key> <sid xsi:type="xsd:string">baa8b089c5a635adc0baa68aa1c61bbe</sid> <parent_id xsi:type="xsd:long">428</parent_id> <name xsi:type="xsd:string">New Folder</name> <share xsi:type="xsd:long">1</share> </tns:create_folder> </soap:Body>
• <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:create_folder> <api_key xsi:type="xsd:string">rrct6b2vhail6rdtrsxov3v</api_key> <sid xsi:type="xsd:string">baa8b089c5a635adc0baa68aa1c61bbe</sid> <ticket xsi: type ="xsd:string" >819f55922d47097715b723218176</ticket> <parent_id xsi:type="xsd:long">428</parent_id> <name xsi:type="xsd:string">New Folder</name> <share xsi:type="xsd:long">1</share> </tns:create_folder> </soap:Body>
• <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:create_folder> <api_key xsi:type="xsd:string">rrc1d3ntb53tt6b2vhail6rdtrsxv3v</api_key> <sid xsi:type="xsd:string">baa8b089c5a635adc0baa68aa1c61bbe</sid> <name xsi:type="xsd:string">New Folder</name> </tns:create_folder> </soap:Body>
• <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:create_folder> <api_key xsi:type="xsd:string">rrc1d3ntb53tt6b2vhail6rdtrsxov3v</api_key> <sid xsi:type="xsd:string">baa8b089c5a635adc0baa68aa1c61bbe</sid> <parent_id xsi:type="xsd:long">428</parent_id> <share xsi:type="xsd:long">1</share> </tns:create_folder> </soap:Body>
29. Which of the following actions can be taken by a Box user on files and folders under the All File page in the Box.net Workspace?
Answers:
• Box user can add a comment to the file.
• Box user can add a tag to the file.
• Box user can edit, share, delete or change the properties on the file.
• Box user can move the file to another folder.
30. What kind of permissions can you set for Collaborators if you want to grant an individual access to a Collaboration Folder in your Box.net Workspace?
Answers:
• Share
• Viewer
• Editor
31. The image above shows the REST response of the get_file_info method of the File & Folder Operations API. Which of the following statements holds true if the "shared" attributes value is returned as "0" as shown in the image?
Answers:
• It indicates that the file is private.
• It indicates that the file is shared and has an enabled shared_link.
• It indicates that the file is private and has an enabled shared_link.
32. Which of the following will be your Soap Body request that will be packaged in the Soap Envelop when calling the Authentication API logout method?
Answers:
• <SOAP-ENV:Body> <ns4:logout> <api_key xsi:type="xsd:string">rrc1d3ntb53tt6b2vhail6rdtrsxov3v</api_key> <sid xsi:type="xsd:string">tuxotd3sqdbao2c7i5a7u457371zlqzd</sid> </ns4:logout> </SOAP-ENV:Body>
• <SOAP-ENV:Body> <ns4:logout> <sid xsi:type="xsd:string">tuxotd3sqdbao2c7i5a7u457371zlqzd</sid> </ns4:logout> </SOAP-ENV:Body>
• <SOAP-ENV:Body> <ns4:logout> <api_key xsi:type="xsd:string">rrc1d3ntb53tt6b2vhail6rdtrsxov3v</api_key> <ticket xsi:type="xsd:string">bxquuv025arztljze2n438md9zef95e8</ticket> </ns4:logout> </SOAP-ENV:Body>
• <SOAP-ENV:Body> <ns4:logout> <api_key xsi:type="xsd:string">rrc1d3ntb53tt6b2vhail6rdtrsxov3v</api_key> </ns4:logout> </SOAP-ENV:Body>
33. Which of the following security measures are provided to the Box.net for Business and Enterprise customers?
Answers:
• Reporting tools that give visibility into all user activity on all files over time.
• Administrative auditing using an admin console to create and manage users and their permissions.
• 256-bit SSL encryption that encrypts data on transfer and on the server.
• All of the above
34. Using which of the following ways will you send your REST request if you want to add the tag or tags to a designated file or folder using the Tagging API add_to_tag method?
Answers:
• https://www.box.net/api/1.0/rest?action=add_to_tag&api_key=p6eu1n2tblaeebnfkyby4gfkg6mrz0xp&auth_token=qydz66sfc6pqb2mnk565izn5m870ghs2&emails[]=email1%40example.com&emails[]=email2%40example.com&message=123&params[]=auto_subscribe&params[]=no_email
• https://www.box.net/api/1.0/rest?action=add_to_tag&api_key=p6eu1n2tblaeebnfkyby4gfkg6mrz0xp&auth_token=qydz66sfc6pqb2mnk565izn5m870ghs2&tags[]=test_tag&tags[]=test_tag1&target=file&target_id=6343
• https://www.box.net/api/1.0/rest?action=add_to_tag&api_key=p6eu1n2tblaeebnfkyby4gfkg6mrz0xp&auth_token=qydz66sfc6pqb2mnk565izn5m870ghs2
35. Suppose you call the Authentication API get_ticket method without supplying the api_key, what will be the return value for the "status" output parameter?
Answers:
• get_ticket_ok
• wrong_input
• application_restricted
• not_logged_in
36. Which of the following can you track from the Business Admin Console reports page?
Answers:
• You can track the activities of any user and generate reports on demand.
• You can keep track of shared links.
• You can track the total amount of storage each user is using.
37. Suppose you send a REST request to the get_account_tree method of the Files and Folder Operations API to retrieve a tree representing all of the user's files and folders. Along with this, the 'folder' object contains the "permissions" attribute. If the value of permissions is "denv" then which of the following permissions or rights are given to the user for that particular file?
Answers:
• delete rights
• downloading rights
• sharing rights
• upload rights
• rename rights
• viewing rights
38. Which of the following values can you set for the "params" input parameter while sending a request to the search method?
Answers:
• show_path
• show_description
• nofiles
• onelevel
39. Which of the following is an invalid value for the "Action status" attribute when you configure an OpenBox action?
Answers:
• Development
• Maintenance
• Offline
• Online
40. Which of the following are mandatory input parameters when calling the Authentication API verify_registration_email method?
Answers:
• api_key
• login
• auth_token
• password
41. Which of the following documents can be edited with Zoho when you add this service to your Box.net Workspace?
Answers:
• .doc
• .docx
• .sxw
• .html
42. What will happen when you add the HTML code given below to your webpage?
<a href="#" onclick="return boxnet_import('link','<url>','<name>','<description>');"><img src="https://www.box.net/img/import_button.gif" width="124" height="20" alt="Save to Box.net" style="border:0"/></a>
<script type="text/javascript" src="https://www.box.net/api/1.0/import.js"></script>
Answers:
• It will create a Quick Import button.
• It will create a Bookmark button.
• By adding the above HTML code, you can integrated with a third-party service called "EchoSign".
• It will create a Quick Export button.
43. What will be the value of the "status" output parameter when you successfully move a file or folder into another folder using the File & Folder Operations API move method?
Answers:
• e_move_node
• s_move_node
• not_logged_in
• application_restricted
44. Which of the following output parameters will you get if you call Authentication API get_ticket method?
Answers:
• status
• ticket
• api_key
45. What will the REST response be when you send a REST request (using the URL shown below) to the Authentication API get_auth_token method?

https://www.box.net/api/1.0/rest?action=get_auth_token&api_key=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&ticket=udd863k39gn9mioc6ym2c6erbqm8qfsh
Answers:
• <response> <status>get_auth_token_ok</status> <auth_token>9byo5bg8d2o3otp0voji0ej0v49bqcmo</auth_token> </response>
• <response> <status>get_auth_token_ok</status> <user> <access_id>453</access_id> <user_id>453</user_id> <space_amount>2147483648</space_amount> <space_used>1024</space_used> </user> </response>
• <response> <status>get_auth_token_ok</status> </response>
• <response> <status>get_auth_token_ok</status> <auth_token>9byo5bg8d2o3otp0voji0ej0v49bqcmo</auth_token> <user> <login>example@aol.com</login> <email>example@aol.com</email> <access_id>53</access_id> <user_id>53</user_id> <space_amount>2147483648</space_amount> <space_used>1024</space_used> </user> </response>

No comments:

Post a Comment