試験高合格率保証2022年03月23日 1z0-599日本語試験問題と正確な回答! [Q43-Q67]

Share

試験高合格率保証2022年03月23日 1z0-599日本語試験問題と正確な回答!

テストエンジン練習問題1z0-599日本語有効最新の問題集

質問 43
お客様は、アプリケーションにサービスを提供するスレッドの数が、アプリケーションで使用可能なデータベース接続の数を超えないようにする必要があります。
この状況に対処するには、どのような手順を踏む必要がありますか?

  • A. 接続プールに関連付けられた最大スレッド制約を使用してWork Managerを構成し、WorkManagerを使用するようにアプリケーションを構成します。
  • B. 起動パラメータ "-Dwls-maxThreads"を、設定されているデータベース接続の数と同じになるように設定します。
  • C. 接続プールに関連付けられた最小スレッド制約を使用してWork Managerを構成し、WorkManagerを使用するようにアプリケーションを構成します。
  • D. 最大スレッド制約を構成し、アプリケーションを制約のアプリケーションのリストに追加します。
  • E. グローバルMaxThreads制約を構成し、アプリケーションがデプロイされているサーバーまたはクラスターをターゲットにします。

正解: A

解説:
To manage work in your applications, you define one or more of the following Work
Manager components:
Fair Share Request Class:
Response Time Request Class:
Min Threads Constraint:
Max Threads Constraint:
Capacity Constraint
Context Request Class:
Note:
*max-threads-constraint-This constraint limits the number of concurrent threads executing requests from the constrained work set. The default is unlimited. For example, consider a constraint defined with maximum threads of 10 and shared by 3 entry points. The scheduling logic ensures that not more than 10 threads are executing requests from the three entry points combined. A max-threads-constraint can be defined in terms of a the availability of resource that requests depend upon, such as a connection pool.
A max-threads-constraint might, but does not necessarily, prevent a request class from taking its fair share of threads or meeting its response time goal. Once the constraint is reached the server does not schedule requests of this type until the number of concurrent executions falls below the limit. The server then schedules work based on the fair share or response time goal.
*WebLogic Server prioritizes work and allocates threads based on an execution model that takes into account administrator-defined parameters and actual run-time performance and throughput.
Administrators can configure a set of scheduling guidelines and associate them with one or more applications, or with particular application components.
*WebLogic Server uses a single thread pool, in which all types of work are executed. WebLogic Server prioritizes work based on rules you define, and run-time metrics, including the actual time it takes to execute a request and the rate at which requests are entering and leaving the pool.
The common thread pool changes its size automatically to maximize throughput. The queue monitors throughput over time and based on history, determines whether to adjust the thread count. For example, if historical throughput statistics indicate that a higher thread count increased throughput, WebLogic increases the thread count. Similarly, if statistics indicate that fewer threads did not reduce throughput, WebLogic decreases the thread count. This new strategy makes it easier for administrators to allocate processing resources and manage performance, avoiding the effort and complexity involved in configuring, monitoring, and tuning custom executes queues.
Reference: Using Work Managers to Optimize Scheduled Work

 

質問 44
重大なエラーが発生した場合、EnterpriseManagerのどのモジュールがWebLogicServerから診断データを自動的に収集しますか?

  • A. OracleRACへのJDBCDataSourceオブジェクトの視覚的な作成
  • B. アセットディスカバリー
  • C. レポート
  • D. サポートワークベンチ
  • E. コンプライアンス

正解: D

解説:
Support Workbench is a feature where, on identification of a problem, targeted diagnostics data is dumped in a well-known format and location, for further analysis by administrators, Oracle Support and development. In case of Support Workbench for FMW, this feature works for Weblogic Server Targets.

 

質問 45
WebLogic 12c、Mavenプラグインは、どのMavenの目標で拡張されていますか?

  • A. wls:install、wls:create-domain、wls:start-server、wls:wlst、wls:appc:
  • B. wls:unzip、wls:install-domain、wls:start-domain、wls:wlst、wls:appc
  • C. wls:install、wls:install-domain、wls:start-domain、wls:wlst、wls:appc
  • D. wls:unzip、wls:create-domain、wls:start-domain、wls:wlst、wls:appc

正解: A

解説:
wls-maven-plugin-Delivered in WebLogic Server 12c, provides enhanced functionality to install, start and stop servers, create domains, execute WLST scripts, and compile and deploy applications.
Reference: Developing Applications for Oracle WebLogic Server, Using the WebLogic Development Maven Plug-In

 

質問 46
WebLogicドメインに関して正しい2つのステートメントはどれですか。

  • A. WebLogicドメインは複数の物理マシンにまたがることができます。
  • B. WebLogicドメインには少なくとも1つのWebLogicサーバーがあります。
  • C. 各WebLogicドメインは異なるノードマネージャに関連付けられています。
  • D. WebLogicドメインは最大で1つのクラスタを持つことができます。
  • E. WebLogicドメインには、複数の管理サーバーを含めることができます。

正解: A,B

解説:
B: A domain consists of one or more WebLogic Server instances (and their associated resources) that you manage with a single Administration Server.
D: In a domain, server instances other than the Administration Server are referred to as Managed Servers. Managed Servers host the components and associated resources that constitute your applications.
Incorrect:
Not A: Each WebLogic Server domain must have one server instance that acts as the
Administration Server.
Not C: A domain can include multiple WebLogic Server clusters and non-clustered WebLogic
Server instances.
Not E: 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

 

質問 47
お客様は、インフラストラクチャをWebLogic 12cにアップグレードする準備をするために、Oracle Application Server 10gR2または10gR3(OC4J)用に開発されたアプリケーションを分析する必要があります。お客様は、アプリケーションに加える必要のある変更と、新しくアップグレードされたアプリケーションをサポートするようにWebLogicを構成する方法を理解したいと考えています。
お客様のアプリケーションとサーバー構成をアップグレードするために推奨する3つのアクションはどれですか?

  • A. 構成ウィザードを使用して、既存のWebLogicドメインをOAS / OC4Jサポートライブラリで拡張し、アプリケーションを再デプロイします。
  • B. Oracle Upgrade Managerを使用して、OAS / OC4Jインストールから新しいWebLogicドメインテンプレートを作成し、アプリケーションを再デプロイします。
  • C. SmartUpgradeを使用して、アプリケーションアーカイブ(EAR / WAR / JAR)ソースディレクトリまたはIDeveloperプロジェクトを分析し、更新が必要なアプリケーションの領域を説明するレポートを生成します。
  • D. SmartUpgradeを使用して、WebLogicにデプロイできるアプリケーションアーティファクトとデプロイメント記述子を生成します。
  • E. SmartUpgradeを使用して、OAS / OC4Jサーバー構成を分析し、WebLogic構成ファイルを作成します。

正解: A,D,E

解説:
Note:
*Oracle WebLogic SmartUpgrade is part of the Oracle Fusion Middleware 11g upgrade tools that were designed to maximize the automation of the upgrade process, minimize the application downtime and allows for rapid and seamless uptake of the Oracle Fusion Middleware 11g features and capabilities.
*SmartUpgrade : (B) When generating an upgrade report into an existing project, an Oracle Application Server configuration home could be specified to be included as part of the report. Additionally, both the server home and OracleAS enterprise archives can be localized into the JDevelopoer project file
system by checking "Copy OC4J Deployment Archives Into Project".
*SmartUpgrade : (E) The advisory reports and the configuration artifacts will be generated. The generated artifacts will be located at the JDeveloper project mywork directory
*You can add product component functionality or additional applications and services to an existing WebLogic domain by extending it using the Configuration Wizard. For example, if you created a base WebLogic domain and you want to add the Avitek Medical Records Examples functionality, you can extend the domain by using the medrec.jar template.
The Configuration Wizard simplifies the task of extending an existing WebLogic domain by using extension templates. Oracle provides various sample extension templates, as well as extension templates for various Fusion Middleware products. You can also create your own extension templates using WLST or the unpack command.

 

質問 48
マシン(サーバーまたはゾーン)でノードマネージャーを構成するには、どのオプションを選択する必要がありますか?

  • A. ドメインごとに1つのノードマネージャーを構成します(たとえば、1台のマシンに2つのドメインがある場合、2つのノードマネージャーを構成する必要があります)。
  • B. WebLogicインスタンスごとに1つのノードマネージャを設定します。
  • C. 同じマシンで実行されているすべてのWebLogic、OHS、およびOEMに対して、マシンごとに1つのノードマネージャを構成します。
  • D. すべてのWebLogicインスタンスに対して2つ以上のノードマネージャを設定します。
  • E. 任意の数のWebLogicインスタンスが実行されているマシンごとに1つのノードマネージャを構成します。

正解: E

解説:
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

 

質問 49
オフラインで表示するために、JVMイベントに関連付けられたWebLogic内部イベントをキャプチャする必要があります。 WebLogic内でこれを有効にするには、どの3つのアクションを実行する必要がありますか?

  • A. デフォルトの記録からダンプを取得するか、キャプチャする期間の新しい記録を作成します。
  • B. JRockit JVMでWebLogicを実行し、フライトレコーダーが有効になっていることを確認します。
  • C. JRockit FlightRecordingにイベントを送信するようにWebLogicDiagnosticFrameworkブリッジを構成します。
  • D. キャプチャするイベントのタイプに応じて、WebLogic診断フレームワークのイベントボリュームを低、中、または高に設定します。

正解: A,B,D

解説:
A: You can enable JFR at runtime to take JRA recordings from the JRockit Management Console. You also have the option of turning off the JFR and recordings at the JRockit JVM level from the java command line using:
$ java -XX:-FlightRecorder
B:
*In most environments, there is little performance impact when the Diagnostic Volume is set to Low and the most performance impact if Diagnostic Volume is set to High. The volume of diagnostic data produced by WebLogic Server needs to be weighed against potential performance loss.
*WLDF provides the Diagnostic Volume attribute to set the amount of code coverage that is enabled and the amount of data provided in the events that are generated for the covered code The following code example sets the volume to Medium:
connect()
edit()
startEdit()
cd("Servers/myserver")
cd("ServerDiagnosticConfig")
cd("myserver")
cmo.setWLDFDiagnosticVolume("Medium")
save()
activate()
D: Integrated with the WebLogic Diagnostic Image and Watch and Notification system
Enables capture based on system state, event - capture during event; no need to replicate
Watch for stuck thread count, heap size increase, available memory, etc.
Set up notifications: capture WLDF image
Diagnostic image capture spurs JFR file generation; JFR file included in diagnostic image
Includes full JFR data from all event generators
Note:
* WebLogic Diagnostic Framework (WLDF) provides specific integration points with JRockit Mission Control Flight Recorder. WebLogic Server events are propagated to the Flight Recorder for inclusion in a common data set for runtime or post-incident analysis.
Reference: Oracle Fusion Middleware Performance and Tuning for Oracle WebLogic Server, Tuning WebLogic Diagnostic Framework and JRockit Flight Recorder Integration
Reference: JRockit Flight Recorder & WebLogic Diagnostic FrameWork (WLDF) Integration

 

質問 50
Oracleデータベースのデータソースを構成しています。データベースのステータスをテストするには、WebLogicのテストテーブルを指定する必要があります。どのオプションを選択する必要がありますか?

  • A. 空のレコードを持つテーブル名
  • B. 数十のレコードを持つテーブル名
  • C. 数百のレコードを持つテーブル名
  • D. テーブル名は使用しないでください
  • E. 数千のレコードを持つテーブル名

正解: A

解説:
* When you create a data source using the Administration Console, the Administration Console automatically sets the Test Table Name attribute for a data source based on the DBMS that you select. The Test Table Name attribute is used in connection testing which is optionally performed periodically or when you create or reserve a connection, depending on how you configure the testing options. For database tests to succeed, the database user used to create database connections in the data source must have access to the database table. If not, you should either grant access to the user (make this change in the DBMS) or change the Test Table Name attribute to the name of a table to which the user does have access (make this change in the WebLogic Server Administration Console).
* To manually test a connection from a data source, you can use the Test Data Source feature on the JDBC Data Source: Monitoring: Testing page in the Administration Console (see " Test JDBC data sources") or the testPool() method in the JDBCDataSourceRuntimMBean. To test a database connection from a data source, Test Reserved Connections must be enabled and Test Table Name must be defined in the data source configuration. Both are defined by default if you create the data source using the Administration Console.
When you test a data source, WebLogic Server reserves a connection, tests it using the query defined in Test Table Name, and then releases the connection.
Reference: Configuring and Managing JDBC Data Sources for Oracle WebLogic Server, Tuning Data Source Connection Pools

 

質問 51
WebLogic、SOA Suite、およびOracle Service Busをマシンにインストールし、WebLogic NodeMangerを使用して各製品のサーバーを起動したいと考えています。どのステートメントが正しいですか?

  • A. WebLogicのバージョン番号に関係なく、すべての製品に対してNodeManagerのインスタンスを1つだけインストールして構成する必要があります。
  • B. 一意のメジャーおよびマイナーのWebLogicバージョン番号を持つミドルウェアホームごとに個別のノードマネージャをインストールする必要があります。
  • C. マシンで実行する製品ごとに、ドメインごとに個別のノードマネージャーをインストールして構成する必要があります。
  • D. ノードマネージャーを1つインストールする必要がありますが、マシンへのネットワーク通信を検索するときは、製品ごとに個別のSSL証明書を使用してください

正解: A

解説:
Note:
*In managing multiple servers, Node Manager uses multiple configuration files and outputs log files to multiple directories.
*nodemanager.domains This file contains mappings between the names of domains managed by Node Manager and their corresponding directories.
*Node Manager in the WebLogic Server Environment

Reference; Node Manager Administrator's Guide for Oracle WebLogic Server 12c

 

質問 52
お客様が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.

 

質問 53
アプリケーションのダウンタイムを発生させずにWebLogicServerにパッチを適用するために使用できる2つのオプションを特定します。

  • A. JDeveloperを使用して自動化
  • B. WLSTでスクリプト化
  • C. 管理サーバーを使用した自動化されたプロセス
  • D. Enterprise Manager12cを使用した自動化されたプロセス
  • E. スマートアップデートの有無にかかわらず手動プロセス

正解: B,E

解説:
Note:
* Rolling Upgrade is the process of upgrading a running WebLogic Server cluster with a patch, maintenance pack, or minor release without shutting down the entire cluster or domain. During the rolling upgrade of a cluster, each server in the cluster is individually upgraded and restarted while the other servers in the cluster continue to host your application.

 

質問 54
顧客は、マルチノードのOracleRACデータベースに接続する重要でパフォーマンスに敏感なWebアプリケーションを持っています。 WebLogicのどの機能がパフォーマンスに大きなメリットをもたらすことができますか?

  • A. WebLogicクラスタリング
  • B. Active GridLink forRACのトランザクションアフィニティ機能
  • C. Active GridLink forRACのWebセッションアフィニティ機能
  • D. Coherence * Webセッションレプリケーション

正解: B

解説:
XA Affinity and Failover When accessed within a global transaction, the member data source from which the JDBC connection was obtained is pinned to the global transaction for the life of the transaction. This ensures that all database operations performed on connections obtained from the Multi Data Source, for a particular transaction, all execute on the same RAC instance. XA affinity results in improved performance and is even a requirement for older versions of RAC, such as prior to 11g. The XA failover is also supported by the Multi Data Source and transaction manager implementations. If a pinned RAC instance suffers a failure, then a global transaction can complete utilizing a different RAC instance using a connection obtained one of the other member data sources.
Reference: Oracle WebLogic Server Active GridLink for Oracle Real Application Clusters(RAC)

 

質問 55
UNIXで高可用性のWebLogicクラスターは、サーバーの自動移行用に構成されています。 Node Managedは、管理対象サーバーを起動するように両方のマシンで構成されています。
自動サーバー移行が機能しているかどうかをテストするために、管理対象サーバーの障害をどのようにシミュレートする必要がありますか?

  • A. 「kill-9」を1回実行して、管理対象サーバープロセスを強制終了します。
  • B. 「kill-9」を実行して管理対象サーバープロセスを強制終了し、管理対象サーバーが再起動している場合は「kill-9」をもう一度実行します。
  • C. ノード・マネージャーからWLSTコマンドを使用して管理対象サーバーをシャットダウンします。
  • D. WebLogicコンソールから管理対象サーバーをシャットダウンします。

正解: D

解説:
Note:
*It is recommended that you shutdown WebLogic Server instances through the Administration Console.
*If automatic server migration is enabled, the servers are required to contact the cluster leader and renew their leases periodically. Servers will shut themselves down if they are unable to renew their leases. The failed servers will then be automatically migrated to the machines in the majority partition.

 

質問 56
WebLogic Management Pack EEを使用する場合、Webコンソールのみを介してWebLogic Serverを管理する場合と比較して、有効になっている3つの操作はどれですか。

  • A. OracleRACへのJDBCDataSourceオブジェクトの視覚的な作成
  • B. 顧客が持っているライセンスへの準拠を確認する
  • C. 単一のWebコンソールからの多数のWebLogicServerドメインの管理
  • D. 新しい環境でのプロビジョニングプロセスの自動化
  • E. WebLogicドメインの構成の変更を追跡する

正解: A,C,E

解説:
The WebLogic Server Management Pack EE greatly improves application performance by providing unique functionality to automatically detect performance bottlenecks; quickly diagnose these performance problems, and identify their root cause. Key application performance management features of the pack include the following:
*(A) Manage multiple farms and WebLogic Domains centrally
*Monitor Oracle Coherence Cluster - including all nodes within a cluster, all caches, services, connection managers and connections
*Monitor middleware availability and performance out-of-box; track such data historically, and receive notifications of potential problems
*Obtain real-time, in-depth JVM diagnostics without instrumentation overhead
*Trace transactions across containers as well as to the database
*(E) Analyze call paths and dependencies via graphical, architecture views
*(E) Automatically discover and model dependencies between Java components, frameworks, and web services
Reference: Weblogic Server Management Pack Enterprise Edition

 

質問 57
同じ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.

 

質問 58
Java Enterprise Application Archiveのどの2つの要素が必要ですか?

  • A. META-INFサブディレクトリ
  • B. リソースアダプタアーカイブ
  • C. EJBアーカイブ
  • D. Javaライブラリ
  • E. デプロイメント記述子

正解: C,E

解説:
A: In WebLogic Server 12c, you can make use of the shared Java EE library feature in WebLogic Server which provides an easy way to share one or more different types of modules among multiple enterprise applications. A shared library is a single module or collection of modules that is registered with the Java EE application container upon deployment. A shared library could be:
Standalone EJB module
Standalone web application module
Multiple EJB modules packaged in an enterprise application
Multiple web application modules packaged in an enterprise application
Single plain JAR file
B:
* 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.

 

質問 59
OAS / OC4J用に開発されたアプリケーションをWebLogicに移行したいとします。このアプリケーションは、Oracle Streams Advanced Queuing(AQ)を使用します。外部JMSサーバーとデータソースを設定しましたが、AQ宛先にメッセージを送信して、それらがデータベースに到達するのを確認することはできません。この構成で欠落している2つのものはどれですか?

  • A. 外部JMS接続ファクトリ
  • B. AQが構成およびインストールされているデータソースへの外部JMS接続ファクトリのマッピング。
  • C. なし、ネットワーク接続の問題がある可能性があります
  • D. アプリケーションによってデプロイおよび参照されていないOracle AQ JavaEE共有ライブラリ
  • E. ローカルJMS宛先のJNDIをリモートAQ宛先にマップするためのJMSブリッジ

正解: D,E

解説:
C:
*A WebLogic Messaging Bridge communicates with the configured source and target bridge destinations. For each mapping of a source destination to a target destination, you must configure a messaging bridge instance. Each messaging bridge instance defines the source and target destination for the mapping, a message filtering selector, a QOS, transaction semantics, and various reconnection parameters.
Note:
*In your JMS Foreign Server configuration:
/ Specify oracle.jms.AQjmsInitialContextFactory as the JNDI Initial Context Factory.
/ Configure the JDBC data sources needed for your application environment.

 

質問 60
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

 

質問 61
実稼働環境でWebLogicドメインを作成するとします。どの3つのアクションを実行する必要がありますか?

  • A. マルチノードのWebLogicドメインを使用します。
  • B. クラスターの使用は控えてください。
  • C. クラスターを使用します。
  • D. 単一ノードのWebLogicドメインを使用します。
  • E. CA署名付き証明書を使用してWeLogicを本番モードでインストールします。

正解: A,C,E

解説:
Use multi-node and clustering to get performance suitable for a product environment.

 

質問 62
顧客は、最初に組み込みLDAPを使用してユーザーを認証するWebTradeアプリケーションを持っています。セキュリティを強化するために、お客様はOAMを使用して一部のユーザーを外部LDAPストアに対して認証することにしました。これを機能させるために、顧客はOAMAuthenticatorを構成しましたが、制御フラグに何を選択するかがわかりませんでした。お客様はどの制御フラグを選択する必要がありますか?

  • A. オプション
  • B. 必須
  • C. 必須
  • D. 十分
  • E. 必須

正解: E

解説:
Note:
*When you configure multiple Authentication providers, use the JAAS Control Flag for each
provider to control how the Authentication providers are used in the login sequence. You can choose the following the JAAS Control Flag settings, among others:
*Example:
Setting the Order of Providers
Re-order the OAM Identity Asserter, OID Authenticator, and Default Authenticator by ensuring that the control flag for each authenticator is set as follows:
Reference: Oracle Fusion Middleware Security Guide

 

質問 63
既存のWebLogicドメインのクローンを作成し、いくつかのカスタマイズを有効にするとします。どのシナリオを選択しますか?

  • A. Enterprise Managerで、複製するドメインを見つけます。コンテキストメニューから[WebLogicドメインのクローン]を選択します。グラフィカルウィザードで、必要に応じてドメインをカスタマイズおよび拡張します。これらの手順では、ドメイン構成のみが複製されます。デプロイメントのあるバイナリは、ファイルシステムでの操作によってクローンを作成する必要があります。
  • B. Enterprise Managerで、複製するドメインを見つけます。コンテキストメニューから[WebLogicドメインのクローン]を選択します。これらの手順は、バイナリとドメイン構成のクローンを作成します。カスタマイズまたは拡張が必要な​​場合は、WebLogicWebベースコンソールでクローンを作成した後にそれを完了します。
  • C. Enterprise Managerで、複製するドメインを見つけます。コンテキストメニューから[WebLogicドメインのクローン]を選択します。グラフィカルウィザードで、必要に応じてドメインをカスタマイズおよび拡張します。これらの手順は、バイナリとドメイン構成のクローンを作成します。
  • D. ファイルシステムで、構成ディレクトリのドメイン構造をコピーして、新しい場所に貼り付けます。アドレスとポートの構成ファイルを変更します。さらにカスタマイズが必要な場合は、WebLogic Webベースのコンソールを開き、これらの変更を実行します。
  • E. Enterprise Managerで、複製するドメインを見つけます。コンテキストメニューから[WebLogicドメインのクローン]を選択します。グラフィカルウィザードで、ドメインをカスタマイズします。これらの手順は、バイナリとドメイン構成のクローンを作成します。拡張機能が必要な場合は、WebLogicWebベースコンソールでクローンを作成した後に実行します。

正解: C

解説:
The Clone WebLogic Domain option launches a wizard that enables you to clone a WebLogic Domain from an existing reference domain that is already discovered with Cloud Control. It allows you to clone the Middleware Home and its binaries, and the domain configuration.
* If you selected the Cloning a WebLogic Domain option, the Middleware Provisioning: Domain Configuration page appears. This page contains a set of links to several pages where you can enter the properties that are most likely to be reconfigured like domain name, listen addresses for the administration server and managed servers, Node Manager/Machine configuration, and JDBC data sources.

 

質問 64
顧客は、新しいアカウントのマルチステッププロビジョニングプロセスを含むカスタムアプリケーションを開発しています。プロセスの一部として複数の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

 

質問 65
WebLogic、SOA Suite、およびOracle Service Busをマシンにインストールし、WebLogic NodeManagerを使用して各製品のサーバーを起動したいと考えています。どのステートメントが正しいですか?

  • A. WebLogicのバージョン番号に関係なく、すべての製品に対してNodeManagerのインスタンスを1つだけインストールして構成する必要があります。
  • B. ノードマネージャーを1つインストールする必要がありますが、マシンへのネットワーク通信を保護する場合は、製品ごとに個別のSSL証明書を使用してください。
  • C. マシンで実行する製品ごとに、個別のノードマネージャーをインストールして構成する必要があります。
  • D. 一意のマイナーなWebLogicバージョン番号を持つミドルウェアホームごとに個別のノードマネージャをインストールする必要があります。

正解: A

解説:
Note:
*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.
*In managing multiple servers, Node Manager uses multiple configuration files and outputs log files to multiple directories.
*nodemanager.domains This file contains mappings between the names of domains managed by Node Manager and their corresponding directories.
*Node Manager in the WebLogic Server Environment

Reference; Node Manager Administrator's Guide for Oracle WebLogic Server 12c

 

質問 66
顧客は、さまざまな顧客やプログラムに推奨株式を公開するStockWatchアプリケーションを持っています。株式推奨メッセージは、クラスター内の1つのJMSサーバーでのみ処理する必要があります。どのJMSモデルを使用する必要がありますか?

  • A. JMSキュー
  • B. パーティション化された分散トピック
  • C. 均一な分散トピック
  • D. 分散JMSキュー

正解: A

解説:
JMS queue
A staging area that contains messages that have been sent and are waiting to be read. Note that,
contrary to what the name queue suggests, messages don't have to be delivered in the order sent.
A JMS queue only guarantees that each message is processed only once.
Incorrect:
Not B: (Only one queue required)
*A distributed destination is a set of destinations (queues or topics) that are accessible as a
single, logical destination to a client. A distributed destination has the following characteristics:
It is referenced by its own JNDI name.
Members of the set are usually distributed across multiple servers within a cluster, with each
destination member belonging to a separate JMS server.
*A distributed queue is a set of physical JMS queue members. As such, a distributed queue can
be used to create a QueueSender, QueueReceiver, and a QueueBrowser. The fact that a
distributed queue represents multiple physical queues is mostly transparent to your application.
Not Topic: JMS topic A distribution mechanism for publishing messages that are delivered to multiple subscribers.

 

質問 67
......

試験解答1z0-599日本語最新版とテストエンジン:https://jp.fast2test.com/1z1-599-JPN-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어