Sun310-083

December 27 [Sun], 2009, 9:57
Sun二つの認証を出す:Sun Certified Java Programmer (SCJP)とSun Certified Java Developer(SCJD)です。SCJPはJavaプログラム設計の概念と能力を測定して、内容はJava文法とJDKの内容を重視します;SCJDはいっそうJava のアプリケーション開発能力を重視します。試験者はつのプログラムの設計案を完成してからこの法案に関する問題を答えします。これは主にJavaプログラマーに向く認証です。それにこの認証は業界でSunに授権される唯一のJava認証です。試験内容はプログラミング概念とapplet開発技巧に関連します.
Sun Certified Web Component Developer for J2EE 5の310-083問題集皆と分かち合います
3. You have built a collection of custom tags for your web application. The TLD file is located in the file:
/WEB-INF/myTags.xml. You refer to these tags in your JSPs using the symbolic name: myTags. Which
deployment descriptor element must you use to make this link between the symbolic name and the TLD
file name?
A.
myTags
/WEB-INF/myTags.xml

B.
myTags
/WEB-INF/myTags.xml

C.
myTags
/WEB-INF/myTags.xml

D.
myTags
/WEB-INF/myTags.xml

Answer: D
4. Which implicit object is used in a JSP page to retrieve values associated with entries
in the deployment descriptor?
A. config
B. request
C. session
D. application
Answer: D
5. You have created a JSP that includes instance variables and a great deal of scriptlet code.
Unfortunately, after extensive load testing, you have discovered several race conditions in your JSP
scriptlet code. To fix these problems would require significant recoding, but you are already behind
schedule. Which JSP code snippet can you use to resolve these concurrency problems?
A. <%@ page isThreadSafe='false' %>
B. <%@ implements SingleThreadModel %>
C. <%! implements SingleThreadModel %>
D. <%@ page useSingleThreadModel='true' %>
E. <%@ page implements='SingleThreadModel' %>
Answer: A
8. Given the JSP code:
<% request.setAttribute("foo", "bar"); %>
and the Classic tag handler code:
5. public int doStartTag() throws JspException {
6. // insert code here
7. // return int
8. }
Assume there are no other "foo" attributes in the web application.
Which invocation on the pageContext object, inserted at line 6, assigns "bar" to the variable x?
A. String x = (String) pageContext.getAttribute("foo");
B. String x = (String) pageContext.getRequestScope("foo");
C. It is NOT possible to access the pageContext object from within doStartTag.
D. String x = (String)
pageContext.getRequest().getAttribute("foo");
E. String x = (String) pageContext.getAttribute("foo",
PageContext.ANY_SCOPE);
Answer: D
9. Which two statements about tag files are true? (Choose two.)
A. Classic tag handlers and tag files CANNOT reside in the same tag library.
B. A file named foo.tag, located in /WEB-INF/tags/bar, is recognized as a tag file by the container.
C. A file named foo.tag, bundled in a JAR file but NOT defined in a TLD, triggers a container translation
error.
D. A file named foo.tag, located in a web application's root directory, is recognized as a tag file by the
container.
E. If files foo1.tag and foo2.tag both reside in /WEB-INF/tags/bar, the container will consider them part of
the same tag library.
Answer: BE

310-203

December 25 [Fri], 2009, 10:08
310-203はSunの試験科目の一つに属します、全称はSun Certified System Amin for Solaris 10 OS Upgradeで、148の本試験題が含めています。SUN Other Certifications 310-203(Sun Certified System Amin for Solaris 10 OS Upgrade)試験題はkilltest先輩のIT講師とSUN Other Certifications製品の専門家によって作り上げて、最も新しい本試験題を含めています
310-203の問題集皆と分かち合います
2. Your IT manager has asked you to install the Solaris 10 OS on a workstation with limited diskspace.
The user of this workstation is new to the Solaris OS and needs CDE to help navigate through the system
and open applications.
Which software group should you install to use minimal disk space and to include the CDE packages?
A. Core
B. End User
C. Developer
D. Entire Distribution
E. Reduced Network Support
F. Entire Distribution Plus OEM
Answer: B
3. You need to install Solaris 10 OS on five servers that will support the engineering group that is working
on a highly sensitive project. The group requests that you install only minimum network services.
Which Solaris OS installation cluster should you install?
A. SUNWCuser
B. SUNWCreq
C. SUNWCrnet
D. SUNWCmreq
Answer: C
4. There is a project that requires a large number of systems to be re-installed on the network. Each
installation needs to be hands off and tailored to the task for which the system is intended.
Which installation method allows for the specific tailoring of these installs?
A. Solaris Live Upgrade software
B. Custom JumpStart Installation
C. Solaris OS installed from a tape device
D. an install from a single Solaris Flash archive
Answer: B
5. You have a SPARC-based system with a graphical monitor, but you want to install the OS in text mode.
What is the correct command to start the interactive install?
A. boot
B. boot cdrom
C. boot cdrom -text
D. boot cdrom -nowin
Answer: D
6. You are asked to perform a Solaris OS installation on a workstation.
One requirement is that if the root file system becomes corrupted, the recovery of the root slice must take
the minimum amount of time.
Which layout will take the least time to recover the root slice (/)?
A. / 71.5 gigabyte
swap512 megabyte
B. /40 gigabyte
swap1024 gigabyte
/usr10 gigabyte
C. /20 gigabyte
swap1024 megabyte
/usr10 gigabyte
The safer , easier way to help you pass any IT exams.
4 / 10
/export/home41 gigabyte
D. /10 gigabyte
swap1024 megabyte
/var10 gigabyte
/usr30 gigabyte
/export/home21 gigabyte
Answer: D

IBM000-418

December 24 [Thu], 2009, 10:05
データベース環境の最適化のために
戦略的な意思決定や、業務の一層の効率化のためには、個別のアプリケーションやシステムを越えた統合的な情報基盤の構築が必要となります。IBMは、日経コンピュータの顧客満足度調査 RDBソフト(オープン系)でNo.1に選ばれたハイブリッド・データベース、DB2®をはじめ、SolidDB®、Optim™など、多彩なソリューションをご提供します。これらのソリューションを適切な場所で活用することで、お客様のデータベース環境全体の最適化(Optimize)を実現することができます。
000-418の問題集みんなと分かち合います
4. What describes the column information specified in Orchestrate schemas? (Choose two.)
A. C++ data types, such as string[max 145]
B. column properties, such as nullability
C. SQL data types, such as Char(20)
D. record format information, such as record delimiter
Answer: AB
5. In which two situations would you use the Web Services Client stage? (Choose two.)
A. You want to deploy a service.
B. You need the Web service to act as either a data source or a data target during an operation.
C. You do not need both input and output links in a single web service operation.
D. You need to create a WSDL.
Answer: BC
6. Which three statements are true about File Sets? (Choose three.)
A. File sets are partitioned.
B. File sets are unpartitioned.
C. File sets are stored as a single file.
D. File sets are readable by external applications.
E. File sets are stored as header file and data files.
Answer: ADE
7. When tuning a parallel process, it is necessary to measure the amount of system resources that are
used by each instance of a stage. Which two methods enable the collection of CPU time used by each
instance of a stage? (Choose two.)
A. Set the environment variable $APT_PM_PLAYER_TIMING=true.
B. Invoke vmstat before the job run and after the job completes.
C. Select the Record job performance data check box from Job Properties.
D. Set the environment variable $DS_MAKE_JOB_REPORT=2.
Answer: AC
8. Which three lookup types may be performed in the Lookup stage? (Choose three.)
A. Equality match
B. Negative match
C. Range on stream link
D. Range on the reject link
E. Range on the reference link
Answer: ACE
11. You are working on a job in which a sequential file cannot be read in parallel. In an attempt to improve
job performance, you first define a single large string column for the non-parallel sequential file read.
Which stage may be used to parse the large string in parallel?
A. the Column Import stage
B. the Column Export stage
C. the Make Vector stage
D. the Split Vector stage
Answer: A
12. What is the lowest CPU cost partitioning method for parallel stage to parallel stage?
A. Range
B. Modulus
C. Entire
D. Same
Answer: D

Oracle1Z0-141

December 23 [Wed], 2009, 9:39
Oracle E-Business Suite R12 認定コンサルタントは、R12に関する幅広い知識 と豊富な経験を証明する全世界共通の資格です。業務領域の各資格は、共通機能、対象モジュール群を中心とした機能知識から設計?実装に関するソリューション知識までを問われ、より高度で専門的なレベルを認定しています。また、テクニカル領域ではOracleのプロフェッショナルとして、アプリケーションデータベース管理者に必要なスキルを保有していることを証明します。
Oracle試験題の1Z0-141問題集みんなと分かち合います
1.You want to create a calculated item in the Control block of the Human Resources form. This
item will contain the total of employee salaries for employees in a particular department. Which
statement is true about how to create the calculated item?
A.You can create it by first creating a text item and then changing the item type.
B.You can create it in the Layout Editor using a special tool that creates a calculated item.
C.You can create it by first creating a display item and then setting appropriate properties in its Calculation
property group.
D.You can create it in the Layout Editor by selecting the Salary item of the Employees block, selecting the
Control block from the block list, clicking the Text Item tool, and drawing a text item on the canvas to
automatically calculate a sum of the selected Salary item.
Correct:C
2.You have the Orders form open in Forms Builder. You create an object group in the Orders form
and you try to drag various components in the Object Navigator to the object group. Which two
components will you be unable to place in the object group? (Choose two.)
A.the Orders block of the Orders form
B.the Order_CV canvas of the Orders form
C.the When-New-Item-Instance trigger of the Order_Items.Quantity item in the Orders from
D.the When-New-Form-Instance trigger of the Orders form
E.the Product_Id item in the Order_Items block of the Orders form
Correct:C E
3.Your company assigns three possible credit ratings to customers: Poor, Good, and Excellent
(represented numerically by 1, 2, and 3). The DBA has just added a RATING column to the
CUSTOMERS table and has asked you to add an item to your form so that credit ratings can be
recorded. To restrict data entry clerks to one of these three values, you decide to create a radio
group for the Rating item. You want to allow for an undetermined (Null) credit rating, and users
should be able to update the credit rating from a value to an undetermined rating. How can you
implement this?
A.Create three radio buttons for each of the credit ratings, and set the Mapping of Other Values for the
radio group to Null.
B.Create three radio buttons for each of the credit ratings, and set the Mapping of Other Values for the
radio group to one of the credit rating values.
C.Create four radio buttons, and leave blank the value for the undetermined credit rating.
D.Choose a different type of input item, because radio groups do not allow entry and update of null values.
Correct:C
4.The two-column LOCATION Record Group has 10 rows. At run time, the user wants to mark two
or more LOCATION records for use by another Forms Builder object. The rows will be used to
construct a WHERE clause for a subsequent data block query. Which built-in enable individual
rows to be marked?
A.ADD_GROUP_COLUMN
B.SET_RECORD_PROPERTY
C.GET_GROUP_SELECTION
D.SET_GROUP_SELECTION
E.RESET_GROUP_SELECTION
F.GET_GROUP_RECORD_NUMBER
Correct:D
5.You created a query Record Group at design time. Which built-in can you use to execute the
query defined in the Record Group object?
A.ADD_GROUP_ROW
B.POPULATE _GROUP
C.ADD_GROUP_COLUMN
D.SET_GROUP_SELECTION
E.CREATE_GROUP_FROM_QUERY
F.POPULATE _GROUP_WITH_QUERY
Correct:B

JNCIAJN0-400

December 22 [Tue], 2009, 11:59
ジュニパーネットワークス製品の資格JNTCPとは?
ジュニパーネットワークス技術認定資格プログラム(JNTCP)には、プラットフォーム別に数段階の等級を認定したコースが用意されています。どのコースも技能試験(筆記)と設定・トラブルシューティング試験(実技)の組み合わせにより、ジュニパーネットワークスの製品・技術を使いこなす能力を認定します。本認定試験に合格するためには、インターネット技術とセキュリティ技術に加えてジュニパーネットワークス製プラットフォームの設定やトラブルシューティングの技能を身につけておく必要があります。
JNCIA認証のJN0-400問題集皆と分かち合います
3. Which two are included in the EZsetup configuration for EX-series switches? (Choose two.)
A.Configure syslog servers.
B.Configure routing protocols.
C.Configure root authentication.
D.Configure me0 management Ethernet port.
Answer: CD
4. Within a virtual chassis, which type of switch maintains the forwarding table?
A.line card
B.master switch
The safer , easier way to help you pass any IT exams.
C.routing switch
D.forwarding switch
Answer: B
5. On an EX-series switch, what information is gathered when building a bridge table? (Choose two.)
A.interface
B.IP address
C.MAC address
D.authentication information
Answer: AC
6. Which two statements describe the EX 3200 switches? (Choose two.)
A.The single-blower fan tray used for the EX 3200 switches is field replaceable.
B.The EX 3200 switches can be interconnected to form a single virtual chassis.
C.The redundant AC power supply units on the EX 3200 switches are hot swappable and load sharing.
D.The EX 3200 switches support either 4-port 1-Gigabit Ethernet or 2-port 10-Gigabit Ethernet uplink
modules.
Answer: AD
7. Which two statements describe the EX 4200 switches? (Choose two.)
A.The fan tray used for the EX 4200 switches is not field replaceable.
B.The EX 4200 switches can be interconnected to form a single virtual chassis.
C.The EX 4200 switches support redundant load-sharing AC power supplies.
D.All EX 4200 switches support either partial or full Power over Ethernet (PoE) support.
Answer: BC
8. Which two major components make up the control and forwarding planes for an EX-series switch?
(Choose two.)
A.Routing Engine
B.Switching Engine
C.Switching Fabric Module
D.Packet Forwarding Engine
Answer: AD

EMCE20-830

December 22 [Tue], 2009, 10:17
現在EMCに勤務する従業員数は全世界で4万人以上で、そのうち約40%はアメリカ以外の国で占められています。また、60ヶ国を超える国々におよそ400のセールス・オフィスやパートナー拠点を展開しています。さらに、情報インフラストラクチャにフォーカスした世界最大規模のセールス/サービス部隊を抱えているほか、テクノロジー・アウトソース・SIer・サービス・パートナーとの間に大規模なネットワークを構築しています。
Networked Storage--NAS Expert Exam for認証のE20-830問題集皆と分かち合います
5. You are designing the implementation of three new NS704G Celerras which will be used for CIFS only.
All of the Celerras will be in the same Active Directory domain. Two Celerras will be used for production
data and one Celerra will be used for development and testing. What is the EMC best practice for
configuring Usermapper?
A. Configure each Celerra with its own Usermapper server on server_2
B. Enable Usermapper on server_2 of one Celerra and run a secondary User mapper on server_2 of the
other two
C. Let the two production Celerras run Usermapper on server_2 in the default configuration and configure
the development and testing Celerra with a secondary UserMapper service on server_2
D. Set up a default Usermapper server on server_2 of one production Celerra and a secondary
Usermapper server server_2 of the other production Celerra, then set up another default Usermapper on
the development and testing Celerra
Answer: B
6. What is one of the considerations for the configuration of the remote target site when designing a
unidirectional SRDF solution for the highest level of availability?
A. The target site Celerra requires only RDF target Data Movers for the primary Data Movers on the
source site
B. The target site Celerra requires only RDF target Data Movers for the standby Data Movers on the
source site
C. The target site Celerra requires RDF target Data Movers for the primary and associated standby Data
Movers on the source site
D. The target site Celerra Data Movers can each assume the identities of two source Data Movers and so
only half the number of Data Movers are required in the target site
Answer: B
7. A customer has a multi-protocol environment consisting of mostly Windows users with a few UNIX
users. They want to perform Usermapping within Active Directory. What additional action must be taken
after the customer extends the Active Directory Schema?
A. Modify param files
B. Update Windows registry
C. Run NTMigrate procedure
D. Import NIS database to Usermapper
Answer: A
8. A customer asks you to design an NDMP2D solution on an existing NAS device. Two shelves of disks
remain unused, one is ATA RAID-5 and the other is Fibre Channel RAID-5. What is the EMC best
practice for configuring cartridge filesystems?
A. Reconfigure both shelves to RAID-3 and configure the cartridge file system using LUNs from both of
the disk shelves
B. Reconfigure the ATA shelf to RAID-3 and configure the cartridge filesystem using LUNs from each of
the disk shelves
C. Reconfigure both shelves to RAID-3 and configure the cartridge filesystem using LUNs from only one
of the disk shelves
D. Reconfigure the ATA shelf to RAID-3 and configure the cartridge filesystem using LUNs from only one
of the disk shelves
Answer: D

1Z0-032

December 21 [Mon], 2009, 9:36
オラクル認定資格制度
Oracle E-Business Suite R12認定コンサルタント グローバルビジネスの加速、事業モデルの革新を支えるOracle E-Business Suite R12。
その幅広い知識と豊富な経験を証明
Oracle E-Business Suite (以下、Oracle EBS)は、オラクルのエンタープライズアプリケーションの中核製品としてグローバル企業を中心に世界数千社に導入されています。
その最新バージョンとなるOracle EBS R12は、顧客のグローバルな思考による意思決定の向上、グローバルな業務活動による競争力の強化、グローバルな管理によるコスト削減への貢献とパフォーマンス改善を可能にし、今日のグローバル経済におけるビジネスを支援するために設計されています。また、堅牢さと柔軟性を兼ね備えた先進のアーキテクチャーとして、アプリケーションのレイヤーだけではなく、ミドルウェア、データベースを含めたシステム全体で最高のパフォーマンスを出せるよう最適化されています
1Z0-032問題集を提供いたします
1. While starting up the database on a Monday morning, you get the following error after the database is
mounted:
ORA-01157: cannot identify/lock data file 9 - see DBWR trace file
ORA-01110: data file 9: '/u01/oracle/app/oradata/orcl/users01.dbf'
While investigating, you realize that a backup of the data file (users01.dbf) exists. Which data dictionary
view would you use to locate the archived redo log files that are required for recovery?
A.V$ARCHIVED_LOG
B.V$RECOVERY_LOG
C.V$RECOVER_FILE
D.V$RECOVERY_STATUS
Answer: B
2. You are using Recovery Manager (RMAN) to maintain daily backups of your database, which is running
in ARCHIVELOG mode. In which two scenarios would you perform an incomplete database recovery
using UNTIL TIME from the backups that you maintain using RMAN? (Choose two.)
A.when a table is dropped
B.when a table is truncated
C.when the SYSTEM tablespace is corrupted
D.when the data block in a nonsystem tablespace is corrupted
E.when a data file that belongs to a nonsystem tablespace is corrupted
Answer: AB
3. SQL*Loader is a utility that can perform which two tasks? (Choose two.)
A.load data from a disk, tape, or named pipes
B.load data into an Oracle database using DML statements
C.extract, reorganize, and insert data within an Oracle database
D.load data from external files into tables in an Oracle database
E.load data into an Oracle database using operating system commands
F.load data directly from a non-Oracle database to an Oracle database
Answer: AD
4. Which option must you specify in the sqlnet.ora file on the client machines to enable clients to use the
host naming method?
A.names.addresses
B.names.default_domain
C.names.directory_path
D.names.preferred_servers
E.sqlnet.authentication_services
Answer: C
5. Which three features are provided by Oracle Net Services? (Choose three.)
A.data encryption
B.user authentication
C.transparent data conversion
D.configuration and administration mechanisms
E.support for multiple network transport protocols
Answer: CDE
6. Which user-managed backup performed on your database can be labeled as consistent?
A.a backup performed when the database is open
B.a backup performed on a tablespace after putting the tablespace into backup mode
C.a backup performed when the database is closed by using the SHUTDOWN ABORT command
D.a backup performed when all data files and control files are checkpointed with respect to the same
system change number (SCN)
Answer: D

70-652

December 19 [Sat], 2009, 10:58
Microsoft 認定資格は、レベルが高く内容の難しいものです。それだけに取得に向けたトレーニングは欠かせません。マイクロソフトでは、企業、学校、パソコンスクールなどを中心としたトレーニング プログラムを各種用意して、認定資格取得のために強力なサポートを行っています。
TS: Windows Server Virtualization, Configuring 試験の70-652問題集を提供いたします
2. You install the Hyper-V server role on a Windows Server 2008 server.
You restart the server and discover that the Hyper-V Virtual Machine Management service has failed to
start. You restart the server again and enable the required BIOS settings for Hyper-V.
After a third restart, the Hyper-V Virtual Machine Management service still fails to start.
You need to ensure that the Hyper-V Virtual Machine Management service starts on the server.
What should you do?
A. Shut down the server, turn off the power, and then turn on the server.
B. Run the ocsetup Microsoft-Hyper-V command and restart the server.
C. Run the oclist | findstr /i Microsoft-Hyper-V command and restart the server.
D. Open the Services console and modify the Log on as settings for the Hyper-V Virtual Machine
Management service. Start the service.
Answer: A
4. You have a server that runs Windows Server 2008. The server is a member of a workgroup and has the
following components installed:
¡¤Microsoft SQL Server 2005 Express Edition Service Pack (SP2
¡¤Web Server (IIS) server rol
¡¤IIS 6 Metabase Compatibility role servic
¡¤IIS 6 WMI Compatibility role servic
You attempt to install Microsoft System Center Virtual Machine Manager (SCVMM) 2008 on the server.
The installation fails.
You need to ensure that you can install SCVMM on the server.
What should you do?
A. Disable User Account Control (UAC) on the server.
B. Remove the IIS 6 Metabase Compatibility role service.
C. Replace SQL Server 2005 Express Edition with a different edition.
D. Join the Windows Server 2008 server to an Active Directory domain.
Answer: D
5. You need to enable the Hyper-V server role on a Server Core installation of Windows Server 2008.
Which command should you run?
A. cscript scregedit.wsf /AR 0
B. start /w ocsetup Microsoft-Hyper-V
C. start /w servermanagercmd install Microsoft-Hyper-V
D. winrm quickconfig
Answer: B

Cisco Career Certification

December 19 [Sat], 2009, 10:11
定評あるシスコ技術者認定(Cisco Career Certification)の取得は、ネットワーク専門技術者やその管理者、および所属の機関・団体に多大な価値をもたらします。
5つの認定レベル
エントリーレベルから、アソシエイト、プロフェッショナル、エキスパート(CCIE / CCDE)、最上級レベルのアーキテクトまで、5つのレベルで構成されています。
7つの分野
ルーティング & スイッチング、ネットワーク セキュリティ、サービス プロバイダといった分野(コース)が複数用意されており、それぞれの職務分担や業界にとって適切な認定試験を受けることができます。
特定分野の認定試験
通常の認定試験のほか、ネットワーク プロフェッショナルが特定の技術、ソリューション、および職務分担において高い能力があることを実証するさまざまなスペシャリスト認定が用意されています。新しい認定試験が、スペシャリスト認定に定期的に追加されます。セキュリティ、IP テレフォニー、ワイヤレスなど、各分野の技術に特化したスペシャリスト認定試験も用意されています。
Implementing Cisco Unified MeetingPlace Services 認証の642-274問題集みんなと分かち合います
2.Which is the maximum acceptable site-to-site round-trip delay WAN/LAN requirement for Cisco Unified
MeetingPlace deployments?
A.1500 ms round trip
B.150 ms round trip
C.150 sec round trip
D.there is no specific requirement
Answer:B
3.In the process of installing the Cisco Unified MeetingPlace Web Server, which two options are
presented to select? (Choose two.)
A.Server Location (internal or external)
B.Database Location (local server or remote server)
C.SSL Certificate enabled (HTTPS)
D.Shared Storage (NAS or local)
Answer:A B
4.Which report will be used by customers to get details for any outdials from the Cisco Unified
MeetingPlace system?
A.Billing Report
B.Outgoing Calls Export
C.System Configuration Report
D.Scheduling Activity by User
Answer:B
5.Which is the essential installation requirement to deploy a Cisco Unified MeetingPlace failover
Application Server in a customer network?
A.three IP addresses, one is shared between both primary and failover servers
B.four IP addresses, two are shared between both primary and failover servers
C.two IP addresses and one shared hostname for DNS resolutions for both primary and failover servers
D.three IP addresses, one is shared, and one shared hostname for DNS resolution for both primary and
failover servers
Answer:D

310-202

December 18 [Fri], 2009, 16:56
資格概要
- Javaテクノロジー
- Solarisオペレーティングシステム
サン・マイクロシステムズの認定資格は、Java、Solarisというネットワーク社会を支える先進的な技術を修得した方に対し、その技術が規定以上のレベルに達していることを、全世界共通の認定により保証します。
受験チケットのご購入について
ご購入金額が税込36,750円以下のお申込(例:認定試験受験チケット1枚を購入)は、オンライン申込ではお支払い方法はクレジットカード払いのみとなります。その他のお支払い方法をご希望の場合は、こちらのFAX申込票にてお申込下さい。
認定制度の利点
全世界に共通した適切な判断基準で、技術力の評価を行うことができます。
全世界共通の認定により、技術者の高い技術レベルが保証されます。
認定取得により、ビジネスチャンスの場が大きく広がります。
名刺等に認定ロゴを印刷することも可能です
Sun Certified System Administrator for Solaris 10 OS.Part 2 認証の310-202問題集を提供します
8. Your system has three disk drives allocated for data storage. You are using Solaris Volume Manager to
create your file system on these drives. The application will be read-intensive. Which configuration will
provide the best data protection in the event of a failure?
A. RAID 5
B. RAID 1
C. RAID 0
D. RAID 1+0
Answer: A
9. You are the system administrator for a system running a business critical database application. To
maintain data availability, you are using Solaris Volume Manager and have several two-way mirrors
configured. You also have several hot spares created. When creating the hot spare pool, you added
devices in this order:
- a 1.0 gigabyte slice
- a 2.2 gigabyte slice
- a 9.8 gigabyte slice
- a 3.2 gigabyte slice
- a 6.5 gigabyte slice
Your monitoring software sends you an email indicating that one sub-mirror of a two-way Solaris Volume
Manager software mirror has gone offline because of a hardware error.The sub-mirror that was taken
offline was 2.3 gigabytes in size.
Which hot spare component will the Solaris Volume Manager software use to recreate the sub-mirror
automatically?
A. The 2.2 gigabyte component
B. The 3.2 gigabyte component
C. The 6.5 gigabyte component
D. The 9.8 gigabyte component
Answer: D
10. Your x86-based system has a ZFS file system named /files on the c0d1 drive. You want to rename this
file system, so that every time the system boots, it is automatically mounted under the name /data. Which
answer describes how to change the ZFS file system name from /files to /data?
A. zfs set mountpoint=/data data
B. zfs destroy files;zfs create /data
C. zfs destroy -f files; zpool create data c0d1
D. Create a directory named /data, then change /files to /data in the /etc/vfstab file.
Answer: A
11. Your system is newly built and has a default set up.
When you add an account using roleadd, what is the default shell?
A. /usr/bin/sh
B. /usr/bin/ksh
C. /usr/bin/pfsh
D. /usr/bin/prsh
E. /usr/bin/pfjsh
F. /usr/bin/prksh
Answer: C
http://www.killtest.jp/SCSA10/310-202.asp
P R
プロフィール
  • ニックネーム:aojiuzhiyin
読者になる
2009年12月
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
最新コメント
六兵衛
» マイクロソフト認定 (2010年06月07日)
QRコード
Yapme!一覧
読者になる