Placement Papers: GeoDesic Campus Recruitment Salem

Doorsteptutor material for competitive exams is prepared by world's top subject experts: get questions, notes, tests, video lectures and more- for all subjects of your exam.

CRITERIA:

The Criteria given to us is to have an Aggregate of 70% with no pendingarrears.

Only CSE, ECE and IT Departments were allowed to attend.

SELECTION:

Total attended-196

Cleared Written-11

SELECTION PROCEDURE:

The Preplacement Talk started for us by 9.00am in the morning. There were some interesting facts in it, so be sure to listen it. After the PPT, we are sent for the written test.

Written Test

Unlike other companies, Geodesic had a very different written pattern. There were 2 Sections.

  1. Algorithms and Logical Thinking: There were three questions in this sections. Each carries 5 marks. Ur Solution to the problem must be an optimal one.
    1. There was a plane which should satisfy the condt 0
    2. There are β€˜m’ rows and β€˜n’ columns, these have choclates in it. 2 users play a game in turn, If player breaks a chocolate in a cell, he can go either row wise or column wise and the next player should play his turn. The one who is finally left with one square is the loser. If player1 doesn՚t break a small chocolate and gives his turn for player2, what is the optimal stragedy for winning? What are the positions of losing?
    3. There were β€˜n’ people seated in a circle, every second person in the circle is eliminated, again the circle is enclosed and the procedure is repeated. Describe this as a function and β€˜n’ should be decipted as a binary number. U should corelate n with f (n) , Find f (10) and f (20) ?
  2. (Hint: This problem is a variant of jospheus problem)
  3. C Questions Here there were 7 questions which were splitted as 1,2 and 3 mark problems!
    1. A Train is of length β€˜n’ meters which has individual compartments of size 1 or 2 meters in length. In how many possible ways that the length of the train is accommodated with 1 or 2m compartments. Write a function Train (n) which computes this (3m) ?
    2. Give the Structure definition of link list and how will u detect a loop in the linklist? Write a Separate function for that (3m) ?
    3. Perform addition of two numbers without using β€˜+’ operator (2m) ?
    4. Consider the code snippet, int n [] = {0014, 010, 2,4, 8,12} ; int i; for (i = 0; i < 6; i ++) {printf ( β€œ% d” n [i] ) ;} What is the output of the above program (2m) ?
    5. Find the output of the following program, #define swap (x, y) x = x + y; y = x-y; x = x-y; void main () {int x = 5, y = 10; swap (x, y) ; printf ( β€œ% d % d” x, y) ; swap1 (x, y) printf ( β€œ% d % d” x, y) ;} int swap1 (int x, int y) ; {int temp; temp = x; x = y; y = temp; return 0;} (2m)
    6. Consider the following code snippet, void main () {char s = 127; unsigned char u; s ++ ;}
      1. is s > 127?
      2. is s < u (1m) ?
    7. Write a function which compares two strings ending with a null character which returns β€˜0’ when they are same and β€˜-1’ when they are not same? U should not use strcmp () function (2m) .

After the written test was over we waited for results for a long time. And only 11 cleared. Hope there was Sectional Cut-off. If u r preparing for this company, then kindly concentrate on β€˜C’ well. Moreover the solution, they see ur approach for solving the problem.

All the Best!