“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
So far in college the hardest conceptual program was the Child Twin Pointer Technique of organizing files using COBOL. Extremely easy to code and pretty easy concept too. If I was to be in an interview, and completed the next assignment I would mention it as the hardest. It is a Inverted KSAM file, with a non-unique secondary key using COBOL and I think it may use JCL.
Submitted By: Debadyuti Banerjee — November 1, 2006
1. To solve a classical sudoku (9*9 grid) in C.
2. Though lines of code are not as much as the first program, a program which implements Steganography (using text and windows bit map files) is very much a practical one. (both encoding and decoding logic are implemented in C and there is VB implemented front end to seletct files with ease.)
The N-queens program using c/MPI/OpenMP on IBMblade cluster. Sequential code was fairly straight forward, i.e. using backtracking algorithm. But parallelizing it using MPI and then also using OpenMP was challenging.
What is the meaning of Hardest? If you don’t know something then you will say that was hardest. If some one know how to do it then it will not be hardest for him.
If some one does not give the requirements of project or does not explain the problem you have to solve and just say solve that problem then it will be hardest because you don’t know more about the problem.
the hello world program in any language
lol
So far in college the hardest conceptual program was the Child Twin Pointer Technique of organizing files using COBOL. Extremely easy to code and pretty easy concept too. If I was to be in an interview, and completed the next assignment I would mention it as the hardest. It is a Inverted KSAM file, with a non-unique secondary key using COBOL and I think it may use JCL.
1. To solve a classical sudoku (9*9 grid) in C.
2. Though lines of code are not as much as the first program, a program which implements Steganography (using text and windows bit map files) is very much a practical one. (both encoding and decoding logic are implemented in C and there is VB implemented front end to seletct files with ease.)
RMI implementation in C++.
Cool ?
Implementing stride scheduling in the linux kernel. Understanding where to put the code was the hardest part. Testing was a pain as well.
assembler with macroprocessor pgm in C++
The N-queens program using c/MPI/OpenMP on IBMblade cluster. Sequential code was fairly straight forward, i.e. using backtracking algorithm. But parallelizing it using MPI and then also using OpenMP was challenging.
To transfer data from one machine to other in C language
Making a c++ compiler!!!
What is the meaning of Hardest? If you don’t know something then you will say that was hardest. If some one know how to do it then it will not be hardest for him.
If some one does not give the requirements of project or does not explain the problem you have to solve and just say solve that problem then it will be hardest because you don’t know more about the problem.
Leave an Answer/Comment