Application Designer Interview Questions

1.what are the record types?
Ans. This is used to specify the type of Record while crating a record. There are totally 7 record types SQL Table, SQL View, Dynamic View, Derived/Work Record, Query View, Temporary Tables & Sub Record.

2.what is Dynamicview & Derived/work record?
Ans. This is mainly used to increase the performance in People Code programming.

3.What is effective dated concept?how it acts in different modes?
Ans. This is used to maintain Different rows for the same key field value depending on he Date.

4.what is effective sequence?
Ans. Which is used to maintain different row for the same ey value
& same Effective Date.

5.What is alternate search key?
Ans. This is some thing like secondary key. This is Found in search dialog box to seach based on this value even though this is not a key field. & search key.

6.where do u set default value property?
Ans.In the record field properties in the use tab we have ‘constant’ here we set the default value. Thios is used mainly for Speedy data entry and search procedure. We can set default value in people code also.