最新1z0-599日本語テスト材料には有効な1z0-599日本語テストエンジン [Q40-Q63]

Share

最新1z0-599日本語テスト材料には有効な1z0-599日本語テストエンジン

1z0-599日本語更新された試験問題集で[2022年最新] 練習には有効な試験問題集

質問 40
Oracle Public Cloudに含まれている4つのサービスはどれですか?

  • A. SOA Service
  • B. Database Service
  • C. Data Service
  • D. Java Service
  • E. Security Service
  • F. .NET Service

正解: B,C,D,E

 

質問 41
WebLogic10.3.5で作成および構成されたドメインがあります。 WebLogic12cを使用するようにドメインをアップグレードする必要があります。ドメインをアップグレードするには、どのOracleツールを使用する必要がありますか?

  • A. ツールは必要ありません。WebLogic12cをインストールし、新しいWebLogicインストールを指すようにドメインを更新して、ドメインを起動するだけです。
  • B. JDeveloper
  • C. スマートアップデート
  • D. スマートアップグレード
  • E. OracleWebLogicドメインアップグレードツール

正解: A

解説:
Note:
You can use the 12.1.1 WebLogic Upgrade Wizard to upgrade domains created in WebLogic
Server 8.1. You can also use the WebLogic Upgrade Wizard to upgrade a WebLogic domain
created in WebLogic Server 9.x or 10.x to 12.1.1, but this is optional.

 

質問 42
WebLogic 10.3.6および12cでは、トランザクションログはオプションでファイルシステム上のファイルストアの代わりにJDBCストアに書き込むことができます。この機能の結果としての3つの利点を特定します。

  • A. より高いトランザクションスループット
  • B. 簡素化されたディザスタリカバリアーキテクチャと取り組み
  • C. アプリケーションデータを使用したトランザクションログの一般的なレプリケーション
  • D. ファイルストアにログを書き込むよりも優れたパフォーマンス
  • E. アプリケーションデータを含むトランザクションログの一般的なストレージ

正解: B,C,E

解説:
Comparing File Stores and JDBC-accessible Stores
The following are some similarities and differences between file stores and JDBC-accessible stores:
*(A) JDBC stores may make it easier to handle failure recovery since the JDBC interface can access the database from any machine on the same network. With the file store, the disk must be shared or migrated.
*The default persistent store can only be a file store. Therefore, a JDBC store cannot be used as a default persistent store.
*Both have the same transaction semantics and guarantees. As with JDBC store writes, file store writes are guaranteed to be persisted to disk and are not simply left in an intermediate (that is, unsafe) cache.
*Both have the same application interface (no difference in application code).
*(not B, not E) All things being equal, file stores generally offer better throughput than a JDBC store.
/ If a database is running on high-end hardware with very fast disks, and WebLogic Server is running on slower hardware or with slower disks, then you may get better performance from the JDBC store.
*File stores are generally easier to configure and administer, and do not require that WebLogic subsystems depend on any external component.
*File stores generate no network traffic; whereas, JDBC stores generate network traffic if the database is on a different machine from WebLogic Server.
Reference: Configuring Server Environments for Oracle WebLogic Server 12c, Comparing File Stores and JDBC-accessible Stores

 

質問 43
共有ライブラリを使用する必要があるアプリケーションには、共有ライブラリの仕様バージョンと拡張名のみを指定するデプロイメント記述子があります。アプリケーションがデプロイされると、どの共有ライブラリが使用されますか?

  • A. アプリケーションはデプロイされますが、共有ライブラリのクラスは使用できません。
  • B. WebLogic管理コンソールを使用している場合は、使用するバージョンの入力を求められます。そうしないと、アプリケーションのデプロイに失敗します。
  • C. デプロイされた共有ライブラリのバージョンが複数ある場合、WebLogicは実装バージョンが最も高いバージョンを使用します。
  • D. デプロイされた共有ライブラリのバージョンが複数ある場合、WebLogicは最後にデプロイされたものを使用します。
  • E. 実装バージョンが必要なため、アプリケーションはADMIN状態になり、デプロイに失敗します。

正解: C

解説:
An internal application may be configured to always use a minimum version of the same library. Applications that require no specific version can be configured to use the latest version of the library.
Note:
* Specification-Version (a manifest Attributes for Java EE Libraries) An optional String value that defines the specification version of the shared Java EE library. Referencing applications can optionally specify a required Specification-Version for a library; if the exact specification version is not available, deployment of the referencing application fails. The Specification-Version uses the following format:
Major/minor version format, with version and revision numbers separated by periods (such as "9.0.1.1")
Referencing applications can be configured to require either an exact version of the shared Java EE library, a minimum version, or the latest available version.
*Implementation-Version (a manifest Attributes for Java EE Libraries)
An optional String value that defines the code implementation version of the shared
Java EE library. You can provide an Implementation-Version only if you have
also defined a Specification-Version.
*Extension-Name (a manifest Attributes for Java EE Libraries)
An optional string value that identifies the name of the shared Java EE library. Referencing
applications must use the exact Extension-Name value to use the library.
As a best practice, always specify an Extension-Name value for each library. If you do not specify an extension name, one is derived from the deployment name of the library. Default deployment names are different for archive and exploded archive deployments, and they can be set to arbitrary values in the deployment command.
*After a library is deployed, the extension-name, specification-version and implementation-version of the library can be found in Administration console.
Reference: Creating Shared Java EE Libraries and Optional Packages

 

質問 44
顧客は、新しいアカウントのマルチステッププロビジョニングプロセスを含むカスタムアプリケーションを開発しています。プロセスの一部として複数のJMSメッセージを生成し、それらをWebLogic層に送信して処理するカスタムJavaクライアントアプリケーションがあります。
個々のプロセスのメッセージが順不同で配信されないようにしながら、複数の同時プロビジョニング要求のスケーラビリティと並列処理を可能にするソリューションを実装するには、どの3つのステップを実行する必要がありますか?

  • A. クライアントアプリケーションが使用するJMS接続ファクトリでXAトランザクションを有効にします。
  • B. クライアントアプリケーションが使用するJMS接続ファクトリで負荷分散を有効にします。
  • C. 作業単位を使用するようにJMSメッセージを作成しているクライアントアプリケーションを更新します。
  • D. 分散JMS用にWebLogicクラスターを構成します。
  • E. 注文単位を使用するようにJMSメッセージを作成しているクライアントアプリケーションを更新します。

正解: D,E

解説:
C: Message Unit-of-Order is a WebLogic Server value-added feature that enables a stand-alone message producer, or a group of producers acting as one, to group messages into a single unit with respect to the processing order. This single unit is called a Unit-of-Order and requires that all messages from that unit be processed sequentially in the order they were created.
D Transactions required for parallel processing.
Incorrect:
A: Many applications need an even more restricted notion of a group than provided by the Message Unit-of-Order (UOO) feature. If this is the case for your applications, WebLogic JMS provides the Unit-of-Work (UOW) Message Groups, which allows applications to send JMS messages, identifying some of them as a group and allowing a JMS consumer to process them as such. For example, an JMS producer can designate a set of messages that need to be delivered to a single client without interruption, so that the messages can be processed as a unit. Further, the client will not be blocked waiting for the completion of one unit when there is another unit that is already complete.
Note:
* WebLogic JMS defines two default connection factories, which you can look up using the following JNDI names:
weblogic.jms.ConnectionFactory
weblogic.jms.XAConnectionFactory
Reference: Using Message Unit-of-Order

 

質問 45
アプリケーションは、WebLogic JMSストアアンドフォワードを使用して、ローカルJMSキューからリモートWebLogicJMS宛先にメッセージを転送しています。メッセージがローカルのWeblogicサーバーから送信されているかどうかを確認する必要があります。
WebLogic管理コンソールのストアアンドフォワードコンポーネントに関する情報とメトリックはどこにありますか。

  • A. JMSストアアンドフォワード
  • B. JMS永続ストア
  • C. 自動サービス移行
  • D. JMSサーバー
  • E. JMS分散宛先

正解: B

解説:
Note:
* Persistent messages are saved in the persistent store on the sending side until they are successfully forwarded to and acknowledged by the receiving side.

 

質問 46
Java Enterprise ApplicationのWebLogic固有のデプロイメント記述子の名前は何ですか?

  • A. weblogic-application.xml
  • B. weblogic.xml
  • C. config.xml
  • D. application.xml
  • E. web.xml

正解: B

解説:
The WebLogic Server-specific deployment descriptor weblogic.xml.
If your Web application does not contain a weblogic.xml deployment descriptor, WebLogic Server
automatically selects the default values of the deployment descriptor elements.
Note:
A Web archive (WAR file) contains the files that make up a Web application. A WAR file is
deployed as a unit on one or more WebLogic Server instances. A WAR file deployed to WebLogic
Server always includes the following files:
*One servlet or Java Server Page (JSP), along with any helper classes.
*An optional web.xml deployment descriptor, which is a Java EE standard XML document that describes the contents of a WAR file.
*A weblogic.xml deployment descriptor, which is an XML document containing WebLogic Server-specific elements for Web applications.
*A WAR file can also include HTML or XML pages and supporting files such as image and multimedia files.
Reference: weblogic.xml Deployment Descriptor Elements

 

質問 47
マルチデータソースに対するActiveGridLink forRACの3つの利点を特定します。

  • A. WebLogicをRACの変更から分離します
  • B. WebLogicドメインテンプレートでサポートされています
  • C. シンプルな構成
  • D. ステートメントのキャッシュを有効にします
  • E. より高速な障害検出とフェイルオーバーを実行します

正解: A,C,E

解説:
A, B: With Active GridLink for RAC, WebLogic instances are isolated from RAC configuration changes, and DBAs only need to contend with a single data source rather than multiple data sources.
D: Active GridLink for RAC distributes work based on different backend node capacities, automatically detecting and adapting to overworked nodes and hangs. It enables smart load balancing across RAC nodes. This makes it easier to route traffic around node failures, enhancing availability and performance.
Reference: Introducing WebLogic Server 12c

 

質問 48
JRockit Real TimeをバンドルしているWebLogicエディションはどれですか?

  • A. WebLogic Server Grid Edition
  • B. WebLogic Server Suite
  • C. WebLogic Server Enterprise Edition
  • D. WebLogic Server Standard Edition
  • E. WebLogic Server Cloud Edition

正解: B

 

質問 49
顧客は、本番システムにWebアプリケーションを再デプロイしている間、すべての顧客が再度ログインする必要があると主張しています。おすすめは何ですか?

  • A. ホットスポットをJRockitに変更します。アプリケーションを再デプロイするときに、セッションをHotSpotに保存することはできません。
  • B. Oracleサポートでサービス要求を開きます。これは予期しない動作です。セッションは、追加の設定なしで保持されます。
  • C. 環境の開発モードを担当するフラグを変更します。本番モードでは、アプリケーションの再デプロイ中にすべてのセッションが保持されます。
  • D. アプリケーションを再デプロイするときにフラグ-versionを使用します。これにより、サイドバイサイド展開機能がオンになり、既存のセッションが保持されます。
  • E. アプリケーションを再デプロイするときにセッションを保持できません。お客様は、トラフィックが少ない深夜に再展開を検討する必要があります。

正解: D

解説:
Restrictions on Production Redeployment Updates
WebLogic Server can host a maximum of two different versions of an application at one time.
Note:
* When you redeploy a new version of an application, you cannot change: An application's deployment targets
An application's security model
A Web application's persistent store settings
To change any of the above features, you must first undeploy the active version of the application.
Incorrect:
*(not A)
Production redeployment enables you to update and redeploy an application in a production
environment without stopping the application or otherwise interrupting the application's availability
to clients. Production redeployment saves you the trouble of scheduling application downtime,
setting up redundant servers to host new application versions, manually managing client access to
multiple application versions, and manually retiring older versions of an application.
*(not C) Not dependant on whether the application is JRockit or Hotspot.
*(not E)
The production redeployment strategy is supported for:
Standalone Web Application (WAR) modules and enterprise applications (EARs) whose clients access the application via a Web application (HTTP).
Enterprise applications that are accessed by inbound JMS messages from a global JMS destination, or from inbound JCA requests.
All types of Web Services, including conversational and reliable Web Services, but not 8.x Web Services.
Production redeployment is not supported for:
Standalone EJB or RAR modules. If you attempt to use production redeployment with such modules, WebLogic Server rejects the redeployment request. To redeploy such modules, remove their version identifiers and explicitly redeploy the modules.
Applications that use JTS drivers. For more information on JDBC application module limitations, see JDBC Application Module Limitations in Configuring and Managing JDBC Data Sources for Oracle WebLogic Server.
Applications that obtain JDBC data sources via the DriverManager API; in order to use production redeployment, an application must instead use JNDI to look up data sources.
Applications that include EJB 1.1 container-managed persistence (CMP) EJBs. To use production redeployment with applications that include CMP EJBs, use EJB 2.x CMP instead of EJB 1.1 CMP.
Reference: Reference; Deploying Applications to Oracle WebLogic Server 12c, Redeploying Applications in a Production Environment

 

質問 50
顧客は、Webアプリケーションの可用性を向上させ、アプリケーションをスケールアウトするときに、より予測可能なスケーラビリティを提供したいと考えています。
この問題を解決するために、WebLogicのどの機能をお勧めしますか?

  • A. Coherence Grid Edition
  • B. Oracle Web Grid
  • C. Coherence Web Edition
  • D. WebLogicセッションレプリケーション
  • E. ActiveCache

正解: A

解説:
* Built on top of Oracle Coherence (Coherence), Coherence*Web:
/ brings Coherence data grid's data scalability, availability, reliability, and performance to in-
memory session management and storage.
/ can be deployed to many mainstream application servers such as Oracle GlassFish Server,
Oracle WebLogic Server, IBM WebSphere, Tomcat, and so on
* Coherence*Web enables HTTP session sharing and management across different Web applications, domains, and heterogeneous application servers. Session data can be stored in data caches outside of the application server, thus freeing application server heap space and enabling server restarts without losing session data.
Incorrect:
A: No such thing Oracle Web Grid
C: Grid Edition licensing includes the unlimited use of Real Time Clients which may be of the following two types: Real Time Cluster Member Client Real Time Extend/TCP Client
Reference: Oracle Coherence User's Guide for Oracle Coherence*Web

 

質問 51
顧客は、環境設定をアプリケーションのデプロイメント記述子に格納します。アプリケーションバージョンをテスト環境から本番環境にプロモートするときはいつでも、アーカイブを開いてデプロイメント記述子を変更する必要があります。このプロセスは彼らのセキュリティポリシーに反しています。
さまざまな環境のアプリケーションアーカイブを変更する必要がないように、WebLogicの機能を活用するためにどのようなアプローチをお勧めしますか?

  • A. 顧客がアーカイブファイルを開く必要がないように、アーカイブを展開形式で保持します。
  • B. 環境データをDeployment PlanXMLファイルに保持します。アーカイブファイルを開かなくても、デプロイメント記述子のパラメータを変更できます。
  • C. 環境データをドメインのグローバル設定に保持すると、アプリケーションはそれが実行されているドメインからデータを読み取ることができます。
  • D. アプリケーションからすべての環境設定を削除します。アプリケーションに環境設定があってはなりません。
  • E. 環境をパラメータ化する最も効果的な方法であるため、環境データをデータベースに保持します。

正解: B

解説:
WebLogic Server uses the standard J2EE web.xml deployment descriptor for defining a Web Application. Some applications also require the WebLogic-specific deployment descriptor, weblogic.xml. You use these deployment descriptors to define components and operating parameters for a Web Application. Deployment descriptors are standard text files, formatted using XML notation. You package them in the Web Application.
Reference: Overview of Web Application Deployment Descriptors

 

質問 52
WLSTがオフラインモードのときに実行できる2つのタスクはどれですか?

  • A. オンラインモードでのランタイムパフォーマンスデータの表示
  • B. オフラインドメインの構成を変更する
  • C. オフラインモードでのランタイムパフォーマンスデータの表示
  • D. オンラインドメインの構成を変更する
  • E. ドメインの作成と拡張

正解: B,E

解説:
B: WLST enables you to create a new domain or update an existing domain without connecting to a running WebLogic Server (that is, using WLST offline)-supporting the same functionality as the Configuration Wizard.
E: With WLST you can
Creating a Domain (Offline)
Updating an Existing Domain (Offline)
Creating a Domain Template (Offline)
Exporting Diagnostic Data (Offline)
Stepping Through a Sample Script: Creating a Domain Using WLST Offline
Reference: Creating and Configuring WebLogic Domains Using WLST Offline

 

質問 53
スマートアップグレードツールを使用して、どのタイプのJavaEEアプリケーションをWebLogic12cにアップグレードできますか?

  • A. JBoss
  • B. iAS
  • C. WebLogic Server 11g
  • D. GlassFish

正解: B

解説:
Note:
*iAS: Oracle Application Server
*Oracle WebLogic Server SmartUpgrade is one several Oracle software tools that can help you upgrade your entire Oracle Application Server or Oracle WebLogic Server environment to Oracle Fusion Middleware 11g.

 

質問 54
推奨される基本アーキテクチャの4つの利点は何ですか?

  • A. 管理が簡単
  • B. シンプルなセキュリティ
  • C. 最適なパフォーマンス
  • D. 柔軟な負荷分散
  • E. プレゼンテーション層とオブジェクト層の間の優れた負荷分散

正解: A,B,C,D

 

質問 55
お客様がWebLogicServerにパッチを適用するために選択できる3つのプロセスを特定します。

  • A. Enterprise Managerを使用して、My Oracle Supportからパッチをダウンロードし、WebLogicにパッチを適用します。
  • B. 管理コンソールを使用してMy Oracle Supportに接続し、パッチをダウンロードしてから、それらをドメインにターゲティングします。
  • C. My Oracle Supportからパッチをダウンロードし、WebLogic管理コンソールを使用して適用します。
  • D. My Oracle Supportからパッチをダウンロードし、SmartUpdateを使用して管理します。
  • E. My Oracle Supportからパッチをダウンロードし、アプリケーションサーバーのクラスパスを手動で変更します(推奨されていません)。

正解: A,D,E

解説:
A: Oracle Smart Update is a standalone Java application that is automatically installed in the Middleware home utils/bsu directory. Smart Update simplifies the process of applying patches to your WebLogic Server installation. When support makes a patch available for an installed version of WebLogic Server, you download the patch from My Oracle Support and then use Oracle Smart Update to apply it to your installation. Smart Update organizes all available updates for you, and has several features that allow a great deal of customizing in the way various patches are applied and managed in your environment.
B: As part of a new Enterprise Manager system, the installation wizard does the following:
* Oracle My Oracle Support Management Plug-In etc.
C: Applying patch from server start script:
After downloading the patch (jar file) follow the below steps:
-Stop your server.
-Then take the path of the folder which has the CRxxxxxx_xxxmpx.jar file and copy it in the CLASSPATH of setDomainEnv.cmd which is in
(<bea home>/user_projects/domains/<your domain name>/bin/setDomainEnv.cmd)
For example, the script would look something like this: set CLASSPATH=%PRE_CLASSPATH%;%WEBLOGIC_CLASSPATH%; C:\extra\my_projects\doc\CR\CR218639_920mp3.jar;C:\extra\my_projects\doc \CR\ CR360676_920mp3.jar;C:\extra\my_projects\doc\CR\CR367966_920mp3.jar; C:\extra\my_projects\doc\CR\CR368155_920mp3.jar;C:\extra\my_projects\doc\CR\CR370311_92 0mp3.jar
-Re-start your server.
-You should see the patch applied in the stdout file.

 

質問 56
アプリケーションのパフォーマンスの問題を解決するための一般的なアプローチは、ハードウェアを追加することです。これだけでは必ずしもパフォーマンスの問題が解決しない理由を説明する2つの理由はどれですか?

  • A. ハードウェアの追加にはコストと時間がかかります。
  • B. アプリケーションには、追加のハードウェアでは解決できないボトルネックがある可能性があります。
  • C. ハードウェアを追加すると、テストが必要な新しい構成要件が導入される可能性があります。
  • D. アプリケーション層にハードウェアを追加すると、すでに過負荷になっているデータベース、ネットワークアプライアンス、またはストレージシステムに追加の負荷がかかる可能性があります。

正解: B,D

 

質問 57
世界最大のトランザクションアプリケーションで25年以上使用され、100%の信頼性でメッセージングとトランザクションの整合性が保証されている製品はどれですか?

  • A. JRockit
  • B. タキシード
  • C. WebLogic Server
  • D. コヒーレンス

正解: B

解説:
JCA Adapter This product is a wrapper to the WebLogic Tuxedo Connector (WTC) found as part of the WebLogic Server (WLS) product. WTC can only be used on WebLogic, but the JCA adapter allows deploying WTC capabilities on other Java Application Servers that support the Java EE JCA specification.
Note:
* Tuxedo (Transactions for Unix, Extended for Distributed Operations) is a middleware platform used to manage distributed transaction processing in distributed computing environments. Tuxedo is a transaction processing system or transaction-oriented middleware, or enterprise application server for a variety of systems and programming languages. Developed by AT&T in the 1980s, it became a software product of Oracle Corporation in 2008.

 

質問 58
同じWebLogicコンテナに複数のアプリケーションをデプロイします。セキュリティはJavaEEレベルで設定され、デプロイされたすべてのJavaEEアプリケーションは同じセキュリティロールを使用します。
これらの要件を備えたアーキテクチャに対する推奨事項は何ですか

  • A. Oracle Identity and Access Managementソリューションを使用して、管理を簡素化します。
  • B. そのソリューション用に開発された外部のWebLogicロールマップにロールマッピングを保持します。
  • C. WebLogicドメインレベルでグローバルロールを定義します。
  • D. すべてのアプリケーションを1つにまとめます。
  • E. Ms Active Directoryを使用して、そこに役割を保持します。

正解: C

解説:
Note:
* Types of Security Roles: Global Roles and Scoped Roles
There are two types of security roles in WebLogic Server:
/ A global security role can be used in any security policy. Oracle provides several default global roles that you can use out of the box to secure your WebLogic resource
/ A scoped role can be used only in policies that are defined for a specific instance of a WebLogic resource (such as a method on an EJB or a branch of a JNDI tree). You might never need to use scoped roles. They are provided for their flexibility and are an extra feature for advanced customers.
Incorrect: Not E: Role mapping is the process whereby principals (users or groups) are dynamically mapped to security roles at runtime. In WebLogic Server, a Role Mapping provider determines what security roles apply to the principals stored a subject when the subject is attempting to perform an operation on a WebLogic resource. Because this operation usually involves gaining access to the WebLogic resource, Role Mapping providers are typically used with Authorization providers.

 

質問 59
WebLogicチームは、デスクトップのWebLogic環境からエンタープライズアプリケーションを開発しています。すべての開発システムは、テストのために同じ8つのデータソースに接続されています。
このチームをサポートするWebLogic管理者として、開発者がデスクトップWebLogic環境ですべてのデータソースを作成および構成する必要がないようにするには、どの2つのアクションを実行する必要がありますか。

  • A. 開発チームに[datasource] -jdbc.xmlファイルを提供して、ローカルコピーを上書きします。
  • B. 各開発者に代わってデータソースを作成します。
  • C. テストデータソースを作成および構成するためのWLSTスクリプトを開発チームに提供します。
  • D. テストデータソースが構成されたWebLogicドメインテンプレートをチームに提供します。
  • E. 開発チームに事前構成されたドメインアーカイブファイルを提供します。

正解: C

解説:
WebLogic Administrators typically use the Administration Console or the WebLogic Scripting Tool (WLST) to create and deploy (target) JDBC modules.
Note:
*(not A) Domain template-defines the full set of resources within a domain, including infrastructure components, applications, services, security options, and general environment and operating system options.
*Extension template-defines the applications and services that you can add to an existing domain, including product component functionality and resources such as
JDBC or JMS.
*(not B) Each domain describes its configuration in an XML document that is located in the domain's configuration directory. At run time, each WebLogic Server instance in a given domain creates an in-memory representation of the configuration described in this document. The central configuration file for a domain is DOMAIN_NAME/config/config.xml. This file specifies the name of the domain and the configuration of each server instance, cluster, resource, and service in the domain. The file includes references to additional XML files that are stored in subdirectories of theDOMAIN_NAME/config directory. These included files are used to describe major subsystems of WebLogic Server.
Reference: Configuring WebLogic JDBC Resource

 

質問 60
Oracle Coherenceは_____として最もよく分類されますか?

  • A. アプリケーション製品
  • B. ミドルウェア製品
  • C. ソフトロードバランサー
  • D. オブジェクトリレーショナルマッピング(ORM)ツール
  • E. データベース製品

正解: B

解説:
Oracle Coherence 3.6 is a component of Oracle Fusion Middleware 11g.

 

質問 61
バージョン12.1.1のWebLogicServer 12cでサポートされている開発環境の2つのIDEはどれですか?

  • A. WebLogic Workshop
  • B. JDeveloper
  • C. InteliJ IDIA
  • D. Websphere Developer Studio
  • E. Eclipse
  • F. NetBeans

正解: E,F

解説:
E: Oracle Enterprise Pack for Eclipse 12c (12.1.1.2.1) Eclipse Based Enterprise Application Development Oracle Enterprise Pack for Eclipse (OEPE) 12.1.1.2.1 for Eclipse Juno provides tools that make it easier to develop applications utilizing specific Oracle Fusion Middleware technologies and Oracle Database.
Note:
* Support for IDE's. WebLogic already supported JDeveloper 11.1.1.5, but will come out with the
11.1.1.6 later on. Also suported are Eclipse and NetBeans 7.1 IDE. The JDeveloper 11.1.1.6 and IntelliJIdea IDE will be supported in a later timeframe.

 

質問 62
WebLogic Node Managerを使用して、WebLogicサーバーのライフサイクルを管理できます。 WebLogic Node Managerがインストールされ、開始されます_____。

  • A. マシンごと
  • B. ドメインごと
  • C. 管理対象サーバーごと
  • D. 管理サーバーごと

正解: A

解説:
A Node Manager process is not associated with a specific WebLogic domain but with a machine. You can use the same Node Manager process to control server instances in any WebLogic Server domain, as long as the server instances reside on the same machine as the Node Manager process. Node Manager must run on each computer that hosts WebLogic Server instances-whether Administration Server or Managed Server-that you want to control with Node Manager.
Reference: Overview of WebLogic Server Domains

 

質問 63
......

1z0-599日本語サンプルには正確な更新された問題:https://www.passtest.jp/Oracle/1z1-599-JPN-shiken.html