ExamGecko
Question list
Search
Search

Question 332 - 200-901 discussion

Report
Export

A developer creates an application that must provide an encrypted connection or API keys. The keys will be used to communicate with a REST API. Which command must be used for the secure connection?

A.

curl –X PUSH ‘http://username.app.com/endpoint/?api_key=12345abcdef’

Answers
A.

curl –X PUSH ‘http://username.app.com/endpoint/?api_key=12345abcdef’

B.

curl –v ‘ftp://username.app.com/endpoint/?api_key=12345abcdef’

Answers
B.

curl –v ‘ftp://username.app.com/endpoint/?api_key=12345abcdef’

C.

curl –X GET ‘https://username.app.com/endpoint/?api_key=12345abcdef’

Answers
C.

curl –X GET ‘https://username.app.com/endpoint/?api_key=12345abcdef’

D.

curl –X GET ‘http://username.app.com/endpoint/?api_key=12345abcdef’

Answers
D.

curl –X GET ‘http://username.app.com/endpoint/?api_key=12345abcdef’

Suggested answer: C

Explanation:


asked 07/10/2024
Avinash Jindal
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first