In which of the following way a Box user can view his/her files under All File page in the Box.net Workspace?
Thumbnails View 0%
Icons View 0%
List View 0%
Details View 0%
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?
Category 0%
Name 0%
Action status 0%
Description 0%
All of the above 0%
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...
URL: http://your-client-callback-url.com/ POST data: xml=..... initial_callback_response= 0%
URL: http://your-client-callback-url.com/?get_param1=value1&get_param2=value2 POST data: Post_Param1=value1 initial_callback_response= 0%
URL: http://your-client-callback-url.com/ GET data: xml=..... initial_callback_response= 0%
URL: http://your-client-callback-url.com/?get_param1=value1&get_param2=value2 GET data: post_param1=value1 initial_callback_response= 0%
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?
It will open a new window for the user to complete the action. 0%
It will make a direct request to the initial callback URL and then it will show the result of the request. 0%
The user has to login to the third party account, such as "Twitter", in another browser window in order to complete the action. 0%
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?
get_ticket_ok 0%
wrong_input 0%
application_restricted 0%
not_logged_in 0%
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 'fold...
delete rights 0%
downloading rights 0%
sharing rights 0%
upload rights 0%
rename rights 0%
viewing rights 0%
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...
It indicates that the file is private. 0%
It indicates that the file is shared and has an enabled shared_link. 0%
It indicates that the file is private and has an enabled shared_link. 0%
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?
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¶ms[]=auto_subscribe¶ms[]=no_email 0%
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 0%
https://www.box.net/api/1.0/rest?action=add_to_tag&api_key=p6eu1n2tblaeebnfkyby4gfkg6mrz0xp&auth_token=qydz66sfc6pqb2mnk565izn5m870ghs2 0%
What is the data type for the "params" input parameter of the File & Folder Operations API get_account_tree method?
string 0%
ArrayOfString 0%
long 0%
Base64Binary 0%
What is the function of the add_to_mybox method?
This method un-shares a shared file or folder. 0%
This method privately shares a file or folder with another user. 0%
This method copies a file that is publicly shared by another individual into a user's designated folder in the user's Box. 0%
This method makes a file or folder shareable and may initiate sharing through Box.net email notifications. 0%
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?
Share 0%
Viewer 0%
Editor 0%
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...
status 0%
info 0%
tree 0%
All of the above 0%
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?
e_move_node 0%
s_move_node 0%
not_logged_in 0%
application_restricted 0%
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/impor...
It will create a Quick Import button. 0%
It will create a Bookmark button. 0%
By adding the above HTML code, you can integrated with a third-party service called "EchoSign". 0%
It will create a Quick Export button. 0%
What will the response be when you send an XML request (as shown in the image) to the Authentication API verify_registration_email method?
<?xml version='1.0' encoding='UTF-8' ?> <response> <status>email_ok</status> </response> 0%
<?xml version='1.0' encoding='UTF-8' ?> <response> <status>successful_register</status> </response> 0%
<?xml version='1.0' encoding='UTF-8' ?> <response> <status>get_account_info_ok</status> </response> 0%
<?xml version='1.0' encoding='UTF-8' ?> <response> <status>s_request_friends</status> </response> 0%
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_...
<response> <status>get_auth_token_ok</status> <auth_token>9byo5bg8d2o3otp0voji0ej0v49bqcmo</auth_token> </response> 0%
<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> 0%
<response> <status>get_auth_token_ok</status> </response> 0%
<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> 0%
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" pa...
SOAPUser 0%
string 0%
XML 0%
long 0%
Which of the following access permissions are available when you create a guest account under the Collaborators page in your Box.net Workspace?
Read Only 0%
Write Only 0%
Read/Write 0%
Full Access 0%
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?
Box user can add a comment to the file. 0%
Box user can add a tag to the file. 0%
Box user can edit, share, delete or change the properties on the file. 0%
Box user can move the file to another folder. 0%
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?
emails 0%
password 0%
message 0%
target 0%
auth_token 0%
Which of the following applications are not examples of Pop-up Actions when you add services to your Box.net account?
Zoho 0%
Textflow 0%
Picnik 0%
Twitter 0%
Which of the following are mandatory input parameters when calling the Authentication API register_new_user method?
api_key 0%
login 0%
auth_token 0%
password 0%
Which of the following are mandatory input parameters when calling the Authentication API verify_registration_email method?
api_key 0%
login 0%
auth_token 0%
password 0%
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?
target 0%
target_id 0%
api_key 0%
auth_token 0%
description 0%
Which of the following are mandatory input parameters when calling the File & Folder Operations API create_folder method?
auth_token 0%
parent_id 0%
api_key 0%
name 0%
share 0%
All of the above 0%
Which of the following can you track from the Business Admin Console reports page?
You can track the activities of any user and generate reports on demand. 0%
You can keep track of shared links. 0%
You can track the total amount of storage each user is using. 0%
Which of the following documents can be edited with Zoho when you add this service to your Box.net Workspace?
.doc 0%
.docx 0%
.sxw 0%
.html 0%
Which of the following is an invalid value for the "Action status" attribute when you configure an OpenBox action?
Development 0%
Maintenance 0%
Offline 0%
Online 0%
Which of the following is not a valid access level when you share content with your Collaborated user?
Preview Only 0%
Upload Only 0%
Download Only 0%
Upload and Download 0%
All of the above are valid access levels. 0%
Which of the following is not a valid Commenting API method?
move_comments 0%
get_comments 0%
add_comment 0%
delete_comment 0%
Which of the following is not a valid input parameter of the move method of the File & Folder Operations API?
ticket 0%
auth_token 0%
target 0%
target_id 0%
destination_id 0%
api_key 0%
Which of the following is not a valid property of the "friends" object that is returned by the get_friends method?
email 0%
name 0%
avatar_url 0%
message 0%
accepted 0%
Which of the following is not displayed under the "Users" section of the Business Admin Console home page?
The users who log in most frequently. 0%
How recently your users have logged in. 0%
Your own login information. 0%
The number of user logins over time. 0%
Which of the following output parameters will you get if you call Authentication API get_ticket method?
status 0%
ticket 0%
api_key 0%
Which of the following pieces of information will be entered by the user while creating a New Task under the Box.net Workspace?
The file name for which the task has been created. 0%
The email addresses of the user to whom you want to assign the task. 0%
Your task instructions. 0%
Which of the following REST requests will be used to call the Authentication API logout method?
https://www.box.net/api/1.0/rest?action=logout&api_key=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&auth_token=d2dqkrr6bae6ckua17osf9o1fhox9ypf 0%
https://www.box.net/api/1.0/rest?action=logout&api_key= rrc1d3ntb53tt6b2vhail6rdtrsxov3v 0%
https://www.box.net/api/1.0/rest?action=logout&api_key=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&ticket=d2dqkrr6bae6ckua17osf9o1fhox9ypf 0%
https://www.box.net/api/1.0/rest?action=logout&auth_token=d2dqkrr6bae6ckua17osf9o1fhox9ypf 0%
Which of the following security measures are provided to the Box.net for Business and Enterprise customers?
Reporting tools that give visibility into all user activity on all files over time. 0%
Administrative auditing using an admin console to create and manage users and their permissions. 0%
256-bit SSL encryption that encrypts data on transfer and on the server. 0%
All of the above 0%
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&ap...
This method is used to get a tree representing all of the user's files and folders. 0%
This method retrieves the details for a specified file. 0%
This method sets the description for a file or folder. 0%
This method creates a new folder in a user's account. 0%
Which of the following values can you set for the "params" input parameter while sending a request to the search method?
show_path 0%
show_description 0%
nofiles 0%
onelevel 0%
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?
<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> 0%
<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> 0%
<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> 0%
<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> 0%
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?
<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> 0%
<SOAP-ENV:Body> <ns4:logout> <sid xsi:type="xsd:string">tuxotd3sqdbao2c7i5a7u457371zlqzd</sid> </ns4:logout> </SOAP-ENV:Body> 0%
<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> 0%
<SOAP-ENV:Body> <ns4:logout> <api_key xsi:type="xsd:string">rrc1d3ntb53tt6b2vhail6rdtrsxov3v</api_key> </ns4:logout> </SOAP-ENV:Body> 0%
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=rrc1d3ntb53tt6b2vhail6rdtrs...
nofiles 0%
nozip 0%
simple 0%
onelevel 0%
no_email 0%
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...
<response> <status>listing_ok</status> <tree> UesDBBQABAAIACOmZTwOa4bkxQYAACkUAAATABUAOWIzeGNzNW1nNS50cmVlLnhtbFVUCQADwd6RS8HekUtVeAQAYwBjALVYy5LbyBH8FQZP9mFmu6v6UR2xcsQqJG9oD17b0p3RzxFXJDEmKe/YX+8EQUkEQdDywZcZRhMAs7KysqrwY </tree> </response> 0%
<response> <status>email_ok</status> </response> 0%
<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> 0%
<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> 0%
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)?
Your action will appear in the drop down menu of files whose extension is doc. 0%
Your action will be created but will not appear in any of the files. 0%
Your action will appear in the drop down menu of all the files. 0%
Your action will not be created unless you specify an extension. 0%
While editing the OpenBox Action, what is the function of the Box parameter #new_copy_url#, marked as A in the given image?
To send back a file which should overwrite the original. 0%
To send back a file which should delete the original. 0%
To send back a file which should create a new file in the user's account. 0%
To send back a file which should create a direct URL to download the file. 0%