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, Process, and Tips

Updated 3 Jan 2025

Top Sberbank Branch in India Interview Questions and Answers

View all 11 questions

Sberbank Branch in India Interview Experiences

Popular Designations

7 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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed 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

Top Sberbank Branch in India Quality Analyst Interview Questions and Answers

Q1. What is the difference between path params and query params
View answer (1)

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
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

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)
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

Sberbank Branch in India interview questions for popular designations

 Quality Analyst

 (1)

 Senior QA Engineer

 (1)

 Business Development Manager

 (1)

 Delivery Project Lead

 (1)

 Java Developer

 (1)

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

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)
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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Jobs at Sberbank Branch in India

View all

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

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2018. There were 4 interview rounds.

Interview Preparation Tips

General Tips: I am mohd zaffer with three year computer diploma three year work experience in computer center lam interested for this bank job sir you gave me opportunity for this job
Skills: Computer Networking

Intern Interview Questions & Answers

ICICI Bank user image Priyanka Bagree

posted on 3 May 2017

I was interviewed before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell us something which we can't find out from your CV.
  • Ans. 

    I am an avid rock climber and have scaled some of the tallest peaks in the region.

    • I have been rock climbing for over 5 years.

    • I have climbed peaks such as Mount Everest Base Camp and El Capitan in Yosemite.

    • Rock climbing has taught me valuable lessons in perseverance and problem-solving.

  • Answered by AI
  • Q2. Fall in the Chinese yuan
  • Ans. 

    The fall in the Chinese yuan is due to various factors such as trade tensions, economic slowdown, and government policies.

    • Trade tensions between China and the US have led to a decrease in demand for the yuan

    • China's economic growth has slowed down, leading to a decrease in investor confidence

    • The Chinese government has implemented policies to devalue the yuan in order to boost exports

    • The fall in the yuan has led to conce

  • Answered by AI
  • Q3. Ratios for banks
  • Ans. 

    Ratios are important for banks to measure their financial health and performance.

    • Common ratios used for banks include capital adequacy ratio, loan-to-deposit ratio, and net interest margin.

    • Capital adequacy ratio measures a bank's ability to absorb losses, while loan-to-deposit ratio shows the bank's ability to lend money.

    • Net interest margin measures the difference between interest earned on loans and interest paid on d...

  • Answered by AI
  • Q4. Why ICICI?
  • Ans. 

    ICICI is a leading financial institution known for its innovative products and services.

    • ICICI has a strong reputation in the financial industry

    • Offers a wide range of products and services for customers

    • Known for its innovative digital banking solutions

    • Provides opportunities for growth and development

  • Answered by AI

Interview Preparation Tips

Round: Test
Tips: The best way to clear this round is to be truthful. There are no correct answers which will also be told during this test. It is very easy, however, to understand if someone is lying on this test.
Duration: 40 minutes

Round: Group Discussion
Tips: Be confident.
Try and start the GD but make sure you can give it a direction.
Don't repeat points just to get more talking time.
Allow others to explain their point of view.
Duration: 10 minutes

Round: Technical + HR Interview
Tips: Don't get worked up or stressed if you don't know the answer to a question.
Prepare very well on the things mentioned in your CV.
Don't try to make up things.

College Name: IIM Raipur

Interview Questionnaire 

1 Question

  • Q1. About banks in Indian market About kotak Savings accounts Current accounts Rate of interest NII NIV

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, Corporate Banking, SQL, 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.

Sberbank Branch in India Interview Process

based on 12 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Bajaj Finance Interview Questions
4.0
 • 302 Interviews
View all

Sberbank Branch in India Reviews and Ratings

based on 29 reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

4.1

Salary

3.7

Job security

3.7

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 29 Reviews and Ratings
Head of Department of Methodology (Delhi)

New Delhi

10-15 Yrs

Not Disclosed

Manual Senior QA

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Fraud Analyst

New Delhi

1-4 Yrs

Not Disclosed

Explore more jobs
Credit Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Risk Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Specialist
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sberbank Branch in India with

State Bank of India

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview