SAP Activate Project Manager Sample Questions:
QUESTIONS
01. You need to explain the core functions of OPA5 for testing SAPUI5 apps. Which test options are offered by OPA5?
There are 2 correct answers to this question.
a) Development tests
b) Load tests
c) Navigation tests
d) User interaction tests
02. In the Git source code management system, what is executed initially to create the local Git repository in SAP Web IDE?
Please choose the correct answer.
a) Push
b) Pull
c) Clone
d) Fetch
03. What is an Aggregation?
There are 2 correct answers to this question.
a) Is not a parent/ child relationship
b) A relationship between two controls
c) A relationship between the text field and its label
d) Is a parent child relationship
04. Which tool do you use to deploy SAP Fiori app developments?
Please choose the correct answer.
a) Eclipse (SAP NetWeaver Developer Studio)
b) Process Modeler
c) Object Navigator
d) SAP WEB IDE
05. Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select?
Please choose the correct answer.
a) One-time
b) One-way
c) Two-way
d) Three-way
06. Which UI5 theme is replacing SAP Blue Crystal as the base Fiori theme?
Please choose the correct answer.
a) SAP Corbu
b) SAP Belize
c) SAP Tradeshow
d) SAP High Contrast Black
07. You need to maintain the mapping between an app URL and a destination in the SAPUI5 app. Which file do you maintain?
Please choose the correct answer.
a) project.json
b) path.json
c) neo-app.json
d) user-project.json
08. Which element in the SAPUI5 architecture holds the data in JSON or XML?
Please choose the correct answer.
a) Component
b) Model
c) View
d) Controller
09. Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash?
There are 2 correct answers to this question.
a) If the extension code exists in the extended app but the controller name is changed by an app update.
b) If the extension code exists and is NOT referenced in the original view.
c) If the extension code accesses parts of the original application that were removed.
d) If the original code required to run the application is overwritten.
10. In which attribute do you specify the themes for an SAP Fiori app?
Please choose the correct answer.
a) sap-ui-theme of a
b) sap-ui-theme of
c) data-sap-ui-theme of the tag
d) data-sap-ui-theme of