• 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:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

clarification regarding Risk Mitigation List

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

I want to know what risks can be included in risk mitigation list.For e.g.c if i mention performance risk like large amount of data is stored in session.Will the risk mitigation strategy be to include that data be stored in back end and does this need to be be covered in my architecture solution.Can anyone clarify?
 
Ranch Hand
Posts: 32
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Same case as mine. Caught up in the same confusion then. https://coderanch.com/t/545261/java-Architect-SCEA/certification/Clarification-risks-NFRs
 
ananthakrishnan ramachandran
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone who has cleared the exam clarify?
 
Bartender
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your risk and mitigation list you should cover:
1) Some NFRs or SLAs which is some what difficult to meet and how you are tackling it.
2) Some Functional requirement- like integration with external system and which needs to adhere to the SLA and there could be chances that SLA can't be met in those cases how you are tackling it.

You can go beyond 3 risks and mitigation list also. I provided 7 in my finished assignment.
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Same comfusion here ...

Can a missed requirement be a risk ?
Eg: In the standard Pet Store example, if after selecting a product and check out, if the requirement doesnt talk about updating the inventory ... should we consider this as risk and have a mitigation for this or put under assumptions or design decisions section and implement this ?

Can any one clear this confusion for me ?

Thanks
 
Sharma Ashutosh
Bartender
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this goes to design decisions only and not even assumptions.
It has no place in risks and mitigation list.
 
Krishna Jonnalagadda
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for clearing the confusion ....Appreciate your help !!
 
ananthakrishnan ramachandran
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So,the risk mitigation strategy need not be shown in the architecture diagrams.right?
 
Sharma Ashutosh
Bartender
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It depends...if it is part of your SuD-then you should.
 
Curse your sudden but inevitable betrayal! And this tiny ad too!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic