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

Slack-Dev-201 Reviews Questions

Salesforce Certified Slack Developer Questions and Answers

Question 13

What must an app do shortly after receiving an Events API request to avoid retries?

Options:

A.

Reply with a 200-level HTTP response quickly

B.

Send back a Block Kit payload

C.

Log out the user

D.

Request a new OAuth scope

Question 14

Why should OAuth scopes be kept as narrow as possible?

Options:

A.

Slack charges per scope

B.

To follow the principle of least privilege and limit what the app can access

C.

Narrow scopes load faster

D.

Wide scopes are deprecated

Question 15

Which Block Kit block type is commonly used to display a simple block of text?

Options:

A.

divider

B.

section

C.

image

D.

context

Question 16

What format does the Slack Web API primarily use for requests and responses?

Options:

A.

SOAP/XML

B.

REST with JSON

C.

GraphQL

D.

gRPC