Slack Certified Developer Slack-Certified-Developer Exam Questions
Question #1 (Topic: demo questions)
Your legacy Slack integration uses the im.list API method to retrieve a list of direct message channels. With Slack’s API evolution, what is the current method that should be used for this functionality?
Correct Answer: A
Explanation:
The modern method that replaces im.list is conversations.list with the types=im parameter. This reflects Slack’s unified approach to conversations, where direct messages (IMs) are a subset of the broader conversations model. Option B is incorrect as there is no direct_messages.list method in Slack’s current API. Option C is incorrect because users.conversations is not a specific method in Slack’s API for listing direct message channels. Option D is incorrect as chat.list does not exist in Slack’s API and would not specifically list direct message channels.
Question #2 (Topic: demo questions)
Your team is creating a Slack app for managing team schedules. To align with Slack’s commitment to a more productive work environment, what feature should be prioritized?
Correct Answer: B
Explanation: