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

Exact2Pass Menu

Salesforce Certified Slack Developer

Last Update 1 hour ago Total Questions : 134

The Salesforce Certified Slack Developer content is now fully updated, with all current exam questions added 1 hour ago. Deciding to include Slack-Dev-201 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our Slack-Dev-201 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these Slack-Dev-201 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Salesforce Certified Slack Developer practice test comfortably within the allotted time.

Question # 31

You are a developer asked to create a bot that will provide an overview of how to use a Slack channel and other resources related to IT helpdesk requests when a user joins the #it-help channel. As a bot application, users will also have the ability to mention the bot to ask their specific questions in the channel.

Which action(s) will you need to take to meet this request?

A.

You will need to enable event subscriptions in the app configuration and subscribe to the following events: channel_joined and bot_added.

B.

You will need to use the Slack proprietary Bolt SDK to implement these features.

C.

You will need to enable event subscriptions in the app configuration and subscribe to the following events: member_joined, channel_joined and app_mention.

D.

You will need to enable event subscriptions in the app configuration and the Bolt SDK will handle these events automatically.

Question # 32

What are 'slash commands' used for?

A.

Encrypting messages

B.

Letting users trigger app functionality by typing a command starting with '/'

C.

Changing a workspace's theme

D.

Deleting channels

Question # 33

What administrative feature lets org admins control which apps can be installed workspace-wide?

A.

App approval / admin app management settings

B.

Block Kit Builder

C.

Socket Mode

D.

The Events API

Question # 34

In a Bolt listener function, which parameter is commonly used to send a reply?

A.

reply()

B.

send()

C.

say()

D.

respond_to()

Question # 35

You are reviewing the official Slack Web API documentation for an upcoming project which includes building a Slack app. You note that some of the content in the official documentation includes outdated, legacy language. One specific term you see used is group or groups.

What is the updated Slack platform language for the legacy term group / groups?

A.

Group Direct Message (Group DM)

B.

Direct Message (DM)

C.

User Group

D.

Private Channel

Question # 36

Your company is growing and the security team wants to understand how to ensure the company's safe usage of Slack.

What are possible use cases for the Audit Logs API?

A.

To track a workspace's active user count toward its paid plan with Slack, and to allow users to flag messages and files for moderation and review by administrators

B.

To monitor unusual downloads of files uploaded to a workspace, and track when Slack apps are installed or have additional permissions granted to them

C.

To record when certain undesired keywords are used in Slack messages, and audit when users have been billed

D.

To control the approval of which apps can be installed, and record details about files which have been uploaded into the Slack workspace

Question # 37

You are architecting a Slack app to support a critical business process for a client's finance organization with the following additional constraints

• Available in multiple countries in their native language

• Adapt to local time zones for delivery of scheduled messages and other time-based features

Which proposed app design will meet these requirements?

A.

Create a Slack app which localizes both the native language and time zone by using the information users.profile.get API method.

B.

Create a Slack app which localizes the native language by using the users.info API method. Accommodate for time zone differences by retrieving that information from the HTTP request headers.

C.

Create a Slack app which localizes the native language by using the users.profile.get API method. Accommodate for time zone differences by retrieving that information from the HTTP request headers.

D.

Create a Slack app which localizes both the native language and time zone by using the information returned from users.info API method.

Question # 38

Your security team asks you to develop an app that:

• syncs with an employee database built internally, and

• provisions users automatically for your Slack Enterprise Grid plan.

You start to design an app using the SCIM API, but realize you aren't able to install it in your grid without asking for some help.

Which two roles must the installing user belong to when they install a Slack app that uses SCIM and request the admin scope?

A.

App Collaborator

B.

Apps Admin

C.

Org Admin

D.

Org Owner

E.

Moderator

Question # 39

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?

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 # 40

Which element type would you use inside a block to collect free-text input in a modal?

A.

button

B.

plain_text_input

C.

static_select

D.

overflow

Go to page: