Tip 1 : Showcase strong technical skills in HTML, CSS, and React to demonstrate your ability to contribute effectively to frontend projects
Tip 2 : Be yourself and talk clearly in the HR round. Show you'd fit in well with the company and can communicate effectively.
Tip 1: Change your resume a bit for each job to focus on what they're looking for. It shows you're a good fit.
Tip 2: Instead of just saying what you did, use numbers to show how well you did it. It makes your resume stronger and more convincing.
Develop a Single Page Application using ReactJS.
2. The application should render a list of banks fetched from the API
3. There must be a dropdown to select cities (Take only 5 Cities), another dropdown
for search categories (IFSC, branch, bank_name) etc.
and a search bar.'Ex. city => Mumbai, category => IFSC, query => SBINXXXXXXX, this will filter all the banks in
Mumbai on the basis of IFSC which is SBINXXXXXXX.
Based on the values of these dropdowns and the search query, you will locally filter
the bank list and render the results in the same table.



Input:
‘N’ = 3
‘ARR’ = [ 2, 1, 1 ]
The shortest way to reach index 2 is
Index 0 => Index 2
that requires only 1 jump.
Tell me about yourself
What are your greatest strengths?

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?