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.
Questions
What Does VFS Stand For?
- Virtual File Server
- Virtual File System
- Virtual File Sync
- None
Why doesn't child process get SIGHUP when its parent dies?
- Only child can send and can not receive from parent signals
- SIGHUP is a signal sent by terminals and is not designed to propagate
- SIGHUP is an invalid signal
- None
What Is a "core" File?
- A core file is created when a program terminates unexpectedly, due to a bug,
- A core represents the RAM memory (core)
- core file contains the entire process information
- A text file
How To Enable or Disable Core Dumps.
- ulimit command
- Automatically enabled
- Cannot be controlled
- Only root can do that using ulimit
Does Linux Support X windows?
- True
- False
To delete all the trailing spaces of each line of file test1
- sed 's/[ ][^ ]*$//' test2
- sed 's/[ ][ ]*$//' test2
- sed 's/[ ][ ]*$/' test2
- sed 's/[ ][ $]*$//' test2
What are pttys?
- They are printer terminals
- Partial terminals
- Pseudo terminals
- Hardware cable
How to create swap device
- swapon /swap
- mkswap /swap
- mknod /dev/swap
- Not possible
How To Set (Or Reset) Initial Terminal Colors say /dev/tty0?
- Not possible thru command
- chcolor /dev/tty0
- chcolour /dev/tty0
- setterm -fore yellow -bold on -back blue -store /dev/tty0
How To Determine What Packages Are Installed on a System?
- pkglst -a
- pkglst -ql
- rpm -qa
- rpm -i
What is the parameter that is not copied while copying an existing Dataset to a new Dataset using LIKE or REFDD parameter?
- Management Class
- Expiration Date
- Record Format
- Record Length
An IMS Batch program can be run as
- a DLI
- a BMP
- a DBB
- All of the above
ADRDSSU Utility is used
- To reduce free space fragmentation
- To copy or move Datasets from one DASD to another
- All of the above
- None of the above
Which of the following is not an ADRDSSU control statement
- DUMP
- COPY
- MOVE
- CONVERTV
Parameters which can be overridden in a VSAM file
- File parameters
- Performance parameters
- Space Parameters
- Volume Parameters
Parameters which cannot be overridden in a VSAM file
- File parameters
- Performance parameters
- Space Parameters
- Volume Parameters
What are the files that can be created using LIKE Parameter?
- VSAM File
- Tape File
- none of above
- Both a and b
The exact syntax for the REFDD Parameter
- REFDD=*.ddname
- REFDD=*.stepname.ddname
- REFDD=*.jobstepname.procstepname
- REFDD=*.jobstepname.ddname
The interface used to connect the program to the Database in IMS is
- ACB
- DLI
- BMP
- MPP
Which Parameter is required to access the IMS Database?
- PCB
- ACB
- DLI
- PSB