Oracle Mobile Development 2015 Essentials (1z0-441) Free Practice Test
Question 1
The DataBindings.cpx file contains __________.
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
Select the criterion that a developer cannot specify while selecting which CSS file to use in an MAF application.
Correct Answer: A,C,E
Question 3
Which are two benefits of MAF data controls?
Correct Answer: B,E
Question 4
When using MAF's integrated device services for taking pictures, the getPicture API includes a quality parameter with values from 0 to 100. Which option must you be careful about if you are setting quality to 100?
Correct Answer: A
Question 5
After importing a Feature Archive into an application, what else must you do to include its features into your application?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
In an AMX page, you want to hide/show a button based on the mobile device having a camera.
Which is a valid EL expression to test for the camera?
Which is a valid EL expression to test for the camera?
Correct Answer: C
Question 7
Select three common functionalities that are enabled when a MAF application is secured with Mobile Application Management (MAM) solutions such as Oracle Mobile Security Suite.
Correct Answer: A,D,E
Question 8
Oracle MAF offers a number of distinct login connection types, each with its own strengths and
weaknesses. You need to pick the best connection type for an application you are building. The
security requirements for the application, obtained from the business analyst, are:
-The mobile application must be password-protected.
-The mobile application must let users log in even if there is no network connection.
-The mobile application must perform access control based on roles and privileges.
-The mobile application should let users login with their Google, LinkedIn, or Twitter account.
Given that your organization has already implemented Oracle Access Manager and wishes to
reduce the development effort, which login connection type should you choose?
weaknesses. You need to pick the best connection type for an application you are building. The
security requirements for the application, obtained from the business analyst, are:
-The mobile application must be password-protected.
-The mobile application must let users log in even if there is no network connection.
-The mobile application must perform access control based on roles and privileges.
-The mobile application should let users login with their Google, LinkedIn, or Twitter account.
Given that your organization has already implemented Oracle Access Manager and wishes to
reduce the development effort, which login connection type should you choose?
Correct Answer: A,B,C
Question 9
You are debugging an MAF application. The application stores the total cost of items in the user's shopping cart in a managed bean variable. The total cost is then displayed in an AMX page via an amx:outputText component. A button is pressed on the page to add another item to the shopping cart, and, as a result, the total cost value is changed in the managed bean. However, you notice that the value is not changed in the AMX page.
Which is the reason for this behavior?
Which is the reason for this behavior?
Correct Answer: C