Try 12 Oracle Fusion AI Agent Studio Developer Professional Rel 26-2 (1Z0-1155-2) sample questions and review the current multiple-choice exam format, 90-minute timing, 68% passing score, agent design, integration, security, testing, and deployment scope.
1Z0-1155-2 is Oracle’s current Oracle Fusion AI Agent Studio Developer Professional — Rel 26-2 exam. Oracle is the issuer; Oracle Fusion Applications AI is the product-family lane used on this site so exam-code pages stay grouped by the application stack candidates actually study.
Use the 12 original sample questions below to preview developer decisions across AI agent scope, grounding, tools, integrations, security, testing, deployment, and operational review. Use the Notify me form if this is your target Fusion AI route.
Practice option: Sample questions available
Start with the 12 sample questions on this page. Dedicated practice for 1Z0-1155-2: Oracle Fusion AI Agent Studio Developer Professional — Rel 26-2 is not currently included as a full web-app practice page; enter your email to get updates when full practice becomes available or expands for this exam.
Need live practice now? See currently available IT Mastery exam pages.
| Field | Detail |
|---|---|
| Vendor / issuer | Oracle |
| Product family | Oracle Fusion Applications AI |
| Exam code | 1Z0-1155-2 |
| Certification route | Oracle Fusion AI Agent Studio Developer Professional — Rel 26-2 |
| Format | Multiple choice |
| Duration | 90 minutes |
| Passing score | 68% |
| Current site status | Sample questions |
| Replacement note | This is the newer developer route after 1Z0-1155-1. |
| Area | Why it matters |
|---|---|
| Agent scope and use-case fit | The developer must know when an AI agent should answer, draft, route, call a tool, or escalate. |
| Grounding, tools, and integrations | Practical agent questions often test data-source selection, tool contracts, permissions, and fallback behavior. |
| Security, testing, and lifecycle controls | Production agents need identity boundaries, sensitive-data handling, testing coverage, observability, and release discipline. |
Try these 12 original sample questions for Oracle 1Z0-1155-2. They are designed for self-assessment and are not official exam questions.
Topic: Agent scope
A Fusion Applications team wants an AI agent to answer invoice-status questions and open a workflow only when a user has the required role. What should the developer define first?
Best answer: C
Explanation: A developer professional route should start with the agent’s business scope and operating boundary. The agent needs grounded data, approved actions, user-aware permissions, and a clear escalation path before it can safely assist with a Fusion workflow.
Topic: Tool invocation
An agent can create a supplier-service request, but the workflow requires supplier ID, issue category, priority, and requester authorization. Which implementation pattern is strongest?
Best answer: D
Explanation: Tool calls that change business data need input validation, authorization checks, and predictable error handling. The agent should collect missing fields and confirm risky changes instead of sending incomplete or unauthorized requests.
Topic: Grounding
Users receive different answers because the agent retrieves both a current implementation guide and a retired process document. What should the developer fix?
Best answer: A
Explanation: Grounding quality depends on the sources the agent can retrieve and how it ranks them. Retired or superseded content should be excluded, downgraded, or clearly labeled so the agent does not present stale process guidance as current.
Topic: Context resolution
A user asks, “Can you update it?” after discussing two open service requests. What should the agent do before taking action?
Best answer: B
Explanation: Vague references are risky before a business action. The agent should resolve the target, confirm the requested update, and verify that the user is allowed to make the change before invoking a tool.
Topic: Security
An agent may summarize sensitive worker data from Fusion HCM. Which control is most important?
Best answer: C
Explanation: AI agent development does not bypass application security. Sensitive Fusion data should remain protected by identity, role, data-access, prompt, and audit controls.
Topic: Integration failure
An external shipment-status API times out while the agent is answering a customer-service request. What is the best response behavior?
Best answer: B
Explanation: Production agents need safe failure modes. A timeout should not produce fabricated business facts or leak technical secrets; the user should receive clear next steps.
Topic: Testing
Which test set is most useful before releasing an agent that can call Fusion workflow actions?
Best answer: D
Explanation: Agent testing should cover normal and adverse paths. Business-action agents must be tested for ambiguity, access failure, bad inputs, downstream errors, and realistic process variations.
Topic: Observability
A support team needs to explain why an agent selected the wrong workflow. Which implementation detail helps most?
Best answer: A
Explanation: Observability makes agent behavior reviewable. Logs should support troubleshooting and governance while still protecting confidential data and secrets.
Topic: Lifecycle management
An implementation team updates prompts, tool definitions, and grounding sources each quarter. What should the team maintain?
Best answer: C
Explanation: AI agent artifacts should be managed like application assets. Versioning, review, testing, controlled deployment, and rollback planning reduce regression and audit risk.
Topic: Human oversight
An agent can recommend a high-impact supplier-bank-detail update. What safeguard should the developer design?
Best answer: D
Explanation: High-risk business changes need stronger controls than a natural-language request. Authorization, validation, approval, and auditability help prevent fraud and data-entry errors.
Topic: Response design
An agent gives a correct answer but does not show which source or business rule supported it. What improvement is most useful?
Best answer: A
Explanation: Users need to understand why an agent answer is reliable. Grounded source context and decision-rule language make the response easier to verify and act on.
Topic: Route fit
Which task best matches preparation for Oracle 1Z0-1155-2?
Best answer: B
Explanation: The Rel 26-2 developer professional route is centered on Fusion AI Agent Studio implementation. Strong preparation emphasizes agent design, grounding, tools, security, integrations, testing, and operations.
| Cue | What to remember |
|---|---|
| Scope | Define what the agent can answer, draft, route, call, and escalate. |
| Grounding | Use current, trusted sources and exclude retired guidance. |
| Tool calls | Validate inputs, permissions, and failure behavior before business changes. |
| Security | Preserve Fusion identity, role, data-access, and audit boundaries. |
| Lifecycle | Treat prompts, tool definitions, and sources as versioned release artifacts. |