What is SRD(System Requirement document), FSD (Functional
Specification Document), RSD (Requiremnet specific
document)? If these are different document wat are there
contents?
Answer / jebasingh luccas
SRD contains the details about the system where the
appliation is deployed.(i.e) software and harware
specification
FRD contains the details about the application which has to
be developed.
RDS contains the details about what actually need to be
done/modified(if existing system) in the application that
has to be developed.
| Is This Answer Correct ? | 44 Yes | 13 No |
What are the four phases of the Unified Process ?
What is serialization? How do we implement serialization actually?
What is the difference between an abstract class and interface in java?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
Explain about inheritance?
What is guard condition?
8 Answers Mannar Company, Syntel,
Suppose a class acts an Actor in the problem domain, how to represent it in the static model?
Can you think of some nice examples where *multiple* actors are associated with a use case ?
What is a Persistent, Transient Object?
How to achieve data abstraction?
What is diamond inheritance problem? How java 8 solves this problem?
Can you call the base class method without creating an instance?