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

Salesforce Developer Slack-Dev-201 Full Course Free

Salesforce Certified Slack Developer Questions and Answers

Question 17

Is Socket Mode recommended for public, production-scale, high-traffic apps?

Options:

A.

Yes, always

B.

Generally not recommended at large scale; HTTP endpoints are preferred for high-volume production use

C.

It's required for all apps

D.

It replaces the Web API entirely

Question 18

Who typically manages app approval and installation policies across an Enterprise Grid org?

Options:

A.

Individual channel members

B.

Org or workspace admins

C.

Only Slack support staff

D.

The app's original developer only

Question 19

You want your Slack application to be installed by any user on any workspace.

What is needed to install the app on a workspace other than where the app was created?

Options:

A.

Redirect the user to https://slack.com/api/oauth.v2.access and include your app's Client Secret

B.

Redirect the user to https://slack.com/api/oauth.v2.access and include your app's Client ID, hash signature and a list of scopes

C.

Redirect the user to https://slack.com/oauth/v2/authorize and include your app's Client ID and the list of scopes

D.

Redirect the user to https://slack.com/oauth/v2/authorize and include your app's Client ID and Client Secret

Question 20

You're a developer who needs to localize content in Slack conversations for members of several channels.

How can you retrieve locale information for a conversation or member to accomplish this task?

Options:

A.

By opting in to the "Include Locale" option from within the application's configuration.

B.

By sending the include_locale=true parameter in Web API requests.

C.

By retrieving the member and conversation response details, which includes locale information by default.

D.

By sending requests to both the users.locale and conversations.locale Web APIs.