Tip 1: Coding questions are a must.
Tip 2: Strengthen your basics.
Tip 3: Mention at least 2 projects.
Tip 1: Mention at least two projects on your resume.
Tip 2: Avoid listing unnecessary technologies.
Create a Twitter-like (text-post) app with Rails CRUD and Ajax.
Guidelines:
Create Functionality to post text messages on the wall and list them in a simple UI.
There should be a feature to Index, Create, Update, Delete tweet messages via Ajax Call.
Users can log in/signup. (bonus points)
Users can follow/unfollow other users. (bonus points)
Users can post images/videos in tweets. (bonus points)
Note: You can create Frontend as per your comfort levels, and free to make assumptions on your own.



Given two strings word1 and word2, return the minimum number of operations required to convert word1 to word2.



Given an array, reverse the array without using the reverse method, and then find the second largest element in the array.
What is the difference between primary key and unique constraints? (Learn)
A man has three bags and each bags have 30 Coconut. On the way to his home, there are 30 tolls. There are rules that, How many bags you have you need to pay the same count at each toll . So how many coconut left in the end?
Tell me about yourself.
Where do you see yourself in the next 5 years?
Would you like to work overtime or odd hours?
Why did you leave your last job?
How do you handle stress, pressure, and anxiety?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?