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

Slack-Dev-201 Exam Questions Tutorials

Salesforce Certified Slack Developer Questions and Answers

Question 9

Can AI agent apps use the same platform primitives (Block Kit, Events API) as traditional bots?

Options:

A.

No, agents use an entirely separate system

B.

Yes, agents are generally built using the same platform building blocks

C.

Only Enterprise Grid supports agents

D.

Agents cannot post messages

Question 10

You are configuring the scopes your app requires before submitting to the App Directory. Next month, you plan to build a new feature that will require the files:read scope, but it's not yet ready.

When considering the scopes you want reviewed, what should you do?

Options:

A.

Include the files:read scope now, and include a placeholder in the app UI to let users know it's coming soon.

B.

Submit without requesting the files:read scope, and add it to the OAuth flow later without a new submission.

C.

Submit without requesting the files:read scope, and create a new submission when the feature is complete.

D.

Include the files:read scope now, and add a note for the reviewers that the app will use this in the future.

Question 11

You want to use Block Kit to construct a message that offers multiple choices.

Which block should you use?

Options:

A.

A section block with multiple button elements in an accessory.

B.

An actions block to display message context, including images and text.

C.

A section block with multiple menu overflow options in an accessory.

D.

A file block to display remote files on an app's home.

Question 12

You are preparing your Slack app for wide distribution and listing in the official Slack App Directory. One of the key steps to preparing your app for submission is to review the permission scopes that your app requires to operate within Slack.

You want to adhere to the principles of least privilege by not adding any broad access scopes. Which set of scopes would be allowed?

Options:

A.

read, write, admin, search

B.

read, post, client, search:read

C.

admin, write, discover, read

D.

admin:post, admin:read, admin:search, client:connect