hello everyone!!allahabad bank clerical result is out!! congrats to all the aspirants who have been selected for allahabad bank!!i m also selected in it!!this is my second attempt for interview!!any view regarding interview for this bank!!!plz post ur comments!!
3 7040hi..dis is abir from..mp.. I have my allahabad bank interview on 4th july in bhopal.. Is there any1 who has allahabad bank interview..in bhopal..plz contact me..my id is abir.goswami88@gmail.com..n my no. Is 099817142461
2051Hi Guys.. I m Ashish has cleared the written exam of Allahabad Bank. interview would be held on 4th July so Friedns help me for interview and inform me which kind of questions they will ask. and those friends who have done MBA with Marketing Plz share with me their interviews.......
1809Here some questions are displayed. if anybody know the ans. plz tell me. 1.what is bank 2.What are the good qualities for clerk 3.types of bank 4.functions fo RBI 5.Core Banking Advt.and Disadvt. 6.Relation between Bank and Stock Market 7.What is Micro Finance 8.What is Green Back 9.What is Grey Revolution 10.What is Inflation 11.Why Merging is Going 12.Function of Bank 13.Diffrence between Public and Private bank plz reply soon.. i have an interview within 2 days agbindas@gmail.com
2030am selected in allahabad bank for the state of tamil nadu. date of joining is been mentioned as 24.08.09 but i dint get my appointment letter. did anyone who got selected for the same bank in the same state got the appointment letter or any other intimation
2101Please send some model question paper of the Bank Po (probationary officers ) entrance exam papers?
1 4024Which of the following is not a type of broadband internet connection a)Cable b)DSL c)Dial-up d)Satellite e) None of these .
6 37050what is the meaning of ulip? 2)which country is more affected by global warming? 3)in this IPL who is the highest wicket taker bowler?
6 10188Hi friends!!!Anybody have any information about allahabad bank PO written result declaration date?last year result of allahabad bank po declared with exact two month.this time two months are already over.if anyone have got information about result date, pls share here.thanks
2 4863my qual. is 12th class & i have 1 yr dip. in computer hardware & networking.when i am passed the bank clerical written exam when i am going to given interview to bank if they give preferance to me or a graduate or both of us equally or depending on merit bases
2 4850Any one have any idea that when is Allahabad Clerical Result Exam Held on 14-03-2010 is coming???
10 9912Post New Allahabad Bank Interview Questions
How are standard query operators useful in linq?
What is the difference between flex mode and confined mode?
what is sessions and cookies take one example simple way to understand
What do you understand by reinforcement learning technique?
CREATE OR REPLACE procedure XXPROC_OPENINT(errbuf OUT VARCHAR2, retcode OUT VARCHAR2) AS --Cursor Declaration cursor inv_cur IS SELECT INVI.INVOICE_ID ,INVI.INVOICE_TYPE_LOOKUP_CODE ,INVI.INVOICE_DATE ,INVI.VENDOR_ID ,INVI.VENDOR_SITE_ID ,INVI.INVOICE_AMOUNT ,INVI.INVOICE_CURRENCY_CODE ,INVI.STATUS ,INVI.GROUP_ID ,INVI.SOURCE ,INVI.ORG_ID ,INVI.DESCRIPTION ,INVI.CREATION_DATE ,INVI.CREATED_BY ,INVL.INVOICE_ID ,INVL.LINE_NUMBER ,INVL.LINE_TYPE_LOOKUP_CODE ,INVL.DESCRIPTION ,INVL.ORG_ID ,INVL.INVENTORY_ITEM_ID ,INVL.ACCOUNTING_DATE ,INVL.AMOUNT ,INVL.CREATION_DATE ,INVL.CREATED_BY ,INVL.PO_HEADER_ID ,INVL.PO_LINE_LOCATION_ID ,INVL.ITEM_DESCRIPTION FROM XXAP_INVOICES_INTERFACE_STG INVI ,AP_INVOICE_LINES_INTERFACE_STG INVL WHERE INVI.INVOICE_ID=INVL.INVOICE_ID AND INVI.ORG_ID=INVL.ORG_ID; l_currency_code varchar2(25); l_flag varchar2(2); l_error_msg varchar2(100); l_err_msg varchar2(100); l_err_flag varchar2(10); l_count number(9) default 0; BEGIN for rec_cur in inv_cur loop l_count:=l_count+1; --Currency Code Validation BEGIN SELECT currency_code INTO l_currency_code FROM FND_CURRENCIES WHERE currency_code ='USD'; EXCEPTION WHEN others THEN l_flag:='E'; l_error_msg:='Currency Code Does not Exists'; fnd_file.put_line(fnd_file.log,'Inserting Data Into The Interface Table'||'-'||l_count||' '||l_error_msg); END; IF l_flag!='E' THEN fnd_file.put_line(fnd_file.log,'Inserting Data Into The Interface Table'); INSERT INTO AP_INVOICES_INTERFACE( INVOICE_ID ,INVOICE_TYPE_LOOKUP_CODE ,INVOICE_DATE ,VENDOR_ID ,VENDOR_SITE_ID ,INVOICE_AMOUNT ,INVOICE_CURRENCY_CODE ,STATUS ,GROUP_ID ,SOURCE ,ORG_ID ,DESCRIPTION ,CREATION_DATE ,CREATED_BY) VALUES (rec_cur.INVOICE_ID ,rec_cur.INVOICE_TYPE_LOOKUP_CODE ,rec_cur.INVOICE_DATE ,rec_cur.VENDOR_ID ,rec_cur.VENDOR_SITE_ID ,rec_cur.INVOICE_AMOUNT ,rec_cur.INVOICE_CURRENCY_CODE ,rec_cur.STATUS ,rec_cur.GROUP_ID ,rec_cur.SOURCE ,rec_cur.ORG_ID ,rec_cur.DESCRIPTION ,rec_cur.CREATION_DATE ,rec_cur.CREATED_BY); INSERT INTO ap_invoice_lines_interface ( INVOICE_ID ,LINE_NUMBER ,LINE_TYPE_LOOKUP_CODE ,DESCRIPTION ,ORG_ID ,INVENTORY_ITEM_ID ,ACCOUNTING_DATE ,AMOUNT ,CREATION_DATE ,CREATED_BY ,PO_HEADER_ID ,PO_LINE_LOCATION_ID,ITEM_DESCRIPTION) VALUES (rec_cur.INVOICE_ID ,rec_cur.LINE_NUMBER ,rec_cur.LINE_TYPE_LOOKUP_CODE ,rec_cur.DESCRIPTION ,rec_cur.ORG_ID ,rec_cur.INVENTORY_ITEM_ID ,rec_cur.ACCOUNTING_DATE ,rec_cur.AMOUNT ,rec_cur.CREATION_DATE ,rec_cur.CREATED_BY ,rec_cur.PO_HEADER_ID ,rec_cur.PO_LINE_LOCATION_ID ,rec_cur.ITEM_DESCRIPTION); END IF; l_flag:=NULL; l_err_MSG:=NULL; END LOOP; COMMIT; END XXPROC_OPENINT; / PLS-00402: alias required in SELECT list of cursor to avoid duplicate column names
What is wait stage?
What is the purpose of using the scrollspy plugin?
what is your experience in selling to government agencies?
Pl. brief about break-down maintenance of machine tool.
how you can reset Magento file & Directory permissions?
Is it possible to revert a global repository to local one and why?
Is it easy to learn php?
What are different type of normalization?
Is it possible to split authorization?
What is application component provider?