PeopleSoft & Unix/Linux Commands Quiz

Test your knowledge of PeopleSoft enterprise software administration and Unix/Linux command line operations

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the command used to Moves the cursor backward one character

  1. CTRL+C
  2. CTRL+Z
  3. CTRL+B
  4. CTRL+P
Question 2 Multiple Choice (Single Answer)

what is the command used to Paste previous line and/or lines

  1. CTRL+P
  2. CTRL+C
  3. CTRL+B
  4. CTRL+U
Question 3 Multiple Choice (Single Answer)

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

  1. CTRL+W
  2. CTRL+B
  3. CTRL+C
  4. CTRL+D
Question 4 Multiple Choice (Single Answer)

what is the command used to Stops all output on screen (XOFF).

  1. CTRL+D
  2. CTRL+S
  3. CTRL+B
  4. CTRL+W
Question 5 Multiple Choice (Single Answer)

What is the commandline shortcut which moves to the user's home directory

  1. -
  2. *
  3. ~
  4. #
Question 6 Multiple Choice (Single Answer)

What is the commandline shortcut which repeats the last argument for the command last used

  1. !
  2. !$
  3. !&
  4. !!
Question 7 Multiple Choice (Single Answer)

Command used to Repeats the line last entered at the shell

  1. CTRL+S
  2. !!
  3. !@
  4. !%
Question 8 Multiple Choice (Single Answer)

How can we skip Search page in PeopleSoft?

  1. Add Search key in search record
  2. Ad PS_INSTALLATION record in component properties
  3. Add a view in Component properties with 1 key
  4. Add a record in Component properties with 1 key
Question 9 Multiple Choice (Single Answer)

How will you get single output by combining two or more queries?

  1. Union
  2. Outer Join
  3. Inner Join
  4. Sub Query
Question 10 Multiple Choice (Single Answer)

In PeopleCode, as array can have a maximum depth of ---- dimensions

  1. 5
  2. 10
  3. 15
  4. 20
Question 11 Multiple Choice (Single Answer)

Which of the below record definition is not stored in the database and is therefore not reuired to be built?

  1. View
  2. Derived/Work Record
  3. SQL Table
  4. Sub record
Question 12 Multiple Choice (Single Answer)

PS Query definition is stored in whihc server?

  1. DB Server
  2. Application server
  3. Web server
  4. DB Server & Application Server
Question 13 Multiple Choice (Single Answer)

PS Query definition is stored in which server?

  1. DB Server
  2. Application server
  3. Web server
  4. DB Server & Application Server
Question 14 Multiple Choice (Single Answer)

If you want to log in to Daamover in Bootstrap mode, you would login as...

  1. Database Superuser
  2. PeopleSoft Superuser
  3. Data mover superuser
  4. Security Administrator
Question 15 Multiple Choice (Single Answer)

Which of the following datatypes is not supported by the PeopleCode programming environment?

  1. Object
  2. Number
  3. TimeStamp
  4. Datetime
Question 16 Multiple Choice (Single Answer)

While creating state records which of the following record types are valid?

  1. SQL Table & SQL View
  2. SQL Table & Derived/Work record
  3. SQL View & Temporary table
  4. Derived/Work record & Temporary table
Question 17 Multiple Choice (Single Answer)

Which field will enable you to keep historical, current and future information in tables?

  1. EFFDT
  2. SYSDATE
  3. ROW_ADDED_DTTM
  4. ROW_EFFDT
Question 18 Multiple Choice (Single Answer)

Which of the following fires after database is updated?

  1. SavePreChange
  2. SaveEdit
  3. RowDelete
  4. SavePostChange
Question 19 Multiple Choice (Single Answer)

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?

  1. chmod g+rw cali
  2. setperm r+w cali
  3. chmod 0060 cali
  4. chmod u+x calli