Tip 1 : Must do Previously asked Interviews as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at least 2 good projects and you must know every bit of them.
Tip 1 : Have at least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
This round had 2 coding questions and the time allotted was 45 minutes
Input: X1 = 0, Y1 = 0, X2 = 2, Y2 = 0, R1 = 1, R2 = 1
Output: YES
Circles intersect with each other at (1,0) with each other. Refer to the image given below:
S= “https://youtu.be/dQw4w9WgXcQ”, can be encoded to TinyUrl “http://tinyurl.com/abcdef”, then in future queries “http://tinyurl.com/abcdef” can be decoded into “https://youtu.be/dQw4w9WgXcQ”
The URL given to you for decoding will always be one of the URLs you have already returned after encoding in the past.
The encoded URL should strictly be of the format “http://tinyurl.com/abcdef”, where instead of “abcdef” you can have any alphanumeric code of length 6.
This round was more aligned towards Resume Discussion and the projects that I mentioned in my resume. I was asked questions on Java and Spring Boot as I had some prior experience using these technologies.
Why Java is platform-independent and JVM platform-dependent?
Which among String or String Buffer should be preferred when there are a lot of updates required to be done in the data?
How would you differentiate between a String, StringBuffer, and a StringBuilder?
What Are the Basic Annotations that Spring Boot Offers?
Explain @RestController annotation in Sprint boot?
What does the @SpringBootApplication annotation do internally?
This was a typical HR round with some standard Behavioral questions.
Why should we hire you?
Tip 1 : The cross-questioning can go intense sometimes, think before you speak.
Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds, I feel it is important to have an opinion.
Tip 3 : The context of questions can be switched, pay attention to the details. It is okay to ask questions in these round, like what are the projects currently the company is investing in, which team you are mentoring, how is the work environment etc.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which operator is used for exponentiation in Python?