Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 923 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 923
Topic #: 1
[All SnowPro Core Questions]

What are the primary authentication methods that Snowflake supports for securing REST API interactions? (Choose two.)

  • A. OAuth
  • B. Key pair authentication
  • C. Federated authentication
  • D. Multi-Factor Authentication (MFA)
  • E. Username and password authentication
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
rsofia
1 month ago
Selected Answer: AE
"Snowflake supports basic authentication (i.e. username and password) in the API request header as specified in RFC 7617, where the authentication credentials are encoded using Base64. Similarly, Snowflake supports OAuth 2.0 as specified in RFC 6749."
upvoted 2 times
...
Lematthew31
3 months, 1 week ago
Selected Answer: AB
It's A & B
upvoted 1 times
...
ahadh7621
5 months, 3 weeks ago
Selected Answer: AB
Answer is A and B. Based on documentation for SQL REST API Authentication: https://docs.snowflake.com/en/developer-guide/sql-api/authenticating When you send a request, the request must include authentication information. The next sections explain how to add this information to the request: Using OAuth Using key-pair authentication A and E is wrong because it is only true for External APIs: https://docs.snowflake.com/en/user-guide/api-authentication
upvoted 2 times
ahadh7621
5 months, 3 weeks ago
https://docs.snowflake.com/en/developer-guide/sql-api/index Authenticating to the server Use OAuth or Key Pair to authenticate with the Snowflake server.
upvoted 1 times
...
...
cybe001
5 months, 4 weeks ago
AB is correct A. OAuth: OAuth is a widely used industry-standard protocol for authorization. It allows third-party applications to obtain limited access to user accounts on an HTTP service. Snowflake supports OAuth for securing REST API interactions, providing a robust mechanism for authentication and authorization without exposing user credentials. B. Key pair authentication: This method involves using a public-private key pair for authentication. In Snowflake, users generate a key pair, register the public key with their Snowflake user account, and use the private key to sign authentication tokens. This method is highly secure and is especially useful for automated and programmatic access to Snowflake's REST APIs.
upvoted 1 times
...
nexerSnow
8 months, 2 weeks ago
Selected Answer: AE
A and E r correct options
upvoted 1 times
...
tidz
10 months ago
Selected Answer: AE
https://docs.snowflake.com/en/user-guide/api-authentication
upvoted 4 times
...
DR369
10 months, 2 weeks ago
A, E https://docs.snowflake.com/en/user-guide/api-authentication
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...