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 Interview Questions and Answers

Updated 9 Aug 2024

Banksathi 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
2w
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your job role
  • Ans. 

    I am responsible for assisting in various tasks and projects within the company.

    • Supporting team members in daily operations

    • Completing assigned tasks in a timely manner

    • Assisting in research and analysis

    • Participating in meetings and discussions

  • Answered by AI
  • Q2. What is the ctc
  • Ans. 

    CTC stands for Cost to Company, which includes all expenses related to an employee's compensation.

    • CTC includes salary, bonuses, benefits, and any other perks provided by the company

    • It is the total amount of money a company spends on an employee in a year

    • CTC is often used to negotiate job offers and understand the full value of a compensation package

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic python, sql and pandas questions

Round 2 - Technical 

(2 Questions)

  • Q1. Case study (Probability questions)
  • Q2. Resume projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Test was based on arrays and some dsa concepts.

Team Lead Interview Questions & Answers

OneCard user image palash chourey

posted on 11 May 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Basic like others
  • Q2. Basic questions about skills knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. Basic details, qualification,skills int
  • Q2. Last salary and expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and enjoy the day, just be yourself and loyal to the interviewer
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Sales experience
  • Ans. 

    I have 5 years of sales experience in the technology industry, consistently exceeding targets.

    • Managed a team of sales representatives to drive revenue growth

    • Developed and implemented sales strategies to increase market share

    • Built strong relationships with clients to ensure customer satisfaction

    • Utilized CRM software to track sales performance and identify opportunities for improvement

  • Answered by AI
  • Q2. People management questions
  • Q3. Data management
Round 3 - One-on-one 

(2 Questions)

  • Q1. Data management
  • Q2. People management

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How do you think Business analyst?
  • Ans. 

    Business analysts think analytically and strategically to identify business needs and recommend solutions.

    • Business analysts analyze data to identify trends and patterns.

    • They work closely with stakeholders to gather requirements and understand business processes.

    • They use tools such as SWOT analysis, process flow diagrams, and data modeling to recommend solutions.

    • Business analysts communicate effectively to bridge the ga...

  • Answered by AI
  • Q2. Please tell me about your data analyst experience.
  • Q3. Do you have any experience on SQL or Python
  • Ans. 

    Yes, I have experience with both SQL and Python.

    • I have used SQL to query databases and extract relevant information.

    • I have written Python scripts to automate data analysis and reporting tasks.

    • I am familiar with using SQLAlchemy in Python for database interactions.

    • I have experience with data manipulation and visualization using Python libraries like Pandas and Matplotlib.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Does Java support pass by reference?
  • Ans. 

    Yes

    • Java uses pass by value for all variables, including object references.

    • When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.

    • Modifying the reference inside the method will not affect the original reference outside the method.

    • However, modifications to the object's state inside the method will be visible outside the method.

  • Answered by AI
  • Q2. Explain Singleton Pattern
  • Ans. 

    Singleton pattern restricts the instantiation of a class to a single object.

    • Singleton pattern ensures that only one instance of a class exists throughout the application.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where a single instance needs to coordinate actions across the system.

    • Example: Database connection manager, logger, configuration manager.

  • Answered by AI

Skills evaluated in this interview

Banksathi Interview FAQs

How many rounds are there in Banksathi interview?
Banksathi interview process usually has 1 rounds. The most common rounds in the Banksathi interview process are Technical.
How to prepare for Banksathi interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Banksathi. The most common topics and skills that interviewers at Banksathi expect are Communication Skills, AWS, Sales, Digital Marketing and Docker.
What are the top questions asked in Banksathi interview?

Some of the top questions asked at the Banksathi 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 8 interview experiences

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

Banksathi Reviews and Ratings

based on 23 reviews

3.4/5

Rating in categories

3.4

Skill development

3.2

Work-life balance

3.1

Salary

3.1

Job security

3.2

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 23 Reviews and Ratings
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