サン.マイクロシステムズの認定資格は、Java、Solarisというネットワーク社会を支える先進的な技術を修得した方に対し、その技術が規定以上のレベルに達していることを、全世界共通の認定により保証します。だからたくさんの人がSUN 認証に属する310-065 科目非常に関心を持っています。でも310-065認証を手に入るのもそんなに簡単なことじゃないです、多くの人は模擬試験問題集を練習する必要があります。今私からKILLTESTの310-065問題集を紹介します、KILLTESTの問題集精度が高くて信用できるの会社です。一回で失敗するなら全額返済いたします
310-065無料問題集 みんなと分かち合います
1. Given:
1. public class Threads2 implements Runnable {
2.
3. public void run() {
4. System.out.println("run.");
5. throw new RuntimeException("Problem");
6. }
7. public static void main(String[] args) {
8. Thread t = new Thread(new Threads2());
9. t.start();
10. System.out.println("End of method.");
11. }
12. }
Which two can be results? (Choose two.)
A. java.lang.RuntimeException: Problem
B. run. java.lang.RuntimeException: Problem
C. End of method. java.lang.RuntimeException: Problem
D. End of method. run. java.lang.RuntimeException: Problem
E. run. java.lang.RuntimeException: ProblemEnd of method.
Answer: DE
2. Which two statements are true? (Choose two.)
A. It is possible for more than two threads to deadlock at once.
B. The JVM implementation guarantees that multiple threads cannot enter into a deadlocked state.
C. Deadlocked threads release once their sleep() method's sleep duration has expired.
D. Deadlocking can occur only when the wait(), notify(), and notifyAll() methods are used incorrectly.
E. It is possible for a single-threaded application to deadlock if synchronized blocks are used incorrectly.
F. If a piece of code is capable of deadlocking, you cannot eliminate the possibility of deadlocking by
insertinginvocations of Thread.yield().
Answer:AF
3. Given:
1. void waitForSignal() {
2. Object obj = new Object();
3. synchronized (Thread.currentThread()) {
4. obj.wait();
5. obj.notify();
6. }
7. }
Which statement is true?
A. This code can throw an InterruptedException.
B. This code can throw an IllegalMonitorStateException.
C. This code can throw a TimeoutException after ten minutes.
D. Reversing the order of obj.wait() and obj.notify() might cause this method to complete normally.
E. A call to notify() or notifyAll() from another thread might cause this method to complete normally.
F. This code does NOT compile unless "obj.wait()" is replaced with "((Thread) obj).wait()".
Answer: B
5. Given:
1. class PingPong2 {
2. synchronized void hit(long n) {
3. for(int i = 1; i < 3; i++)
4. System.out.print(n + "-" + i + " ");
5. }
6. }
7. public class Tester implements Runnable {
8. static PingPong2 pp2 = new PingPong2();
9. public static void main(String[] args) {
10. new Thread(new Tester()).start();
11. new Thread(new Tester()).start();
12. }
13. public void run() { pp2.hit(Thread.currentThread().getId()); }
14. }
Which statement is true?
A. The output could be 5-1 6-1 6-2 5-2
B. The output could be 6-1 6-2 5-1 5-2
C. The output could be 6-1 5-2 6-2 5-1
D. The output could be 6-1 6-2 5-1 7-1
Answer: B
6. Given:
1. public class Threads4 {
2. public static void main (String[] args) {
3. new Threads4().go();
4. }
5. public void go() {
6. Runnable r = new Runnable() {
7. public void run() {
8. System.out.print("foo");
9. }
10. };
11. Thread t = new Thread(r);
12. t.start();
13. t.start();
14. }
15. }
What is the result?
A. Compilation fails.
B. An exception is thrown at runtime.
C. The code executes normally and prints "foo".
D. The code executes normally, but nothing is printed.
Answer: B
7. Given:
1. public abstract class Shape {
2. private int x;
3. private int y;
4. public abstract void draw();
5. public void setAnchor(int x, int y) {
6. this.x = x;
7. this.y = y;
8. }
9. }
Which two classes use the Shape class correctly? (Choose two.)
A. public class Circle implements Shape {private int radius; }
B. public abstract class Circle extends Shape { private int radius; }
C. public class Circle extends Shape { private int radius; public void draw(); }
D. public abstract class Circle implements Shape { private int radius; public void draw(); }
E. public class Circle extends Shape { private int radius; public void draw() {/* code here */}
F. public abstract class Circle implements Shape { private int radius; public void draw() { /* code here */ }
Answer: BE

NetApp の認定を取得してスキルアップすると、最も強力な NetApp 製品とソリューションを管理するための資格を得ることができます.でもNS0-153認証を手に入るのもそんなに簡単なことじゃないです。多くの人は模擬試験問題集を練習する必要があります。今私からKILLTESTのNS0-153問題集を紹介します、KILLTESTのNS0-153問題集精度が高くて信用できるの会社です。一回で失敗するなら全額返済いたします
NS0-153無料問題集みんなと分かち合います
1.If you change the setting for the option cifs.neg_buf_size, you need to terminate CIFS on the
storage appliance and do a restart for the changes to take effect.
A.True
B.False
Correct:A
2.If the client is a CIFS client, locks are __________.
A.advisory
B.mandatory
C.ordered
D.optional
Correct:B
3.To view per client NFS statistics on the storage appliance, options nfs.per_client_stats.enable
must be turned on.
A.True
B.False
Correct:A
4.Three methods of creating a LUN are: *lun setup *lun map *FilerView
A.True
B.False
Correct:A
5.Applications, such as databases, running on NAS or iSCSI or FC SAN must be
__________________.
A.prepared for snapshots by flushing buffers to disk and momentarily suspending activity.
B.disconnected from their storage resources during the snapshot.
C.using dynamic multipathing during a backup.
D.mirrored with a host-based volume manager to be backed-up.
Correct:A
6.To export volumes and directories automatically on reboot, include them in the /etc/exports file.
A.True
B.False
Correct:A
7.Using the output below, a co-worker determined that these are type "Solaris" LUNs. What would
your determination be? lun show -m LUN pathMapped to LUN ID
--------------------------------------------------- /vol/vol1/lun0 solaris-igroup0 0 /vol/vol1/lun1 solaris-igroup1
0 /vol/vol1/qtree1/lun2 solaris-igroup2 0 /vol/vol1/qtree1/lun3 solaris-igroup3 0
A.These are type "Solaris" LUNs.
B.These are NFS LUNs, but the exact OS cannot be determined.
C.Not enough information is given here. Run the lun show -v command to get the information requested.
D.Not enough information is given here. Run the lun map command to get the information requested.
Correct:C
8.Which one of the following will enable "symlink_strict_security"?
A.options cifs.symlink_strict_security on
B.cifs shares -change -symlink_strict_security
C.options symlink_strict_security=true
D.options symlink_strict_security=on
Correct:B
9.To configure a storage system as a member of an active directory, the time on the storage
system must be synchronized with the time on the Domain Controller.
A.True
B.False
Correct:A
10.The writeable snapshot that is created for a LUN clone depends on ___________.
A.mirroring.
B.the snapshot taken at the time the clone was created.
C.exclusive access to the volume.
D.the data in the original LUN not changing.
Correct:B
データ量の増加を背景に、ますます重要性が高まるパフォーマンス管理スキル。その付加価値の高いスキルを証明する資格が遂に登場。オラクル認定の中で1Z0-054、1Z0-055 、1Z0-035のような科目もすごく人気があって 、受ける人がたくさんいます、KILLTESTは皆さんのために1Z0-054、1Z0-055、1Z0-035 などいろいろなOracle 認定問題集をリリースして、皆さんがもっと便利で試験を通すように助けます。
これから1Z0-054無料 問題集を出して、皆さんの勉強に役に立てばいい。
12. You are working on an online transaction processing (OLTP) system. By day most of the application
users perform queries accessing the most recently added or modified rows. The applications have most
of the queries based on multiple tables. But at night, some batch processing is also done.
Which two actions would you recommend to choose a goal for the optimizer based on the needs of your
application? (Choose two.)
A.setting the OPTIMIZER_MODE parameter to ALL_ROWS at the instance level
B.setting the OPTIMIZER_MODE parameter to FIRST_ROWS_n at the instance level
C.asking the developer to add a hint /*ALL_ROWS*/ in the long-running batch processing queries
D.asking the developer to add a hint /*FIRST_ROWS_n*/ in the long-running batch processing queries
ANSWER: BC
13. Which three factors influence the optimizer's behavior while choosing an optimization approach and
goal for a SQL statement? (Choose three.)
A.parsing of a SQL statement
B.operating system (OS) statistics
C.object statistics in the data dictionary
D.the OPTIMIZER_MODE initialization parameter
E.optimizer SQL hints for changing the query optimizer goal
ANSWER: CDE
15. Examine the initialization parameter values for the instance given below:
NAME TYPE VALUE
optimizer_capture_sql_plan_baselines boolean FALSE
optimizer_dynamic_sampling integer 2
optimizer_features_enable string 11.1.0.6
optimizer_index_caching integer 0
optimizer_index_cost_adj integer 100
The safer , easier way to help you pass any IT exams.
optimizer_mode string ALL_ROWS
db_file_multiblock_read_count integer 64
You notice that the one of the queries is using a full table scan (view Exhibit1) instead of index unique
scan (view Exhibit2). The index is present on the column that is accessed in the WHERE clause of the
query. The cost for a full table scan is more than that for an index unique scan.
Why would the optimizer choose full table scan over index unique scan? (Choose all that apply.)
A. The OPTIMIZER_INDEX_COST_ADJ initialization parameter is set to a low value.
B. The OPTIMIZER_INDEX_COST_ADJ initialization parameter is set to a high value.
C. The DB_FILE_MULTIBLOCK_READ_COUNT initialization parameter is set to a low value.
D. The statistics for the table and all the indexes associated with the table are not current.
ANSWER: BD
16. The columns CUST_CITY, CUST_STATE_PROVINCE, and COUNTRY_ID are frequently used
together in the WHERE clause of the queries. The CUSTOMERS table is a big table with 20 GB of data.
You notice that the selectivity for these three columns varies from the selectivity that the optimizer
calculates.
What would you recommend to influence the selectivity calculated by the optimizer?
A. creating function-based indexes by concatenating all the columns
B. updating histogram statistics for these columns by using the DBMS_STATS.GATHER_TABLE_STATS
procedure
C. using the DBMS_STATS.CREATE_EXTENDED_STATS function to create a virtual column and create
index on the virtual column
D. using the DBMS_STATS.CREATE_EXTENDED_STATS function to create a virtual column and the
DBMS_STATS.GATHER_TABLE_STATS procedure to collect statistics on the virtual column
ANSWER: D