• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

About risk and mitigation strategy

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, guys, about identifying 3 top risks,

shouldn't I have already taken care of these risks in my design?

i.e. if I worry about hackers, I should add firewall in my design

then I put this hacker risk and firewall in my risk/mitigation list

so in other words, is this indeed:

"list 3 things that you have in your design to prevent something bad from happening"


what do you guys think?

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

insan sujirishi wrote:hi, guys, about identifying 3 top risks,

shouldn't I have already taken care of these risks in my design?

i.e. if I worry about hackers, I should add firewall in my design

then I put this hacker risk and firewall in my risk/mitigation list

so in other words, is this indeed:

"list 3 things that you have in your design to prevent something bad from happening"


what do you guys think?



Hi..

You are absolutely right. In my opinion, these risks may be related to functional or infrastructure. I'm sure you'll get more than 3 risks when you think about risks in the assignment. As you know that you only need to mention top 3 risks, you need to prioritize the risks.

Hacking, DB corruption are examples of common risks in almost all projects. If you identify risks which are speicific to your assignment (may be based on the requirements), that would be good.

Best regards,
Sri.
 
li tiangong
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks~~

good luck ~
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Would it be effective to identify the top 3 risks based on the non functional requirements in the assignment?
Also, do we need to do much documentation on these risks?

Thanks
Damien
 
li tiangong
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Damien Gallagher wrote:Hi

Would it be effective to identify the top 3 risks based on the non functional requirements in the assignment?
Also, do we need to do much documentation on these risks?

Thanks
Damien




less than 150 words per risk shall be enough or even less than 100

whatever risk it can be but not too trivial!!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic