- A
SAML authentication
Why wrong: SAML is used for web UI SSO, not REST API.
- B
Certificate-based authentication
X.509 certificates can be used for API authentication.
- C
Local AAA user (username/password)
Local users can authenticate to the REST API.
- D
RADIUS/TACACS+ authentication
Why wrong: These are for switch management, not directly for APIC REST API.
- E
LDAP authentication
Why wrong: LDAP is for user lookup, not REST API auth.
Quick Answer
The answer is local AAA user authentication with a username and password, and certificate-based authentication using X.509 certificates. These two methods are supported for authenticating to the APIC REST API because the APIC validates REST API calls either against locally stored credentials or through a cryptographic handshake with a trusted certificate, eliminating the need for interactive login. On the Cisco DCCOR 350-601 exam, this concept tests your understanding of secure API access in ACI environments, often appearing as a multiple-select question where you must distinguish supported methods from unsupported ones like OAuth or LDAP direct bind. A common trap is assuming TACACS+ or RADIUS are valid for REST API calls, but those protocols only apply to CLI or GUI access, not API authentication. Memory tip: think “Local or Cert” for APIC REST—no external AAA servers allowed for API calls.
350-601 Automation Practice Question
This 350-601 practice question tests your understanding of automation. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Which TWO methods are supported for authenticating to the APIC REST API?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Certificate-based authentication
The APIC REST API supports certificate-based authentication (option B) and local AAA user authentication with a username and password (option C). Certificate-based authentication uses X.509 certificates for secure, non-interactive API access, while local AAA authentication relies on credentials stored directly on the APIC. Both methods are explicitly documented as valid for REST API calls.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
SAML authentication
Why it's wrong here
SAML is used for web UI SSO, not REST API.
- ✓
Certificate-based authentication
Why this is correct
X.509 certificates can be used for API authentication.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Local AAA user (username/password)
Why this is correct
Local users can authenticate to the REST API.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
RADIUS/TACACS+ authentication
Why it's wrong here
These are for switch management, not directly for APIC REST API.
- ✗
LDAP authentication
Why it's wrong here
LDAP is for user lookup, not REST API auth.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the distinction between authentication methods supported for the REST API versus those supported for management access (SSH, web GUI), leading candidates to incorrectly select RADIUS/TACACS+ or LDAP as valid REST API options.
Detailed technical explanation
How to think about this question
For certificate-based authentication, the APIC validates the client certificate against a trusted CA certificate stored in the APIC's truststore, and the certificate's subject DN is mapped to a local APIC user. For local AAA, the REST API uses HTTP Basic Authentication over HTTPS, where the username and password are base64-encoded in the Authorization header. In real-world automation, certificate-based authentication is preferred for scripted API calls to avoid storing plaintext credentials.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A junior network technician can log in to a core router but cannot reach the enable prompt or configuration mode. The AAA server is authenticating the login — but the authorisation policy only grants privilege level 1, not 15. Authentication (who you are) is working; authorisation (what you can do) is not.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Automation — study guide chapter
Learn the concepts, then practise the questions
- →
Automation practice questions
Targeted practice on this topic area only
- →
All 350-601 questions
500 questions across all exam domains
- →
Cisco DCCOR / CCNP Data Center Core 350-601 study guide
Full concept coverage aligned to exam objectives
- →
350-601 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 350-601 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network practice questions
Practise 350-601 questions linked to Network.
Compute practice questions
Practise 350-601 questions linked to Compute.
Storage Network practice questions
Practise 350-601 questions linked to Storage Network.
Automation practice questions
Practise 350-601 questions linked to Automation.
Security practice questions
Practise 350-601 questions linked to Security.
350-601 fundamentals practice questions
Practise 350-601 questions linked to 350-601 fundamentals.
350-601 scenario practice questions
Practise 350-601 questions linked to 350-601 scenario.
350-601 troubleshooting practice questions
Practise 350-601 questions linked to 350-601 troubleshooting.
Practice this exam
Start a free 350-601 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 350-601 question test?
Automation — This question tests Automation — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Certificate-based authentication — The APIC REST API supports certificate-based authentication (option B) and local AAA user authentication with a username and password (option C). Certificate-based authentication uses X.509 certificates for secure, non-interactive API access, while local AAA authentication relies on credentials stored directly on the APIC. Both methods are explicitly documented as valid for REST API calls.
What should I do if I get this 350-601 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More 350-601 practice questions
- Refer to the exhibit. The interface fc1/1 is configured as an E_port. The connected switch also has an E_port configured…
- Refer to the exhibit. After applying this configuration, the engineer activates the zoneset with 'zoneset activate name…
- A network engineer is troubleshooting a slow backup performance between a backup server and a tape library connected via…
- A data center engineer is deploying a new application on Cisco UCS Manager. The application requires consistent low-late…
- Which TWO are valid methods to configure a Cisco UCS service profile for stateless computing? (Choose two.)
- A data center engineer notices that a UCS B-Series blade server is failing to boot from a SAN LUN that is correctly mapp…
Last reviewed: Jun 24, 2026
This 350-601 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-601 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.