Performance Monitoring and Tuning Tools

Questions covering various performance monitoring and testing tools including LoadRunner, MRTG network monitoring, IBM Netcool ISM, and Oracle database tuning.

25 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which one of the following is used to obtain performance information about a Web Application?

  1. Performance Counters
  2. Data Performance Counters
  3. Web Performance Counters
  4. Data Readers
Question 2 Multiple Choice (Single Answer)

This is the most important measure in dealing with performance issues.

  1. CPU
  2. Availabilty
  3. Response Time
  4. Throughput
Question 3 Multiple Choice (Single Answer)

This phase of Oracle tuning is directed at looking for resource shortages in the db_block_buffers, shared_pool_size and sort_area_size.

  1. Instance Tuning
  2. Object Tuning
  3. SQL Tuning
  4. Space Management
Question 4 Multiple Choice (Single Answer)

This parameter lets you tune optimizer behavior for access path selection to be more or less index friendly, that is, to make the optimizer more or less prone to selecting an index access path over a full table scan. The default makes full table scan and index use equal.

  1. Optimizer Index Caching
  2. Optimizer Index Cost Adjustments
  3. Optimizer Mode
  4. Parallel Automatic Tuning
Question 5 Multiple Choice (Single Answer)

This RAID configuration stripes data across multiple volumes. One volume is devoted to "parity bits." The bits are used to reconstruct data should you lose a data volume.

  1. RAID 1
  2. RAID 0+1
  3. RAID 3
  4. RAID 5
Question 6 Multiple Choice (Single Answer)

This tool in Oracle10g defaults to a collection interval every 30 minutes and collects data that is the foundation for all of the other self-tuning features. It is very much like STATSPACK, especially the level-5 STATSPACK collection mechanism where top SQL is collected every hour, based on your rolling thresholds for high-use SQL.

  1. Automatic Maintenance Tasks(AMT)
  2. Automatic Workload Repository(AWR)
  3. Automatic Database Diagnostic Monitor(ADDM)
  4. Automatic Storage Management(ASM)
Question 7 Multiple Choice (Single Answer)

What is the full form of ISM?

  1. Internet Service Monitor
  2. Internet Service Monitors
  3. Internet Service Monitoring
  4. Internet Services Monitoring
Question 8 Multiple Choice (Single Answer)

Where does ISM store logs?

  1. /opt/Netcool/var/logs
  2. /opt/Netcool/ism/datalogs
  3. /opt/Netcool/log/ism
  4. /opt/Netcool/ism/log
Question 9 Multiple Choice (Single Answer)

ISM startup script resides in...

  1. /opt/Netcool/bin/ism
  2. /opt/Netcool/bin
  3. /opt/Netcool/ism/scripts
  4. /opt/Netcool/ism/bin
Question 10 True/False

ISM can monitor RADIUS servers.

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

ISM can store logs for...

  1. 1 day
  2. 7 days
  3. 30 days
  4. 365 days
Question 12 Multiple Choice (Single Answer)

MRTG stands for

  1. Multiple Routers Traffic Graphs
  2. Multi Router Traffic Grapher
  3. Multi Router Traffic Graphs
  4. Multi Routing Traffic Graphs
Question 13 Multiple Choice (Single Answer)

MRTG works on

  1. WINDOWS platforms
  2. UNIX platforms
  3. Both 1 & 2
  4. None of the above
Question 14 Multiple Choice (Single Answer)

MRTG is written in

  1. C
  2. Perl
  3. Shell Script
  4. C++
Question 15 Multiple Choice (Single Answer)

MRTG was developed by

  1. Tobias Oetiker
  2. James Gosling
  3. Bjarne Stroustrup
  4. Larry Wall
Question 16 Multiple Choice (Single Answer)

MRTG can monitor

  1. Router
  2. Firewall
  3. Switch
  4. All of them
Question 17 Multiple Choice (Single Answer)

What protocol do we use for character interface based application?

  1. Citrix
  2. RTE
  3. Web - Click and Script
  4. Flex
Question 18 Multiple Choice (Single Answer)

Where do you set the "Generate Fixed Thinktime after end transaction" in the script?

  1. Before recording in recording options.
  2. After recroding in recording options
  3. Before replay in Runtime settings
  4. By manually writing a code snippet in vuser_init only
Question 19 Multiple Choice (Single Answer)

What is the web-based version of Controller called

  1. Web Controller
  2. Performance Online
  3. Performance Center
  4. Load Runner Controller v.9.x
Question 20 Multiple Choice (Single Answer)

What is not a parameter type in the following list?

  1. Random Number
  2. Controller Name
  3. Load Generoator Name
  4. Table
Question 21 Multiple Choice (Single Answer)

In a VUGen script, we have checked the "Continue on Error"-Run-Time Settings, but in the script there is lr_continue_on_error(1) set before a transaction xyz. Suppose the transaction xyz fails , what will happen?

  1. The script will continue without recording any errors
  2. The script will report the error and fail
  3. The script will give a error pop up and continue
  4. The script will continue but only xyz transaction status will be "FAILED".
Question 22 True/False

We can insert text check code in the script DURING recording.

  1. True
  2. False
Question 23 True/False

"Run for duration" in controller behaves like "Run until completion" when the the given number of iterations is done executing?

  1. True
  2. False
Question 24 True/False

We can change the run logic -iteration count for Vuser init -Vuser end.

  1. True
  2. False
Question 25 True/False

We can have a script with only vuser_init and vuser_end.

  1. True
  2. False