Tip 1 : be honest about what you write in cv
Tip 2 : explain every thing in brief with confidence
Tip 3 : maintain a good 1 to 1 interaction with the interviewer
Tip 1 : don't mention unnecessary and non relational skills
Tip 2 : add you projects which are working on demand
Mcqs + coding



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
Interview was nice she ask question from basic java, and told me to write some basics problem. Like swiping two numbers, factorial , etc



The factorial of a number is the product of all the integers from 1 to that number. For example, the factorial of 6 is 1*2*3*4*5*6 = 720 . Factorial is not defined for negative numbers, and the factorial of zero is one, 0! = 1 .
Currect location
Can you relocate
What's you future plans
Tip 1 : be confident
Tip 2 : tell everyone this true

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?