AnthropicTool Design and MCP Integration

MCP & Deployment — CCAR-F Practice Question

A representative Claude Certified Architect - Foundations (CCAR-F) exam question on MCP & Deployment. Work through it below, then read why each option is right or wrong.

This question is part of the free Claude Certified Architect - Foundations practice test.

Short answer

The correct answer is A. Use a local process transport for the workstation tool and an authenticated remote transport for the shared service.

Transport and authentication should match the deployment boundary. Local process communication and shared remote service access have different threat and operational models.

The Question

A local developer tool needs low-latency access to a process running on the same workstation, while a shared enterprise connector serves many remote clients. What deployment split is reasonable?

AUse a local process transport for the workstation tool and an authenticated remote transport for the shared serviceCorrect
BPut shared credentials in CLAUDE.md
CExpose the local filesystem to every remote client
DUse the same unauthenticated public endpoint for both

Why A is correct

Transport and authentication should match the deployment boundary. Local process communication and shared remote service access have different threat and operational models.

Why the other options are wrong

Option B: Put shared credentials in CLAUDE.md

Option B does not satisfy the requirement in the scenario. Review the explanation above: the correct choice (A) is the only one that fully meets every constraint stated in the question.

Option C: Expose the local filesystem to every remote client

Option C does not satisfy the requirement in the scenario. Review the explanation above: the correct choice (A) is the only one that fully meets every constraint stated in the question.

Option D: Use the same unauthenticated public endpoint for both

Option D does not satisfy the requirement in the scenario. Review the explanation above: the correct choice (A) is the only one that fully meets every constraint stated in the question.

Key idea: MCP & Deployment

Transport and authentication should match the deployment boundary. Local process communication and shared remote service access have different threat and operational models. On the CCAR-F exam, questions in the "Tool Design and MCP Integration" domain test whether you can map a scenario's constraints to the right choice. Read the requirement carefully, eliminate options that violate any single constraint, and pick the one that satisfies all of them with the least operational overhead.

Ready to see how you'd score?

Take the free practice quiz and find out which Claude Certified Architect - Foundations domains you need to focus on. No signup required.

Practice 5 similar questions

Same cert, same or adjacent domain. Use these after reviewing the explanation.

Related Claude Certified Architect - Foundations Practice Questions

Official sources used

Verify program and exam details at the source before scheduling.