i am shortlisted in corporation bank for the post of computer officer the next phase is group discussion. i want to know how to prepare and what about the topics for preparing thanking you if you have any suggestion please give me prabhatmishra21@rediffmail.com
2481Post New Corporation Bank Engineering AllOther Interview Questions
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
Is it too subjective to choose the success factors?
why DEPB Licence application is doing
Do you know what is bootstrap container?
What is runtime polymorphism in c++?
Define monitoring in splunk?
If I wanted to run a TPump job only once per day - basically working on a file that is produced once per day - how would you set up the parameters for that sort of job ?
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
State two uses of pointers in C?
What is the mainframe testing?
How is uwb (ultra-wideband) different from bluetooth, firewire and wi-fi?
Why did you ever become involved in QA/testing?
What is an incomplete type in c++?
Explain delete-connected tables?
what is the differance between BYVAL,BYREF?