Month End Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: big75certs

Free Slack-Dev-201 Questions Attempt

Salesforce Certified Slack Developer Questions and Answers

Question 25

Your legal department has asked you to pull content out of Slack and store it inside a third party data warehouse that will organize and consolidate data across your business.

Which API method should you use?

Options:

A.

Admin API

B.

Audit Log API

C.

Legal Hold API

D.

Discovery API

Question 26

What is one advantage of defining an app via a manifest rather than manual UI configuration?

Options:

A.

It's the only way to add a bot user

B.

It allows version-controlled, repeatable app configuration

C.

It removes the need for OAuth

D.

It automatically publishes the app publicly

Question 27

What generally happens when you distribute an app to multiple workspaces?

Options:

A.

Each installation gets its own OAuth authorization and tokens

B.

All workspaces share one single token

C.

Distribution is not supported by Slack

D.

The manifest becomes read-only

Question 28

You are a developer and have been asked to create an app for reserving parking spaces. You decide to use Block Kit Builder to lay out the flow of work. Users will choose a date and range of time within a defined range. To optimize usability, you want to store a set of data for each individual with the license plate number and the type of parking spot that vehicle can park in (standard, motorcycle, wheelchair accessible, compact).

Which modal layout meets Slack's recommended design guidelines?

Options:

A.

Create a modal with fields for selecting a date and time block. If multiple vehicles exist, show a drop-down with the last used vehicle selected by default.

B.

Create a modal with fields for selecting a date and time block and one button for each vehicle they've saved in their settings.

C.

Create a modal with fields for selecting a date, a time block, and a drop-down with the vehicles they've saved in their settings.

D.

Create a modal with a datetime picker field and a drop-down with the vehicles they've saved in their settings.