InterviewSolution
Saved Bookmarks
| 1. |
Where does the external process save the result of the test?(a) Normal file(b) Flat file(c) Folder(d) .exe file |
|
Answer» Right choice is (b) Flat file Best explanation: A flat file consists of a single table of data. It allows the user to specify data attributes, such as columns and data types table by table, and stores those attributes separate from applications. The external process, say savePerfData should in turn save the results of the test in a flat file. |
|