1Z0-900 Exam Questions
136 real 1Z0-900 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #54Understand Java EE Architecture
A Java EE application that uses an EJB container must communicate with a legacy system developed using non-Java technologies. Which two Java EE technologies can be used in the inte...
Java EE ArchitectureJMSJCAIntegration Tier - Question #55Create Java Applications using WebSockets
Which statement is true about the relationship between HTTP and WebSockets?
WebSocket protocolHTTP upgrade handshakeprotocol communicationclient-server connectivity - Question #56Implement Business Logic by Using EJBs
Which annotation do you use on line 1 to ensure that clients immediately time out when attempting to concurrently invoke callMethod () while another client is already accessing the...
EJB Concurrency@AccessTimeoutThread Access ControlTimeout Semantics - Question #57Implement REST Services using JAX-RS API
Which is a valid description of REST?
REST architectureJAX-RS APIWeb ServicesJEE standards - Question #58Use CDI Beans
Given the code fragment: Assuming this bean is used only in the code fragment above, how long will the injected Bean instance be available?
CDI scopesdependency injectionbean lifecyclescope annotations - Question #59Secure Java EE 7 Applications
You want to allow one set of roles to POST to a resource and another set of roles to GET it. Which two configuration options should you use? (Choose two.)
Security ConfigurationHTTP Method AuthorizationDeployment DescriptorRBAC - Question #60Understand Java EE Architecture
Your class requires multiple resources defined, as shown in the following: Which annotation do you use to group multiple @Resource declarations together for class-based injection,...
@Resource annotationDependency injectionResource managementClass-based injection - Question #61Create Java Web Applications using Servlets
Your web application requires logic to remember items that a user placed into a shopping cart. Which two mechanisms should you use to associate that information with the user? (Cho...
session managementuser stateservlet mechanismspersistent storage - Question #62Implement REST Services using JAX-RS API
Given: What will be the response to a HEAD request?
HEAD requestJAX-RS HTTP methodsREST endpoint behaviorHTTP semantics - Question #63Use CDI Beans
You are building the User Preferences page of an application. A user can change values, such as his or her name, password, address, company, and so on. These values are sent to a C...
CDI scopesstate persistenceview scopesession scope - Question #64Manage Persistence using JPA Entities and BeanValidation
A Persistence application locks entity x with a LockModeType.PESSIMISTIC_READ lock type. Which statement is true?
Pessimistic LockingJPA Lock ModesTransaction SerializationEntity Management - Question #65Implement SOAP Services by Using JAX-WS and JAXB APIs
Which statement is true about Java methods that are exposed as Web Service operations by using JAX-WS API?
JAX-WS@WebMethod annotationWeb service operationsSOAP metadata - Question #66Create Java Web Applications using Servlets
Given the code fragment: What output will be returned when this servlet is called a GET request?
servlet lifecycleHTTP GET handlingservice() methodrequest dispatch - Question #68Manage Persistence using JPA Entities and BeanValidation
Given the JPQL code fragment: Select pub.title, pub.author, pub.pages FROM Publisher pub Which two clauses do you add to this JPQL query to retrieve only those books with between 5...
JPQL WHERE clauseBETWEEN operatorRange filteringJPA queries - Question #69Use CDI Beans
Given the following class definition with numbered lines: How do you specify to use this mock CDI bean implementation instead of the regular implementation class?
CDI alternativesbean configurationdeployment configurationCDI bean selection - Question #70Transactions
You have a high value item that you want to audit on an unscheduled basis to deter pilfering. Which method would you use to do this?
inventory auditcycle countunscheduled auditmanual count - Question #71Transactions
Reorder quantities for an item subinventory are calculated using Fixed Lot Multiple and Round Order Quantity. Assume that the reorder quantity is 24 and you specify 10 for the fixe...
reorder quantityfixed lot multiplerounding rulesinventory replenishment - Question #72Implement Business Logic by Using EJBs
Which three applications originate a buy request that is received by supply chain orchestration?
Supply Chain OrchestrationPurchase RequestsModule IntegrationBusiness Process - Question #73Understand Java EE Architecture
Your customer has defined three business units: two of the them require the same set of receivables payment terms whereas the third needs a separate set of receivables payment term...
Reference data setsBusiness unit configurationReceivables termsMulti-tenancy - Question #74Transactions
What are two outcomes when a lot expires on an item with lot control enabled?
lot controllot expiryinventory transactionson-hand availability - Question #75Transactions
Your organization is planning for a periodic counting of individual items automatically throughout the course of the year. As part of this activity, the user has loaded items to th...
cycle count schedulingauto-schedulingABC assignmentcycle count enabled flag - Question #76Use Batch API in Java EE 7 Applications
Your client wants the purchasers to be able to run the min-max for items under their control and then manage the POs created out of these. Which parameters can they use to be able...
Min-Max PlanningPurchase OrdersInventory ManagementProcurement - Question #77Understand Java EE Architecture
While performing the task "Create Chart of Accounts, Ledger, Legal Entities, and Business Units in Spreadsheet Task", you mentioned that the legal entity country is the United Stat...
ledger setupfunctional currencylegal entitychart of accounts - Question #78Implement Business Logic by Using EJBs
You are a shop floor manager and you have received an order which is a back-to-back order in nature. You need to reserve 100 pieces of an item in order to finish you order. However...
order reservationinventory managementback-to-back ordersfulfillment constraints - Question #80Implement Business Logic by Using EJBs
Your organization is using min-max planning to replenish stock and the planning parameters are set at item organization level with a default subinventory. Item: A, Min Qty: 25, Max...
min-max planningreplenishmentsubinventoryinventory parameters - Question #81Developing Enterprise Applications Using EJB Technology
Which three statements are true for an expense destination transfers that does NOT require a receipt at destination inventory organization?
expense destinationinterorganization transferreceipt requirementtransfer orders - Question #82Use CDI Beans
Your client wants certain inventory items of high importance to be counted periodically to improve the average level of inventory accuracy. What type of counting would you recommen...
cycle countinventory accuracyperiodic countingcounting methods - Question #83Implementing Business Logic Using CDI and Interceptors
Which three replenishment count types are used for Periodic Automated Replenishment (PAR)?
PAR replenishmentreplenishment typesreorder pointorder quantity - Question #84Implement Business Logic by Using EJBs
The physical inventory process is carried out for a particular inventory organization with the following parameters: Negative quantity Tolerance Percentage is set to 10% Approval T...
tolerance thresholdsinventory reconciliationapproval workflowsvariance analysis - Question #85Manage Persistence using JPA Entities and BeanValidation
Your supplier sent you stock against a consigned agreement. You transferred at the stock to owned and generated a consumption advice. An invoice was raised by the supplier and the...
consigned inventoryownership transfersupplier returndebit memo - Question #86Manage Persistence using JPA Entities and BeanValidation
Your client has just up their chart of accounts. They are now designing the organization hierarchy in the system. Which three structures should the customer use the to do this?
Organizational StructuresHierarchy DesignChart of Accounts SetupCost Centers - Question #87Working with RESTful Web Services
A supply request has been received in supply chain orchestration. Both organizations belong to the same legal entity and they do not have a buy-sell relationship between them. Whic...
supply chain orchestrationtransfer orderlegal entityinterorganization - Question #88Use Batch API in Java EE 7 Applications
Material is transferred between the Subinventories within an organization via transfer order. The setup is complete and the transfer order is created though the FBDI process. What...
Oracle InventoryFBDITransfer OrdersInterface Tables - Question #89Understand Java EE Architecture
Which two options constitute the rights and responsibilities of a legal Entity?
Legal EntityCorporate ResponsibilitiesBusiness RightsRegulatory Compliance - Question #90Implement Business Logic by Using EJBs
What does the system do if you have not entered a count for a tag during physical inventory process?
Physical InventorySystem Adjustment RulesMissing Data HandlingInventory Processing - Question #91Implementing Business Logic Using CDI and Interceptors
Which action invokes supply chain orchestration and transfer of data to supply chain orchestration Interface tables?
supply chain orchestrationmin-max planningsupply requestinterface tables - Question #92Understand Java EE Architecture
Your company has multiple inventory organizations where goods are transferred internally. A user has created a new organization but new organization is unavailable when creating an...
interorganization parametersinventory organizationlegal entitytransfer setup - Question #93Develop Web Applications using JSFs
During Cloud Inventory implementation your customer requires you to enable the Oracle Transactional Business Intelligence (OTBI) KPI to review the list of standard reports which is...
OTBI KPIwarehouse dashboardbusiness intelligenceanalytics setup - Question #94Understand Java EE Architecture
Your customer decides to implement Cloud Procurement and Inventory. While discussing with your customer, you come to know that they have a business that spans across multiple locat...
business unitsprocurement BUrequisitioning BUorganization structure - Question #95Understand Java EE Architecture
Your customer is a very large organization spanning across multiple countries. Their legal requirements, Human Resource Policies, and Functional Currencies for Ledger are different...
multi-company configurationenterprise structureledger organizationorganizational hierarchy - Question #96Use Batch API in Java EE 7 Applications
An inventory transaction is important to the system through an FBDI template. Which transaction state denotes that an inventory transaction is created in the Oracle Inventory Manag...
Oracle Inventory ManagementFBDI ImportTransaction StatesData Validation - Question #98Develop Web Applications using JSFs
The Applications Development Framework Desktop Integration (ADFdi) user interface is supported in Oracle Fusion Receiving, Inventory Management, and Shipping products. Identify fou...
ADFdiOracle FusionDesktop IntegrationUI Interfaces - Question #99Understand Java EE Architecture
Which two statements are true in regard to using the Enterprise Structures Configuration? (Choose two.)
enterprise structurebusiness unitssetup wizardbest practices - Question #100Understand Java EE Architecture
Which two tasks must be defined to a set up the Facilities Schedule? (Choose two.)
facility scheduleworkday patternsfacility shiftsoperations setup - Question #101Manage Persistence using JPA Entities and BeanValidation
Your customer wants you to restrict the values of Receivables Transaction Type for their three business units. You created three reference data sets for each business unit. However...
Reference Data SetsBusiness Unit ConfigurationData VisibilityReceivables Setup - Question #102Understand Java EE Architecture
Your client is about to define their primary ledger. Which set of three primary attributes do they need to know in order to complete this?
primary ledgerchart of accountsaccounting calendarcurrency - Question #103Understand Java EE Architecture
Which three types of jurisdictions should be considered while designing the Enterprise Structure?
enterprise structurejurisdictionstax jurisdictionidentifying jurisdiction - Question #104Understand Java EE Architecture
Which execution document is created by supply chain orchestration when a make request is received?
supply chain orchestrationmake requestwork orderexecution document - Question #105Understand Java EE Architecture
Your customer has a complex financial reporting structure. Which three elements should you define first in order to form a basis for this reporting?
Organizational StructureFinancial Reporting ConfigurationLegal Entity DefinitionHierarchical Reporting - Question #106Implement Business Logic by Using EJBs
While creating the consignment agreement, you have set the consumption advice frequency to "monthly" and the billing cycle close date to "31st August, 2020". What will happen when...
Consignment AgreementConsumption AdviceBilling Cycle ProcessingOrder Management