Below are the Interview Questions. No one will GET second chance to impress.... Very Impressive Questions and Answers..... ... Question 1: You are driving along in your car on a wild, stormy night, it's An old lady who looks as if she is about to die. Which one would you choose to offer a ride to, knowing very well that there This is a moral/ethical dilemma that was once actually used as part of a * You could pick up the old lady, because she is going to die, and thus you The candidate who was hired (out of 200 applicants) had no trouble coming He simply answered: "I would give the car keys to my Old friend and let him take the lady to Sometimes, we gain more if we are able to give up our stubborn thought Question 2: What will you do if I run away with your sister?" The candidate who was selected answered " I will not get a better match for Question 3: Interviewer (to a student girl candidate) - What is one morning Girl - I will be very excited and take an off, to celebrate with my Normally an unmarried girl will be shocked to hear this, but she managed it Question 4: Interviewer: He ordered a cup of coffee for the candidate. Candidate: Instantly replied "Tea" He got selected. You know how and why did he say "TEA" when he knows very well that coffee (Answer: The question was "What is before you (U - alphabet) Alphabet "T" was before Alphabet "U" Question 5: Where Lord Rama would have celebrated his "First Diwali"? But the logic is, Diwali was a celebrated as a mark of Lord Krishna Killing So, Lord Rama would not have celebrated the Diwali At all! Question 6: The interviewer asked to the candidate "This is your last Candidate confidently put one of his finger at some point at the table and And hence, he was selected as because of his quick-wittedness. ........ This is what Interviewer expects from the Interviewee. .... "THINK OUTSIDE OF THE BOX" Source: via mail forward |
Monday, December 31, 2007
THINK OUTSIDE OF THE BOX
Posted by Prakash at 11:03 AM 0 comments
Wednesday, December 26, 2007
Creating MS-Word document from C#
In my workplace, I am developing procurement application. In this application, one of the requirement is to auto generate the tender form in MS-Word format for the selected vendors in the application. Vendor details and related informations are taken from the backend. To auto generate the document, I did the following.
|
Posted by Prakash at 1:40 PM 2 comments
Monday, December 24, 2007
iTextSharp
Today, I got the work to create the PDF document from ASP.net application. Using google I have searched any components which are available for free download. At that time, I got this component, iTextSharp, from Souceforge.net. Initially it is developed in Java with the name of iText. // step 5: we close the document Some Article Links iTextSharp(iText#) example in asp.net - http://blog.rubypdf.com/2006/10/25/itextsharpitext-example-in-aspnet/ |
Posted by Prakash at 3:28 PM 0 comments
Labels: ASP.net, Code Snippets, Components, Open Source, PDF
Friday, December 21, 2007
DLL Registration failure in VC++
Filter or DLL or .ocx registration Error :
--------------------------- .\Debug\HTTPWriterSinkFilterd.ax does not appear to be a .DLL or .OCX file. Solution Steps : and I checked anywhere my .def file is specified there is nothing like that. So I added the the following options Project -> Settings-> Linker -> Input -> /DEF:My.def
if I opened that registered DLL in "Depends viewer", It displays the exported functions.
PostScript : In Some DLLs,even though they created the application as DLL,
|
Posted by Sundar at 2:19 PM 0 comments