Tip 1 : Practice a lot of data structures
Tip 2 : Solve previously asked questions
Tip 3 : Make at least one good live project on any tech stack you like.
Tip 1 : Be clear and confident in whatever you have written.
Tip 2 : Share live links of projects u have made.
Tip3 : Keep it short
Aptitude Questions: Quantitative, Verbal, Reasoning, etc. (For the Quant section there were no options given we have to calculate answers and type into the given text box.)
Technical Questions: JAVA, Data Structures, Operating Systems, DBMS, Python, Networking, etc.
Coding questions: Two Coding Questions 1 was medium level and the second was hard to level. You can use any language for that.



1. String ‘s’, ‘t’ and ‘str’ consist of only lowercase English letters from ‘a’ – ‘z’.
2. String ‘s’ and ‘t’ are of same length.
Let s = “abc” , t = “xyz” and str = “xbc” then all strings that we can generate are “abc”, “abz”, “ayc”,”ayz”, “xbc”, “xbz”, “xyc”, “xyz” and smallest of all these is “abc”.
Step 1 : After finding the first b at position i
Step 2 : Reverse the whole string from i to last index.
Step 3 : Then find the first string in the suffix array.



There are no leading zeros in both the strings, except the number 0 itself.
Do not use any built-in Big Integer Library.
If, A = 123, and B = 456.
So the product of both numbers will be 56088.
We start from last digit of second number multiply it with first number. Then we multiply second digit of second number with first number, and so on. We add all these multiplications. While adding, we put i-th multiplication shifted.
The approach used in below solution is to keep only one array for result. We traverse all digits first and second numbers in a loop and add the result at appropriate position.
Basic questions from computer fundamentals and data structures.
Tip 1 : Go through basic concepts of DBMS
Tip 2 : Go through SQL Queries
Tip 3 : Focus on college lectures of DBMS
The Man in the Elevator Puzzle
A man lives on the tenth floor of a building. Every day he takes the elevator to go down to the ground floor to go to work or to go shopping. When he returns he takes the elevator to the seventh floor and walks up the stairs to reach his apartment on the tenth floor. He hates walking so why does he do it?
Tip 1 : Listen to the question carefully
Tip 2 : Think in your mind before giving up the answer
Tip 3 : When you are confident about your answer, go for it



He asked me for an introduction about myself,
and some Basic HR Questions
After that, he explained about Xoriant company, and asked me do you have any questions for me?
Tip 1 : Prepare well on strengths and weaknesses.
Tip 2 : Go through some basic HR Questions

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: