What is SRD(System Requirement document), FSD (Functional
Specification Document), RSD (Requiremnet specific
document)? If these are different document wat are there
contents?
Answer Posted / 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 |
Post New Answer View All Answers
What are the different principle of OOPS?
Explain what is single and multiple inheritance?
What is the main advantage of using inheritance?
Which OOPS concept exposes only the necessary information to the calling functions?
Does a class inherit the constructor of its super class?
What are the rules to define a functional interface?
What is a try/ catch block?
Can an interface have an inner class?
Explain what you understand by function overloading.
Why are virtual users created?
What is overriding?
What is ‘this’ pointer?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is composition? Explain the purpose of composition.
What is a ternary operator?