logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • List out the areas in which data structures are applied extensively?


  • Correct Answer
  • Compiler Design, Operating System, Database Management System, Statistical analysis package, Numerical Analysis, Graphics, Artificial Intelligence, Simulation 


  • Technology problems


    Search Results


    • 1. In tree construction which is the suitable efficient data structure?

    • Options
    • A. Array
    • B. Linked list
    • C. Stack
    • D. Queue
    • Discuss
    • 2. What are SD37, SB37, SE37 abends?
    • Discuss
    • 3. What is IMS (DB/DC)?
    • Discuss
    • 4. What is the maximum data rate supported by a GSM system?
    • Discuss
    • 5. What gross data rate does GPRS provide?
    • Discuss
    • 6. The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is

    • Options
    • A. int **fun(float**, char**)
    • B. int *fun(float*, char*)
    • C. int ***fun(float*, char**)
    • D. int ***fun(*float, **char)
    • Discuss
    • 7. How do define the user-defined exceptions?

    • Options
    • A. inheriting and overriding exception class functionality.
    • B. overriding class functioality.
    • C. inheriting class functionality
    • D. none of the mentioned
    • Discuss
    • 8. How to handle error in the destructor?

    • Options
    • A. throwing
    • B. terminate
    • C. both a & b
    • D. none of the mentioned
    • Discuss
    • 9. How much the bug is affecting the functionality of the application?
    • Discuss
    • 10. What is Silk Test and what is the use of it ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment