HSBC Technical Java Interview Questions

Upasana | May 19, 2019 | 1 min read | 497 views


Questions

  • Iterate BST in preorder, inorder and postorder manner

  • Quick Sort on Doubly linked list

  • Sort n numbers in range from 0 to 2^n-1 in linear time

  • Find length of longest consecutive path from a given string character.

  • what does time and space complexity means?

  • Given a string, find the longest substring which is palindrome.- full working code

    if the given string is “forgeeksskeegfor”, the output should be “geeksskeeg” if the given string is “abaaba”, the output should be “abaaba” if the given string is “abababa”, the output should be “abababa” if the given string is “abcbabcbabcba”, the output should be “abcbabcba

  • Explain the concept of Reentrancy?

  • How will you reverse a linked list in O(1) time.

  • Reverse a BST using recursion

  • How to Reverse a linked list .

  • Concatenate two BST

  • A large number was given as input in the form of string and we had to return its factorial in the form of string.

  • Describe Normalisation with examples.

  • Explain different types of joins with examples.

  • What is view in DBMS?


Top articles in this category:
  1. BlackRock Java Interview Questions
  2. Citibank Java developer interview questions
  3. Goldman Sachs Java Interview Questions
  4. Sapient Global Market Java Interview Questions and Coding Exercise
  5. Morgan Stanley Java Interview Questions
  6. UBS Java Interview Questions
  7. ION Trading Java Interview Questions

Recommended books for interview preparation:

Find more on this topic: