Results 1 to 4 of 4

Thread: My Strand Life Sciences Exam

  1. #1
    Junior Member
    Join Date
    Nov 2006
    Answers
    4

    Thumbs up My Strand Life Sciences Exam

    Hi all,
    Strand Life Sciences came to IIIT for placements. Their question paper was quite easy with four sections. The first section had the program outputs like I just remember two of them:
    1) int f(int a){
    int b = 0;
    int i;
    for(i = 1;i <= a;i++)
    b = b + i;
    return b;
    }

    int main(){
    printf("\n%d\n",f(200));
    getch();
    return 0;
    }

    2) int f(int a,int b){
    if(a == 1)
    return b;
    else
    {
    printf("%d %d\t",a,b);
    return b + f(a-1,b);
    }
    }

    int main(){
    printf("\n%d\n",f(1234,5));
    getch();
    return 0;
    }

    In the second section they asked short answers where they asked what a stack was and when it is to be used, what is the complexity of qsort, what is the disadvantage of recursion, what is super used for.

    The third section was sort of aptitude where one of the interesting question was if we can for four equilateral triangles from six match sticks each of same length and the side of the triangle being the length of the match stick.

    The fourth section had data sufficiency problems. and this section had the most number of questions, I think they were almost 10 of them.

    On the whole it was quite a simple test...THough the pre placement talk was not that peppy in the sense they didn't give a proper intro to the company but as far as i saw it the company is good for anyone really interested in data structures and algorithms as they said they would give chance to work on them at our will...


  2. #2
    Junior Member
    Join Date
    Sep 2006
    Answers
    27

    Re: My Strand Life Sciences Exam

    siriatwork Thanks for your post on the questions and giving idea about how the test and talk was. Is it that they have opening in C programming. Also how many hours test was it. If you could share it it would be even more useful for all.


  3. #3
    Junior Member
    Join Date
    Nov 2006
    Answers
    4

    Thumbs up Re: My Strand Life Sciences Exam

    Hello,
    The test was exactly for one hour only. I am not sure if they have vaccancies but they come to IIIT every year...And BTW it pays good too...whereas outside IIIT it doesn't...Will keep you posted if any vaccancies...


  4. #4
    Junior Member
    Join Date
    Dec 2008
    Answers
    1

    Re: My Strand Life Sciences Exam

    he! can anybody tell me what kind of questions strand life sciences ask these days in written exam and interview(more importantly)?
    pls help me out
    thanx in advance


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact