POM L10 Flashcards

1
Q

What is a Proposal?

A

Legally binding, formal and comprehensive offer to a client to solve a business problem by defining an appropriately tailored project to do so
or
legally binding offer /contract

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the structure of a proposal ?

A
#Understanding the problem and describing a solution 
#Workplan
#Prerequisites for the clien
#Pricing
#Legal issues
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name some of the options for pricing a project ?

A
#Priced at time and material (old school)
#Fixed Price for fixed scope („all included“) 
#Bonus for ahead of time delivery
#Value based billing (The payment is proportional to the resulting financial benefits for the client)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the five key elements which influence a proposal’s chance of success - when consistently applied.?

A
RITMI:
#Relationship (the foundation for future projects and follow-on opportunities.)
#Interaction (pursue collaborative problem solving)
#Team (Effective teaming is critical since it leverages team resources and mirrors the scope of the issue addressed.)
#Message (allows to articulate competitive advantage )
#Issue (offers an up-front opportunity to demonstrate insight)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What makes a winning proposal ?

A
#Understanding the clients intention and having him understand you. 
#Understanding clients needs and boundaries
#Building the right relationship
#Having the right skills in the team
#Learning from every proposal
#Offer a good price
#Gaining the trust of the client
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When would you not bid for a proposal?

A
#You currently do not have the required skills or capacity, 
#Similar proposals you made to this client were all rejected in the past
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name phases of the proposal process?

A
#Analyze the client's needs & situation
#Build client relationships, 
#Test-run the proposal presentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to deal with Faults ?

A

Fault avoidance

• reduce complexity
• Use configuration management
• Apply verification to prevent algorithmic faults
• Use reviews to identify faults already in the design
#Fault detection
• Testing: Provoke failures in a planned way
• Debugging: Find and remove faults
• Monitoring: Deliver information about state and unusual behavior => Used during debugging
#Fault tolerance
• Exception handling, modular redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name different types of testing!

A
"AISU"
#Unit Testing (Individual components are tested for correct confirmation )
#Integration Testing (Groups of subsystems are tested for Interface test)
#Acceptance Testing (Evaluation of the system delivered)
#System Testing (Testing the entire system to determine if the system meets the requirments)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Acceptance Testing and name two type of its tests

A
Is a test which semonstrate that the system is ready for operational use.
#Alpha Test: Client uses the software at the developer’s environment 
#Beta Test: Conducted at client’s environment (developer is not present)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How Continuous Integration and Continuous Delivery address risks (balbalbalba) ?

A
#Continuous Integration addresses these risks by building software systems as early as possible and frequently
#Continuous Delivery addresses these risks by delivering software systems as early as possible and frequently
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Continuous Integration and its advantages ?

A

A software development technique where members
of a team integrate their work frequently.
+There is always an executable version of the system
+Developers and managers have a good overview of the project status
+Automatic regression testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly