-->

Answer Key Application Development Foundations Section 6 iLearning Oracle


1.     You cannot migrate an APEX application from your environment to the following?     Mark for Review
(1) Points
                   
           
    Cloud.

           
    An earlier version of APEX. (*)

           
    A later version of APEX.

           
    On-Premise.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        2.     An exported application from APEX is saved as which of the following file types?     Mark for Review
(1) Points
                   
           
    .xml

           
    .sql (*)

           
    .xls

           
    .doc

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        3.     Which of the following is not a step required when migrating an application between environments?     Mark for Review
(1) Points
                   
           
    Populate Tables.

           
    Recreate Objects.

           
    Export.

           
    Import.

           
    Test.

           
    Recreate Application. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        4.     An exported application from APEX is saved as a .xml file type?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        5.     Which of the following chart types is a flexible Flash and JavaScript (HTML5) based solution?     Mark for Review
(1) Points
                   
           
    Chart.

           
    AnyChart Chart.

           
    CustomChart Chart. (*)

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesso
6.     In APEX you add a chart region to your page using Page Designer?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        7.     Application Builder supports which of the following types of calendars?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Custom Calendar. (*)

           
    Calendar. (*)

           
    User Calendar.

           
    Legacy Calendar.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        8.     Which of the following Columns can be specified when creating a calendar?     Mark for Review
(1) Points
                   
           
    Display Column.

           
    Start Date Column -

           
    End Date Column.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        9.     Which of the following calendar types Calendar is based on the FullCalendar jQuery library?     Mark for Review
(1) Points
                   
           
    Calendar. (*)

           
    Custom Calendar.

           
    Legacy Calendar.

           
    User Calendar.

           
    All of the above.

                   
               
Correct        Correct

                   
        10.     A plug-in is an extension to the built-in types of Application Express?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct
11.     Developers can export and import plug-ins to other workspaces?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        12.     A Dynamic Action can be specified to fire on which of the following events?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Component Event (*)

           
    Browser Event (*)

           
    Framework Event (*)

           
    Custom Event (*)

           
    User Event

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        13.     Change, Click, Double Click, Get Focus, and so on would best describe which type of Dynamic Action Event?     Mark for Review
(1) Points
                   
           
    Framework Event

           
    Component Event

           
    Custom Event

           
    Browser Event (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        14.     The use of a Dynamic Action will increase your overall page size?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        15.     Which of the following is the best description of a Dynamic Action?     Mark for Review
(1) Points
                   
           
    Validate that a Job Position is in MANAGER, SALESMAN or CLERK.

           
    Provide a list of values to be shown for Commission and Hire date fields.

           
    Ensure that the Commission and Hire date fields are enabled only if the Job is SALESMAN. (*)

           
    None of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.
=========================================================================================

1.     You can create a dynamic action in which of the following ways?     Mark for Review
(1) Points
                   
           
    Under Rendering, locate the item, right-click and select Create Dynamic Action.

           
    Under Dynamic Actions, right-click Events and select Create Dynamic Action.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        2.     Developers can only use a plug-in in the workspace it is created for?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        3.     Which of the following is the best description of a Dynamic Action?     Mark for Review
(1) Points
                   
           
    Validate that a Job Position is in MANAGER, SALESMAN or CLERK.

           
    Provide a list of values to be shown for Commission and Hire date fields.

           
    Ensure that the Commission and Hire date fields are enabled only if the Job is SALESMAN. (*)

           
    None of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        4.     Developers can export and import plug-ins to other workspaces?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        5.     Dynamic actions provide you a way to define complex client-side behavior declaratively without the need to know or code JavaScript or AJAX?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct
6.     Change, Click, Double Click, Get Focus, and so on would best describe which type of Dynamic Action Event?     Mark for Review
(1) Points
                   
           
    Framework Event

           
    Custom Event

           
    Browser Event (*)

           
    Component Event

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        7.     Define the order of the steps required when importing an application.     Mark for Review
(1) Points
                   
           
    Application, Table and Trigger Definitions, Table Data. (*)

           
    Table and Trigger Definitions, Application, Table Data.

           
    Table Data, Table and Trigger Definitions, Application.

           
    None of the above.

                   
               
Correct        Correct

                   
        8.     The Table Data required by an APEX application is saved as which of the following file types?     Mark for Review
(1) Points
                   
           
    .xml (*)

           
    .sql

           
    None of the above.

                   
               
Correct        Correct

                   
        9.     An application written in Application Express is stored as meta-data in the Oracle Database?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        10.     When exporting an APEX application which of the following are not captured?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Application definition.

           
    Underlying database objects. (*)

           
    Data associated with the application. (*)

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.
11.     Which of the following chart types is a flexible Flash and JavaScript (HTML5) based solution?     Mark for Review
(1) Points
                   
           
    Chart.

           
    AnyChart Chart.

           
    CustomChart Chart. (*)

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        12.     Which of the following calendar types Calendar is based on the FullCalendar jQuery library?     Mark for Review
(1) Points
                   
           
    Calendar. (*)

           
    Custom Calendar.

           
    Legacy Calendar.

           
    User Calendar.

           
    All of the above.

                   
               
Correct        Correct

                   
        13.     Application Builder includes a built-in wizard for generating a tree that displays a hierarchical view?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        14.     A tree is a hierarchical navigation mechanism?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        15.     Which of the following calendar types enable you to create a calendar based on a table or SQL query you provide?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Legacy Calendar. (*)

           
    Custom Calendar.

           
    User Calendar.

           
    Calendar. (*)
==========================================================================================

           
        1.     The Table Data required by an APEX application is saved as which of the following file types?     Mark for Review
(1) Points
                   
           
    .xml (*)

           
    .sql

           
    None of the above.

                   
               
Correct        Correct

                   
        2.     You cannot migrate an APEX application from your environment to the following?     Mark for Review
(1) Points
                   
           
    An earlier version of APEX. (*)

           
    On-Premise.

           
    A later version of APEX.

           
    Cloud.

                   
               
Correct        Correct

                   
        3.     An exported application from APEX is saved as a .sql file type?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        4.     An exported application from APEX is saved as a .xml file type?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        5.     Application Builder supports which of the following types of charts?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Chart. (*)

           
    AnyChart Chart. (*)

           
    CustomChart Chart.

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.
           
        6.     Which of the following calendar types enable you to create a calendar based on a table or SQL query you provide?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Calendar. (*)

           
    Legacy Calendar. (*)

           
    Custom Calendar.

           
    User Calendar.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        7.     In APEX you add a chart region to your page using Page Designer?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        8.     Application Builder includes a built-in wizard for generating a tree that displays a hierarchical view?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        9.     Which of the following statements best describes how Trees are implemented?     Mark for Review
(1) Points
                   
           
    Using multiple queries that identify the rows to be used as the start of your query, and the relationships between parent rows and child rows of the hierarchy.

           
    Using a single hierarchical query that identifies the row to be used as the start of your query, and the relationship between parent rows and child rows of the hierarchy. (*)

           
    Using a single query that identifies the row to be used as the start of your query.

           
    None of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        10.     A plug-in is one of the built-in types of Application Express?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.
11.     Developers can only use a plug-in in the workspace it is created for?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        12.     After Refresh, Before Page Submit, and so on would best describe which type of Dynamic Action Event?     Mark for Review
(1) Points
                   
           
    Browser Event (*)

           
    Framework Event

           
    Custom Event

           
    Component Event

                   
               
Correct        Correct

                   
        13.     To use Dynamic actions to define complex client-side behavior declaratively you need to know or code JavaScript or AJAX?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        14.     A Dynamic Action can be specified to fire on which of the following events?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Browser Event (*)

           
    Component Event (*)

           
    Framework Event (*)

           
    Custom Event (*)

           
    User Event

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        15.     Change, Click, Double Click, Get Focus, and so on would best describe which type of Dynamic Action Event?     Mark for Review
(1) Points
                   
           
    Custom Event

           
    Browser Event (*)

           
    Component Event

           
    Framework Event

==========================================================================================
1.     An application written in Application Express is stored as meta-data in the Oracle Database?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        2.     You cannot migrate an APEX application from your environment to the following?     Mark for Review
(1) Points
                   
           
    On-Premise.

           
    An earlier version of APEX. (*)

           
    A later version of APEX.

           
    Cloud.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        3.     Define the order of the steps required when importing an application.     Mark for Review
(1) Points
                   
           
    Application, Table and Trigger Definitions, Table Data. (*)

           
    Table and Trigger Definitions, Application, Table Data.

           
    Table Data, Table and Trigger Definitions, Application.

           
    None of the above.

                   
               
Correct        Correct

                   
        4.     The Table and Trigger Definitions required by an APEX application is saved as which of the following file types?     Mark for Review
(1) Points
                   
           
    .xml

           
    .sql (*)

           
    None of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        5.     Which of the following chart types is a modern JavaScript, CSS3, and HTML5 design?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Chart. (*)

           
    AnyChart Chart.

           
    CustomChart Chart. (*)

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
Page 1 of 3    Next    Summary
           
        6.     Which of the following statements best describes how Trees are implemented?     Mark for Review
(1) Points
                   
           
    Using multiple queries that identify the rows to be used as the start of your query, and the relationships between parent rows and child rows of the hierarchy.

           
    Using a single hierarchical query that identifies the row to be used as the start of your query, and the relationship between parent rows and child rows of the hierarchy. (*)

           
    Using a single query that identifies the row to be used as the start of your query.

           
    None of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        7.     Which of the following calendar types is template-based and may be deprecated in the future release?     Mark for Review
(1) Points
                   
           
    Calendar.

           
    Custom Calendar.

           
    Legacy Calendar. (*)

           
    User Calendar.

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        8.     A tree is a hierarchical navigation mechanism?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        9.     Which of the following Columns can be specified when creating a calendar?     Mark for Review
(1) Points
                   
           
    Display Column.

           
    Start Date Column -

           
    End Date Column.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        10.     A Dynamic Action can be specified to fire on which of the following events?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Browser Event (*)

           
    Component Event (*)

           
    Framework Event (*)

           
    Custom Event (*)

           
    User Event
11.     The use of a Dynamic Action will increase your overall page size?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        12.     You can create a dynamic action in which of the following ways?     Mark for Review
(1) Points
                   
           
    Under Rendering, locate the item, right-click and select Create Dynamic Action.

           
    Under Dynamic Actions, right-click Events and select Create Dynamic Action.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        13.     Change, Click, Double Click, Get Focus, and so on would best describe which type of Dynamic Action Event?     Mark for Review
(1) Points
                   
           
    Custom Event

           
    Browser Event (*)

           
    Framework Event

           
    Component Event

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        14.     Dynamic actions provide you a way to define complex client-side behavior declaratively without the need to know or code JavaScript or AJAX?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        15.     Developers can only use a plug-in in the workspace it is created for?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

==========================================================================================

    1.     The Table Data required by an APEX application is saved as which of the following file types?     Mark for Review
(1) Points
                   
           
    .xml (*)

           
    .sql

           
    None of the above.

                   
               
Correct        Correct

                   
        2.     An application written in Application Express is stored as meta-data in the Oracle Database?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        3.     An exported application from APEX is saved as which of the following file types?     Mark for Review
(1) Points
                   
           
    .xml

           
    .sql (*)

           
    .xls

           
    .doc

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        4.     Define the order of the steps required when importing an application.     Mark for Review
(1) Points
                   
           
    Application, Table and Trigger Definitions, Table Data. (*)

           
    Table and Trigger Definitions, Application, Table Data.

           
    Table Data, Table and Trigger Definitions, Application.

           
    None of the above.

                   
               
Correct        Correct

                   
        5.     You can create a dynamic action in which of the following ways?     Mark for Review
(1) Points
                   
           
    Under Rendering, locate the item, right-click and select Create Dynamic Action.

           
    Under Dynamic Actions, right-click Events and select Create Dynamic Action.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                6.     A plug-in is one of the built-in types of Application Express?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        7.     Developers can only use a plug-in in the workspace it is created for?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        8.     Which of the following is the best description of a Dynamic Action?     Mark for Review
(1) Points
                   
           
    Validate that a Job Position is in MANAGER, SALESMAN or CLERK.

           
    Provide a list of values to be shown for Commission and Hire date fields.

           
    Ensure that the Commission and Hire date fields are enabled only if the Job is SALESMAN. (*)

           
    None of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        9.     The use of a Dynamic Action will increase your overall page size?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        10.     A plug-in is an extension to the built-in types of Application Express?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                11.     Which of the following calendar types enable you to create a calendar based on a table or SQL query you provide?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    User Calendar.

           
    Custom Calendar.

           
    Legacy Calendar. (*)

           
    Calendar. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        12.     A tree is a hierarchical navigation mechanism?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        13.     In APEX you add a chart region to your page using Page Designer?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        14.     Which of the following calendar types is template-based and may be deprecated in the future release?     Mark for Review
(1) Points
                   
           
    Calendar.

           
    Custom Calendar.

           
    Legacy Calendar. (*)

           
    User Calendar.

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        15.     Application Builder includes a built-in wizard for generating a tree that displays a hierarchical view?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

==========================================================================================

1.     Define the order of the steps required when importing an application.     Mark for Review
(1) Points
                   
           
    Application, Table and Trigger Definitions, Table Data. (*)

           
    Table and Trigger Definitions, Application, Table Data.

           
    Table Data, Table and Trigger Definitions, Application.

           
    None of the above.

                   
               
Correct        Correct

                   
        2.     An exported application from APEX is saved as a .sql file type?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        3.     You cannot migrate an APEX application from your environment to the following?     Mark for Review
(1) Points
                   
           
    An earlier version of APEX. (*)

           
    A later version of APEX.

           
    Cloud.

           
    On-Premise.

                   
               
Correct        Correct

                   
        4.     When exporting an APEX application which of the following are not captured?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Application definition.

           
    Underlying database objects. (*)

           
    Data associated with the application. (*)

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        5.     Which of the following Columns can be specified when creating a calendar?     Mark for Review
(1) Points
                   
           
    Display Column.

           
    Start Date Column -

           
    End Date Column.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.
6.     Which of the following chart types is a modern JavaScript, CSS3, and HTML5 design?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Chart. (*)

           
    AnyChart Chart.

           
    CustomChart Chart. (*)

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        7.     Application Builder includes a built-in wizard for generating a tree that displays a hierarchical view?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        8.     Which of the following calendar types enable you to create a calendar based on a table or SQL query you provide?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    User Calendar.

           
    Legacy Calendar. (*)

           
    Custom Calendar.

           
    Calendar. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        9.     Which of the following calendar types Calendar is based on the FullCalendar jQuery library?     Mark for Review
(1) Points
                   
           
    Calendar. (*)

           
    Custom Calendar.

           
    Legacy Calendar.

           
    User Calendar.

           
    All of the above.

                   
               
Correct        Correct

                   
        10.     Change, Click, Double Click, Get Focus, and so on would best describe which type of Dynamic Action Event?     Mark for Review
(1) Points
                   
           
    Custom Event

           
    Component Event

           
    Framework Event

           
    Browser Event (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.
               
        11.     The use of a Dynamic Action will increase your overall page size?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        12.     After Refresh, Before Page Submit, and so on would best describe which type of Dynamic Action Event?     Mark for Review
(1) Points
                   
           
    Component Event

           
    Framework Event

           
    Custom Event

           
    Browser Event (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        13.     A Dynamic Action can be specified to fire on which of the following events?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Framework Event (*)

           
    Component Event (*)

           
    Custom Event (*)

           
    Browser Event (*)

           
    User Event

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        14.     Which of the following steps are required to be defined when creating a Dynamic Action?     Mark for Review
(1) Points
                   
           
    When the action happens (with optional conditions).

           
    What action or actions are performed.

           
    What elements are affected by the action.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        15.     A plug-in is an extension to the built-in types of Application Express?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

==========================================================================================

1.     An exported application from APEX is saved as which of the following file types?     Mark for Review
(1) Points
                   
           
    .xml

           
    .sql (*)

           
    .xls

           
    .doc

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        2.     An application written in Application Express is stored as meta-data in the Oracle Database?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        3.     When exporting an APEX application which of the following are not captured?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Application definition.

           
    Underlying database objects. (*)

           
    Data associated with the application. (*)

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 3.

                   
        4.     The Table and Trigger Definitions required by an APEX application is saved as which of the following file types?     Mark for Review
(1) Points
                   
           
    .xml

           
    .sql (*)

           
    None of the above.

                   
               
Correct        Correct

                   
        5.     Which of the following calendar types is template-based and may be deprecated in the future release?     Mark for Review
(1) Points
                   
           
    Calendar.

           
    Custom Calendar.

           
    Legacy Calendar. (*)

           
    User Calendar.

           
    All of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.
6.     Application Builder includes a built-in wizard for generating a tree that displays a hierarchical view?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        7.     Which of the following calendar types enable you to create a calendar based on a table or SQL query you provide?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Calendar. (*)

           
    Legacy Calendar. (*)

           
    User Calendar.

           
    Custom Calendar.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        8.     Which of the following statements best describes how Trees are implemented?     Mark for Review
(1) Points
                   
           
    Using multiple queries that identify the rows to be used as the start of your query, and the relationships between parent rows and child rows of the hierarchy.

           
    Using a single hierarchical query that identifies the row to be used as the start of your query, and the relationship between parent rows and child rows of the hierarchy. (*)

           
    Using a single query that identifies the row to be used as the start of your query.

           
    None of the above.

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        9.     Which of the following Columns can be specified when creating a calendar?     Mark for Review
(1) Points
                   
           
    Display Column.

           
    Start Date Column -

           
    End Date Column.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 1.

                   
        10.     You can create a dynamic action in which of the following ways?     Mark for Review
(1) Points
                   
           
    Under Rendering, locate the item, right-click and select Create Dynamic Action.

           
    Under Dynamic Actions, right-click Events and select Create Dynamic Action.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.
11.     To use Dynamic actions to define complex client-side behavior declaratively you need to know or code JavaScript or AJAX?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Correct        Correct

                   
        12.     Which of the following steps are required to be defined when creating a Dynamic Action?     Mark for Review
(1) Points
                   
           
    When the action happens (with optional conditions).

           
    What action or actions are performed.

           
    What elements are affected by the action.

           
    All of the above. (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        13.     A plug-in is an extension to the built-in types of Application Express?     Mark for Review
(1) Points
                   
           
    True (*)

           
    False

                   
               
Correct        Correct

                   
        14.     A Dynamic Action can be specified to fire on which of the following events?     Mark for Review
(1) Points
                   
            (Choose all correct answers)   
                   
           
    Framework Event (*)

           
    User Event

           
    Custom Event (*)

           
    Browser Event (*)

           
    Component Event (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

                   
        15.     A plug-in is one of the built-in types of Application Express?     Mark for Review
(1) Points
                   
           
    True

           
    False (*)

                   
               
Incorrect        Incorrect. Refer to Section 6 Lesson 2.

Berlangganan update artikel terbaru via email :

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel