9what is the output of this program

C (Programming Language)

Q69. What is the output of this program?

int a=20, b=10;
 
 int f1(a) {
 
  return(a*b);
 
 }
 
 main() {
 
  printf("%d", f1(5));
 
 }
  • 100
  • 200
  • 5
  • 50
9what is the output of this program

Agile Methodologies

Q29. What is the activity of clarifying and expanding user stories called?

  • story point estimating
  • Definition of Done
  • user story expansion
  • backlog refinement
9what is the output of this program

Agile Methodologies

Q49. What is the name of the information radiator that has multiple columns used to visualize the flow of work?

  • Work Flow Indicator
  • Value Stream Map
  • Story Map
  • Kanban Board
9what is the output of this program

Agile Methodologies

Q79. What is the expected output of a Planning Poker meeting?

  • The stories were discussed and each had a story point estimate assigned.
  • The team gave feedback to the Product Owner about the acceptance criteria.
  • The team decided what stories should be developed within the same sprint.
  • The team made a preliminary plan for which stories will be completed in the next quarter.
9what is the output of this program

Agile Methodologies

Q99. What is an Empathy Map?

  • It is a team-building technique used to increase productivity.
  • It is a tool used by organizations for competitive intelligence.
  • It is a retrospective technique used to improve team morale.
  • It is a collaborative tool used to gain deeper insights into customers.
9what is the output of this program

Agile Methodologies

Q139. What is Lean Canvas?

  • It is a tool to plan future product releases
  • It is used to decompose the solution into epics, features, and stories
  • It is a technique for projecting growth in market share
  • It is a template for lightweight business plans that makes your assumptions explicit