Tip 1 : If you are fresher, focus on DS & Algo and fundamentals
Tip 2 : Have a good knowledge in at least one of the trendy domain (Big Data, ML, Cloud, Blockchain, etc)
Tip 1 : Customize your resume according to job description, Highlight main skills with experience (if any).
Tip 2 : Use Buzzwords (In order to pass ATS filter).
Tip 3 : For freshers Projects are most important. Know inside out of your project (why particular framework/tech stack, why particular database, etc).
This Round basically test your Aptitude and English. Aptitude is of medium level covering topics : Probability, Calendar
P&C, Allegation and Mixtures, Averages, Work and Time, Speed and Distance.
. Coding questions asked is of easy level (Topics : Strings, Array, Math)



Input: linked list = [1 2 3 4] , k = 2
Output: 3 4 1 2
Explanation:
We have to rotate the given linked list to the right 2 times. After rotating it to the right once it becomes 4->1->2->3. After rotating it to the right again, it becomes 3->4->1->2.



Round was focused on my Knowledge around trendy technologies, fundamentals and my projects. It started with medium SQL queries then some basic ML questions (bias vs variance, give example of unsupervised learning algorithm, why I chose particular Algorithm in my project). After that Interviewee gave me a situation in which a food order data of different places was given. I need to tell how it can be used if we need to made a Zomato type food delivery service. It was more of a discussion and Interviewee wants to know my approach, which tools and tricks I will use to Analyze the data and which database(SQL or NoSQL) I will used to store data. In the end some basic HR questions were asked like where do you see yourself in next five years, do you have any problem with relocation, etc.

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: