0% found this document useful (0 votes)
8 views2 pages

PCF and Data Model Interview Guide

The document outlines various concepts related to data modeling, including definitions and differences between entities, arrays, foreign keys, and data types. It also discusses the importance of certain configurations and processes in a data model, such as page and popup configurations, as well as the handling of transactions in a personal auto line of business. Additionally, it provides insights into interview flow and expected topics of discussion.

Uploaded by

iamkrupareddy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

PCF and Data Model Interview Guide

The document outlines various concepts related to data modeling, including definitions and differences between entities, arrays, foreign keys, and data types. It also discusses the importance of certain configurations and processes in a data model, such as page and popup configurations, as well as the handling of transactions in a personal auto line of business. Additionally, it provides insights into interview flow and expected topics of discussion.

Uploaded by

iamkrupareddy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

What is Data Model?

What is the Difference Between Versionable Entity and Editable Entiy?


What is the Use of Column Param?
What is the difference between Type Filters and Categories?
What is the use of Foreign Key?
What is the difference between Required Variables and Variables? - Both are Root
Objects and Required Variables used Outside of the page and Variables used inside
the Page.
What is an Array?
Where are Arrays Stored?
Where are Foreign Keys Stored?
What is the use of Element Name in the List View?
What is the difference between Page and Popup?
What Options are in Delete Popup? - 1. Safe delete, 2. Search in Comments and
Strings
How to configure Page? - using .go()
How to Configure Popup? - Using .push()
What is the use of Column Param?
What are the Data types in Data Model?
What is the use of nullok?
What are the PCF Elements? - Widget and Location
What are Widget Elements? - 1. Atomic Widget, 2. Container Widget.
Atomic Widgets - Input, Cell, Button
Container Widgets - Primary, Secondary, Top level Containers
How to make a relationship between TypeList and Entity? - Using TypeCode
How to make a Relationship between 2 Entities? - Using Foreign Key
Search Files Shortcut - Ctrl + Shif + N
What is the Importance of Dorefactor after Delete? - To remove references
How to Revert the Deletion?
Which LOBs Tou Worked on ? - Personal Auto Line - Cars
LOB - Line Of Business
Coverage - The one which protects the vehicle / Coverable.
Coverable - The vehicle which is being protected by the policy / Coverage.
Transactions - 1. Submission, 2. Policy Change, 3. Cancellation, 4. Renewal, 5. OOS
( Out Of Sequence), 6. Preemtions, 7. Rewrite, 8. Reinstate
What can we do After Cancellation? - There are 2 Options Available, 1. Rewrite, 2.
Reinstate
Screens in Personal Auto (PA) ? - 1. Offerings, 2. Qualifications, 3. Policy Info,
4. Drivers, 5. Vehicles, 6. PA Coverages, 7. Risk Analysis, 8. Policy Review
How many Vehicles we can Add On Vehicle Screen? - 6 Vehicles
How many Drivers we can Add on Drivers Screen? - 6 Drivers
Coverages will trigger in which Screen? - PA Coverages Screen
UWI - Under Writing Issues
UWI will trigger in which screen? - Risk Analysis Screen
VIN - Vehicle Identification Number
PCF - Page Configuration File
How to develop PCFs? - Using PCF Elements
What are the PCF Elements? - There are 2 types, 1. Widget, 2. Location
What are the Data Types? - Integer, Varchar, Bit, LongText, ShortText, DateOnly,
DateTime
What are The Data Model Conatains? - Entities and Typelists
When you will create new Entity, which extension it will have? - .eti
What is Entity? - Set of columns to Store Information
.etx for Extensions
What are the Relationships in Data Model? - ForeignKey, ArrayKey, TypeKey, Edge
ForeignKey
What is the use of Final in Data Model? - If it is Enabled, We can not create Sub
Types to the Entity
What is the use of Exportable? - It is Used to Export Entities from one Environment
to another Environment.
What is the use of Extendable? - It is used to Allow New Fields / Columns to the
Base Entities.
Where is SubType Values are Stored? - SubType Values are stored in SuperType with
the name of SubType Entity.
Can Name and FKEntity have same Names? - Learn
Where are FK Values are stored? - FK Values are stored in Parent Entity with the
name of FKEntity.
Where are Array Values Stored? - Array Values can't be stored, because we use the
Array Values in ListView.
Differences between Reinstatement and Rewrite?
Differences between Policy Change and Renewal?
How many Types of Cancellations are there?
After Bind, What is the Next Step? - Issue is the Next Step.
After Issue only, Policy Number will be Generated. Until then, Submission Number
will be used.
What are the difference Between Validate Expressions and Request Validate
Expressions? - With Validate Expressions, when error occured we can't go to the
next page but can Switch between tabs in the same page, But with the Request
Validate Expressions, when error occured we can't even Switch between the tabs, and
ofcourse can not go to next page.

Interview Flow:
Introduction - 5 Lines - 3 Minutes
Project - 5 Lines - 3 Minutes
Roles and Responsibilities - 7 Lines - 5 Minutes

You might also like