detail about sdlc
Answers were Sorted based on User's Feedback
Answer / amit bhardwaj
sdlc(software devlopment life cycle)
This is cycle that show step of how to devloped
application/project.
step of sdlc
1.Meeting with client.
2.Requirement.
3.Analysis/collect information.
4.Coding.
5.Testing.
6.Maintanance & support.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sabapathy
SDLC - software Development life cycle, which includes the followings phases
1.Requirement analysis
2.Design
3.Coding
4.Testing
5. Implentation
6.Maintenance
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / simha
kick of meeting
2)analysis of data
3) design
4)unit testing
5)uAT test
6) production
7) maintaince
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kiran
Hai..,
SDLC --- Software Development Life Cycle and Each and Every
Development Envirnment should be follow SDLC....
Its follow 7 steps
1.Identifies Problem
2.Gathering Information
3.Analysis
4.Design and Coding
5.Quality Assurence (System-Testing)
6.Production
7.Support & Maintanence
| Is This Answer Correct ? | 2 Yes | 4 No |
can we use sequential file as a lookup
How do you import and export data into datastage?
What is apt_config in datastage?
What are the main differences you have observed between 7.x and 8.x version of datastage?
j1,j2,j3 jobs r runing iwant to run j1,j3 after j2 how to do this using sequencer? 2)j1,j2,j3 jobs r runing iwant to run j1,j2,j3 how to do this?
Define oconv () and iconv () functions in datastage?
how can i get 2nd highest salary in datastage?can u send me ,thanQ 2)if i had source has 2 records 1st record ie 1st column contains 1,2,3 and 2nd coulmn contains 10,10,10 i have to get target as 2nd columns as 20,30,40 how can i?
what is Audit table?Have u use audit table in ur project?
parallel jobs run on cluster machines. server jobs run on smp and mpp. What do mean by cluster mechines and SMP and MPP..?
How a routine is called in datastage job?
tell me abt Datastage trigger?
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?