Weekend Sale - Special 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 75onlydt

1z0-1157-26 Questions and Answers

Question # 6

In the OpenAI Agents SDK, when are input guardrails and output guardrails evaluated?

A.

Input guardrails and output guardrails run only if explicitly triggered by the model.

B.

Input guardrails run before the agent processes input; output guardrails run before the response is returned.

C.

Input guardrails and output guardrails both are evaluated only after the final response is generated.

D.

Input guardrails and output guardrails both are evaluated only before the model receives user input.

Full Access
Question # 7

What is the architectural advantage of Autonomous AI Database MCP Server over a separately deployed third-party MCP server?

A.

It eliminates the need for SQL queries entirely.

B.

It moves all query execution to a separate compute tier outside the database.

C.

It reduces operational overhead and enforces security inside the database.

D.

It uses a common MCP host for all database connections.

Full Access
Question # 8

Which tasks is handled automatically by LangChain when using agent.invoke()?

A.

Managing conversation state, formatting API requests, and routing tool execution across the agent loop.

B.

Building tool schemas, parsing tool calls, and orchestrating execution loops.

C.

Optimizing GPU memory allocation and distributing model inference across hardware accelerators.,,

D.

Training the foundation model from scratch.

Full Access
Question # 9

Which message format does MCP use for client-server communication?

A.

SOAP/XML

B.

JSON-RPC 2.0

C.

GraphQL

D.

Protocol Buffers

Full Access
Question # 10

What is long-term memory in OCI Enterprise AI Agents?

A.

The model's pretraining corpus.

B.

A static training dataset.

C.

Durable memory shared across conversations.

D.

Persistent container block storage.

Full Access
Question # 11

Which prompt addition is used for zero-shot Chain-of-Thought prompting?

A.

Set temperature equal to zero.

B.

Upload a structured CSV first.

C.

Let's think step by step.

D.

Disable all external retrieval tools.

Full Access
Question # 12

Which statement describes the STDIO transport in MCP?

A.

The server runs as an HTTP service intended for remote multi-client deployments

B.

STDIO transport requires OAuth authentication for all requests

C.

The host launches the server as a local subprocess communicating via stdin and stdout

D.

STDIO transport serializes messages as plain text rather than JSON

Full Access
Question # 13

When is MCP most valuable?

A.

For simple local utilities like add() and multiply() .

B.

When building a single-agent app with no external dependencies.

C.

When defining prompts and output parsers inside a single LangChain chain.

D.

When tools are external or cloud-hosted.

Full Access
Question # 14

What is the strategic theme behind agentic AI capabilities in Oracle AI Database?

A.

Removing SQL functionality in favor of REST APIs

B.

Bringing AI capabilities natively into the database.

C.

Selling vector products without database integration

D.

Replacing the database with a vector-only system

Full Access
Question # 15

Which statement describes the purpose of the OpenAI Responses API?

A.

It compresses prompts to reduce the number of tokens billed.

B.

It hosts open-source models locally on the developer's own hardware.

C.

It sends input to an OpenAI model and returns generated output.

D.

It trains language models from scratch on customer-supplied data.

Full Access
Question # 16

From the LLM's perspective, what is consistent between MCP-served tools and locally defined tools?

A.

The LLM can only invoke MCP-served tools after explicit user approval.

B.

The LLM interacts with both through the same tool-calling interface.

C.

The LLM receives network paths and authentication credentials for MCP tools.

D.

MCP-served tools always return richer outputs than local tools.

Full Access
Question # 17

What is the purpose of OCI Enterprise AI Governance?

A.

Managing model versions and rolling back failed deployments.

B.

Replacing the AI agent runtime layer.

C.

Monitoring model latency and optimizing inference throughput.

D.

Applying guardrails, identity controls, and network security controls to AI workloads.

Full Access