employer cover photo
employer logo
employer logo

Acistek Corporation

Is this your company?

Acistek Corporation interview question

5. Testing the integration between SQL, JSP/ColdFusion and Javascript Using any of the sql statement in Q2,Q3, please prompt a Javascript alert where the ID is an even number in the HTML HEAD section and display records where ID is odd number in JSP/ColdFusion in the HTML BODY section.

Interview Answer

Anonymous

26 Mar 2015

Q6. Testing your logic skills 1. Create a Oracle script for Account_History table with the following fields: - Account_History_ID, Account_Info_ID, Account_History_Name, Date_Saved 2. Write a JSP/ColdFusion script to query from Account Info table and display all records in VIEW mode with hyperlink to edit each record 3. Write a JSP/ColdFusion script to EDIT the record in HTML FORMS 4. Write a JSP/ColdFusion script to update the record into Account Info table 5. Write a JSP/ColdFusion script to insert the previous record content before updating (refer to 4) into Account History table 6. Display all records related to the editing record from the Account History table when EDITING the record at the bottom of the screen 7. Please see image for end result of this logic test. 8. Use attached file and integrate your code into the attached file and paste all code here.