ITCertKing's providing training material is very close to the content of the formal examination. Through our short-term special training You can quickly grasp IT professional knowledge, and then have a good preparation for your exam. We promise that we will do our best to help you pass the Oracle certification 1Z0-311 exam.
Oracle 1Z0-311 exam is an popular examination of the IT industry , and it is also very important. We prepare the best study guide and the best online service specifically for IT professionals to provide a shortcut. ITCertKing Oracle 1Z0-311 exam covers all the content of the examination and answers you need to know . Tried Exams ot ITCertKing , you know this is something you do everything possible to want, and it is really perfect for the exam preparation.
Oracle 1Z0-311 certification exam is among those popular IT certifications. It is also the dream of ambitious IT professionals. This part of the candidates need to be fully prepared to allow them to get the highest score in the 1Z0-311 exam, make their own configuration files compatible with market demand.
ITCertKing have the latest Oracle certification 1Z0-311 exam training materials. The industrious ITCertKing's IT experts through their own expertise and experience continuously produce the latest Oracle 1Z0-311 training materials to facilitate IT professionals to pass the Oracle certification 1Z0-311 exam. The certification of Oracle 1Z0-311 more and more valuable in the IT area and a lot people use the products of ITCertKing to pass Oracle certification 1Z0-311 exam. Through so many feedbacks of these products, our ITCertKing products prove to be trusted.
Our ITCertKing have a huge IT elite team. They will accurately and quickly provide you with Oracle certification 1Z0-311 exam materials and timely update Oracle 1Z0-311 exam certification exam practice questions and answers and binding. Besides, ITCertKing also got a high reputation in many certification industry. The the probability of passing Oracle certification 1Z0-311 exam is very small, but the reliability of ITCertKing can guarantee you to pass the examination of this probability.
Exam Code: 1Z0-311
Exam Name: Oracle (Oracle application server 10g:Administration )
One year free update, No help, Full refund!
Total Q&A: 155 Questions and Answers
Last Update: 2013-09-24
Only to find ways to success, do not make excuses for failure. To pass the Oracle 1Z0-311 exam, in fact, is not so difficult, the key is what method you use. ITCertKing's Oracle 1Z0-311 exam training materials is a good choice. It will help us to pass the exam successfully. This is the best shortcut to success. Everyone has the potential to succeed, the key is what kind of choice you have.
1Z0-311 Free Demo Download: http://www.itcertking.com/1Z0-311_exam.html
NO.1 What makes it possible to access the portal from the OracleAS SSO Administer Partner
Applications page?
A.The administrator registers the portal manually to OracleAS SSO using the ossoreg.jar tool.
B.The registration of the first external application with OracleAS SSO adds OracleAS Portal as a partner
application.
C.The ssocfg.sh script needs to be executed first to access the portal from the OracleAS SSO Administer
Partner Applications page.
D.During OracleAS middle-tier installation, the installer automatically adds the OracleAS Portal as a
partner application for OracleAS SSO.
Correct:D
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.2 A portal user named USER1 registered a new database provider with the OracleAS Portal
instance. What are the actions that are implicitly performed as a result of the registration?
(Choose all that apply.)
A.A new page is created in the Portlet Repository page group.
B.The provider registration information is saved in the dads.conf file.
C.The provider registration information is saved in the portlet repository.
D.A new database schema is created with the same name as the provider.
Correct:A C
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.3 Today, most Java 2, Enterprise Edition (J2EE) applications use a database to have a persistent
storage for data. Which two statements regarding the data source are true? (Choose two.)
A.J2EE applications cannot use more than one data source.
B.J2EE applications use the data source to ensure portability across application servers.
C.J2EE applications retrieve connections to the database through DataSource objects.
D.J2EE applications use the data source to store the Java Naming and Directory Interface (JNDI) tree.
Correct:B C
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.4 You want to create a user in Oracle Internet Directory (OID) who should be authenticated using
Single Sign-On and should be able to retrieve user information from the Oracle Directory Server.
Which two tools can you use to create the user? (Choose two.)
A.Oracle Wallet Manager
B.OID Self Service Console
C.Oracle Directory Manager
D.OracleAS Single Sign-On Server
E.Oracle Enterprise Manager 10g Application Server Control
Correct:B C
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.5 In your Oracle Application Server 10g installation, you want to restrict the number of requests
allowed per connection to 16. Which two actions would you take to achieve this objective?
(Choose two.)
A.Limit 16
B.KeepAlive ON
C.MaxClients 16
D.KeepAliveTimeout 16
E.MaxRequestsPerChild 16
F.MaxKeepAliveRequests 16
Correct:B F
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.6 You have Oracle Application Server 10g instance running. For the parent Oracle HTTP Server
process you want five child processes to be always running. In addition to this, you want to
restrict the number of requests that are handled simultaneously by the child processes to 20.
Which options would you use to achieve this objective? (Choose all that apply.)
A.MaxClients 20
B.StartServers 5
C.MaxSpareServers 5
D.MinSpareServers 10
E.MaxRequestsPerChild 20
Correct:A B
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.7 In your existing Oracle Application Server 10g installation, you observe that the Oracle HTTP
Server (OHS) error log file, error_log, is available in the location set in the ErrorLog directive.
Because the location set in this directive is running out of space and there is no free space
available in other locations, you want to suppress further logging of any kind of messages,
temporarily, into the error log file. What would you do to achieve this objective?
A.set ErrorLog to NULL
B.set ErrorLog to NONE
C.set ErrorLog to /dev/null
D.remove the ErrorLog directive from the configuration file
E.remove the TransferLog directive from the configuration file
Correct:C
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.8 While setting up the Oracle HTTP Server (OHS) for your Oracle Application Server 10g
installation, you set the container directives in the httpd.conf file as shown in the Exhibit. View the
Exhibit. Which three statements are true? (Choose three.)
A.The Files container is used to match objects at file-system level.
B.The Location container is used to match objects at the block level.
C.The Directory container is always processed from the shortest directory component to the longest.
D.The Location container is always processed last of the listed directives in the file irrespective of where it
appears in the configuration file.
Correct:A C D
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.9 In your Oracle Application Server 10g installation, you observe that the Oracle HTTP Server
parent process is running as the Oracle user's process and currently using the default port
number 7778. To comply with the development environment, you have been asked to use port
number 80 for the parent process. Which step would you perform after changing the Listen
directive to 80 in the httpd.conf file to ensure that the changed port number is used by the parent
process?
A.start the process as the root user
B.start the process as the Oracle user
C.start the process as any user other than root and Oracle
D.change the Group directive in the httpd.conf file to the group of the root user and start the process as
the Oracle user
Correct:A
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.10 You are creating a transport set to export a page group. The FINANCE_APP application is listed
as an external object in the Transport Set Objects page. You require this FINANCE_APP
application to be exported along with rest of the objects in the page group. What would you do?
A.promote the FINANCE_APP application as an explicitly selected object
B.specify the automatic_merge parameter explicitly while creating the transport set dump file
C.use the opeasst.csh script to export the FINANCE_APP application along with the page group
D.no explicit action required because the external objects are exported along with the page group by
default
Correct:A
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.11 While setting up the Oracle HTTP Server (OHS) for your Oracle Application Server 10g
installation, you want to enable the server to set a host name that can be used to create
redirection URLs, using the ServerName directive. Within which two scopes can you specify the
directive in the httpd.conf file? (Choose two.)
A.in a block container
B.in a location container
C.in a directory container
D.in a virtual host container
E.in the server-level configuration
Correct:D E
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.12 You want to install Oracle Application Server 10g middle tier that enables you to generate
Web-based reports and authenticate users accessing the middle-tier components. Which
components must you have installed before you start installing OracleAS Portal and Wireless?
(Choose all that apply.)
A.Identity Management
B.J2EE and Web Cache
C.OracleAS Developer Kits
D.OracleAS Metadata Repository
Correct:A D
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.13 You are maintaining user information in the Oracle Internet Directory (OID) for authentication.
You want to find out whether a user, STEVE, has the last name BENNETT. Which OID utility would
you use?
A.ldapbind
B.ldifwrite
C.ldapmoddn
D.ldapcompare
Correct:D
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.14 You have not set the Subscriber Search Base node in Directory Information Tree (DIT) in Identity
Management Realm by using the orclSubscriberSearchBase attribute. You use Discovery
mechanism to find out user information in the DIT. Which statement is true in this scenario?
A.This attribute cannot have null values.
B.This attribute value points to the parent of Default Subscriber.
C.This attribute would have the same value as User Search Base.
D.This attribute would have the same value as Default Subscriber.
E.This attribute would have the same value as Subscriber Nickname.
Correct:B
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.15 Which statements describe the functionality of OracleAS Single Sign-On? (Choose all that apply.)
A.It can be used in either a secure sockets layer (SSL) mode or a non-SSL mode.
B.It uses Single Sign-On SDK to enable the single sign-on functionality.
C.It uses Oracle Application Server Containers for J2EE (OC4J) to store user information.
D.It uses the Single Sign-On username and password from the Oracle Internet Directory (OID) to
authenticate users.
Correct:A D
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.16 In your Oracle HTTP Server configuration file, you have configured the following directives as:
StartServers 10 MaxSpareServers 20 MinSpareServers 15 Which statement is true?
A.Twenty child processes would be running at any given point in time.
B.Only 10 child processes would be running at any given point in time.
C.Initially, the parent process would start 10 child processes, but later it would start additional child
processes to maintain the value specified for MinSpareServers.
D.Initially, the parent process would start 15 child processes, but later it would start more child processes
automatically to reach the value specified for MaxSpareServers.
Correct:C
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.17 View the Exhibit and examine the contents of the portlist.ini file. You changed the password for
the portal schema in the infrastructure database by using the ALTER USER SQL command. You
are able to connect as portal to the infrastructure database. You use the following URL to access
the associated OracleAS Portal instance, but you are not able to log in as user portal:
http://host.domain:7778/pls/portal Which two causes could be the reasons for you not being able
to log in? (Choose two.)
A.Incorrect port number is specified in the URL.
B.The password for the PORTAL_PUBLIC schema is not modified.
C.The Portal User Profile portlet is not used to modify the portal user's profile.
D.The portal schema password in Oracle Internet Directory (OID) is not changed.
E.The connection information in the Database Access Descriptor (DAD) is not updated.
Correct:D E
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.18 You are deploying a Java 2, Enterprise Edition (J2EE) application using Application Server
Control Console. View the Exhibit and examine the fields for which you provide the information.
What is the significance of selecting a Parent Application?
A.to share services, such as EJBs among multiple applications
B.to identify the instance in which the application is to be deployed
C.to maintain uniformity in the URLs of all the J2EE applications deployed so far
D.to allow all the users of the parent application to access the application you are deploying
Correct:A
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.19 In Oracle Internet Directory (OID), which Directory Information Tree (DIT) attribute would you use
to find out the object classes that are available in Identity Management Realm?
A.orclUserObjectClass
B.orclCommonUserSearchBase
C.orclCommonGroupSearchBase
D.orclCommonUserNickNameAttribute
Correct:A
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
NO.20 You have a text file written in LDAP Data Interchange Format (LDIF) that contains the entries to
be added to the Oracle Internet Directory (OID). Using this text file as a source file, you want to
add the entries concurrently using multiple threads. Which OID command-line tool would you use?
A.ldapadd
B.ldapbind
C.ldapmoddn
D.ldapaddmt
Correct:D
Oracle 1Z0-311 pdf 1Z0-311 answers real questions
ITCertKing offer the latest MB6-872 exam material and high-quality NS0-156 pdf questions & answers. Our HP2-N43 VCE testing engine and FCNSP.v5 study guide can help you pass the real exam. High-quality 70-465 dumps training materials can 100% guarantee you pass the exam faster and easier. Pass the exam to obtain certification is so simple.
Article Link: http://www.itcertking.com/1Z0-311_exam.html
没有评论:
发表评论