Oracle 1z0-133 Exam Practice Questions (P. 4)
- Full Access (136 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
You are deploying a web application called inventory.war. It has been installed and has the State of "Prepared". It is targeted to the Managed Server named managed1. The web application's context root is /inventory and the starting page is index.jsp.
However, you want to test the application before allowing end users access to it. In the administration console, you select inventory.war, and then select Start and "Servicing only administration requests."
In your web browser, you need to enter a host and port followed by /inventory/index.jsp.
Which host and port would you use?
However, you want to test the application before allowing end users access to it. In the administration console, you select inventory.war, and then select Start and "Servicing only administration requests."
In your web browser, you need to enter a host and port followed by /inventory/index.jsp.
Which host and port would you use?
- Amanaged1 host and port
- BAdministration Server host and port
- Cmanaged1 host and Administration port
- DAdministration Server host and Administration port
Correct Answer:
C
C
send
light_mode
delete
Question #17
You are creating and configuring a cluster by using the administration console. Which two statements are true? (Choose two.)
- AAll servers that will be part of the cluster must be created before the cluster is created.
- BYou must pick the cluster messaging mode.
- CEven though you create a non-dynamic cluster, you can change it to a dynamic cluster later.
- DOnce the cluster is created, you cannot change its messaging mode.
- EThe administration console does not provide a way to manually migrate singleton services. It must be set up to be done automatically or by using WLST.
Correct Answer:
BC
BC
send
light_mode
delete
Question #18
One Managed Server that is part of a large domain throws java.lang.OutOfMemory errors (OOM) occasionally.
You have been monitoring this server with the jvisualVM tool but that didn't help because the issue occurs infrequently and not a specific scenario. So you decided to force the server to dump the heap memory as soon as an OOM gets thrown in order to analyze the dump file later.
How do you modify the Java HotSpot startup command to enable this feature and save the dump in the directory D:\hprof-dumps\?
You have been monitoring this server with the jvisualVM tool but that didn't help because the issue occurs infrequently and not a specific scenario. So you decided to force the server to dump the heap memory as soon as an OOM gets thrown in order to analyze the dump file later.
How do you modify the Java HotSpot startup command to enable this feature and save the dump in the directory D:\hprof-dumps\?
- AAdd -XX:+DumpHeapOnOutOfMemory -XX:DumpPath=D:\hprof-dumps.
- BAdd -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=D:\hprof-dumps.
- CAdd -XX:+DumpHeapOnOutOfMemoryError -XX:HeapPath=D:\hprof-dump.
- DAdd -XX:+HeapDumpOnOutOfMemory -XX:HeapDumpPath=D:\hprof-dumps.
- EAdd -XX:+HeapDumpOnOutOfMemoryError -XX:DumpPath=D:\hprof-dumps.
- FAdd -XX:+HeapDumpOnOutOfMemoryException -XX:HeapDumpPath=D:\hprof-dumps.
Correct Answer:
B
B
send
light_mode
delete
Question #19
You are using the Administration Console to monitor a resource.
Which three techniques can you use to customize the monitoring output? (Choose three.)
Which three techniques can you use to customize the monitoring output? (Choose three.)
- ASort the rows by a specific column.
- BLimit the number of rows displayed.
- CChange the order of the displayed columns.
- DViews the rows from a specific time range.
- ECombine (add) multiple columns together.
Correct Answer:
ABC
ABC
send
light_mode
delete
Question #20
You are working for a software company that mostly dealt with creating and reusing C++ and .NET objects. There are many COM (Component Object Model) components that have been created over time that provide standardized functionalities. Recently, platform independence has become a major consideration for your organization and you have deployed WebLogic Server12c. But you would like to make use of some of your prebuilt COM objects for request processing. You need an interim solution before implementing web services.
Which artifact within WebLogic Server helps you achieve your objective?
Which artifact within WebLogic Server helps you achieve your objective?
- AMessaging Bridge
- BIDL Mapper
- CjCOM
- DXMLRegistry
- ECOM2Java
Correct Answer:
E
References:
E
References:
send
light_mode
delete
All Pages