PeopleSoft and NUI Feed Data Integration

Covers PeopleSoft application development including PeopleCode programming, data buffer classes, component processing, Webstation, and the NUI feed data integration system including ETL processes, feed dependencies, and job execution.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What happens in the PVUA1020 job?

  1. Merge process
  2. Load Process
  3. Lookup process
  4. Purge process
Question 2 Multiple Choice (Single Answer)

NUI feed file Exceed_cvm.txt will be split into how many files

  1. 7
  2. 20
  3. 14
  4. 4
Question 3 Multiple Choice (Single Answer)

Which feed has Critical Dependency over SUPPRESSION

  1. IFA
  2. COLD
  3. GRPSCH
  4. BRKPLS
Question 4 Multiple Choice (Single Answer)

In the order of Execution of feeds which job comes after HUON

  1. Daily Archive job of Huon
  2. BRKPLS
  3. UNISURE
  4. NUI
Question 5 Multiple Choice (Single Answer)

What is the command to run the NUI feed in production environment manually

  1. nohup bin/PVUA1015.sh -h prd -l NUI &
  2. nohup bin/PVUA1010.sh -h prd -l NUI &
  3. nohup bin/PVUA1025.sh -h prd -l NUI &
  4. nohup bin/PVUA1030.sh -h dev -l NUI &
Question 6 Multiple Choice (Single Answer)

What is the purpose of ETL Feed file and ETL feed script

  1. ETL feed script table contains whether the feed is a delta feed or complete feed, and the script name used for splitting the files, all these information will be stored here. ETL feed file table contains all the script names which are required to run for
  2. ETL feed file table contains whether the feed is a delta feed or complete feed, and the script name used for splitting the files, all these information will be stored here. ETL feed script table contains all the script names which are required to run for
  3. Both
  4. None of the above
Question 7 Multiple Choice (Single Answer)

When does the below kind of error occurs in fast load, even though when CONSUMER_ID field is of fixed length and file has same length data. **** 15:31:24 Field too large in vartext data record: 1, field: CONSUMER_ID

  1. When files are cleansed
  2. When files are not cleansed
  3. When files are not present
  4. None of the above
Question 8 Multiple Choice (Single Answer)

Which feed will run immediately after NUI feed?

  1. PWSS
  2. SUPP_APPLY
  3. NUIDW
  4. NUHML
  5. None of the above
Question 9 Multiple Choice (Single Answer)

Following files contains customer related information?

  1. PPL & WPOL
  2. CLOC & CLTD
  3. PPL & TLOC
  4. WPOL
  5. None of the above
Question 10 Multiple Choice (Single Answer)

Which option is correct for order of execution of the process in NUI feed?

  1. LKF,RI,RIF,QAS,DQ and BT
  2. RIF,RI,LKF,QAS,BT and DQ
  3. QAS,LKF,RI,RIF,DQ and BT
  4. DQ, RIF,RI,LKF,BT and QAS
  5. None of the above
Question 11 Multiple Choice (Single Answer)

When we will receive NUI feed file every week?

  1. Friday Evening
  2. Saturday Evening
  3. Thursday Evening
  4. None of the above
Question 12 Multiple Choice (Single Answer)

NUI feed is primarily depending on which feed?

  1. NUIHML
  2. NUIDW
  3. HCPMI
  4. HUON
  5. None of the above
Question 13 True/False

RI process is happening for NUI?

  1. True
  2. False
Question 14 True/False

NUI is a Life Feed?

  1. True
  2. False
Question 15 True/False

NUI feed contains Motor Vehicle Policy/Quote information?

  1. True
  2. False
Question 16 True/False

NUI is a full feed?

  1. True
  2. False
Question 17 Multiple Choice (Multiple Answers)

The Webstation Application Can be launched by

  1. WebStation link
  2. Quick Links dropdown
  3. Search option
  4. None of the Above
Question 18 Multiple Choice (Single Answer)

When a component runs in deferred processing mode,

  1. trips to the server are reduced
  2. trips to the server are increased
  3. No impact on the server
  4. Server Crashes
Question 19 Multiple Choice (Single Answer)

A PeopleCode program is automatically saved to a file while you’re working on it. This checkpoint occurs at the following times

  1. Every 15 minutes
  2. Every 10 keystrokes
  3. Every 15 keystrokes
  4. Every 10 minutes
Question 20 Multiple Choice (Single Answer)

Which of the following doesn't belongs to a data buffer class?

  1. Record
  2. Component
  3. Rowset
  4. Field