Upload Button Icon Add office photos
Engaged Employer

i

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

Sberbank Branch in India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sberbank Branch in India Interview Questions and Answers

Updated 23 Jun 2025
Popular Designations

11 Interview questions

A QA Functional was asked 5mo ago
Q. There are 10 bugs, but not enough time to fix all of them before release. How would you help the developer choose which ones to fix?
Ans. 

Prioritize bugs based on severity, impact on users, and functionality importance.

  • Prioritize bugs based on severity - fix critical bugs that cause crashes or data loss first.

  • Consider impact on users - fix bugs that affect a large number of users or key functionality.

  • Importance of functionality - prioritize bugs that impact core features or key user workflows.

  • Collaborate with stakeholders - involve product managers,...

A QA Functional was asked 5mo ago
Q. What are at least five bugs that you can identify on a sample test application's login page?
Ans. 

Five bugs on a sample test application's login page

  • Incorrect error message displayed for invalid credentials

  • Password field allows special characters when it shouldn't

  • Forgot password link leads to a broken page

  • Login button does not respond when clicked

  • Successful login does not redirect to the correct page

A QA Functional was asked 5mo ago
Q. How would you approach a situation where a developer rejects a bug report, categorizing it as an enhancement?
Ans. 

Discuss with the developer to understand their reasoning and provide additional information to support the bug classification.

  • Initiate a discussion with the developer to understand their perspective on why the bug is considered an enhancement.

  • Provide additional information such as user impact, expected behavior, and screenshots to support the bug classification.

  • Collaborate with the developer to reach a consensus o...

A Quality Analyst was asked 10mo ago
Q. What is the difference between path parameters and query parameters?
Ans. 

Path params are part of the URL path, while query params are appended to the URL after a '?'

  • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the resources

  • Path params are defined in the URL path itself, such as /users/{id}, while query params are appended to the URL, such as /users?sort=asc

  • Path params are typically used for mandatory parameters, whi...

View all Quality Analyst interview questions
A Quality Analyst was asked 10mo ago
Q. Can we use the POST method instead of the GET method?
Ans. 

Yes, POST method should be used for sending sensitive data or when data length exceeds URL limit.

  • POST method should be used when sending sensitive data like passwords or personal information.

  • POST method should be used when the data length exceeds the URL limit, as GET has a limit on the amount of data that can be sent.

  • GET method should be used for retrieving data from the server without changing anything on the se...

View all Quality Analyst interview questions
A Quality Analyst was asked 10mo ago
Q. What is the difference between WHERE and HAVING clauses in SQL?
Ans. 

Where clause is used to filter rows before grouping, while having clause is used to filter groups after grouping.

  • Where clause is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition

  • Having clause is used with GROUP BY statement to filter groups based on a condition

  • Where clause is applied before grouping, having clause is applied after grouping

  • Example: SELECT * FROM table_name WHERE column...

View all Quality Analyst interview questions
A Quality Analyst was asked 10mo ago
Q. What are the aggregate functions in SQL?
Ans. 

Aggregate functions in SQL are used to perform calculations on a set of values and return a single value.

  • Aggregate functions include functions like SUM, AVG, COUNT, MIN, and MAX.

  • SUM - calculates the sum of values in a column

  • AVG - calculates the average of values in a column

  • COUNT - counts the number of rows in a result set

  • MIN - finds the minimum value in a column

  • MAX - finds the maximum value in a column

View all Quality Analyst interview questions
Are these interview questions helpful?
A Quality Analyst was asked 10mo ago
Q. Write a SQL query using an inner join (given a table and data).
Ans. 

SQL query using inner join to retrieve data from two tables

  • Use INNER JOIN to combine rows from two tables based on a related column

  • Specify the columns to select from each table

  • Add a condition to match the related columns in the ON clause

View all Quality Analyst interview questions
A Business Development Manager was asked
Q. Would you prefer series or parallel electrical circuitry for your house, and why?
Ans. 

I would prefer parallel electrical circuitry for my house.

  • Parallel circuitry allows for individual appliances to operate independently without affecting others

  • Parallel circuits are safer as if one appliance fails, others will continue to work

  • Parallel circuits are easier to troubleshoot and repair compared to series circuits

View all Business Development Manager interview questions
A Java Developer was asked
Q. Tell about JMM, memory area and GC.
Ans. 

JMM stands for Java Memory Model, which defines how threads interact through memory. Memory area includes heap, stack, and method area. GC is responsible for managing memory by reclaiming unused objects.

  • JMM ensures visibility of shared data between threads

  • Memory area includes heap (objects), stack (method calls), and method area (class data)

  • GC (Garbage Collector) automatically reclaims memory by removing unused ob...

View all Java Developer interview questions

Sberbank Branch in India Interview Experiences

9 interviews found

Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The coding test comprised 10 multiple-choice questions covering topics such as Testing Techniques including Equivalence Partitioning, Boundary Value Analysis, Decision Tables, State Transition, and SQL.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Given two tables, subscribers and subscriptions, how can one find the users who have active subscriptions between a specified start date and end date?
  • Q2. What are at least five bugs that you can identify on a sample test application's login page?
  • Ans. 

    Five bugs on a sample test application's login page

    • Incorrect error message displayed for invalid credentials

    • Password field allows special characters when it shouldn't

    • Forgot password link leads to a broken page

    • Login button does not respond when clicked

    • Successful login does not redirect to the correct page

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. What process improvements did you implement as a Senior Software QA Engineer in your previous two organizations?
  • Ans. 

    Implemented process improvements in previous roles as Senior Software QA Engineer.

    • Introduced automated testing to increase efficiency and accuracy of testing processes.

    • Implemented a standardized bug tracking system to streamline communication and resolution of issues.

    • Established regular code review sessions to catch potential issues early in the development cycle.

    • Introduced performance testing to identify and address b...

  • Answered by AI
  • Q2. There are 10 bugs but not enough time to fix all of them before release. How would you help the developer choose what to fix.
  • Ans. 

    Prioritize bugs based on severity, impact on users, and functionality importance.

    • Prioritize bugs based on severity - fix critical bugs that cause crashes or data loss first.

    • Consider impact on users - fix bugs that affect a large number of users or key functionality.

    • Importance of functionality - prioritize bugs that impact core features or key user workflows.

    • Collaborate with stakeholders - involve product managers, desi...

  • Answered by AI
  • Q3. How would you approach a situation where a developer rejects a bug report, categorizing it as an enhancement?
  • Ans. 

    Discuss with the developer to understand their reasoning and provide additional information to support the bug classification.

    • Initiate a discussion with the developer to understand their perspective on why the bug is considered an enhancement.

    • Provide additional information such as user impact, expected behavior, and screenshots to support the bug classification.

    • Collaborate with the developer to reach a consensus on whe...

  • Answered by AI
  • Q4. How would you handle a situation where you do not have sufficient time to address all the test scenarios?
  • Ans. 

    Prioritize test scenarios based on criticality and impact, communicate with stakeholders, and focus on high-risk areas.

    • Prioritize test scenarios based on criticality and impact

    • Communicate with stakeholders to set expectations and discuss potential risks

    • Focus on high-risk areas first to ensure essential functionality is tested

  • Answered by AI

AI Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Questions around RAG LLM application evaluation, optimisation and deployment techniques
  • Q2. LLM fine tuning techniques, project discussion, familiarity with open source LLMs and some questions around NLP and evaluation metrices
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Can we use POST method instead of get method
  • Ans. 

    Yes, POST method should be used for sending sensitive data or when data length exceeds URL limit.

    • POST method should be used when sending sensitive data like passwords or personal information.

    • POST method should be used when the data length exceeds the URL limit, as GET has a limit on the amount of data that can be sent.

    • GET method should be used for retrieving data from the server without changing anything on the server.

  • Answered by AI
  • Q2. Difference between where and having clauses in sql
  • Ans. 

    Where clause is used to filter rows before grouping, while having clause is used to filter groups after grouping.

    • Where clause is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition

    • Having clause is used with GROUP BY statement to filter groups based on a condition

    • Where clause is applied before grouping, having clause is applied after grouping

    • Example: SELECT * FROM table_name WHERE column_name...

  • Answered by AI
  • Q3. What are the aggregate functions in SQL
  • Ans. 

    Aggregate functions in SQL are used to perform calculations on a set of values and return a single value.

    • Aggregate functions include functions like SUM, AVG, COUNT, MIN, and MAX.

    • SUM - calculates the sum of values in a column

    • AVG - calculates the average of values in a column

    • COUNT - counts the number of rows in a result set

    • MIN - finds the minimum value in a column

    • MAX - finds the maximum value in a column

  • Answered by AI
  • Q4. What is the difference between path params and query params
  • Ans. 

    Path params are part of the URL path, while query params are appended to the URL after a '?'

    • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the resources

    • Path params are defined in the URL path itself, such as /users/{id}, while query params are appended to the URL, such as /users?sort=asc

    • Path params are typically used for mandatory parameters, while qu...

  • Answered by AI
  • Q5. Write a SQL query on inner join (given with a table and data)
  • Ans. 

    SQL query using inner join to retrieve data from two tables

    • Use INNER JOIN to combine rows from two tables based on a related column

    • Specify the columns to select from each table

    • Add a condition to match the related columns in the ON clause

  • Answered by AI
  • Q6. Application module to find bugs
  • Ans. 

    One way to find bugs in an application module is through thorough testing and using debugging tools.

    • Conduct thorough testing of the application module to identify bugs

    • Use debugging tools like breakpoints, logging, and profiling to pinpoint and fix bugs

    • Implement automated testing to catch bugs early in the development process

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Rest Api testing
Round 2 - One-on-one 

(1 Question)

  • Q1. Roles and responsibilities
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Make custom hooks in reacts
  • Q2. Folder Structure using React
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your expectations
  • Ans. 

    My expectation is to lead a successful project delivery by effectively managing resources, timelines, and stakeholder expectations.

    • Clear communication with team members and stakeholders

    • Setting realistic goals and timelines

    • Proactively identifying and addressing risks

    • Ensuring quality deliverables within budget constraints

  • Answered by AI
  • Q2. What will you bring with yourself
  • Ans. 

    I will bring strong project management skills, leadership experience, and a track record of successful project delivery.

    • Extensive experience in project management

    • Proven track record of successful project delivery

    • Strong leadership skills

    • Ability to effectively communicate with stakeholders

    • Experience in managing cross-functional teams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and share how you can bring in a change
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. About family and my background
  • Q2. What would i prefer for electrical circuitry of my house, series or parallel
  • Ans. 

    I would prefer parallel electrical circuitry for my house.

    • Parallel circuitry allows for individual appliances to operate independently without affecting others

    • Parallel circuits are safer as if one appliance fails, others will continue to work

    • Parallel circuits are easier to troubleshoot and repair compared to series circuits

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Same as previous
Round 4 - Assignment 

Ppt for their requirements

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

I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell about JMM, memory area and GC.
  • Ans. 

    JMM stands for Java Memory Model, which defines how threads interact through memory. Memory area includes heap, stack, and method area. GC is responsible for managing memory by reclaiming unused objects.

    • JMM ensures visibility of shared data between threads

    • Memory area includes heap (objects), stack (method calls), and method area (class data)

    • GC (Garbage Collector) automatically reclaims memory by removing unused objects

    • ...

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2023. There were 3 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 - Aptitude Test 

Generalized tests for Doctors, had questions based on clinical case solving ability and application of knowledge.

Round 3 - Behavioral 

(1 Question)

  • Q1. Patient presentation case, need to come up with complete management of patient along with treatment, based on clinical guidelines.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep hammering at it, keep honing your skills sharp

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 Sberbank Branch in India?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What did your last experience with previous employer
  • Q2. What work I have to do and which location

Interview Preparation Tips

Interview preparation tips for other job seekers - anyboddy please be formal at the time of interview and some basic information should be mandatory about the topic of which vertical will tou have to join and then should be prepaiyer about himself

Sberbank Branch in India Interview FAQs

How many rounds are there in Sberbank Branch in India interview?
Sberbank Branch in India interview process usually has 2-3 rounds. The most common rounds in the Sberbank Branch in India interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Sberbank Branch in India 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 Sberbank Branch in India. The most common topics and skills that interviewers at Sberbank Branch in India expect are Banking Sales, SQL, Corporate Banking, Corporate Sales and B2B Sales.
What are the top questions asked in Sberbank Branch in India interview?

Some of the top questions asked at the Sberbank Branch in India interview -

  1. How would you approach a situation where a developer rejects a bug report, cate...read more
  2. There are 10 bugs but not enough time to fix all of them before release. How wo...read more
  3. What are at least five bugs that you can identify on a sample test application'...read more
How long is the Sberbank Branch in India interview process?

The duration of Sberbank Branch in India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 14 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 50%
2-4 weeks 33%
6-8 weeks 17%
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
Bank of America Interview Questions
4.2
 • 258 Interviews
DBS Bank Interview Questions
3.8
 • 180 Interviews
View all

Sberbank Branch in India Reviews and Ratings

based on 60 reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

4.1

Salary

3.6

Job security

3.5

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 60 Reviews and Ratings
orporate Loan Manager

New Delhi

3-8 Yrs

Not Disclosed

Senior Fraud Analyst

New Delhi

3-8 Yrs

Not Disclosed

Explore more jobs
Legal Counsel
37 salaries
unlock blur

₹22.5 L/yr - ₹31 L/yr

Risk Manager
10 salaries
unlock blur

₹27.7 L/yr - ₹40 L/yr

Credit Manager
6 salaries
unlock blur

₹13.8 L/yr - ₹14 L/yr

Manager
6 salaries
unlock blur

₹7.2 L/yr - ₹21.4 L/yr

Senior Manager
6 salaries
unlock blur

₹13.2 L/yr - ₹21.2 L/yr

Explore more salaries
Compare Sberbank Branch in India with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

3.7
Compare

State Bank of India

3.8
Compare
write
Share an Interview