Posts

Showing posts from February, 2012

UPSC SCRA Online Application Form 2012 | SCRA Eligibility 2012 - Latest Notifications

National Defence Academy Examination (I) – NDA 2012 Exam Date http://www.vyoms.com/notifications/details/national-defence-academy-examination-i-nda-201-463   UPSC SCRA Online Application Form 2012 http://www.vyoms.com/notifications/details/upsc-scra-online-application-form-2012-462.asp   SCRA Exam 2012 Application Fee http://www.vyoms.com/notifications/details/scra-exam-2012-application-fee-461.asp   SCRA Exam 2012 Syllabus for Physics & Chemistry http://www.vyoms.com/notifications/details/scra-exam-2012-syllabus-for-physics-chemistr-460.a   National Defence Academy Examination (II) – NDA Syllabus 2012 http://www.vyoms.com/notifications/details/national-defenc

Verbal Reasoning Interview Questions

Choose the word which is different from the rest. A. Cool B. Warm C. Sultry D. Hot E. Humid http://www.coolinterview.com/interview/49053/ Choose the word which is different from the rest. A. Nun B. Knight C. Monk D. Priest E. Padre http://www.coolinterview.com/interview/49052/ Choose the word which is different from the rest. A. Polar bear B. Reindeer C. Yak D. Silver fox E. Leopard http://www.coolinterview.com/interview/49051/ Choose the word which is different from the rest. A. Kathakali B. Disco C. Garba D. Bhangra E. Kathak http://www.coolinterview.com/interview/49050/ Choose the word which is different from the rest. A. Again B. Before C. Now D. After E. Then http://www.coolinterview.com/interview/49049/ Choose the word which is different from the rest. A. Stereo B. Transistor C. T

Source Code On Pascal

Program that stores Bank account holder data in file. http://www.yourprojectcode.com/source/show.asp?ScriptID=2054   11/30/2011 Tic Tac Toe Game implemented in Pascal. http://www.yourprojectcode.com/source/show.asp?ScriptID=2053   11/30/2011 Space Fighting Game in Pascal. http://www.yourprojectcode.com/source/show.asp?ScriptID=2052   11/30/2011 Matrix Multiple http://www.yourprojectcode.com/source/show.asp?ScriptID=2051   11/30/2011 make kultiple undeletable files http://www.yourprojectcode.com/source/show.asp?ScriptID=1272   11/28/2007 6:16:57 AM Knapsack Problem http://www.yourprojectcode.com/source/show.asp?ScriptID=1270   11/27/2007 6:00:45 PM Hostel Management Software http://www.yourprojectcode.com/source/show.asp?ScriptID=1255   11/5/2007 3:49:47 AM imple

Source Code On Java

Comparing dates of two files http://www.yourprojectcode.com/source/show.asp?ScriptID=2348   12/16/2011 Class Properties examples http://www.yourprojectcode.com/source/show.asp?ScriptID=2347   12/16/2011 A utility class for reading and writing character files http://www.yourprojectcode.com/source/show.asp?ScriptID=2346   12/16/2011 Reading the Contents of a Zip File http://www.yourprojectcode.com/source/show.asp?ScriptID=2345   12/16/2011 Listing the Entries of a JAR File Manifest http://www.yourprojectcode.com/source/show.asp?ScriptID=2344   12/16/2011 Create SimpleDateFormats from a string read from a file http://www.yourprojectcode.com/source/show.asp?ScriptID=2343   12/16/2011 Server Side form validation using regex statements http://www.yourprojectcode.com/source/show.asp?Scri

Source Code On ASP

This shows how to convert from degrees to radians and vice versa http://www.yourprojectcode.com/source/show.asp?ScriptID=2426   12/21/2011 Insert TEXT blob using ADO http://www.yourprojectcode.com/source/show.asp?ScriptID=2425   12/21/2011 Remote Scripting Basics http://www.yourprojectcode.com/source/show.asp?ScriptID=2424   12/21/2011 Worlds Fastest Listbox w-Application Data http://www.yourprojectcode.com/source/show.asp?ScriptID=2423   12/21/2011 Validate Email Address and Top Level Domains http://www.yourprojectcode.com/source/show.asp?ScriptID=2422   12/21/2011 Fill 2D Array from recordset http://www.yourprojectcode.com/source/show.asp?ScriptID=2421   12/21/2011 Display States according to Country selection... http://www.yourprojectcode.com/source/show.asp?ScriptID=2420  

C++ Basics Interview Questions

What is the difference between an object and a class? http://www.coolinterview.com/interview/950/ What is the difference between class and structure? http://www.coolinterview.com/interview/956/ What is an object? http://www.coolinterview.com/interview/958/ What is a class? http://www.coolinterview.com/interview/959/ How is method overriding different from overloading? http://www.coolinterview.com/interview/1614/ From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class? http://www.coolinterview.com/interview/1639/ What are the things contains in .obj file ? ( compiled result of .cpp file ) http://www.coolinterview.com/interview/6083/ What is the difference between Object and Instance?

Puzzles Interview Questions

Consider an n by n grid of squares. A square is said to be a neighbour of another one if it lies directly above/below or to its right/left. Thus, each square has at most four neighbours. Initially, some squares are marked. At successive clock ticks, an unmarked square marks itself if at least two of its neighbours are marked. What is the minimum number of squares we need to mark initially so that all squares eventually get marked? http://www.coolinterview.com/interview/19966/ Substitute digits for the letters to make the following relation true. S T I L L + W I T H I N -------------------- L I M I T S Note that the leftmost letter can't be zero in any word. Also, there must be a one-to-one mapping between digits and letters. e.g. if you substitute 3 for the letter S, no other letter can be 3 and all other S in the puzzle must be 3. http://www.coolinterview.com/interview/26782/ Substitute digits for