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 are the valid parameters of a Core APl method ‘ldelta‘?

Answer

Correct Answer: include_media_info

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

3. 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

4. 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

5. endpoint(s) is/are used to create a new datastore having a private ID.

Answer

Correct Answer: Both a and b

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

6. 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

7. 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

8. 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

9. Which of the following statements regarding saving of files to Dropbox. is correct?

Answer

Correct Answer: The files are automatically saved only to the computers that have Dropbox installed on them.

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

10. 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

11.

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

12. Which of the following is NOT a datastore identifier?

Answer

Correct Answer: ID

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

13. Which of the following is an incorrect declaration syntax for the properties of a Sync API method "DBAccount"?

Answer

Correct Answer: @property (nonatomic. readonly) NSArray ‘linkedAccounts

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

14.

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

15.

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

16. 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

17.

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

18.

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

19. What is the function of the Core API method "/shares"?

Answer

Correct Answer: It is used to create and return a Dropbox link to f‌iles or folders that can be used by the users to preview a file in a web browser.

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

20. 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

21. What does the DBThumbSizeM constant represent in the Sync API?

Answer

Correct Answer: It represents a thumbnail scaled to a size that f‌its in a bounding box of resolution 128x128 pixels.

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

22.

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

23.

Which of the following is a valid Json Http response when you make a call to the '/datastores/get_datastore‘ method of the Datastore API?

Answer

Correct Answer:

<get_result> ::= {"rev": <rev>. "handle": <handle>, "role": <role>


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

24. 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

25. Which of the following endpoints is used to send the Core API request to the "loauth/authorize" method?

Answer

Correct Answer: www.dropbox.com

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

26. Which of the following datastore APl methods is used to check the validity of a private datastore ID or used to create a new datastore with the given ID, and returns its revision and handle?

Answer

Correct Answer: ldatastores/put_delta

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

27.

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

28. 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

29. Which of the following is not a property of a DatatStore APl, Dropbox.Accountlnfo?

Answer

Correct Answer: authUrl

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

30.

Suppose you post a request to a Core APl's 'loauth2/token_from_oauth1' method.

In which of the following formats will the response be returned by the above call?


Answer

Correct Answer:

["access_token": “ABCDEFG", "token_type": "bearer", "uid": "12345"]


["access_token": "ABCDEFG", token_type: "bearer”]


Note: This question has more than 1 correct answers

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

31.

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

{NSArray ‘)listFolder:(DBPath ’)path error:(DBError ")error


Answer

Correct Answer:

It will return an array of DBFilelnfo objects on success. or 'nil‘ if an error occurs. 


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

32. 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

33. 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

34. Which Datastore APi method will you use to write a delta to the server such that the client is up to date?

Answer

Correct Answer: /datastores/put_delta

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

35. Which of the following parameters is NOT returned in Json http response. when you make a call to "datastores/list_datastores" method of the Datastore API?

Answer

Correct Answer: infodict

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

36.

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

37.

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

38. 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

39. What parameters are sent in the json http request when you make a Datastore API call to the /datastores/get_deltas method?

Answer

Correct Answer: handle and rev

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

40.

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

41.

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

42. 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