hi all i am an enginering graduate curently working with a ps u in nontechnical department and wish to change to a techinical department ,got thru open written test, going to appear for the personal interview.could be pls give the best reply for the question "WHY DO YOU WANT TO LEAVE YOUR CURRENT JOB AND JOIN US"?In my cast my current and future employer going to be same.
3 8800Post New NTPC Funny Interview Questions Interview Questions
Explain how does the JMS work with the J2EE?
Can anyone give me an example of realtime start script in the graph?
Can you please explain the best way to detect that I am in design-mode in expression blend or visual studio?
how you will find an error which is not in the first page of the subfile without using rolldown key?
GIVE US DETAIL OF YOUR PRESENT EMPLOYMENT STATUS?
supose 10 times text data is there but it will run 8 times whtat will you do.
What is linux kernel?
I am selected for interview jr executive(electronics)in AAI.i have the interview on 13th october2010.please anyone send the requirements and share the interview details who had completed.if u have any details plz send to srikkanth.283@gmail.com r @09491955876....i'm in tense.....
What is logging table?
How do you link data between excel workbooks?
What is the purpose of polymorphism?
Is mongodb good for large data?
Highlight the limitations of TPUMP Utility.
What are the two main categories of software testing?
write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.