Archive for the ‘Other Oracle’ Category

PeopleSoft Application Developer II: App Engine & Integration:1z0-242 exam

Wednesday, August 19th, 2009

Oracle Other Certification “, also known as 1z0-242 exam, is a Oracle certification.
Preparing for the 1z0-242 exam? Searching 1z0-242 Test Questions, 1z0-242 Practice Exam, 1z0-242 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 100 Q&A to your 1z0-242 exam preparation. In the 1z0-242 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-242 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-242 exam (PeopleSoft Application Developer II: App Engine & Integration). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-242) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

FREE DEMO:
1.Evaluate this PeopleCode snippet.
Local Array of Number &MyArray;
Local Any &Len, &Result;
&MyArray = CreateArray(3);
&MyArray[1] = 100;
&MyArray[2] = 200;
&MyArray[3] = 300;
&Result = &MyArray.POP();
&Len = &MyArray.LEN;
&End = &MyArray[&Len];
What are the correct values for &Result and &End?
A. &Result is 300
&End is 200
B. &Result is 300
&End is Null
C. &Result is 300
&End is 300
D. &Result is Null
&End is 300
E. &Result is 100
&End is 300
Answer: A

2. Here is a snippet of PeopleCode that uses the Fetch method of the SQL class.
&SQL = CreateSQL(”Select EFFORT_AMT from PS_PSU_TASK_EFFORT where TASK= :1″,
PSU_TASK_TBL.TASK);
&Var1 = &SQL.Fetch(&Var2);
Select the two correct statements. (Choose two.)
A. &Var2 specifies which row to fetch.
B.&Var2 specifies which field to fetch.
C. &Var1 is populated with TRUE if a row is fetched.
D. &Var1 is populated with the number of rows returned.
E. &Var2 is populated with EFFORT_AMT from the row fetched.
F. &Var1 is populated with EFFORT_AMT from the row fetched.
G. &Var1 is populated with EFFORT_AMT from the first row returned.
Answer: CE

3. The Customer Orders page uses data from the ITEM table to perform price calculations. You decide to
write a PeopleCode program to create a standalone
rowset that will load data from the ITEM table into
the data buffer. Select three PeopleCode statements that can be used with standalone
rowsets. (Choose
three.)
A. &RS_Item = GetRowSet(SCROLL.ITEM);
B. &RS_Item = CreateRowSet(RECORD.ITEM);
C. &Price = &RS_Item(&i).ITEM.PRICE.Value;
D. &RS_Item.Select(”Where ITEM = :1″, CUST_ORDER.ITEM);
E. &RS_Item.Fill(”Where CUST_TYPE = :1″, CUST_ORDER.TYPE);
F. &RS_Item = ScrollSelect(1,Scroll.ITEM, Record.ITEM, (”Where CUST_TYPE = :1″, CUST_ORDER.
CUST_TYPE);
Answer: BCE

4. The Get Student Enrollments page uses a PeopleCode program to select and display rows based on
user input. When the user clicks Refresh, FieldChange PeopleCode populates a standalone
rowset using
a Select method. When you test the program, the new rows are appended to the previous rows instead of
replacing them. How do you fix this problem?
A. Use a work scroll instead of a standalone
rowset.
B. Add &Rowset.Flush(); after the Select method.
C. Use an Update method instead of a Select method.
D. Add &Rowset.Flush(); before the Select method.
E. Add &Rowset.Refresh (); after the Select method.
F. Add &Rowset.Refresh(); before the Select method.
Answer: D

5. Examine the join in this Select statement:
SELECT A.TASK , B.EFFORT_AMT
FROM PS_PROJECT A , PS_EFFORT B
WHERE A.TASK = B.TASK
AND A.RESOURCE = B.RESOURCE
Select the equivalent Select statement.
A. SELECT A.TASK , B.EFFORT_AMT
FROM PS_PROJECT A , PS_EFFORT B
WHERE %Join(A.TASK, B.RESOURCE)
B. SELECT A.TASK , B.EFFORT_AMT
FROM PS_PROJECT A , PS_EFFORT B
WHERE
%Common(PROJECT A, EFFORT B)
C. SELECT A.TASK , B.EFFORT_AMT
FROM %Common(KEYS, PROJECT A, EFFORT B)
D. SELECT A.TASK , B.EFFORT_AMT
FROM PS_PROJECT A , PS_EFFORT B
WHERE %Join(COMMON_KEYS, TASK A, EFFORT_AMT B)
E. SELECT A.TASK , B.EFFORT_AMT
FROM %Join(COMMON_KEYS, PROJECT A, EFFORT B)
Answer: E

http://www.test4actual.com

http://www.test4actual.com/1z0-242.html

http://www.hp-exam.com

PeopleSoft Application Developer I: People Tools & PeopleCode:1Z1-241 exam

Monday, August 17th, 2009

Oracle Other Certification “, also known as 1Z1-241 exam, is a Oracle certification.
Preparing for the 1Z1-241 exam? Searching 1Z1-241 Test Questions, 1Z1-241 Practice Exam, 1Z1-241 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 210 Q&A to your 1Z1-241 exam preparation. In the 1Z1-241 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1Z1-241 Demo Download
Test4actual offers free demo for Oracle Other Certification 1Z1-241 exam (PeopleSoft Application Developer I: People Tools & PeopleCode). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1Z1-241) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

FREE DEMO:
1.Select the three statements that are true about search records. (Choose three.)
A.Search records build the search page for the component.
B.Search records are referenced only at level zero in the component.
C.Search records rarely reference views; they are usually SQL tables.
D.Search records populate level zero on all pages that are in the component.
E.Search records provide a highlevel key to the primary records that are referenced in the component.
Answer: ADE

2. Select the most efficient way to determine the effect of modifying a definition.
A.Examine the SQL in the PeopleTools tables.
B.Use the XREF reports and visually examine the modifications.
C.Use the Find Definition Reference utility in Application Designer.
D.Use the Cross Reference utility in the PeopleTools, Utilities folder.
Answer: C

3. Select the three true statements about PeopleSoft field definitions. (Choose three.)
A.All PeopleSoft field definition names are in uppercase.
B.Date, Time, and DateTime fields all have a fixed length.
C.When you work with Number and Signed Number field types, the sum of integer and decimal positions cannot
D.Altering an existing field definition’s default label can have consequences at both the record definition
level and the page definition level.E.For a Long Character field, enter a field length of 256 to enable the
database platform to determine the maximum length of the field.
Answer: ABD

4.Select the two properties of a summary page. (Choose two.)
A.It is displayonly.
B.It contains only level zero.
C.It contains no related fields.
D.It references one record definition.
Answer: AC

5. Examine this PeopleCode snippet
Local Rowset &RS_Level0, &RS_Level1;
Local Row &Row_Level0, &Row_Level1;
Local Record &Rec_EMPLOYEE;
Local Field &Fld_ROLE;
&RS_LEVEL0 = GetLevel0();
&ROW_LEVEL0 = &RS_Level0.GetRow(1);
&RS_LEVEL1 = &ROW_LEVEL0.GetRowSet(SCROLL.DEPT);
&ROW_LEVEL1 = &RS_LEVEL1(1);
&REC_EMPLOYEE = &ROW_LEVEL1.EMPLOYEE;
&FLD_EMPID = &REC_TASKRSRC.EMPID;
&ID = &FLD_EMPID.Value;
Can the code given above be replaced with the following statement?
&ID = GetField().Value
A. No. The record must be specified.
B.No. The row and record must be specified.
C.Yes, if the code is placed on the current row
D.Yes, if the code is placed on the EMPID field.
E.Yes, if the code is placed on the EMPLOYEE record.
Answer: D

http://www.test4actual.com/1Z1-241.html

6. For the Employee Expenses application, a PeopleCode program could be placed either on the
EMPLOYEE record or on the EMP_EXPENSE component. You decide to place it on the component.
Which is a valid reason for choosing to place the program on the component instead of the record?
A.The program updates multiple database tables.
B.The program validates data across multiple records.
C.Component PeopleCode executes before record PeopleCode, so it is more efficient.
D.The record definition is used on several components, but this program should run only on this component.
E.The program initializes fields on the search page, and the search record is associated with the component.
F.The component contains several record definitions and you do not want to duplicate the code in each
record.
G.Component PeopleCode is more reusable because component PeopleCode is available for execution
on other components.
Answer: D

7. Which two PeopleCode events are part of the field action event set? (Choose two.)
A.FieldEdit
B.SystemEdit
C.FieldDefault
D.FieldFormula
E.FieldChange
F.RecordDefault
Answer: AE

8. What type of PeopleCode looping construct will loop a specified number of times?
A.For
B.While
C.Do While
D.Do Until
E.RepeatFor
Answer: A

9. On the Process Scheduler Request page, you have to define the output type for your job or process.
Which three statements are true regarding the process output type? (Choose three.)
A.An output type that is selected for a job at the main job level carries through to the job items.
B.When an output type is selected for a process at the process definition level, it can be changed.
C.An output type that is selected for a job at the main job level does not carry through to the job items.
D.An output type that is selected for individual job items overwrites the output type that is entered for the
parent job.
E.An output type that is selected for individual processes or jobs that are attached to a job cannot override
the tput type that is entered for the parent job.
F.An output type that is selected for a process at the process definition level overwrites the output type in
the Process Scheduler Request page, and the Type dropdown
list box in the Process Scheduler Request
page becomes unavailable.
Answer: ADF

10. Select the three properties that you can maintain in a PeopleSoft record definition. (Choose three.)
A.Triggers
B.PeopleCode
C.Column order
D.Record field length
E.Query Security record
F.Prompt Security record
Answer: BCE

http://www.test4actual.com

http://www.test4actual.com/1Z1-241.html

http://www.hp-exam.com

R12 Oracle: install,Patch and Maintain Oracle Applications:1Z0-238 exam

Thursday, August 13th, 2009

Oracle Other Certification “, also known as 1Z0-238 exam, is a Oracle certification.
Preparing for the 1Z0-238 exam? Searching 1Z0-238 Test Questions, 1Z0-238 Practice Exam, 1Z0-238 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 223 Q&A to your 1Z0-238 exam preparation. In the 1Z0-238 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1Z0-238 Demo Download
Test4actual offers free demo for Oracle Other Certification 1Z0-238 exam (R12 Oracle: install,Patch and Maintain Oracle Applications). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1Z0-238) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1.What are the two occasions when it is appropriate to run “Compile APPS schema” by using the AD Administration utility in the Oracle Applications R12 EBusiness Suite environment? (Choose two.)
A.during the Oracle Applications R12 EBusiness Suite upgrade process
B.when custom packages are moved to the APPS schema and need to be compiled
C.after enabling the multiple reporting currencies in the Oracle Applications R12 EBusiness Suite environment
D.after enabling the multiorganization functionality in the Oracle Applications R12 EBusiness Suite environment
E.when encountering invalid objects in the SYS and SYSTEM schemas in the Oracle Applications R12 EBusiness Suite database
Answer: AB
2. What are the two possible sequences of worker status while a job is being completed by a worker?
(Choose two.)
A.Waiting => Assigned => Running => Completed
B.Assigned => Waiting => Running => Completed
C.Waiting => Assigned => Running => Failed => Fixed, Restart => Restarted => Completed
D.Assigned => Waiting => Running => Failed => Fixed, Restart => Restarted => Completed
E.Waiting => Assigned => Running => Failed => Fixed, Restart => Restarted => Running => Completed
Answer: AC
3. Identify the files that are changed when you run AutoConfig. (Choose all that apply.)
A./listener.ora
B./.env
C./admin/adconfig.txt
D./.env
E./appl/admin/.xml
Answer: ABD
4.Identify the patch that you apply to upgrade the Oracle Applications system from the 11.5.5 version to the 11.5.10 version.
A.diagnostic patch
B.standalone patch
C.maintenance pack
D.product family release update pack
Answer: C
5. You want to apply a patch on your Oracle Applications system. Before doing this, you want to view the
files that are new, changed, and ignored while applying the patch.
Which feature of the Patch Wizard would help you accomplish this?
A.Patch Filters
B.Patch Impact Analysis
C.Recommended Patches
D.Patch Information Bundle
Answer: B

http://www.test4actual.com/1Z0-238.html

6. Which table is used by AutoPatch as a staging area for the job information in parallel mode and needs
to be dropped to start a new autopatch session if the earlier session failed?
A.FND_JOBS
B.FND_PROCESSES
C.FND_INSTALL_PROCESSES
D.FND_INSTALLED_PROCESSES
Answer: C
7. If the patch is running in PreInstall mode, where would the patch history files be stored in Oracle Applications R12 configured on a UNIX operating system?
A.$AD_TOP/admin
B.$APPL_TOP/admin
C.$TEMP/runInstaller
D.$APPL_TOP/admin/
E.$COMMON_TOP/admin/
Answer: D
8. As part of the cloning process, the Applications DBA needs to copy the application tier file system to the
target system.
Which step is NOT a part of this process?
A.Shut down the application tier server processes.
B.Log on to the target system application tier nodes as the oracle user.
C.Copy the APPL_TOP directory from the source node to the target node.
D.Copy the directory from the source node to the target node.
E.Copy the directory from the source node to the target node.
F.Copy the directory from the source node to the target node.
G.Copy the <806 ORACLE_HOME> directory from the source node to the target node.
Answer: B
9. While working with Web forms an application user sometimes comes across a performance issue. The
initial screen takes too long to appear with the Web form screen, showing the status “Downloading JAR
files…” for a long time.Identify the reasons for this. (Choose two.)
A.It always takes time to load the Web forms.
B.An older version of Sun J2SE plugin is installed on the Desktop tier.
C.JAR files for the Forms client applet are downloaded automatically the first time it is used.
D.The browser will automatically retrieve new JAR files if they have changed on the application tier.
E.The Internet Explorer browser security level should be set as “Low” for the zone that contains the
Oracle Application Release 12 Web pages.
Answer: CD
10.After the successful installation of Oracle Applications Release 12, environment files are created.
Which environment file is used to identify and describe thirdparty and custom applications linked with Oracle Applications?
A.the context file
B.the devenv.env file
C.the fndenv.env file
D.the adovars.env file
E.the adconfig.txt file
Answer: B

http://www.test4actual.com

http://www.test4actual.com/1Z0-238.html

http://www.hp-exam.com

Oracle 11i system administration fundamentals:1z0-232 exam

Wednesday, August 12th, 2009

Oracle Other Certification “, also known as 1z0-232 exam, is a Oracle certification.
Preparing for the 1z0-232 exam? Searching 1z0-232 Test Questions, 1z0-232 Practice Exam, 1z0-232 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 131 Q&A to your 1z0-232 exam preparation. In the 1z0-232 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-232 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-232 exam (Oracle 11i system administration fundamentals). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-232) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1. Choose the concurrent program to execute in order to understand or document a menu structure.
A. Object Security Report
B. Function Security Report
C. Menu Profile Report
D. Object Function Report
Answer: B
2. Which three search criteria are valid when using the status monitor in Standalone Oracle workflow?
(Choose three.)
A. workflow
B. workflow type
C. notification type
D. workflow started
Answer: ABD
3. Which two components are required to create a responsibility? (Choose two.)
A. Menu
B. Exclusions
C. Data Group
D. Request Group
E. User Assignments
Answer:AC
4. Identify three conditions under which a concurrent request may be permitted to be placed on hold.
(Choose three.)
A. Pending – Normal
B. Running – Normal
C. Inactive – On Hold
D. Running – Paused
E. Pending – Scheduled
F. Inactive – No Manager
Answer:AEF
5. A _____ is a collection of reports and concurrent programs that is used to implement security at the
responsibility level.
A. request set
B. request group
C. concurrent group
D. responsibility access group
Answer: B

http://www.test4actual.com/1z0-232.html

6. Identify the correct concurrent request phase and status for a request being evaluated by the Conflict
Resolution Manager.
A. Pending – Normal
B. Running – Normal
C. Running – Paused
D. Pending – Standby
E. Pending – Scheduled
Answer: D
7. One of the Administrators indicated that even 10 minutes after starting the Standard Manager, it is still
not running any requests, and the pending jobs are piling up in the queue. The administrator has requested for your help. You are looking at the Administer Concurrent Manager screen, and you notice the following: For the Internal Manager the number of actual processes is 0, target processes is 0, and pending requests is 1. For the Standard Manager the number of actual processes is 0, target processes is 3, and pending requests is 56. For the Conflict Resolution Manager the number of actual processes is 0, target processes is 0, and pending requests is 1. Analyze the state of the concurrent managers and identify the solution for resolving this issue.
A. The Internal Manager is not running, it must be started before the request to start the Standard
Manager can be executed. Enter the operating system and start the Internal Manager.
B. The Internal Manager is not running, it must be started before the request to start the Standard
Manager can be executed. Place the cursor on the Internal Manager record and press the Restart button.
C. The Conflict Resolution Manager is not running, it must be started before the request to start the
Standard Manager can be executed. Place the cursor on the Conflict Resolution Manager record and
press the Restart button.
Answer:A
8. Which statement is correct about the Workflow Monitor?
A. It is a Web page that enables users to monitor their workflow processes.
B. It is a stand-alone Windows PC program that enables users to monitor their workflow processes.
C. It is an administrator-only Web page that enables administrators to monitor any workflow processes.
D. It is a stand-alone Windows PC program that enables administrators to monitor workflow processes.
Answer:A
9. Which three statements are true with respect to Role Based Access Control (RBAC) and Role
Inheritance in Oracle User Management? (Choose three.)
A. A user can have only one role defined.
B. A role cannot have multiple responsibilities
C. Permissions associated with a role are not inherited by all its superior roles.
D. Permissions associated with a role are inherited by all its superior roles and the individuals to which any of these roles are assigned.
E. RBAC removes the existing link the need for creating separate responsibilities for combinations of job
functions.
F. A role can be configured to consolidate the responsibilities, permissions, function security and data
security polices that users require to be able to perform a specific function.
Answer: DEF
10. You are using the System Profile Option screen to initialize the value of a profile option at several
levels. You selectthe levels, the level context, and the profile option to change. You are able to default the
value for the site, application and responsibility, but you are unable to change the value for the user level.
Which statement explains this situation?
A. The responsibility secures the ability to control profile options.
B. The application prevents the changing of canned profile options at that level.
C. Another profile option toggles changing of profile options at the user level by the system administrator
and is currently false.
D. Only users are permitted to set their profile option values by using the personal profile settings.
E. The profile option definition prohibits changing the value of the profile option at that level.
Answer: E

http://www.test4actual.com

http://www.test4actual.com/1z0-232.html

http://www.hp-exam.com/wp-login.php

Oracle implement workflow 11i/2.6:1z0-231 exam

Tuesday, August 11th, 2009

Oracle Other Certification “, also known as 1z0-231 exam, is a Oracle certification.
Preparing for the 1z0-231 exam? Searching 1z0-231 Test Questions, 1z0-231 Practice Exam, 1z0-231 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 126 Q&A to your 1z0-231 exam preparation. In the 1z0-231 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-231 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-231 exam (Oracle implement workflow 11i/2.6). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-231) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1. Which correctly describes the tiers of the Oracle Workflow architecture?
A. Oracle Database tier and Application server tier only
B. Oracle Database tier, Application server tier, and End-user client tier only
C. Oracle Database tier, Application server tier, and Development client tier only
D. Oracle Database tier, Application server tier, Development client tier, and End-user client tier
Answer: D
2. Which two agent listeners are meant for Oracle eBusiness Suite only? (Choose two.)
A. Workflow Error
B. Workflow Deferred
C. Workflow Java Error
D. Workflow Java Deferred
E. Workflow Inbound Notification
F. Workflow Deferred Notification
Answer: CD
3. Under which four conditions can you create transitions, if the source activity in a workflow diagram has
an associated result type? (Choose four.)
A. regardless of the result returned, labeled as
B. when the activity times out, labeled as
C. when the activity does not return a result, labeled as
D. when a result returned is not covered by other transitions, labeled as
E. when a specific result is returned by the activity, labeled with the result display name
F. when the activity run simultaneously with 1 or more other activities, labeled as
Answer: ABDE
4. You are maintaining subscriptions in an Oracle database. Which property of that subscription allows you to update it?
A. Phase
B. Status
C. Source Type
D. Rule Function
E. Customization Level
Answer: E
5. You have been tasked with creating Business Events for an E-Business Suite workflow project. What
would you use to create your Business Events?
A. Oracle Workflow Builder
B. Oracle Workflow Definition Loader
C. Oracle Business Event Definition Loader
D. Workflow Administrator Web page in E-Business Suite
Answer: D

http://www.test4actual.com/1z0-231.html

6. Which two statements are true about a Work Item with “Open” Notification? (Choose two.)
A. The Work Item is not eligible for Purge.
B. The Work Item is eligible for a Permanent purge.
C. The Work Item is eligible for a Temporary purge.
D. The Work Item is not complete because it still has “Open” Notification.
E. The Work Item is eligible for both Temporary and Permanent purge.
Answer: AD
7. What is true about a background engine? (Choose two.)
A. It is a server-side PL/SQL procedure.
B. When executing a PL/SQL function activity, it will automatically ping (cache) the PL/SQL code.
C. It executes deferred activities in decreasing order of their Cost property value (activities with higher
cost value are processed first).
D. It would fail if another background engine process is started to handle the same type of activities within
the same item type.
E. During its single invocation, it processes activities that were stuck, deferred or timed out when the
background engine was started.
Answer: AE
8. Which two are functions of Oracle Workflow Directory Service? (Choose two.)
A. manage workflow notifications
B. provide information about roles
C. store performer and roles relationships
D. manage workflow session connection
Answer: BC
9. Which option best describes the features of the Personal Worklist page, as compared with Advanced
Worklist?
A. provides an overview of notifications
B. provides the capability to administer notifications
C. provides the most detailed options for searching workflow
D. provides the most detailed options for searching workflow, and provides the capability to administer
notifications
Answer: C
10. The WF_PARAMETER_LIST_T datatype can include up to a maximum of _____ parameter name and value pairs.
A. 99
B. 100
C. 101
D. 999
E. 1000
Answer: B

http://www.test4actual.com

http://www.test4actual.com/1z0-231.html

http://www.hp-exam.com

Oracle payables 11i funfamentats:1z0-212 exam

Monday, August 10th, 2009

Oracle Other Certification “, also known as 1z0-212 exam, is a Oracle certification.
Preparing for the 1z0-212 exam? Searching 1z0-212 Test Questions, 1z0-212 Practice Exam, 1z0-212 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 116 Q&A to your 1z0-212 exam preparation. In the 1z0-212 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-212 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-212 exam (Oracle payables 11i funfamentats). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-212) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com/1z0-212.html

FREE DEMO:
1.Which four statements are true about modifying a payment batch? (Choose four.)
A.You can create a zeroamount payment for a supplier site.
B.You can remove all invoices for a particular supplier site.
C.You can create a negativeamount
payment to clear a credit memo.
D.You can modify the payment or discount amounts for a selected invoice.
E.Payables automatically builds payments after you modify a payment batch.
Correct:A B D E
2.From which three areas do the defaults come when you enter a supplier? (Choose three.)
A.Items
B.Operating Unit
C.Financial Options
D.Payables Options
E.Receiving Options
Correct:C D E
3.The bank account in the Payment Batches and Payments window defaults from _____.
A.Supplier level
B.Bank Accounts
C.Supplier Site level
D.Financial Options
E.Payables Options Payments region
Correct:E
4.Why would you use the clearing payment method?
A.to generate a payment document to clear a debit memo
B.to generate a payment document to clear a credit memo
C.to account for intercompany expenses when you disburse funds through banks
D.to account for intercompany expenses when you do not disburse funds through banks
Correct:D
5.Which two statements regarding receipt accruals are true? (Choose two.)
A.For accruals generated at period end, the accrual is sent to General Ledger after the Receipt Accruals PeriodEnd process is run and the accrual is cleared when the journal entry is reversed in General Ledger.
B.For accruals generated at receipt, the accrual is automatically sent to General Ledger and subsequently
cleared when the journal entry is reversed in General Ledger.
C.For accruals generated at period end, the accrual is sent to General Ledger after the Receipt Accruals PeriodEnd process is run and subsequently cleared when an invoice is entered and matched to the
purchase order.
D.For accruals generated at receipt, the accrual is automatically sent to General Ledger and
subsequently cleared when an invoice is entered and matched to the purchase order.
Correct:A D

http://www.test4actual.com

6.Which statement is true about invoices?
A.An invoice can be paid without being validated.
B.An invoice can be paid only after the invoice accounting entries are created.
C.Both invoice accounting entries and payment accounting entries need to be transferred to General Ledger at the same time if they are in the same calendar period.
D.An invoice needs to be validated before you can create the invoice accounting entries.
E.Invoice accounting entries and payment accounting entries can be transferred at different times to General Ledger only if they are in different calendar periods.
Correct:D
7.Client R has configured its Accounts Payables application to require threeway
matching. All
invoice tolerances are set to zero. No discounts are allowed. A standard purchase order is entered for consulting services only. An invoice is entered and matched against this purchase order, having no tax or freight charges on it. The total invoice amount matches the distribution amount.
When the steps to prepare the invoice for payment are completed, the invoice is placed on hold.
The companys business policy states that all holds cannot be manually released. The client wants to pay this supplier now. What would you recommend?
A.Manually release the hold because it is not a system hold.
B.The service must be received in Purchasing because threeway matching is required
C.The service must be received in Accounts Payable because it is a purchase order for a service and not
a commodity or item.
D.Inspection is required because it is a threeway match, so you have to register the inspection in the system first.
E.Change the invoice tolerances in the Payables Options form to be greater than zero, so that the invoice
does not go on hold again.
Correct:B
8.The periodclose processes of which Oracle Applications can be directly affected by the Payables periodclose activities and processes? (Choose all that apply.)
A.Purchasing
B.Installed Base
C.Advanced Pricing
D.Assets
E.Enterprise Asset Management (EAM)
Correct:A D
9.ABC Inc. has found that one of its suppliers needs to be enabled as a 1099 vendor, which is a taxrelated
designation for selfemployed contractors. But for this supplier invoices have already been entered and paid. Which two steps should the company take to ensure accurate tax reporting?
(Choose two.)
A.Run the Update Income Tax Details Report.
B.Update the tax reporting information in the supplier site.
C.Create a new supplier with tax reporting information and merge the supplier.
D.Create a new supplier site with tax information and update the supplier site in all invoices.
Correct:A B
10.Company A wants to use Oracle Internet Expenses, and wants to set up expense report templates for that purpose. Which three statements are true about the setup of the expense report
templates? (Choose three.)
A.The expense report must be enabled for Internet Expenses.
B.The policy schedule must be attached to the expense item.
C.Each expense item must have an expense category assigned to it.
D.The tax code assigned to an expense item must be Web enabled.
E.The GL account assigned to an expense item must have all the Accounting Flexfield segment values filled in.
Correct:A C D

http://www.test4actual.com/1z0-212.html

11.Which four selection criteria can be used when creating a payment batch? (Choose four.)
A.Supplier
B.Due Date
C.Customer
D.Pay Group
E.Invoice Batch
F.Payment Priority
Correct:A D E F
12.In standalone AP, you can enable autonumbering for _____ through the Financial Options form.
A.invoices
B.suppliers
C.payments
D.employees
E.expense reports
Correct:B
13.Identify four purposes for which the Special Calendar is used. (Choose four.)
A.for payment terms
B.for recurring invoices
C.for the Key Indicators Report
D.for automatic tax withholding
E.for opening and closing payables periods, which Payables uses to allow transactions to process in
General Ledger accounting periods
F.for controlling the number of future periods that Payables would allow for invoice entry and accounting
Correct:A B C D
14.Which items do not require approval through the workflow? (Choose all that apply.)
A.invoices not matched to a purchase order
B.invoices that existed before you enabled the feature
C.expense reports imported through the Payables Expense Report Import Program
D.recurring invoices if the recurring invoice template did not have the Approval Workflow Required option
enabled
E.invoices that completed the Invoice Approval Workflow process, and the Invoice Approval Workflow
process determined that according to the rules set up in Oracle Approvals Management, no one needs to
approve the invoice
Correct:B C D E
15.At your client site, under Payables Options, the Transfer to GL option has been set to Summarize by Accounting Period. The period end close processes for Accounts Payable have run and the Payables journals (Purchase Invoices and Payments) have been created and posted in General Ledger. Which statement is true?
A.Drilling down from the journals of Purchase Invoices and Payments categories in GL to Payables is possible.
B.Drilling down from the journals of the Payments category in GL to Payables is possible, but drilling down
from journals of the Purchase Invoices category in GL to Payables is not possible.
C.Drilling down from the journals of the Purchase Invoices category in GL is possible, but drilling down
from journals of the Payments category in GL to Payables is not possible.
D.Drilling down from GL to Payables is not possible.
Correct:A

http://www.test4actual.com

http://www.test4actual.com/1z0-212.html

http://www.hp-exam.com

Oracle 11i general ledgerfundamentals:1z0-211 exam

Thursday, August 6th, 2009

Oracle Other Certification “, also known as 1z0-211 exam, is a Oracle certification.
Preparing for the 1z0-211 exam? Searching 1z0-211 Test Questions, 1z0-211 Practice Exam, 1z0-211 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 122 Q&A to your 1z0-211 exam preparation. In the 1z0-211 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-211 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-211 exam (Oracle 11i general ledgerfundamentals). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-211) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1.Which two statements would be true when helping a customer make implementation decisions
for General Ledger? (Choose two)
A.Integration issues can be minimized.
B.Cost of upgrades would not be affected.
C.Patching cannot be done on a customized implementation.
D.Training can be standardized when Oracle is implemented without customization.
E.All Oracle subledger journals go directly to General Ledger to overcome interface problems.
Correct:A D
2.Revenue accounts can be viewed only by the head of the Finance team, who has a GL Superuser
responsibility. She has successfully created a standard Profit and Loss statement for the company.
Another member of the department with a General Ledger Supervisor responsibility has been
asked to run the standard Profit and Loss statement for Feb06.
The report shows only the
expenses accounts. Which two steps should she perform so that the Profit and Loss statement will run successfully? (Choose two.)
A.Recreate the Profit and Loss under her own responsibility.
B.Ask to have security removed from her responsibility.
C.Perform an online
inquiry to get the revenue balances.
D.Ask to have the profile option FSG: Enforce Segment Value Security changed to No.
Correct:B D
3.In creating a report, what is true about the column set? (Choose two.)
A.Formats can be set for each column.
B.Accounts cannot be assigned to a column set.
C.Calculations can be performed using columns.
D.Seeded column sets provided by Oracle must be used.
Correct:A C
4.Select the two minimum set up steps for intercompany accounting. (Choose two.)
A.Define a clearing company for all manytomany intercompany journals.
B.Include an Intercompany segment in the chart of accounts structure.
C.Enable the Intercompany Qualifier for the Intercompany segment.
D.Enable Balance Intercompany Journal when defining the set of books.
E.Set up intercompany accounts for every journal source and journal category for intercompany transactions.
F.Set up intercompany accounts for journal source and journal category of Other.
G.Define a value set for the Company and Intercompany segments.
H.Define a journal source and a journal category for Intercompany.
Correct:D F
5.Select the three true statements about mapping rules. (Choose three.)
A.A rollup rule tells General Ledger what detail level of information to transfer and how to roll that
information up to the parent.
B.There are only three rollup rules: 1. Transfer Level Detail Using Detail Ranges; 2. Transfer Level Detail Using Parent; 3. Transfer Level Summary Using Parent
C.You can define a combination of segment values and account rules.
D.There are only two mapping rule actions: 1. Copy Value from; 2. Assign Value from
E.Mapping sets enable you transfer data from multiple subsidiaries simultaneously.
Correct:A C E

http://www.test4actual.com/1z0-211.html

6.XYZ Corporation has two sets of books and six inventory organizations. What is the minimum
number of times that XYZ needs to run the general ledger interface in order to close the inventory
at the end of each accounting cycle?
A.2
B.4
C.6
D.8
E.10
F.12
Correct:C
7.XYZ Company has many Financial Statement Generator reports created to produce Profit & Loss
statements and Balance Sheet reports. Occasionally XYZ has a need to run a report that is slightly
different than the standard ones that are already created. Which two types of changes could XYZ
make using the Row Order feature? (Choose two.)
A.add a new calculation
B.sort based on column values
C.display segment values and descriptions
D.change how rounding options are performed
Correct:B C
8.XYZ Enterprise has two diverse business operations in retail stores and services. It has five
legal entities in Canada and five in the United States for both operations. The fiscal year end is the
same for all the legal entities with 12 monthly periods. However, XYZ wants to use a 454
accounting calendar for its retail operations and a calendarmonth
accounting calendar for the
services operations. XYZ also wants to use a single chart of accounts structure. Which five items
must XYZ define to meet the minimum setup steps that are required for the sets of books for all
legal entities? (Choose five.)
A.two sets of books
B.four sets of books
C.three sets of books
D.account combinations
E.one accounting calendar
F.two accounting calendars
G.chart of accounts structure
H.period types or use seeded ones
I.enable seeded CAD and USD currencies
Correct:B F G H I
9.BK Corporation has a legal entity in each of its business operations in the United States, Canada,
Malaysia, Singapore, and Italy. The controller in Italy advises that the corporation must use the
Italian statutory accounts as its natural accounts. The corporation decides to define five sets of
books (one for each country) but wants to use a single, global chart of accounts structure. Choose
a possible design (for the sets of books) that uses a single, global chart of accounts structure, and also meets the Italian controller’s requirement.
A.The chart of accounts structure contains an extra segment for Italy.
B.The list of values in the Account segment includes a range reserved for Italy.
C.The length of the Account segment for Italy is different from that for the other countries.
D.The chart of accounts structure uses a different Value Set for the Account segment for Italy.
E.The chart of accounts structure for Italy uses Account values prefixed with a special character.
Correct:B

http://www.test4actual.com

http://www.test4actual.com/1z0-211.html

http://www.hp-exam.com

Oracle comm.billing&revenue mgmt:server developer:1z0-208 exam

Tuesday, August 4th, 2009

Oracle Other Certification “, also known as 1z0-208 exam, is a Oracle certification.
Preparing for the 1z0-208 exam? Searching 1z0-208 Test Questions, 1z0-208 Practice Exam, 1z0-208 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 128 Q&A to your 1z0-208 exam preparation. In the 1z0-208 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-208 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-208 exam (Oracle comm.billing&revenue mgmt:server developer). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-208) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com/

FREE DEMO:
1.Which of the following opcodes is NOT implemented in the Business Process Tier?
A.PCM_OP_CUST_COMMIT_CUSTOMER
B.PCM_OP_ACT_ACTIVITY
C.PCM_OP_SEARCH
D.PCM_OP_RATE_ACTIVITY
E.PCM_OP_CUST_MODIFY_CUSTOMER
Correct:C
2.Which of the following statements about Opcodetofunction mapping is TRUE?
A.The config structure is included in the CMs pin.conf file
B.The fm_generic_config.c file is provided with Portal SDK as a template for opcodetofunction mapping
C.Each opcode macro name is mapped to one or more C functions
D.A and B
E.A, B, and C
Correct:D
3.Which of the following is NOT a valid error location for an error that occurred in the CM?
A.PIN_ERRLOC_CM
B.PIN_ERRLOC_FLIST
C.PIN_ERRLOC_PCM
D.PIN_ERRLOC_POID
E.B and C
Correct:C
4.________________ is a Service Integration Manager that integrates Portal with terminal servers
to support dialup Internet access service
A.Radius Manager
B.Content Manager
C.GSM Manager
D.EAI Manager
E.WAP Manager
Correct:A
5.Which of the following would you NOT find in the DMs configuration file?
A.Path and filename of Translation Manager shared libraries
B.Username and password for accessing external systems
C.Queuing manager parameters
D.Hostname and port number of the CM connecting to this DM
E.Database number for the DM
Correct:D

http://www.test4actual.com/1z0-208.html

6.An array called PIN_FLD_ADDRESS is to be added onto the input Flist, input_flistp. The new
Flist pointer for the array will be called array_flistp. Which of the following provides the CORRECT
syntax for adding the array onto the input Flist?
A.PIN_FLIST_ELEM_ADD (PIN_FLD_ADDRESS, input_flistp, 1, &ebuf);
B.array_flistp = PIN_FLIST_ELEM_ADD (PIN_FLD_ADDRESS, input_flistp, 1, &ebuf);
C.PIN_FLIST_ELEM_ADD (input_flistp, array_flistp, PIN_FLD_ADDRESS, 1, &ebuf);
D.array_flistp = PIN_FLIST_ELEM_ADD (input_flistp, 1, PIN_FLD_ADDRESS, &ebuf);
E.array_flistp = PIN_FLIST_ELEM_ADD (input_flistp, PIN_FLD_ADDRESS, 1, &ebuf);
Correct:E
7.Which of the following statements INCORRECTLY describes the Object Tier of the Portal
architecture?
A.This tier can also be referred to as the Data Manager
B.One object tier can be used with multiple data tiers
C.This tier is used to translate Portal data into the format that can be processed by the Data Tier
D.This tier processes all requests coming from the Business Process Tier
E.This tier can also be referred to as the Translation Manager
Correct:B
8.All Portal opcodes are defined in the ___________________ file. An opcode corresponds to a
___________________. To write the code to implement the new opcode, you can use the
___________________ file as a template.
A.ops.h, function, fm_generic_ops.c
B.pcm_ops.h, function, fm_generic_opcode.c
C.ops.h, function, fm_generic_opcode.c
D.pcm_ops.h, program, fm_generic_ops.c
E.ops.h, program, fm_generic_ops.c
Correct:B
9.Which of the following statements CORRECTLY describes the dm_if_process_op() function?
A.It processes a base opcode from the CM
B.The function contains custom implementation of base opcodes
C.The functionality within this function is specific to the external system
D.A and C
E.A, B, and C
Correct:E
10.Which of the following is an example of an event in Portal?
A.Making a phone call
B.Purchasing a product
C.Rolling over unused free minutes
D.A and B
E.A, B, and C
Correct:E

http://www.test4actual.com/

http://www.test4actual.com/1z0-208.html

http://www.test4actual.org

Oracle 11i.E-Business Essentials:1z0-200 exam

Tuesday, August 4th, 2009

Oracle Other Certification “, also known as 1z0-200 exam, is a Oracle certification.
Preparing for the 1z0-200 exam? Searching 1z0-200 Test Questions, 1z0-200 Practice Exam, 1z0-200 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 107 Q&A to your 1z0-200 exam preparation. In the 1z0-200 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-200 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-200 exam (Oracle 11i.E-Business Essentials). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-200) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1.Identify three correct statements of a multiorg setup. (Choose three.)
A.A Government Reporting Entity (GRE)/Legal Entity can point to one and only one Set of Books.
B.Inventory Orgs can be associated directly with a GRE/Legal Entity.
C.The creation of a Master Inventory organization is mandatory.
D.One and only one Operating Unit can be associated with a GRE/Legal Entity.
E.One Set of Books can have one or many GRE’s/Legal Entities associated with it.
Correct:A C E
2.ABC Corp. has set up the Asset Category key flexfield. It has also set up a descriptive flexfield to
store vehicle information associated with the asset category “Vehicle.” Identify two correct
statements. (Choose two.)
A.The setting up of the descriptive flexfield is mandatory.
B.The Asset Category flexfield is owned by the Oracle Assets module.
C.The descriptive flexfield is associated with tables in the Oracle Assets module.
D.Only the Asset Category flexfield is associated with tables in the Oracle Assets module.
Correct:B C
3.ABC Corp. is implementing 11i Oracle Applications. The company has two local administrators
in separate locations. They need to ensure that only a relevant set of users is visible to each of
these local administrators. Which action will meet the requirement?
A.create a separate role for each local administrator
B.specify user administration privileges in Oracle User Management
C.use Data Security to provide relevant access to each local administrator
D.use Function Security to provide relevant access to each local administrator
Correct:B
4.Which are the two options to which a menu can be assigned? (Choose two.)
A.menu
B.functions
C.data group
D.responsibility
E.functional group
Correct:A D
5.Identify two correct options regarding subscription processing. (Choose two.)
A.processes user response
B.processes function activities
C.passes information to Notification Mailer
D.sends event information to a workflow process
E.include the task of executing custom code on the event information
Correct:D E

http://www.test4actual.com/1z0-200.html

6.Identify three correct statements regarding Oracle EBusiness Suite. (Choose three.)
A.It can run entirely on the Internet.
B.A minimum of two modules needs to be implemented for an organization.
C.It is engineered to work as an integrated system on a single IT infrastructure.
D.It supports multidirectional
flows of business information within an organization.
Correct:A C D
7.Which tier in Oracle EBusiness Suite is responsible for storing application data?
A.database tier
B.application tier
C.client (desktop) tier
D.both database tier and application tier
Correct:A
8.Identify two tasks of the Application tier in 11i Oracle Applications architecture. (Choose two.)
A.process business logic
B.store business logic in the database
C.retrieve business logic from the database
D.manage communication between desktop/client tier and database tier
Correct:A D
9.Paul wants to log in to 11i Oracle Applications. Identify the first server to which his request
would go.
A.Web server
B.Reports server
C.Administration server
D.Concurrent Processing server
Correct:A
10.ABC Corp. is installing 11i Oracle Applications on two nodes A and B. On Node A, it has
installed the Forms server, Web server, and Administration server. On Node B, it has installed the
Concurrent Processing server. By default, on which node would the Reports server be installed?
A.Node A
B.Node B
C.neither of the nodes
D.both Node A and Node B
Correct:B

http://www.test4actual.com

http://www.test4actual.com/1z0-200.html

Hyperion Planning 4.1 Administrator :1z0-262 exam

Monday, August 3rd, 2009

Oracle Other Certification “, also known as 1z0-262 exam, is a Oracle certification.
Preparing for the 1z0-262 exam? Searching 1z0-262 Test Questions, 1z0-262 Practice Exam, 1z0-262 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 185 Q&A to your 1z0-262 exam preparation. In the 1z0-262 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-262 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-262 exam (Hyperion Planning 4.1 Administrator ). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-262) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1.To which application elements can you assign access rights? (Choose four.)
A. Account, Entity, Scenario, and Version dimensions
B. Account, Entity, Period, Scenario, and Version dimensions
C. Userdefined
dimension members, if the Apply Security dimension property is selected
D. Data forms
E. Task lists
F. Smart lists
Answer: ACDE
2. You created the MyPlan application with the following plan types:
Revenue
Profit
and Loss
Balance
Sheet
Workforce
How many Essbase Analytics databases are created for MyPlan?
A. 2
B. 4
C. 6
D. 8
Answer: B
3. Planning stores the application definition in the:
A. Shared Services
B. Planning Server
C. Essbase Analytics Database
D. Planning Relational Database
Answer: D
4. When creating Planning applications, what base time period allows you to select Weekly Distributio options?
A. Yearly
B. Quarterly
C. Monthly
D. Weekly
Answer: C
5. You created the MyPlan Planning application with the following plan types:
Revenue
Profit
and Loss
Balance
Sheet
Workforce
How many relational databases are required for MyPlan?
A. 1
B. 2
C. 3
D. 4
Answer: A
6. You need to run the Shared Services Configuration Utility to create or regenerate the
HspJSHome.properties file whenever you: (Choose three.)
A. Create or delete a Planning application
B. Delete or make changes to a UDL file
C. Install or upgrade a Web application server
D. Backup or restore the Planning relational database
E. Create a new business rule
Answer: ABC
7. For all Hyperion System 9 products, all user provisioning and external authentication is handled through:
A. Shared Services
B. Planning Web client
C. Planning Desktop
D. Analytic Administration Services Console
Answer: A
8. Which data sources are supported by Hyperion Financial Reporting? (Choose all that apply.)
A. Analytic Services 7.1.x or 9.0
B. Planning 4.0.1 or 4.1
C. Financial Management 4.0.1 or 4.1
D. SAP BW 3.1 or 3.5
E. Microsoft SQL Server 2000 Service Pack 3a (Enterprise or Standard Edition)
F. IBM DB2 Release 8.2
Answer: ABCD

http://www.test4actual.com

http://www.test4actual.com/1z0-262.html

Hyperion Financial Management 4.1 Consultant:1z0-257 exam

Saturday, August 1st, 2009

Oracle Other Certification “, also known as 1z0-257 exam, is a Oracle certification.
Preparing for the 1z0-257 exam? Searching 1z0-257 Test Questions, 1z0-257 Practice Exam, 1z0-257 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 210 Q&A to your 1z0-257 exam preparation. In the 1z0-257 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-257 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-257 exam (Hyperion Financial Management 4.1 Consultant). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-257) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1.Using Hyperion Reports, the Relative Member function can be used with which dimension?
A.Entity
B.Period
C.Scenario
D.Accounts
Answer: B
2. If a user is opening a subcube
for the first time, which grid displays the fastest?
A.Accounts in rows; Years in columns
B.Entities in rows; Scenarios in columns
C.Accounts in rows; Custom1 members in columns
D.Entities in rows; Value dimension members in columns
Answer: C
3. An administrator needs to link several integrations together in the Hub and run them sequentially. How
can this be accomplished?
A.Add the integrations to a group.
B.Use Hyperion Application Link to run the integrations sequentially.
C.Use Common Event services to schedule the DataBroker integrations.
D.Build a master integration in DataBroker which has several sub integrations within it.
Answer: A
4. The AllowAdjFromChildren attribute is checked on a parent entity.
Which two nodes in the Value dimension are valid for Journal entries? (Choose two.)
A.
B.
C. [Parent Adjs]
D. [Contribution Adjs]
E.
Answer:CD
5. For Number Formatting in the User Preferences, _____.
A.the User Preference takes precedence
B.each application has its own formatting
C.Application Configuration settings take precedence
D.the client’s machine Regional Settings take precedence
Answer: A

http://www.test4actual.com/1z0-257.html

6. What are three available methods for the HFM HAL adapter? (Choose three.)
A.Import Data
B.Import Journals
C.Export Journals
D.Open Application
E.Set Logon Information
Answer: ADE
7. When using the HFM HAL adapter, which are Export Data Criteria options?
A.Scenario, Year, View, Entity, Accounts
B.Scenario, Year, Entity, Accounts, Value, ICP
C.Scenario, Year, Custom1, Custom2, Custom3, Custom4
D.Scenario, Year, Entity, Accounts, Custom1, Custom2, Custom3, Custom4
Answer: A
8. You are performing a data extract using the Extract Data module. From which three dimensions can
you make multiple selections? (Choose three.)
A.Value
B.Entity
C.Period
D.Account
E.Scenario
Answer: BCD
9. What can be extracted using Extended Analytics? (Choose two.)
A.data
B.metadata
C.incremental data
D.metadata changes
Answer: AB
10. When using the HFM HAL adapter, which are valid Import Data Method options?
A.Replace, Merge, Aggregate
B.Merge, Accumulate, Remove
C.Accumulate, Replace, Clear
D.Merge, Replace, Accumulate
Answer: D

http://www.test4actual.com

http://www.test4actual.org/wp-login.php

PeopleSoft Application Developer I: People Tools & PeopleCode:1Z1-241 exam

Thursday, July 30th, 2009

Oracle Other Certification “, also known as 1Z1-241 exam, is a Oracle certification.
Preparing for the 1Z1-241 exam? Searching 1Z1-241 Test Questions, 1Z1-241 Practice Exam, 1Z1-241 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 210 Q&A to your 1Z1-241 exam preparation. In the 1Z1-241 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1Z1-241 Demo Download
Test4actual offers free demo for Oracle Other Certification 1Z1-241 exam (PeopleSoft Application Developer I: People Tools & PeopleCode). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1Z1-241) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1.Select the three statements that are true about search records. (Choose three.)
A.Search records build the search page for the component.
B.Search records are referenced only at level zero in the component.
C.Search records rarely reference views; they are usually SQL tables.
D.Search records populate level zero on all pages that are in the component.
E.Search records provide a highlevel
key to the primary records that are referenced in the component.
Answer: ADE
2. Select the most efficient way to determine the effect of modifying a definition.
A.Examine the SQL in the PeopleTools tables.
B.Use the XREF reports and visually examine the modifications.
C.Use the Find Definition Reference utility in Application Designer.
D.Use the Cross Reference utility in the PeopleTools, Utilities folder.
Answer: C
3. Select the three true statements about PeopleSoft field definitions. (Choose three.)
A.All PeopleSoft field definition names are in uppercase.
B.Date, Time, and DateTime fields all have a fixed length.
C.When you work with Number and Signed Number field types, the sum of integer and decimal positions
cannot
D.Altering an existing field definition’s default label can have consequences at both the record definition
level and the page definition level.E.For a Long Character field, enter a field length of 256 to enable the
database platform to determine the maximum length of the field.
Answer: ABD
4.Select the two properties of a summary page. (Choose two.)
A.It is displayonly.
B.It contains only level zero.
C.It contains no related fields.
D.It references one record definition.
Answer: AC
5. Examine this PeopleCode snippet
Local Rowset &RS_Level0, &RS_Level1;
Local Row &Row_Level0, &Row_Level1;
Local Record &Rec_EMPLOYEE;
Local Field &Fld_ROLE;
&RS_LEVEL0 = GetLevel0();
&ROW_LEVEL0 = &RS_Level0.GetRow(1);
&RS_LEVEL1 = &ROW_LEVEL0.GetRowSet(SCROLL.DEPT);
&ROW_LEVEL1 = &RS_LEVEL1(1);
&REC_EMPLOYEE = &ROW_LEVEL1.EMPLOYEE;
&FLD_EMPID = &REC_TASKRSRC.EMPID;
&ID = &FLD_EMPID.Value;
Can the code given above be replaced with the following statement?
&ID = GetField().Value
A. No. The record must be specified.
B.No. The row and record must be specified.
C.Yes, if the code is placed on the current row
D.Yes, if the code is placed on the EMPID field.
E.Yes, if the code is placed on the EMPLOYEE record.
Answer: D

http://www.test4actual.com/1Z1-241.html

6. For the Employee Expenses application, a PeopleCode program could be placed either on the
EMPLOYEE record or on the EMP_EXPENSE component. You decide to place it on the component.
Which is a valid reason for choosing to place the program on the component instead of the record?
A.The program updates multiple database tables.
B.The program validates data across multiple records.
C.Component PeopleCode executes before record PeopleCode, so it is more efficient.
D.The record definition is used on several components, but this program should run only on this
component.
E.The program initializes fields on the search page, and the search record is associated with the
component.
F.The component contains several record definitions and you do not want to duplicate the code in each
record.
G.Component PeopleCode is more reusable because component PeopleCode is available for execution
on other components.
Answer: D
7. Which two PeopleCode events are part of the field action event set? (Choose two.)
A.FieldEdit
B.SystemEdit
C.FieldDefault
D.FieldFormula
E.FieldChange
F.RecordDefault
Answer: AE
8. What type of PeopleCode looping construct will loop a specified number of times?
A.For
B.While
C.Do While
D.Do Until
E.RepeatFor
Answer: A
9. On the Process Scheduler Request page, you have to define the output type for your job or process.
Which three statements are true regarding the process output type? (Choose three.)
A.An output type that is selected for a job at the main job level carries through to the job items.
B.When an output type is selected for a process at the process definition level, it can be changed.
C.An output type that is selected for a job at the main job level does not carry through to the job items.
D.An output type that is selected for individual job items overwrites the output type that is entered for the
parent job.
E.An output type that is selected for individual processes or jobs that are attached to a job cannot override
the tput type that is entered for the parent job.
F.An output type that is selected for a process at the process definition level overwrites the output type in
the Process Scheduler Request page, and the Type dropdown list box in the Process Scheduler Request
page becomes
ANSWER:ADF
10. Select the three properties that you can maintain in a PeopleSoft record definition. (Choose three.)
A.Triggers
B.PeopleCode
C.Column order
D.Record field length
E.Query Security record
F.Prompt Security record
Answer: BCE

http://www.test4actual.com

http://www.test4actual.com/1Z1-241.html

R12 Oracle: install,Patch and Maintain Oracle Applications:1Z0-238 exam

Thursday, July 30th, 2009

Oracle Other Certification “, also known as 1Z0-238 exam, is a Oracle certification.
Preparing for the 1Z0-238 exam? Searching 1Z0-238 Test Questions, 1Z0-238 Practice Exam, 1Z0-238 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 223 Q&A to your 1Z0-238 exam preparation. In the 1Z0-238 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1Z0-238 Demo Download
Test4actual offers free demo for Oracle Other Certification 1Z0-238 exam (R12 Oracle: install,Patch and Maintain Oracle Applications). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1Z0-238) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1.What are the two occasions when it is appropriate to run “Compile APPS schema” by using the AD
Administration utility in the Oracle Applications R12 EBusiness
Suite environment? (Choose two.)
A.during the Oracle Applications R12 EBusiness
Suite upgrade process
B.when custom packages are moved to the APPS schema and need to be compiled
C.after enabling the multiple reporting currencies in the Oracle Applications R12 EBusiness Suite environment
D.after enabling the multiorganization functionality in the Oracle Applications R12 EBusiness Suite environment
E.when encountering invalid objects in the SYS and SYSTEM schemas in the Oracle Applications R12 EBusiness Suite database
Answer: AB
2. What are the two possible sequences of worker status while a job is being completed by a worker?
(Choose two.)
A.Waiting => Assigned => Running => Completed
B.Assigned => Waiting => Running => Completed
C.Waiting => Assigned => Running => Failed => Fixed, Restart => Restarted => Completed
D.Assigned => Waiting => Running => Failed => Fixed, Restart => Restarted => Completed
E.Waiting => Assigned => Running => Failed => Fixed, Restart => Restarted => Running => Completed
Answer: AC
3. Identify the files that are changed when you run AutoConfig. (Choose all that apply.)
A./listener.ora
B./.env
C./admin/adconfig.txt
D./.env
E./appl/admin/.xml
Answer: ABD
4.Identify the patch that you apply to upgrade the Oracle Applications system from the 11.5.5 version to
the 11.5.10 version.
A.diagnostic patch
B.standalone
patch
C.maintenance pack
D.product family release update pack
Answer: C
5. You want to apply a patch on your Oracle Applications system. Before doing this, you want to view the
files that are new, changed, and ignored while applying the patch.
Which feature of the Patch Wizard would help you accomplish this?
A.Patch Filters
B.Patch Impact Analysis
C.Recommended Patches
D.Patch Information Bundle
Answer: B

http://www.test4actual.com/1Z0-238.html

6. Which table is used by AutoPatch as a staging area for the job information in parallel mode and needs
to be dropped to start a new autopatch session if the earlier session failed?
A.FND_JOBS
B.FND_PROCESSES
C.FND_INSTALL_PROCESSES
D.FND_INSTALLED_PROCESSES
Answer: C
7. If the patch is running in PreInstall
mode, where would the patch history files be stored in Oracle
Applications R12 configured on a UNIX operating system?
A.$AD_TOP/admin
B.$APPL_TOP/admin
C.$TEMP/runInstaller
D.$APPL_TOP/admin/
E.$COMMON_TOP/admin/
Answer: D
8. As part of the cloning process, the Applications DBA needs to copy the application tier file system to the
target system.
Which step is NOT a part of this process?
A.Shut down the application tier server processes.
B.Log on to the target system application tier nodes as the oracle user.
C.Copy the APPL_TOP directory from the source node to the target node.
D.Copy the directory from the source node to the target node.
E.Copy the directory from the source node to the target node.
F.Copy the directory from the source node to the target node.
G.Copy the <806 ORACLE_HOME> directory from the source node to the target node.
Answer: B
9. While working with Web forms an application user sometimes comes across a performance issue. The
initial screen takes too long to appear with the Web form screen, showing the status “Downloading JAR
files…” for a long time.
Identify the reasons for this. (Choose two.)
A.It always takes time to load the Web forms.
B.An older version of Sun J2SE plugin
is installed on the Desktop tier.
C.JAR files for the Forms client applet are downloaded automatically the first time it is used.
D.The browser will automatically retrieve new JAR files if they have changed on the application tier.
E.The Internet Explorer browser security level should be set as “Low” for the zone that contains the
Oracle Application Release 12 Web pages.
Answer: CD
10.After the successful installation of Oracle Applications Release 12, environment files are created.
Which environment file is used to identify and describe thirdparty and custom applications linked with
Oracle Applications?
A.the context file
B.the devenv.env file
C.the fndenv.env file
D.the adovars.env file
E.the adconfig.txt file
Answer: B

http://www.test4actual.com

http://www.test4actual.com/1Z0-238.html

Oracle 11i system administration fundamentals:1z0-232 exam

Tuesday, July 28th, 2009

Oracle Other Certification “, also known as 1z0-232 exam, is a Oracle certification.
Preparing for the 1z0-232 exam? Searching 1z0-232 Test Questions, 1z0-232 Practice Exam, 1z0-232 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 131 Q&A to your 1z0-232 exam preparation. In the 1z0-232 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-232 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-232 exam (Oracle 11i system administration fundamentals). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-232) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1. Choose the concurrent program to execute in order to understand or document a menu structure.
A. Object Security Report
B. Function Security Report
C. Menu Profile Report
D. Object Function Report
Answer: B
2. Which three search criteria are valid when using the status monitor in Standalone Oracle workflow?
(Choose three.)
A. workflow
B. workflow type
C. notification type
D. workflow started
Answer: ABD
3. Which two components are required to create a responsibility? (Choose two.)
A. Menu
B. Exclusions
C. Data Group
D. Request Group
E. User Assignments
Answer:AC
4. Identify three conditions under which a concurrent request may be permitted to be placed on hold.
(Choose three.)
A. Pending – Normal
B. Running – Normal
C. Inactive – On Hold
D. Running – Paused
E. Pending – Scheduled
F. Inactive – No Manager
Answer:AEF
5. A _____ is a collection of reports and concurrent programs that is used to implement security at the
responsibility level.
A. request set
B. request group
C. concurrent group
D. responsibility access group
Answer: B

http://www.test4actual.com/1z0-232.html

6. Identify the correct concurrent request phase and status for a request being evaluated by the Conflict
Resolution Manager.
A. Pending – Normal
B. Running – Normal
C. Running – Paused
D. Pending – Standby
E. Pending – Scheduled
Answer: D
7. One of the Administrators indicated that even 10 minutes after starting the Standard Manager, it is still
not running any requests, and the pending jobs are piling up in the queue. The administrator has
requested for your help. You are looking at the Administer Concurrent Manager screen, and you notice
the following: For the Internal Manager the number of actual processes is 0, target processes is 0, and
pending requests is 1. For the Standard Manager the number of actual
processes is 0, target processes is 3, and pending requests is 56. For the Conflict Resolution Manager
the number of actual processes is 0, target processes is 0, and pending requests is 1. Analyze the state of
the concurrent managers and identify the solution for resolving this issue.
A. The Internal Manager is not running, it must be started before the request to start the Standard
Manager can be executed. Enter the operating system and start the Internal Manager.
B. The Internal Manager is not running, it must be started before the request to start the Standard
Manager can be executed. Place the cursor on the Internal Manager record and press the Restart button.
C. The Conflict Resolution Manager is not running, it must be started before the request to start the
Standard Manager can be executed. Place the cursor on the Conflict Resolution Manager record and
press the Restart button.
Answer:A
8. Which statement is correct about the Workflow Monitor?
A. It is a Web page that enables users to monitor their workflow processes.
B. It is a stand-alone Windows PC program that enables users to monitor their workflow processes.
C. It is an administrator-only Web page that enables administrators to monitor any workflow processes.
D. It is a stand-alone Windows PC program that enables administrators to monitor workflow processes.
Answer:A
9. Which three statements are true with respect to Role Based Access Control (RBAC) and Role
Inheritance in Oracle User Management? (Choose three.)
A. A user can have only one role defined.
B. A role cannot have multiple responsibilities
C. Permissions associated with a role are not inherited by all its superior roles.
D. Permissions associated with a role are inherited by all its superior roles and the individuals to which any of these roles are assigned.
E. RBAC removes the existing link the need for creating separate responsibilities for combinations of job
functions.
F. A role can be configured to consolidate the responsibilities, permissions, function security and data
security polices that users require to be able to perform a specific function.
Answer: DEF
10. You are using the System Profile Option screen to initialize the value of a profile option at several
levels. You selectthe levels, the level context, and the profile option to change. You are able to default the
value for the site, application and responsibility, but you are unable to change the value for the user level.
Which statement explains this situation?
A. The responsibility secures the ability to control profile options.
B. The application prevents the changing of canned profile options at that level.
C. Another profile option toggles changing of profile options at the user level by the system administrator
and is currently false.
D. Only users are permitted to set their profile option values by using the personal profile settings.
E. The profile option definition prohibits changing the value of the profile option at that level.
Answer: E

http://www.test4actual.com

http://www.test4actual.com/1z0-232.html

Oracle payables 11i funfamentats:1z0-212 exam

Tuesday, July 28th, 2009

Oracle Other Certification “, also known as 1z0-212 exam, is a Oracle certification.
Preparing for the 1z0-212 exam? Searching 1z0-212 Test Questions, 1z0-212 Practice Exam, 1z0-212 Dumps?

With the complete collection of questions and answers, Test4actual has assembled to take you through 116 Q&A to your 1z0-212 exam preparation. In the 1z0-212 exam resources, you will cover every field and category in Oracle Other Certification helping to ready you for your successful Oracle Certification.

Free 1z0-212 Demo Download
Test4actual offers free demo for Oracle Other Certification 1z0-212 exam (Oracle payables 11i funfamentats). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Exam Details
The Oracle Other Certification exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate Oracle Other Certification certification. The Oracle Other Certification (1z0-212) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.

http://www.test4actual.com

FREE DEMO:
1.Which four statements are true about modifying a payment batch? (Choose four.)
A.You can create a zeroamount payment for a supplier site.
B.You can remove all invoices for a particular supplier site.
C.You can create a negativeamount
payment to clear a credit memo.
D.You can modify the payment or discount amounts for a selected invoice.
E.Payables automatically builds payments after you modify a payment batch.
Correct:A B D E
2.From which three areas do the defaults come when you enter a supplier? (Choose three.)
A.Items
B.Operating Unit
C.Financial Options
D.Payables Options
E.Receiving Options
Correct:C D E
3.The bank account in the Payment Batches and Payments window defaults from _____.
A.Supplier level
B.Bank Accounts
C.Supplier Site level
D.Financial Options
E.Payables Options Payments region
Correct:E
4.Why would you use the clearing payment method?
A.to generate a payment document to clear a debit memo
B.to generate a payment document to clear a credit memo
C.to account for intercompany expenses when you disburse funds through banks
D.to account for intercompany expenses when you do not disburse funds through banks
Correct:D
5.Which two statements regarding receipt accruals are true? (Choose two.)
A.For accruals generated at period end, the accrual is sent to General Ledger after the Receipt Accruals PeriodEnd process is run and the accrual is cleared when the journal entry is reversed in General Ledger.
B.For accruals generated at receipt, the accrual is automatically sent to General Ledger and subsequently
cleared when the journal entry is reversed in General Ledger.
C.For accruals generated at period end, the accrual is sent to General Ledger after the Receipt Accruals PeriodEnd
process is run and subsequently cleared when an invoice is entered and matched to the purchase order.
D.For accruals generated at receipt, the accrual is automatically sent to General Ledger and subsequently cleared when an invoice is entered and matched to the purchase order.
Correct:A D

http://www.test4actual.com/1z0-212.html

6.Which statement is true about invoices?
A.An invoice can be paid without being validated.
B.An invoice can be paid only after the invoice accounting entries are created.
C.Both invoice accounting entries and payment accounting entries need to be transferred to General Ledger at the same time if they are in the same calendar period.
D.An invoice needs to be validated before you can create the invoice accounting entries.
E.Invoice accounting entries and payment accounting entries can be transferred at different times to General Ledger only if they are in different calendar periods.
Correct:D
7.Client R has configured its Accounts Payables application to require threeway
matching. All invoice tolerances are set to zero. No discounts are allowed. A standard purchase order is entered for consulting services only. An invoice is entered and matched against this purchase order,having no tax or freight charges on it. The total invoice amount matches the distribution amount.When the steps to prepare the invoice for payment are completed, the invoice is placed on hold. The companys business policy states that all holds cannot be manually released. The client wants to pay this supplier now. What would you recommend?
A.Manually release the hold because it is not a system hold.
B.The service must be received in Purchasing because threeway matching is required
C.The service must be received in Accounts Payable because it is a purchase order for a service and not
a commodity or item.
D.Inspection is required because it is a threeway match, so you have to register the inspection in the system first.
E.Change the invoice tolerances in the Payables Options form to be greater than zero, so that the invoice
does not go on hold again.
Correct:B
8.The periodclose processes of which Oracle Applications can be directly affected by the Payables periodclose activities and processes? (Choose all that apply.)
A.Purchasing
B.Installed Base
C.Advanced Pricing
D.Assets
E.Enterprise Asset Management (EAM)
Correct:A D
9.ABC Inc. has found that one of its suppliers needs to be enabled as a 1099 vendor, which is a
taxrelated
designation for selfemployed
contractors. But for this supplier invoices have already
been entered and paid. Which two steps should the company take to ensure accurate tax reporting?
(Choose two.)
A.Run the Update Income Tax Details Report.
B.Update the tax reporting information in the supplier site.
C.Create a new supplier with tax reporting information and merge the supplier.
D.Create a new supplier site with tax information and update the supplier site in all invoices.
Correct:A B
10.Company A wants to use Oracle Internet Expenses, and wants to set up expense report
templates for that purpose. Which three statements are true about the setup of the expense report
templates? (Choose three.)
A.The expense report must be enabled for Internet Expenses.
B.The policy schedule must be attached to the expense item.
C.Each expense item must have an expense category assigned to it.
D.The tax code assigned to an expense item must be Web enabled.
E.The GL account assigned to an expense item must have all the Accounting Flexfield segment values
filled in.
Correct:A C D

http://www.test4actual.com

http://www.test4actual.com/1z0-212.html