logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • In RDBMS, what is the efficient data structure used in the internal storage representation?


  • Options
  • A. Stack
  • B. Queue
  • C. B+ tree structure
  • D. AVL tree Structure

  • Correct Answer
  • B+ tree structure 

    Explanation

    B+ tree. Because in B+ tree, all the data is stored only in leaf nodes, that makes searching easier. This corresponds to the records that shall be stored in leaf nodes


  • Technology problems


    Search Results


    • 1. What is Overloading Polymorphism?
    • Discuss
    • 2. If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
    • Discuss
    • 3. How many types of classes are there in Java?
    • Discuss
    • 4. Which of the following modifiers can be used with Local inner class?

    • Options
    • A. Final or Abstract
    • B. Final or Transcient
    • C. Abstract or Transcient
    • D. Final or public
    • Discuss
    • 5. A lock can be acquired on a class. The above statement is

    • Options
    • A. True
    • B. False
    • C. Both A and B
    • D. None
    • Discuss
    • 6. What is JAR file?
    • Discuss
    • 7. What is polymorphism?
    • Discuss
    • 8. When do you use :: Operator in C++?
    • Discuss
    • 9. Explain Overriding Polymorphism.?
    • Discuss
    • 10. When should I use abstract classes and when should I use interfaces?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment