Archive for December, 2009
IBM Certified Administrator 000-232 試験
IBM WebFacing Tool は、5250 アプリケーションを迅速かつ容易に、また高い費用対効果で Web 対応化します。それには OLTP 能力を必要としません。 今回のリリースは、WebFaced アプリケーションと 5250 アプリケーションの「すぐに利用できる」統合を実現します。
HATS Toolkit V6.0.4 には、5250 データ?ストリームから動的な Web インターフェースを迅速かつ簡単に生成できる、デフォルトの変換エンジンが組み込まれています。 これにより生成された Web インターフェースも、HATS Toolkit を使用してカスタマイズできます。 Web インターフェースは、IBM WebFacing Deployment Tool - with HATS technology を注文することで、実動用に配置できます。 今回のリリースで、WebFacing サーバーを介して稼動する HATS アプリケーションの OLTP 要件はなくなりました。
000-232はIBM の試験科目の一つに属します、全称はIBM Pseries Administration And Support For Aix 5l 5.25で、184の本試験題が含めています。Certified Administrator 000-232(IBM Pseries Administration And Support For Aix 5l 5.25)試験題はtestpassport先輩のIT講師とIBM 製品の専門家によって作り上げて、最も新しい本試験題を含めていますCertified Administrator 製品の専門家によって作り上げて、最も新しい本試験題を含めています
http://pdf.testpassport.jp/000-232.pdf
1.Which command lists out the physical volume names as well as total/free PPs in volume group
datavg?
A.lsdev -Cl datavg
B.lsvpcfg datavg
C.lspv -p datavg
D.lsvg -p datavg
Correct:D
2.A system administrator needs to configure dump devices for the system. Which command
would be used to estimate the size required for a dump device?
A.lsdev
B.chdev
C.sysdumpdev
D.sysdumpstart
Correct:C
3.Which command restarts the TCP/IP subsystem?
A.refresh -s inetd
B.refresh -s tcpip
C.refresh -g /etc/rc.tcpip
D.refresh -g /etc/inetd.conf
Correct:A
4.Prior to implementing an LPAR system, which of the following needs to be done?
A.A graphics monitor must be attached to the server
B.Cluster System Management (CSM) software must be installed
C.The LPAR system must have an Hardware Management Console (HMC) connected
D.Each LPAR must be configured with a CDROM for operating system installation
Correct:C
5.A system administrator’s daily monitoring has revealed a failing disk drive. The drive that is
failing, hdisk0, is a lvm mirrored drive. What is the first step that should be taken in order to
physically replace this drive?
A.Remove the physical volume from the system.
B.Remove the physical volume from the volume group.
C.Remove the physical partitions from the volume group.
D.Remove the logical volume copies from the failing drive.
Correct:D
6.How would the system administrator turn on Dynamic Processor Deallocation?
A.Use the diag menu to set dynamic deallocation to ‘on’
B.Use the chdev command to enable the ‘cpuguard’ attribute of sys0
C.Use the cfgmgr command to change the ‘monitor’ attribute of proc0
D.Use the smitty command with the fast path dynamic_processor_deallocation to turn it on
Correct:B
IBM IBM certifications II 000-972試験
WDSC AE V6.0.1 の主な機能拡張:
Rational Application Developer for WebSphere Software リフレッシュ?パック V6.0.1 をベースとしています。
ログ & トレース?アナライザーが、i5/OS、Web、および WebFacing メッセージを一元管理して、複合 (混合ワークロード) アプリケーションの問題判別を容易にします。
元の5250エリアの境界による制約を受けないで、DDSフィールドの位置変更のサポート
IBM 認定試験について
IBM 認証トレーニングが IT 産業領域で大きな需要になっているのは、よく知られています。 近年、IBM 認証は多くのうまくいっている IT 企業のための国際基準になりました。
今のところ、IBM 教育はこのような人気があり、世界中どこで暮らしても、あなたのいる町は大勢の IBM 教育を発見されることができます。
TestPassPort 実践試験の IBM certifications II 000-972 は最も標準的な技術を正確的に書き入れ、認証した専門家と作者の出版した新製品だけを使います。
以下は000-972 試験のデモです
1.Which of the following operation codes is supported in both fixed form and /Free form?
A.CALL
B.EVALR
C.ALLOC
D.EXTRCT
Answer:B
2.Which of the following SQL statements, when used by itself in an RPG program, can take the place of a
File Specification, a key and a CHAIN?
A.FETCH
B.SELECT INTO
C.DECLARE CURSOR
D.PREPARE STATEMENT
Answer:B
3.Given the following code sample, what value is displayed? D MyDS DS D FieldA 5A Inz(’XXXXX’) /free
FieldA = ‘VWXYZ’; Reset FieldA; Dsply (’FieldA=’ + FieldA); *INLR = *On; BegSR *InzSR; FieldA =
‘ABCDE’; EndSR;
A.FieldA=
B.FieldA=VWXYZ
C.FieldA=ABCDE
D.FieldA=XXXXX
Answer:C
4.Which of the following is an advantage gained by using a prototype and CALLP for a program call in
place of CALL and PARM operations?
A.Ability to qualify the name of the program being called
B.Ability to have the compiler validate the parameters being passed
C.Ability to use a variable to contain the name of the program to be called
D.Ability to statically bind a program object to its caller for better performance
Answer:B
5.What is the purpose for the following reserved words? XML_START_ELEMENT XML_COMMENT
XML_CHARS XML_END_ELEMENT
A.Aids in parsing XML using the DOM (Document Object Model).
B.Indicates the type of data entity to create during XML generation.
C.Aids in interpreting the event parameter in an event handling procedure.
D.Indicates to the parser which events your handler should be notified of.
Answer:C
6.Given the following code sample:
DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords++++++++++++++++++++++ d CustPrice pr 9
3 d Company 3 0 const d Item 20 d Contract 10 options(*omit) d Quantity 7 0 options(*nopass) d MyPrice
s 9 3 d MyCompany s 3 0 d MyItem s 20 d MyContract s 10 d MyQty s 7 0 Which of the following is a valid
expression?
A.MyPrice = CustPrice(1 : MyItem : *omit);
B.MyPrice = CustPrice(1 : MyItem : : MyQty);
C.MyPrice = CustPrice(MyCompany : MyItem : *omit : *nopass);
D.MyPrice = CustPrice(MyCompany : MyItem : MyContract : *omit);
Answer:A
7.Given the following code sample: d NotLate PR ExtPgm(’LARRY’) d RqDta 32767a d RqLen 10i 0 d
RqTyp 10i 0 Which of the following is the correct code to call the program Larry?
A.call NotLate(RequestData : RequestLength : RequestType);
B.callb NotLate(RequestData : RequestLength : RequestType);
C.callp NotLate(RequestData : RequestLength : RequestType);
D.C CALL ‘NOTLATE’ C PARM RequestData C PARM RequestLength C PARM RequestType
Answer:C