Troubleshooting
People & Acronyms
Process Order
Questionnaire
100

What table would you look at if PRC asks about a request?

STATUS

100

How do you find the owner of a CAR ID?

CAR Application Website OR Sign Off Tab of Questionnaire
100

What is our CPRA Shared email name?

Consumer Privacy Request Research

100

Can you code a system without questionnaire sign off from tech owner

No

200

Where are the SASPY troubleshooting instructions located?

E:/DOCUMENTATATION/PROCEDURES/07_ON DEMAND

200

What does DPP do?

Create policy for CPRA regulation
200

What Research programs can be run concurrently?

All of them (except for WEEKLY CPRA RESEARCH FINAL)

200

In what instances can you not go to ELZ for system coding?

Its not timely

OR 

Doesn't contain all the data (within reason)

300

What does this code do?
df = elz.sd2df('CPRA_WEEKLY_RESEARCH', 'DPP', dtype=str)

downloads DPP.CPRA_WEEKLY_RESEARCH from sas server. 

300

What does PRC stand for? 


BONUS: Name 2 members

Privacy Request Coordinators


BONUS:
Ritu, Melete, Brittany

300

In DAILY CPRA STARTING POINT, why do we use AC360 to validate customers?

Because it combines several sources into one location so we can use more than just HOGAN CIS without having to code for several systems

300

What is the most important part of the Technical Info tab?

Primary Key (joining info)

400

code = elz.submit(''' SAS CODE ''')

How would you print the sas log in python for the above code? 

print(code['LOG'])

OR

do elz.submit('''SAS CODE''')

400

What does ELZ stand for?

Enterprise Landing Zone

400
Define RESEARCH_STATUS entries (ie. AUTO, MANUAL, BLT, etc.)

- Auto: Found as a customer, research is complete

- Manual: Not found as a customer, research is complete

- BLT: satisfied BLT requirements and more systems need to be manually searched

400

What is the Applicable Variables tab for?

Information for system owners for knowing what we will do with their data

500

What happens if you accidentally overwrite a permanent table?

Yes, you can submit a ticket via MyTech page

500

Who is John Rizek's replacement

Carrie O'Neil
500

Why do we transform data from a horizontal layout to a vertical layout?

- we needed to maintain context for some values

- for an element found in multiple systems, we needed an easy way to track where all of those were found without concatenating everything into a single cell

500

What is the best practice to format an element located in multiple tables in the system?

One row per table per element