Tip 1 : Focus equally on development part
Tip 2 : Sharpen your basics
Tip 3 : Avoid lying in resume.
Tip 1 : Make a good project which used database and has good backend structure as well.
Tip 2 : Refer interviewbit Faq before the interview.
Timing : 3:30PM - 4:00 PM
Interviewer was one from the SDE1 backend team.
What are some of the ways of optimizing page load times?
Tip 1: You should use bootstrap packages cleverly as it increases load times.
Tip 2: Learn about the concept of lazy loading.
How can you upload a file using Node.js?
Tip 1: File System operations in Node.js.
Tip 2: API
Skip in mongodb
Tip 1: MongoDB basics
Tip 2: Aggregation in MongoDB
What is Redux?
Tip 1: React
Tip 2: API calls in React
Axios API calls format?
Tip 1: HTTP requests.
Tip 2: Axios
How is image stored in db?
Tip 1: Data types in SQL.
Async and Await usecases?
Tip 1: Learn about asynchronous programming paradigm
What are class based and functional components in React?
Tip 1: Components in react
Promises in Javascript
Tip 1: Handling async use cases in Javascript.

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