Questions and Answers
1.Which of the events is performed in the beginning of the sprint?
- Sprint Planning
- Sprint Retrospective
- Sprint Review
- Daily Scrum
Answer Sprint Planning
2.What happens in the daily scrum?
Team members share their progress, plans and issues
Instructions from the scrum master are delivered
Team members chat about non-work subjects to decompress
Development progress is presented to the stakeholders
Answer Team members share their progress, plans and issues
3.Which of the following approaches needs to be used to sort items in
the product backlog from top to bottom?
Based on the ID assigned to a user story.
Based on an estimation of time development of a user story might take.
Based on the descending priority.
Based on an estimation of effort associated with a user story.
Answer Based on descending priority
,4.What do Story Points associated with a user story
indicate? The number of tasks in a user story.
The priority of the user story.
The velocity of the team.
Estimation of complexity of a user story.
Answer Estimation of complexity of a user story
5.During which of the Sprint Events does the development team
determine user stories that will be finished in the sprint?
Product Backlog Refinement
Sprint Planning
Sprint Review
Daily Stand-up
Answer Sprint Planning
6.Which folders contain source information tied to a specific module
enabling reuse of this module in another project?
Only Javasource folder
Only Javascriptsource folder
All folders within App Directory
Javascriptsource and Javasource folders
Answer Javascriptsource and Javasource folders
7.VerifyPassword.java file belonging to the System module is stored in
,which of the JavaSource sub-folders?
Proxies
Root folder
Actions
Datasets
Answer Actions
8.Microflows.java file is stored in which sub-folder of JavaSource
directory? Actions
Root folder
Proxies Datasets
Answer Proxies
9.Which of the following sources are typically stored in the Resources
folder of the App Directory?
Proxies
Configuration files, HTML and Java files
Datasets
Microflows and constants
Answer Configuration files, HTML and Java files
10.Files and folders that together form the styling of your application
are typically stored in which of the following folders?
Theme
Resources
, JavaScript
Userlib
Answer
Theme
11.When working in an app with version control, which concept would
you use to share your database with your team?
By creating a dataset.
By creating a data snapshot and adding it to the deployment directory of your
app.
By exporting a app package and sharing it with your team.
Simply by committing the app to Team Server.
Answer By creating a snapshot and adding it to the deployment
directory of the app
12.What type of conflict occurs when you and your colleague both
modified the microflow implementing the delete behavior?
Modify-Modify
Delete-Delete
Delete-Modify
Modify-Delete
Answer Modify-Modify
13.Which of the below listed definitions can be applied to explain what
does a tagged version mean?