CareerCup

Recent Interview Questions

Page: 1 2 3 4 5 6 7 8 9 10 »

Filter:
Sort by: Date Added | Number of Comments | Most Recently Commented


  • spacer 0 Answers

    find the bug in the given source code

    main()
    {
    char x=300,y;
    y=300*300/x;
    printf("%d",y);
    }

    - istiyak916 on April 18, 2012 in India Edit
  • 8 Answers

    If given a variable that is changing after every 1 second...
    Design a clock using that avriable..
    I am not sure if this question was more related to OS or not...

    - ediston on April 17, 2012 in United States Edit
    Google Developer Program Engineer Operating System
  • spacer 10 Answers

    There is a tree with additional field in each node, named "next". We have to put the inorder successor in this pointer.

    - Msharma on April 17, 2012 in India Edit
    Amazon Developer Program Engineer Algorithm
  • spacer 18 Answers

    How to find if a number is a power of 2?

    - xbirkettx on April 17, 2012 in England Edit
    Software Engineer in Test
  • spacer 8 Answers

    How to find if a point lay inside a triangle?

    - xbirkettx on April 17, 2012 in England Edit
    Software Engineer in Test Algorithm
  • spacer 13 Answers

    print all compositions of a number in odd parts, i.e. for n = 8:
    7 + 1
    5 + 3
    5 + 1 + 1 + 1
    3 + 3 + 1 + 1
    3 + 1 + 1 + 1 + 1 + 1
    1 + 1 + 1 + 1 + 1 + 1 + 1 + 1

    - asm on April 17, 2012 in United States Edit
    Microsoft
  • spacer 4 Answers

    what is difference between " return " and " exit ".

    - istiyak916 on April 17, 2012 in India Edit
    C
  • spacer 7 Answers

    wap to input any number and double it without using any operator

    - istiyak916 on April 17, 2012 in India Edit
    C
  • spacer 19 Answers

    Given two strings, find that the if the letters in both the strings are same? i.e. can we be able to make string2 out of string1 by shuffling the words and vice versa.

    - saikrishna chunchu on April 17, 2012 in India Edit
    Amazon Software Engineer / Developer Algorithm
  • spacer 0 Answers

    Given two classes like animal and dog class where dog class inherit the animal class. Write a function which will return deep clone instance

    - shooter on April 17, 2012 in India Edit
    Adobe Java developer Java
  • spacer 5 Answers

    Write a code to find out whether the given sum exists over any path in binary tree. Should return true or false.

    - shooter on April 17, 2012 in India Edit
    Adobe Java developer Trees and Graphs
  • spacer 0 Answers

    Write a thread-safe array-based queue implementation in java. If one thread reaches to limit, should wait for dequeue thread to create a space and vice-versa.

    - shooter on April 17, 2012 in India Edit
    Adobe Java developer Java
  • spacer 0 Answers

    Given two classes like animal and dog class where dog class inherit the animal class. Write a function which will return deep clone instance

    - shooter on April 17, 2012 in India Edit
    Adobe Java developer Java
  • spacer 2 Answers

    To find a maximum profit index from a give array with O(n) complexity.

    - harshmah on April 17, 2012 in India Edit
    Amazon Software Engineer / Developer Algorithm
  • spacer 4 Answers

    given a file with x,y,z coordinate which refer to the coordinates of stars relative to earth, how would you find the first 100 stars nearest to earth? the coordinates are unsorted in the file.

    - bsaurav on April 17, 2012 in United States Edit
    Algorithm
  • spacer 4 Answers

    given an unsorted array how will you find the duplicate entries in that array?

    - bsaurav on April 17, 2012 in United States Edit
    Algorithm
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.