PeopleSoft & Unix/Linux Commands Quiz
Test your knowledge of PeopleSoft enterprise software administration and Unix/Linux command line operations
Questions
What is the command used to Moves the cursor backward one character
- CTRL+C
- CTRL+Z
- CTRL+B
- CTRL+P
what is the command used to Paste previous line and/or lines
- CTRL+P
- CTRL+C
- CTRL+B
- CTRL+U
What is the command used to Deletes the last word typed in. For example, if you typed 'mv file1 file2' this shortcut would delete file2
- CTRL+W
- CTRL+B
- CTRL+C
- CTRL+D
what is the command used to Stops all output on screen (XOFF).
- CTRL+D
- CTRL+S
- CTRL+B
- CTRL+W
What is the commandline shortcut which moves to the user's home directory
- -
- *
- ~
- #
What is the commandline shortcut which repeats the last argument for the command last used
- !
- !$
- !&
- !!
Command used to Repeats the line last entered at the shell
- CTRL+S
- !!
- !@
- !%
How can we skip Search page in PeopleSoft?
- Add Search key in search record
- Ad PS_INSTALLATION record in component properties
- Add a view in Component properties with 1 key
- Add a record in Component properties with 1 key
How will you get single output by combining two or more queries?
- Union
- Outer Join
- Inner Join
- Sub Query
In PeopleCode, as array can have a maximum depth of ---- dimensions
- 5
- 10
- 15
- 20
Which of the below record definition is not stored in the database and is therefore not reuired to be built?
- View
- Derived/Work Record
- SQL Table
- Sub record
PS Query definition is stored in whihc server?
- DB Server
- Application server
- Web server
- DB Server & Application Server
PS Query definition is stored in which server?
- DB Server
- Application server
- Web server
- DB Server & Application Server
If you want to log in to Daamover in Bootstrap mode, you would login as...
- Database Superuser
- PeopleSoft Superuser
- Data mover superuser
- Security Administrator
Which of the following datatypes is not supported by the PeopleCode programming environment?
- Object
- Number
- TimeStamp
- Datetime
While creating state records which of the following record types are valid?
- SQL Table & SQL View
- SQL Table & Derived/Work record
- SQL View & Temporary table
- Derived/Work record & Temporary table
Which field will enable you to keep historical, current and future information in tables?
- EFFDT
- SYSDATE
- ROW_ADDED_DTTM
- ROW_EFFDT
Which of the following fires after database is updated?
- SavePreChange
- SaveEdit
- RowDelete
- SavePostChange
How do you change the access permission (add group read/write) to all the files in the current directory containing the word "cali" in their names?
- chmod g+rw cali
- setperm r+w cali
- chmod 0060 cali
- chmod u+x calli