Hi All,
Recently I attended a interview for a developer position in
an educational university. They asked me the a question, I
answered somehow but I was not not satisfied myself. Can
anybody reply for it? The question is:
A business user comes to you directly with an urgent
request:: there is a problem with some students not being
able to re-enrol. It appears that ?something has gone wrong
with the end-dating of some previous courses they had
enrolled in, and this is preventing them from completing
their on-line re-enrolments?. Fortunately the user has done
some analysis on the situation, and has developed some code
to change the end dates. They tell you that they have
tested this code in the ?dev? environment, and it works
fine. They are asking you to please get this implemented in
production as soon as possible.
What steps would you take in response to their request ?
Thanks
Answers were Sorted based on User's Feedback
Answer / csb
I need proof of their 'dev' or unit testing. I would ask
them to submit their request in writing either as a Request
for Syst. improvement, a Trouble or Remedy ticket. Once
received, the code must be migrated with a change management
utility from DEV to the QA environmentwhere client testing
is done.It's results must be formally accepted by the client
in writing. Once client acceptance is presented in writing,
it can be approved for migration into production.
Unfortunately ASAP is an untenable position for a programmer
and quality controls must be met along the way to production.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dba
Hi,
In this situation above answer fits gr8. Moreover u can
urself go thro' the code (CWT) and try to identify whether
it is introducing new defects into system or affects any
other functionality (Integration Testing) and is there any
harmful content like (unnecessary deletes, unnecessary disk
access) etc. These things can be done asap with an expert
team say 4.
Regards
| Is This Answer Correct ? | 1 Yes | 0 No |
When do we use group by clause in a sql query?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
Do View contain Data ?
One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.
What is a table in oracle?
what is the syntax of INSERT command?
DBMS vs. RDBMS
How to select all columns of all rows from a table in oracle?
How do you handle duplicate records in a database?
Define the terms primary key foreign key and also the difference between primary and the unique key
What is the best way to do multi-row insert in oracle?
How to loop through data rows in the implicit cursor?