option
Questions
ayuda
daypo
search.php

Oracle AI Agent Studio for Fusion Applications Developers Professional (1Z0-1155

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Oracle AI Agent Studio for Fusion Applications Developers Professional (1Z0-1155

Description:
Practice exam

Creation Date: 2026/03/06

Category: Others

Number of questions: 49

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

A global company wants its oracle fusion IA agent studio agent to provide customer support in multiple lenguages. The company has different policies and procedures for each region, and wants to ensure that users reacive guidance in their local lenguage and according to their regions rules. how should you orginize topics to support this requeriment?. Use a single topic with all transactions and polices combined. Upload regional policy documents with a document tool.   Create topics by language and region.

A financial services company uses Oracle Fusion AI agent studio to build agents that answer regulatory compliance questions. Since regulations change often, the company wants to make updates once and hav those changes apply across al agents, rather tan individually revise wach agent. Which configuration enables consistent and maintainable compliance guidance for all relevant agents?. Upload the compliance manual to a document tool and instruct agents to search the manual for guidance during conversations. Create a centralized compliance topic containing the required guidance and link this topic to every agent that should use it. Program a supervisor agent to dunamically provide the lastest compliance instructions to all worker agent at runtime.

You are designing an Agent for store operations with three distinct domains: staffing, scheduling, and customer complaints. How should you configure Topics so that store managers receive guidance for their specific domain?. Upload the consolidated store policies into a Document tool and rely on retrieval across those documents to tailor responses for staffing, scheduling, and complaints without defining separate Topics. Create three separate Topics: one for staffing, one for scheduling, and one for customer complaints,with domain-specific instructions. Add Deep Link tools per domain so managers can navigate to the right application pages instead of creating multiple Topics. Define one general Topic that covers staffing, scheduling, and complaints together for simplicity and maintain it as the agent evolves.

As an implementer of Al agents, you are responsible for evaluating their performance. In addition to verifying the accuracy of responses, you are also provided with latency and token metrics for each interaction. Why is it important to consider latency and token metrics alongside correctness when assessing the overall performance of an Al agent?. While latency and tokens reveal the efficiency and cost-performance of the agent, correctness evaluates only semantic alignment. While latency and tokens directly control whether a response is marked "Complete" or not, correctness validates the factual match with expected outputs. While latency and tokens help ensare the actual outputs generated adhere to the formatting and structural requirements of the expected responses, correctness checks only logical consistency.

During offline testing, an implementer configures evaluation metrics to compare two Al Agent runs. One run shows lower latency but slightly reduced correctness, while the other has higher correctness but higher token consumption. if the implementer's goal is production optimization for large-scale rollout, which approach aligns with Oracle's best practices?. Merge both runs into a hybrid evaluation, combining correctness and latency scores into an averaged metric for balanced optimization. Select the run with lower latency because correctness can always be fine-tuned later through user feedback loops and reinforcement learning. Select runs based on comparative analysis, where correctness remains the primary factor unless SLA demands explicit prioritization of cost/latency.

An Implementation Consultant needs to create a custom admin role for Al Agent Studio that can manage agent permissions and access, across multiple Fusion Cloud applications. Which step in the Security Console is essential to enable this capability?. Enable permission groups for the custom role and assign the relevant duty roles for each product family. Assign a custom role to the user, add all desired privilege codes, and manually adjust data security policy assignments for each Agent Team. Add a custom role to the user and enable the Access Intelligent Agent Chat privilege.

A Leave & Absence agent in Fusion Applications frequently receives vague user queries such as "show leave." The agent responds inconsistently, sometimes displaying leave balances and other times showing company leave policies. As a prompt designer, what should you do to improve accuracy?. Keep the system prompt minimal and allow the Al model to infer intent from the user's context. Require users to phrase all questions as full sentences to enhance the model's intent recognition. Define clear rules in the system prompt for handling ambiguous queries and instruct the agent to ask users for clarification when needed.

A business unit needs to restrict access to a specific Agent Team in Oracle Al Agent Studio so that only HR specialists can access it. Which configuration step is required to enforce this access control?. Assign the Agent Team to a custom HR specialist role with permission groups enabled and the relevant functional security policies. Assign the Agent Team to a custom role with the Access Intelligent Agent Chat privilege and restrict assignment to HR specialists. Assign the Agent Team to the Application Implementation Consultant role and restrict access via menu configuration.

A company wants their HR Agent in Oracle Fusion Al Agent Studio to answer employee questions about payroll, leave, and benefits, while ensuring future scalability as new HR areas are introduced.How should the Al agent's Topics be structured so the agent accurately identifies the subject area and provides precise answers?. Define one broad Topic that covers payroll, leave, and benefits together. Use Deep Link tools to let employees select their HR area through navigation links. Upload HR policy documents into a Document tool and have the agent retrieve answers for all HR topics from them. Create a Topic for each HR area payroll, leave, and benefits and assign them to the agent.

You are testing a Procurement Al agent whose responses are being parsed by downstream automation that requires raw JSON. However, the agent's output is valid JSON enclosed in triple backticks (*), causing the automation to fail.How can you ensure the agent's responses are consistently parsed as JSON by downstream systems?. Change the response format to plain text instead of JSON, and have the downstream system handle all text parsing. Revise the system prompt or follow-up prompt to require raw, unwrapped JSON output, and provide an example if necessary. Leave the default output unchanged, since the content itself is valid JSON and minor formatting differences should not affect downstream parsing. Update the agent's prompt instructions to specify that responses must be valid JSON, and explicitly prohibit markdown formatting or backticks.

A project team has prepared and activated a Guided Journey linked to a newly developed agent, but users are reporting that the Al assistant is not appearing as expected on the responsive homepage.Which two reasons explain why the embedded agent is not visible to users after deployment?. The Agent Team has not been published within Al Agent Studio. The Guided Journey code was entered in a property field not associated with the homepage experience. The homepage layout was customized after the Guided Journey was embedded, which overrides the agent display settings. The Guided Journey is in the draft status.

You are tasked with deploying a new Guided Journey that includes an Al agent within Oracle Fusion Applications.During deployment, at what stage do you embed the code necessary to display your Guided Journey agent on the desired application page?. When updating the Page Properties section in Visual Builder Studio to include the Guided Journey code. When modifying the navigation menu options in Visual Builder Studio to enable agent visibility. When creating a new business object in Visual Builder Studio for storing agent journey codes.

A project team has activated a Guided Journey for a new Al agent designed to assist with onboarding queries. As an administrator, you need to verify that the agent is properly embedded and test its visibility on the user homepage.Which action should you perform in Visual Builder Studio to confirm that the Guided Journey agent is visible to users on the homepage?. Enter the Guided Journey code in homepage properties and preview the page. Edit the Visual Builder Studio template, update workflow triggers, and publish the home page. Add the Guided Journey agent code to homepage properties and use the preview function to confirm appearance.

Following a recent quarterly update, users have reported that an agent is no longer able to retrieve invoices. What is the root cause of this issue?. The quarterly update deprecated the REST API, requiring all integrations to switch to SOAP or a custom object. The agent's prompt and topics were overwritten during the update, leading to incomplete conversational flows. The quarterly update changed the API version path (e.g. from 11.13.18.05 to 11.13.18.06) for custom business objects.

You are building a custom Al agent to connect external services with Oracle Fusion Applications. The agent retrieves data via an external API and sends notifications through an internal REST API. You have also set up the worker agent with Tools and Topics.What should you include when defining an External REST API Tool in Oracle Al Agent Studio to ensure the agent can successfully interact with an external service?. A set of predefined questions and answers related to the external service, along with a brief description of the agent's purpose. A link to an external resource with information on the external API and a list of supported tools. The endpoint URL, HTTP operation, and authentication details for the external API. The API response schema, supported error codes, and any required mapping to Fusion objects.

Which of these is a feature of the pre-built 'My Team' Business Object tool in Oracle Al Agent Studio?. It provides a list of all employees in the entire organization. It includes a pre-built function called search for workers for querying team members. It only returns workers who report directly to the logged-in user. It uses the get worker assignment function to retrieve team details.

Which operation types are supported when creating a business object in Oracle Fusion's Al Agent Studio?. TT GET, HTTP POST, HTTP PUT, HTTP DELETE. HTTP GET, HTTP POST, HTTP HEAD. TP PATCH, HTTP HEAD, HTTP OPTIONS, HTTP GET. HTTP TRACE, HTTP CONNECT, HTTP SEARCH, HTTP POST.

You are designing an agent in Oracle Fusion Al Agent Studio. The agent must retrieve live inventory data from Fusion SCM, ensure that each manager only sees inventory for locations they are authorized to access, and allow for future integration with logistics partners.How can this requirement be addressed?. Add a Business Object Tool for inventory with role-based access and configure an external REST call. Combine a Document Tool for inventory record storage with a Deep Link Tool to logistics partner portals. Assign a Deep Link Tool to the inventory dashboard and use a Calculator Tool for stock estimates. Upload inventory spreadsheets regularly using a Document Tool and assign Topics for each warehouse.

You are a developer tasked with creating a custom Al agent to assist sales representatives with opportunity management.The agent needs to integrate with an external API that requires Auth 2.0 authentication and has specific data encryption requirements.What should you use to ensure secure authentication and data encryption when integrating the Al agent with the external API?. Basic authentication and SSL/TLS encryption. Auth 2.0 and data encryption using AES-256. OpenID Connect and data encryption using RSA. OAuth 2.0 and data encryption using PGP.

An Oracle Fusion Al agent accesses payroll data from an external provider using a REST API. The company wants to ensure that all sensitive data access is logged and that only authorized HR users can query payroll data.How can these security and compliance requirements be met?. Enable detailed audit logging for payroll data access and use HTTPS endpoints. Allow all authenticated users to access payroll data and use HTTP endpoints for improved performance. Require multi-factor authentication for agent access and allow department managers to approve payroll queries. Configure the REST tool to log all data access events and restrict agent access to users with the designated HR role.

A customer service team needs to ensure their Oracle Fusion Al agent gives return instructions that precisely match the current company policy.How should they validate the agent's responses before rolling it out to all representatives?. Create a set of realistic return scenarios, test the agent's responses, and directly compare each answer to the official return policy. Have a small group of team leaders discuss the responses and agree if they appear helpful and clear for daily use. Solicit feedback from experienced representatives and adjust responses if they feel anything is missing or unclear. Review prior return FAQ documents and compare the structure and wording of the agent's answers for consistency with past materials.

Which Enterprise Scheduler Service (ESS) process needs to be executed when a Document Type Tool is created before an agent can use the document?. Create Summaries Using Generative Al. Process Agent Documents. HCM Access Control List Initial Ingestion. Mass Ingest Journeys Data.

You are tasked with validating an agent that provides customer service representatives with product return instructions. The business requires that the agent's answers match the official return policy and that any errors are identified before deployment.How can you confirm that the agent's responses are correct and meet business requirements?. Test the agent with real-world questions and verify answers against the official policy. Have each customer service representative approve the responses individually before the agent is launched. Refer against the documentation provided by the agent development team to ensure accuracy of answers.

A Solution Architect is reviewing the results of Oracle Al Studio's Automated Testing to evaluate the quality of new Al agents before production deployment.Which metric is primarily used in Oracle Al Studio Automated Testing to determine if agent responses meet expectations?. Correctness of the generated response compared to expected answers. Token efficiency relative to test set averages. Latency of response generation from input to output. User satisfaction scores measured during live A/B testing with real users.

A Performance Agent gives the same explanation of the performance management process to both managers and employees, resulting in managers not receiving the guidance needed to evaluate their teams.How can you make the agent deliver role-appropriate advice?. Add a "role" parameter to the agent's context so that the model will customize responses without changing the prompt instructions. Upload the company policy to a Document Tool and instruct the agent to always cite policy in its answers. Create distinct prompts or responses with targeted instructions for managers and for employees.

You are leading a project to implement a new Al agent in Oracle Fusion Applications that will access sensitive employee data and interact with external APIs. Management has requested a clear explanation of the measures in place to protect against unauthorized data access, prevent inappropriate responses, and safeguard personal information.How does the solution address these security and compliance requirements?. By using topics to set tone and style, while relying on external providers for all security enforcement. By implementing context-specific prompts and disabling audit trails in the Al agent configuration. By applying role-based access controls, enforcing API authentication, and enabling Oracle's guardrails for toxicity and prompt injection. By granting open access to all available tools and APis within the agent to streamline integration, restricting security checks, and monitoring procedures exclusively to data exchanged with external sources.

In Oracle Al Studio, what is the significance of offline testing compared to online A/B testing?. Offline testing focuses on optimizing agent performance, while A/B testing evaluates the effectiveness of different agent configurations. Offline testing automates the testing process, while A/B testing requires manual intervention to assess agent performance. Offline testing ensures evaluation against reference answers before launch, while A/B testing checks live user satisfaction metrics after launch. Offline testing validates latency and token consumption before production, while A/B testing measures user engagement metrics after deployment.

An Oracle Fusion implementation team must grant an administrator full configuration and management access in Al AgentStudio for both HCM and SCM. This includes the ability to manage agents and permissions in both areas.Which configuration will ensure the administrator has full access across both product families?. Assign the HCM Application Administrator and SCM Application Administrator roles without enabling permission groups. Enable permission groups and assign the Supply Chain Application Administrator for SCM. Create a custom admin role with permission groups and required duties for HCM. Assign only the Application Implementation Consultant role to the user for general permissions and initial setup processes,and depend on inherited access.

You are designing an agent in Oracle Fusion Al Agent Studio to help employees retrieve their pay records, view payslip details, and calculate their total pay for a given year. The agent must strictly enforce access controls so users can only view their own data.Which configuration meets these requirements?. Use a Business Object Tool for pay data, a Deep Link Tool for payslip details, a Calculator Tool for pay calculations, and the Context Tool to enforce user-level access controls. Set up a Calculator Tool for pay calculations and a Document Tool to provide pay policy information. Use an External REST Tool to connect to an external payroll provider and a Document Tool for pay statements. Configure a Document Tool with pay policy PDFs and assign a Topic for pay calculations.

Which duty role should be assigned to allow a user to interact with Al Agent in the application?. Fai Genai Agent HCM Administrator Duty (ORA DR_FAI GENERATIVE AI AGENT HCM ADMINISTRATOR DUTY). Fai Genai Manager Duty (ORA DR_FAI GENERATIVE AI MANAGER DUTY). Fai Genai Manager Job (ORA FAI_GENERATIVE AI MANAGER JOB). Fai Genai Agent Runtime Duty (ORA DR_FAI_ GENERATIVE AI AGENT_ RUNTIME DUTY).

During testing, your Recruiting Al Agent frequently provides incomplete answers when candidates ask about their job application status.How can you refine the system prompt to improve the clarity and reliability of the agent's responses?. Use a complex JSON structure for the prompt to improve parsing. Break the system prompt into concise, step-by-step instructions that clearly outline the agent's expected actions. Make the system prompt longer by adding more information, regardless of structure.

A large multinational company is launching a custom Al agent in Oracle Fusion Applications to automate the processing of leave requests and provide real-time status updates to employees.The agent needs permission to access sensitive employee information through Business Object Tools and must query an external REST API for public holiday validation. Security reviews have raised concerns about possible data leakage and unauthorized access when integrating external and internal data sources.How will you ensure the agent integrates securely and reliably with both internal business objects and external REST APIs, while protecting sensitive data?. Limit agent Tools only to the requirea business objects and APis, enforce access controls based on user roles, and use secure token relay for authenticating external API requests. Grant the agent unrestricted access roles and configure all Tools to allow open data connections for operational flexibility across modules, including enabling default connections for any new APis added in the future without additional review. Configure agent access for just the necessary business objects and external APls, apply user role-based and agent team restrictions for internal data, and require secure token relay for external API authentication. Deploy the agent in a separate test environment, turn on extended debugging and comprehensive data logging, and periodically review all logs for evidence of data leakage before proceeding to production deployment.

An Outbound Compliance Advisor agent receives the query, "What placards do I need for shipment ABC123?" The Debug mode shows the following tool usage: (1) External REST (web search), (2) Document Tool (internal compliance PDF), and (3).Deep Link to a shipment page. The shipping team prefers responses grounded solely in internal policy and wants to minimize the number of tool calls.What modification should you make to reduce tool calls while ensuring answers are based only on internal policy?. Disable the Deep Link capability so users remain within Fusion but without navigation shortcuts, even if that does not alter which knowledge source the agent consults first. Direct the agent to use the Document Tool for compliance and keep the Deep Link for navigation. Keep all existing Tools active and expand the policy coverage by uploading a larger, more comprehensive internal PDF, expecting the agent to favor that source when responding. Replace the document-based policy reference with a Business Object configuration so the agent retrieves similar guidance from transactional endpoints instead of documents.

The system prompt for a Benefits Agent currently says: Display benefit enrollment data elements. Employees testing the agent have reported that the responses are confusing and too system-oriented.How should you refine the system prompt to improve clarity and user experience?. Include coverage codes and enrollment attributes to make the prompt more precise. Add more policy-related terminology so it matches the Benefits policies. Keep the existing prompt but provide examples of enrollment data. Rephrase the prompt to, "Show my current health plan and who is covered".

After adding and configuring all tasks in a Guided Journey, which statement describes the activation and preview steps for a Guided Journey in Oracle Fusion Applications?. Preview the journey and assign security roles for activation. Activation and preview are both required steps. Preview is required; activation is optional. Only activation is required; preview is recommended.

You are configuring an Al agent to answer HR questions and want it to appear on the employee homepage in Oracle Fusion Applications.After completing the Agent Team setup in Al Agent Studio, what steps are required to finalize the Guided Journey and homepage configuration?. In the Oracle Fusion Application menu, duplicate the Agent Team and map it to the Guided Journey homepage via a scheduled process. In Guided Journeys, create a new journey and add a task referencing the agent before activating and noting its generated code. In Al Agent Studio, assign a Business Object Tool to the agent and update agent security for homepage availability. In Visual Builder Studio, edit page properties and input the Guided Journey code in the dedicated field for homepage integration.

A global manufacturing company is configuring an agent for order management that must read and update Fusion transactional records while executing under the signed?in employee's privileges.Which two Oracle Al Agent Studio tools should be included to meet these requirements?. Business Object Tool. Deep Link Tool. Document Tool. User Session Tool. External REST Tool.

A developer needs to allow users to open the Payables Invoices work area directly from an agent to edit invoices.Which configuration enables this navigation from the agent?. Add a Document Tool containing the invoices policy and page link, and assign the tool to the Agent Team for user access. Configure an External REST Tool for the instance, specify the invoices endpoint, and assign the tool to the Agent Team for navigation. Create a deep link with the instance-relative URL, associate it with a Deep Link Tool, and assign the tool to the Agent Team.

An Al Agent Studio administrator needs to update an existing Agent Team to ensure that new policy documents are accessible to agents at runtime.What is the recommended process for uploading new policy documents and making them available to the Agent Team during runtime?. Remove all existing tools from the Agent Team and create a new Document Tool for each policy update. Link new policy documents in a Topic and attach the topic to the Agent Team to grant access. Upload the new documents directly to the Document Tool and then run the Process Agent Documents ESS process. Add the policy documents as file atta. hments in the agent's workflow settings.

A developer is designing a business object to query and update Benefits for an employee using the benefit Enrollments REST API function.How can you query details from a single enrollment?. Add the /hemRestApi/resources/11.13.18.05/benefitEnrollments/ (Enrollment Resultld) parameter to the Resource Path. Use the Add from Specification option to create a Business Object function for benefitEnrollments. Add the Enrol Iment Result Id parameter to the Parameters and Business Object fields.

A Finance Al Agent in Fusion Applications is experiencing inconsistent prompt performance due to an unclear system prompt. Industry best practices for prompt engineering emphasize the importance of clarity and logical organization.What approach should be used to structure the system prompt to maximize clarity and maintainability?. Integrate persona, instructions, inputs, and outcomes into a single narrative paragraph without demarcation. List all prompt details in order of perceived user importance, combining instructions, inputs, and persona information together. Break the prompt into clearly defined sections by type such as persona, instructions, inputs, and desired outputs explicitly labeling each section.

A company needs to let end users interact with published agents but wants to keep agent configuration and deployment rights limited to administrators.Which two roles should be assigned to ensure appropriate access for each group?. Assign a custom Explorer role with the Access Intelligent Agent Chat Function Security Privilege and Agent Runtime Duty to end users. Assign the Application Implementation Consultant role with permission groups to administrators, and restrict agent configuration for end users only via menu access controls. Assign product family-specific admin roles with permission groups enabled to administrators. Assign the Application Implementation Consultant role with permission groups enabled to administrators, and grant end users a custom Explorer role with the Access Intelligent Agent Chat privilege.

Which component in an Al agent is used to assign Oracle Fusion role-based security configurations?. Agent. Agent Team. Business Object. Tools.

In Oracle Al Studio, what is the core difference between Agent Tracing and Prompt Tracing?. Agent Tracing provides full visibility into latency, token usage, and model performance at the agent level, while Prompt Tracing isolates the performance analysis of each prompt individually. Agent Tracing provides step-by-step visualization of multi-step agent executions, while Prompt Tracing focuses on the details of a single prompt execution. Agent Tracing is tied to compliance evaluation workflows and scoring, while Prompt Tracing is dedicated to evaluation dataset management and scoring alignment.

How does context information contribute to the effectiveness of Agent Tracing in Oracle Al Studio?. By summarizing evaluation set performance metrics, user satisfaction scores, and aggregate results across multiple testing runs, providing a high-level overview of agent performance. By automatically correlating offline testing correctness metrics with online A/B testing outcomes to generate consolidated evaluation insights, enabling data-driven decision-making. By providing usernames, start times, agent memory, prompts, topics, and instructions associated with each trace, allowing for more detailed analysis and debugging.

A Benefits Enrollment Al Agent is designed to help employees enroll in benefits by collecting information about their dependents and subsequently ensuring that the chosen health plan is correctly linked to those dependents.During testing, you notice that although the agent prompts the employee to enter dependent details in one step and to select a health plan in the next step, the submitted plan does not link the selected dependents as intended.How should you refine the setup to ensure context is retained across steps?. Set up separate workflows for dependents and health plans, each handling its own step. Configure session variables to hold dependent details so that they remain available when the health plan is selected. Adjust the prompt, so that the model references earlier text in the conversation instead of storing details explicitly.

A financial services company wants its agent to provide tailored guidance for regulatory compliance, tax, and audit queries, ensuring each type of inquiry is handled with the correct logic and escalation path.How should Topics be configured to support this requirement in Oracle Al Agent Studio?. Create separate Topics for regulatory, tax, and audit queries. Configure a Business Object Tool for regulatory, tax, and audit queries. Assign a single Topic for regulatory, tax, and audit queries.

A company wants all Agent Teams in different HR areas to apply the same escalation steps and maintain a consistent response style.How should you attach escalation and response style guidance so that updates apply to all relevant teams with minimal maintenance?. Configure a Business Object Tool that returns escalation and response style values for each situation and instruct agents to query it during escalation. Define separate Topics,one for escalation logic, another for response style,and assign both Topics to every HR agent team that requires them. Upload static escalation and response style documents and reference them via Document Tools in each agent team.

You are debugging a published Benefits Policy Advisor agent in Al Agent Studio. In the Debug mode, a basic query "What does my dental plan cover?" consistently takes about 11.5 seconds to respond.The trace shows a single worker agent using one Document Tool with three retrieved chunks, and no external REST calls. Stakeholders are requesting improved response times without lowering answer quality.What steps can you take to analyze and reduce response time while maintaining answer quality?. Increase the number of retrieved chunks in the Document Tool to provide the model with more context per question. Review and streamline the prompt and topic instructions to reduce verbosity and overall request size, then retest latency in the Debug mode. Switch to a larger LLM to improve reasoning, expecting faster responses by default. Review the Debug trace for redundant tool calls and reduce the document set or adjust chunking to minimize the retrieval payload size.

Report abuse