MCQs > IT & Programming > Dropbox MCQs > Basic Dropbox MCQs

Basic Dropbox MCQ

1. Suppose you created a Dropbox API app named "XYZ" without any specif‌ic permission. Which of the following functions can be performed by your app?

Answer

Correct Answer: Your app can move. copy. delete folders.

Note: This Question is unanswered, help us to find answer for this one

2. Which of the following parameters are returned in response. when application calls "/oauth /access_token" method of the Core API?

Answer

Correct Answer: Access token secret

Note: This Question is unanswered, help us to find answer for this one

3. Which of the following parameters must be supplied to the "loauth2/authorize" method. in order to authorize your app while making a Core API call?

Answer

Correct Answer: client_id

Note: This Question is unanswered, help us to find answer for this one

4. Which of the following methods will return the contents of the file decoded as UTF8 format when the file can be read, and return "nil" in case of an error?

Answer

Correct Answer: (NSFileHandle ‘)readHandle:(DBError ”)error

Note: This Question is unanswered, help us to find answer for this one

5. Which of the following options is not an instance method of DBAccountManager sync API?

Answer

Correct Answer: unlink

Note: This Question is unanswered, help us to find answer for this one

6. Which of the following is NOT a valid property of the DBAccountlnfo method of the Sync API?

Answer

Correct Answer: @property (nonatomic, readonly) NSString 'orgName

Note: This Question is unanswered, help us to find answer for this one

7. Which of the following is a valid method of Dropbox.Datastore.DatastoreManager API?

Answer

Correct Answer: void openDefaultDatastore(callback)

Note: This Question is unanswered, help us to find answer for this one

8.

When we retrieve the information about the user‘s account with user ID “123" by making a call to the

Answer

Correct Answer:

Quota used by the user outside of shared folders (in bytes).


Note: This Question is unanswered, help us to find answer for this one

9.

What response will be returned when a call is made to the below-given instance method of DBFilesystem sync API and the folder is created successfully?

(BOOL)createFolder:(DBPath ‘)path error:(DBError “)error


Answer

Correct Answer:

YES 


Note: This Question is unanswered, help us to find answer for this one

10.

What response will be returned when a call is made to the following instance method of DBFilesystem Sync API and an error occurs?

(NSString

Answer

Correct Answer:

Link Url 


Note: This Question is unanswered, help us to find answer for this one

11. Which of the following roles has no access to the shared datastore?

Answer

Correct Answer: Viewer

Note: This Question is unanswered, help us to find answer for this one

12.

Which of the given Datastore APl methods will you call to get the following response?
<snapshot_result> ::= ["rows": <|ist_of_rows>, "rev": <rev>. "role": <role>]
<list_of_rows> ::= [<row>. ...]
<row> ::= {"tid": <tid>, "rowid": <recordid>, "data": <datadicl>]

Answer

Correct Answer:

ldatastores/put_delta


Note: This Question is unanswered, help us to find answer for this one

13.

Consider the following Sync APl instance method call and answer the question that follows it. (void)linkFromController:(UlViewController ‘)rootController

What is the above syntax method call used for?


Answer

Correct Answer:

It is used to initiate the process for linking new accounts.


Note: This Question is unanswered, help us to find answer for this one

14. What is the function of LlST_PUT. a list operation of the DataStore API?

Answer

Correct Answer: It is used for replacing an existing list item with a new atomic value.

Note: This Question is unanswered, help us to find answer for this one

15.

What response will be returned when you make the following core API call?

httpszllapi.dropbox.com/1/disable_access_token


Answer

Correct Answer:

It will return a JSON encoded dictionary including an access token and a token type.


Note: This Question is unanswered, help us to find answer for this one

16. Which of the following permissions can be set while sharing a Dropbox file?

Answer

Correct Answer: All of the above.

Note: This Question is unanswered, help us to find answer for this one

17.

This question is based on the graphic shown below.

If you want to create a link to any file or folder, which of the following options (marked in the image) will you click?

Answer

Correct Answer:

D


Note: This Question is unanswered, help us to find answer for this one

18. Which of the following methods can be set while making a core API call to "f‌iles_put"?

Answer

Correct Answer: Both a and b

Note: This Question is unanswered, help us to find answer for this one

19. Which of the following will be returned in response. when a Core API call is made to the "account/info" method?

Answer

Correct Answer: All of the above.

Note: This Question is unanswered, help us to find answer for this one

20. Which of the following is NOT a Datastore APl method?

Answer

Correct Answer: /await

Note: This Question is unanswered, help us to find answer for this one

21.

This question is based on the graphic shown below.

The given image contains an icon that is present under the Events tab of your Dropbox; what does the given icon represent?

Answer

Correct Answer:

You have added the app.  


Note: This Question is unanswered, help us to find answer for this one

22.

Fill in the blank:

Initially a free storage space of is offered to the users having a free drop-box account.


Answer

Correct Answer:

2 GB  


Note: This Question is unanswered, help us to find answer for this one

23. Which of the following is NOT a valid request parameter of the Core API's "oauth2/token" method?

Answer

Correct Answer: token_type

Note: This Question is unanswered, help us to find answer for this one

24.

This question is based on the graphic shown below.

Which of the following is represented by the given icon in your Dropbox?

Answer

Correct Answer:

Get Started


Note: This Question is unanswered, help us to find answer for this one

25.

Consider the syntax of DBFilesystem method property of sync API:

@property (nonatomic, readonly, getter=isShutDown) BOOL shutdown

Which of the folloWing is the correct statement about the given properly?


Answer

Correct Answer:

This property indicates whether the f‌irst sync has completed and the f‌ilesystem is ready to use.


Note: This Question is unanswered, help us to find answer for this one

26. Which of the following field types is NOT supported by the Dat astore records?

Answer

Correct Answer: Text

Note: This Question is unanswered, help us to find answer for this one