System Administration Quiz - Mainframe and Linux

Test your knowledge of mainframe systems (IMS, VSAM, JCL, ADRDSSU) and Linux administration concepts including package management, processes, and file systems.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What Does VFS Stand For?

  1. Virtual File Server
  2. Virtual File System
  3. Virtual File Sync
  4. None
Question 2 Multiple Choice (Single Answer)

Why doesn't child process get SIGHUP when its parent dies?

  1. Only child can send and can not receive from parent signals
  2. SIGHUP is a signal sent by terminals and is not designed to propagate
  3. SIGHUP is an invalid signal
  4. None
Question 3 Multiple Choice (Single Answer)

What Is a "core" File?

  1. A core file is created when a program terminates unexpectedly, due to a bug,
  2. A core represents the RAM memory (core)
  3. core file contains the entire process information
  4. A text file
Question 4 Multiple Choice (Single Answer)

How To Enable or Disable Core Dumps.

  1. ulimit command
  2. Automatically enabled
  3. Cannot be controlled
  4. Only root can do that using ulimit
Question 5 True/False

Does Linux Support X windows?

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

To delete all the trailing spaces of each line of file test1

  1. sed 's/[ ][^ ]*$//' test2
  2. sed 's/[ ][ ]*$//' test2
  3. sed 's/[ ][ ]*$/' test2
  4. sed 's/[ ][ $]*$//' test2
Question 7 Multiple Choice (Single Answer)

What are pttys?

  1. They are printer terminals
  2. Partial terminals
  3. Pseudo terminals
  4. Hardware cable
Question 8 Multiple Choice (Single Answer)

How to create swap device

  1. swapon /swap
  2. mkswap /swap
  3. mknod /dev/swap
  4. Not possible
Question 9 Multiple Choice (Single Answer)

How To Set (Or Reset) Initial Terminal Colors say /dev/tty0?

  1. Not possible thru command
  2. chcolor /dev/tty0
  3. chcolour /dev/tty0
  4. setterm -fore yellow -bold on -back blue -store /dev/tty0
Question 10 Multiple Choice (Single Answer)

How To Determine What Packages Are Installed on a System?

  1. pkglst -a
  2. pkglst -ql
  3. rpm -qa
  4. rpm -i
Question 11 Multiple Choice (Single Answer)

What is the parameter that is not copied while copying an existing Dataset to a new Dataset using LIKE or REFDD parameter?

  1. Management Class
  2. Expiration Date
  3. Record Format
  4. Record Length
Question 12 Multiple Choice (Single Answer)

An IMS Batch program can be run as

  1. a DLI
  2. a BMP
  3. a DBB
  4. All of the above
Question 13 Multiple Choice (Single Answer)

ADRDSSU Utility is used

  1. To reduce free space fragmentation
  2. To copy or move Datasets from one DASD to another
  3. All of the above
  4. None of the above
Question 14 Multiple Choice (Single Answer)

Which of the following is not an ADRDSSU control statement

  1. DUMP
  2. COPY
  3. MOVE
  4. CONVERTV
Question 15 Multiple Choice (Single Answer)

Parameters which can be overridden in a VSAM file

  1. File parameters
  2. Performance parameters
  3. Space Parameters
  4. Volume Parameters
Question 16 Multiple Choice (Single Answer)

Parameters which cannot be overridden in a VSAM file

  1. File parameters
  2. Performance parameters
  3. Space Parameters
  4. Volume Parameters
Question 17 Multiple Choice (Single Answer)

What are the files that can be created using LIKE Parameter?

  1. VSAM File
  2. Tape File
  3. none of above
  4. Both a and b
Question 18 Multiple Choice (Single Answer)

The exact syntax for the REFDD Parameter

  1. REFDD=*.ddname
  2. REFDD=*.stepname.ddname
  3. REFDD=*.jobstepname.procstepname
  4. REFDD=*.jobstepname.ddname
Question 19 Multiple Choice (Single Answer)

The interface used to connect the program to the Database in IMS is

  1. ACB
  2. DLI
  3. BMP
  4. MPP
Question 20 Multiple Choice (Single Answer)

Which Parameter is required to access the IMS Database?

  1. PCB
  2. ACB
  3. DLI
  4. PSB