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.
Questions
What happens in the PVUA1020 job?
- Merge process
- Load Process
- Lookup process
- Purge process
NUI feed file Exceed_cvm.txt will be split into how many files
- 7
- 20
- 14
- 4
Which feed has Critical Dependency over SUPPRESSION
- IFA
- COLD
- GRPSCH
- BRKPLS
In the order of Execution of feeds which job comes after HUON
- Daily Archive job of Huon
- BRKPLS
- UNISURE
- NUI
What is the command to run the NUI feed in production environment manually
- nohup bin/PVUA1015.sh -h prd -l NUI &
- nohup bin/PVUA1010.sh -h prd -l NUI &
- nohup bin/PVUA1025.sh -h prd -l NUI &
- nohup bin/PVUA1030.sh -h dev -l NUI &
What is the purpose of ETL Feed file and ETL feed script
- 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
- 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
- Both
- None of the above
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
- When files are cleansed
- When files are not cleansed
- When files are not present
- None of the above
Which feed will run immediately after NUI feed?
- PWSS
- SUPP_APPLY
- NUIDW
- NUHML
- None of the above
Following files contains customer related information?
- PPL & WPOL
- CLOC & CLTD
- PPL & TLOC
- WPOL
- None of the above
Which option is correct for order of execution of the process in NUI feed?
- LKF,RI,RIF,QAS,DQ and BT
- RIF,RI,LKF,QAS,BT and DQ
- QAS,LKF,RI,RIF,DQ and BT
- DQ, RIF,RI,LKF,BT and QAS
- None of the above
When we will receive NUI feed file every week?
- Friday Evening
- Saturday Evening
- Thursday Evening
- None of the above
NUI feed is primarily depending on which feed?
- NUIHML
- NUIDW
- HCPMI
- HUON
- None of the above
RI process is happening for NUI?
- True
- False
NUI is a Life Feed?
- True
- False
NUI feed contains Motor Vehicle Policy/Quote information?
- True
- False
NUI is a full feed?
- True
- False
The Webstation Application Can be launched by
- WebStation link
- Quick Links dropdown
- Search option
- None of the Above
When a component runs in deferred processing mode,
- trips to the server are reduced
- trips to the server are increased
- No impact on the server
- Server Crashes
A PeopleCode program is automatically saved to a file while you’re working on it. This checkpoint occurs at the following times
- Every 15 minutes
- Every 10 keystrokes
- Every 15 keystrokes
- Every 10 minutes
Which of the following doesn't belongs to a data buffer class?
- Record
- Component
- Rowset
- Field