Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Banksathi Team. If you also belong to the team, you can get access from here

Banksathi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Banksathi Front end Developer Interview Questions and Answers

Updated 9 Aug 2024

Banksathi Front end Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cls in light house report?
  • Ans. 

    CLS stands for Cumulative Layout Shift in Lighthouse report, measuring visual stability of a webpage.

    • CLS is a metric in Lighthouse report that measures how much content shifts around during page load.

    • It is important for user experience as unexpected layout shifts can be frustrating for users.

    • CLS score should be less than 0.1 to provide a good user experience.

    • Common causes of high CLS include images without dimensions, ...

  • Answered by AI
  • Q2. What is light house report?
  • Ans. 

    Lighthouse report is a tool provided by Google to analyze and improve the performance, accessibility, SEO, and best practices of a website.

    • Lighthouse report provides a detailed analysis of a website's performance, accessibility, SEO, and best practices.

    • It gives a score based on various metrics such as performance, accessibility, best practices, SEO, and progressive web app.

    • The report includes suggestions and optimizati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study about seo

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Banksathi?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basics on profile,work experience etc
  • Q2. Skills discussion based on role and resume
Round 2 - Coding Test 

DSA in preferred language, Java coding testt

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding online, brush up the basics, be confident

Front end Developer Interview Questions Asked at Other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
Q5. Check If Linked List Is Palindrome Given a singly linked list of ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Graph question repeat previous year

Round 3 - HR 

(3 Questions)

  • Q1. About yourself and examine about you
  • Q2. Hobbie and games you play
  • Ans. 

    I enjoy playing video games in my free time, particularly RPGs and strategy games.

    • I like playing RPGs such as The Witcher 3 and Skyrim

    • I also enjoy strategy games like Civilization VI and XCOM

    • In addition, I dabble in indie games and puzzle games for a change of pace

  • Answered by AI
  • Q3. Weakness and strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Do previous year's questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 graph question were asked .

Round 2 - Technical 

(1 Question)

  • Q1. Hackthon on hackerrank

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare graph well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

DSA-keep practicing multithreading questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Dsa
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions 2 hrs most questions are from graph

Round 2 - Technical 

(2 Questions)

  • Q1. Optimize the given problem
  • Ans. 

    Optimize the problem by analyzing algorithms and improving efficiency through various techniques.

    • Identify bottlenecks: Use profiling tools to find slow parts of the code.

    • Algorithm selection: Choose the most efficient algorithm for the task, e.g., using quicksort instead of bubble sort.

    • Data structures: Use appropriate data structures, like hash tables for fast lookups.

    • Parallel processing: Utilize multi-threading or dist...

  • Answered by AI
  • Q2. Solve the problem in given time

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 question -30 min,topics - profit or loss , time work distance ,time speed ,upstreaam downstream percentage ,probability

Are these interview questions helpful?

I appeared for an interview in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 50 mins
Round difficulty - Medium

First round was coding round, where i was asked 2 DS algo questions, 1 was easy and other was of medium difficulty

  • Q1. 

    Shortest Path in a Binary Matrix Problem Statement

    Given a binary matrix of size N * M where each element is either 0 or 1, find the shortest path from a source cell to a destination cell, consisting only...

  • Ans. 

    Find the shortest path in a binary matrix from a source cell to a destination cell consisting only of 1s.

    • Use Breadth First Search (BFS) algorithm to find the shortest path.

    • Keep track of visited cells to avoid revisiting them.

    • Update the path length as you traverse through the matrix.

    • Return -1 if no valid path exists.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 mins
Round difficulty - Easy

I was asked to design url shortner

  • Q1. Can you explain how you would design a URL shortener?
  • Ans. 

    Design a URL shortener system

    • Generate a unique short code for each URL

    • Store the mapping of short code to original URL in a database

    • Redirect users from short URL to original URL when accessed

    • Consider implementing features like custom short codes, expiration dates, and analytics

    • Ensure scalability and performance by using distributed systems and caching

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 50 mins
Round difficulty - Medium

This was hiring manager round

  • Q1. Can you discuss a coding problem you encountered, your past projects, and any behavioral questions related to your experiences?
  • Ans. 

    Discussed coding problem, past projects, and behavioral questions in SDE - 1 interview.

    • Coding problem: Discussed how I optimized a sorting algorithm in a previous project.

    • Past projects: Talked about a web application I developed using React and Node.js.

    • Behavioral questions: Shared how I handled a conflict within a team during a project.

    • Example: Explained how I implemented a feature in a mobile app that improved user en...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating System, DBMS, OOPSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare DS and algo well(i prepared from GFG)
Tip 2 : Must know basics of DBMS and OS
Tip 3 : Be confident and genuine

Application resume tips for other job seekers

Tip 1 : Prepare resume iteratively
Tip 2 : show ur resume to seniors and ask for suggestions

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. 1 - Easy Medium Question. Discuss the approach with interviewer and then implement it. The code should work, thats important.
Round 3 - Technical 

(1 Question)

  • Q1. LLD round to design Chess.
  • Ans. 

    Design a chess game with classes for pieces, board, and game logic.

    • Create a class for each chess piece (e.g., Pawn, Rook, Knight) with movement rules.

    • Implement a Board class to manage the 8x8 grid and piece placement.

    • Design a Game class to handle turns, check/checkmate conditions, and game state.

    • Use an Enum for piece colors (e.g., WHITE, BLACK) to differentiate players.

    • Consider implementing a user interface for player ...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Grilling on resume and past experience questions

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. 

    Find the third largest element in an array of distinct integers.

    • Sort the array in descending order and return the element at index 2.

    • Handle cases where the array has less than 3 elements separately.

    • Use a set to store distinct elements for efficient processing.

  • Answered by AI
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The task is to find the longest palindromic substring within STR. If there are several palindromic substring...

  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found so far

    • Return the longest palindromic substring

  • Answered by AI
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. 

    Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

    • Implement a function to calculate the intersection point of two lines on a 2D plane

    • Handle precision up to six decimal places in the output

    • Return -1.000000 -1.000000 if the lines do not intersect

    • Ensure the lines 'AB' and 'PQ' are distinct

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 1.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.

Application resume tips for other job seekers

Tip 1 : Keep it short
Tip 2 : Add skills iff you are sure

Final outcome of the interviewRejected

Skills evaluated in this interview

Banksathi Interview FAQs

How many rounds are there in Banksathi Front end Developer interview?
Banksathi interview process usually has 1 rounds. The most common rounds in the Banksathi interview process are Technical.
What are the top questions asked in Banksathi Front end Developer interview?

Some of the top questions asked at the Banksathi Front end Developer interview -

  1. what is cls in light house repo...read more
  2. what is light house repo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

CRED Interview Questions
3.5
 • 39 Interviews
Kissht Finance Interview Questions
3.9
 • 36 Interviews
Money View Interview Questions
4.1
 • 32 Interviews
Jupiter Money Interview Questions
3.0
 • 31 Interviews
Uni Cards Interview Questions
3.9
 • 25 Interviews
indiagold Interview Questions
4.2
 • 23 Interviews
OneCard Interview Questions
3.4
 • 23 Interviews
View all
Software Engineer
4 salaries
unlock blur

₹11 L/yr - ₹11 L/yr

MIS Executive
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Telecalling Executive
4 salaries
unlock blur

₹0.8 L/yr - ₹2 L/yr

Activation Executive
4 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Laravel Developer
4 salaries
unlock blur

₹3.6 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Banksathi with

Kissht Finance

3.9
Compare

Indifi Technologies

3.7
Compare

Money View

4.1
Compare

Ocrolus East

3.5
Compare
write
Share an Interview