Test your knowledge
- Which tool provides the recommended folder structure with minimal effort? (100 points)
a. Power Apps CLI
b. PCF Generator
- What are the four functions provided by the framework in the index.ts file? (100 points)
a. initializes, update, output, destroy
b. init, updateView, getOutputs, destroy
- Is the following snippet from ControlManifest file for a dataset control correct? (200 points)
<manifest>
  <control ...>
    <property name="sample1" .../>
    <property name="sample2" .../>
    <data-set name="myDataSet1" ...></data-set>
    <data-set name="myDataSet2" ...></data-set>
  </control>
</manifest>
a. Yes
b. No