Upload Button Icon Add office photos

Filter interviews by

State Bank of India Quality Analyst Interview Questions and Answers

Updated 14 Mar 2022

State Bank of India Quality Analyst Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

English, logical and arithmetic

Round 2 - One-on-one 

(1 Question)

  • Q1. Check your communication skill
Round 3 - One-on-one 

(1 Question)

  • Q1. Speak on any topic for 1 min
  • Ans. 

    The importance of time management

    • Time management is crucial for personal and professional success

    • Effective time management leads to increased productivity and reduced stress

    • Prioritizing tasks and setting realistic goals are key components of time management

    • Tools such as calendars and to-do lists can aid in time management

    • Procrastination is a common obstacle to effective time management

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Versant Test in which you need to score 6

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your grammar and vocabulary

Interview questions from similar companies

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

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

I applied via Naukri.com and was interviewed in Dec 2022. 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 - One-on-one 

(3 Questions)

  • Q1. How did you her about us?
  • Q2. Are you comfortable to relocate if needed?
  • Ans. 

    Yes, I am comfortable to relocate if needed.

    • I am open to the possibility of relocating for the right opportunity.

    • I understand that sometimes relocation may be necessary to advance in my career.

    • I am willing to adapt to new environments and embrace new challenges.

    • I have relocated in the past for job opportunities and have had positive experiences.

    • I believe that being open to relocation can broaden my professional horizon

  • Answered by AI
  • Q3. What are your hobbies?
  • Ans. 

    My hobbies include reading, playing guitar, and hiking.

    • Reading: I enjoy exploring different genres and expanding my knowledge.

    • Playing guitar: I find it relaxing and it allows me to express my creativity.

    • Hiking: I love being in nature and challenging myself physically.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pump yourself up and stay positive. Focus on your strength and use that as an advantage to capitalize on the tasks at hand.

Interview Questionnaire 

1 Question

  • Q1. Value of time
  • Ans. 

    Time is a valuable resource that should be used wisely.

    • Time cannot be bought or earned back once it is lost.

    • Effective time management can lead to increased productivity and success.

    • Prioritizing tasks and avoiding procrastination can help make the most of time.

    • Wasting time can lead to missed opportunities and negative consequences.

    • Time is a finite resource, so it is important to make the most of it.

    • Examples: Meeting dea...

  • 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

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

(5 Questions)

  • Q1. I am a technical but i am
  • Q2. I am a technical but i am / yes i am tacnical ok
  • Q3. I am not roch pepole
  • Q4. Yes i am student But not work if your working ok
  • Q5. Yes yes yes yesnonono

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Abouts qualifications, location, times and also talked about family

Interview Preparation Tips

Interview preparation tips for other job seekers - Good wishes to all job seekers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. How did you her about us?
  • Q2. Are you comfortable to relocate if needed?
  • Ans. 

    Yes, I am comfortable to relocate if needed.

    • I am open to the possibility of relocating for the right opportunity.

    • I understand that sometimes relocation may be necessary to advance in my career.

    • I am willing to adapt to new environments and embrace new challenges.

    • I have relocated in the past for job opportunities and have had positive experiences.

    • I believe that being open to relocation can broaden my professional horizon

  • Answered by AI
  • Q3. What are your hobbies?
  • Ans. 

    My hobbies include reading, playing guitar, and hiking.

    • Reading: I enjoy exploring different genres and expanding my knowledge.

    • Playing guitar: I find it relaxing and it allows me to express my creativity.

    • Hiking: I love being in nature and challenging myself physically.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pump yourself up and stay positive. Focus on your strength and use that as an advantage to capitalize on the tasks at hand.

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Quality parameters and scenarios wise related to sale improvement .
  • Ans. 

    Quality parameters and scenarios related to sales improvement involve identifying customer needs, improving product quality, and enhancing customer experience.

    • Identify customer needs and preferences through surveys and feedback

    • Improve product quality through rigorous testing and quality control measures

    • Enhance customer experience through personalized service and timely resolution of complaints

    • Implement effective sales ...

  • Answered by AI
  • Q2. If some one is not doing good in performance what would u do to improve him
  • Ans. 

    To improve performance of an employee not doing well, I would take a proactive approach and provide constructive feedback and support.

    • Identify the root cause of the poor performance

    • Provide clear and specific feedback on areas that need improvement

    • Offer support and resources to help the employee improve

    • Set achievable goals and monitor progress

    • Recognize and reward improvements

    • Consider additional training or coaching if n

  • Answered by AI
  • Q3. Quality parameters and previous work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with all above question answers

Interview Questionnaire 

1 Question

  • Q1. Value of time
  • Ans. 

    Time is a valuable resource that should be used wisely.

    • Time cannot be bought or earned back once it is lost.

    • Effective time management can lead to increased productivity and success.

    • Prioritizing tasks and avoiding procrastination can help make the most of time.

    • Wasting time can lead to missed opportunities and negative consequences.

    • Time is a finite resource, so it is important to make the most of it.

    • Examples: Meeting dea...

  • Answered by AI

State Bank of India Interview FAQs

How many rounds are there in State Bank of India Quality Analyst interview?
State Bank of India interview process usually has 4 rounds. The most common rounds in the State Bank of India interview process are One-on-one Round, Aptitude Test and Technical.
What are the top questions asked in State Bank of India Quality Analyst interview?

Some of the top questions asked at the State Bank of India Quality Analyst interview -

  1. Speak on any topic for 1 ...read more
  2. Versant Test in which you need to scor...read more
  3. Check your communication sk...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 State Bank of India interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

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.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 615 Interviews
IndusInd Bank Interview Questions
3.6
 • 578 Interviews
Bandhan Bank Interview Questions
3.7
 • 512 Interviews
Yes Bank Interview Questions
3.8
 • 409 Interviews
View all
State Bank of India Quality Analyst Salary
based on 4 salaries
₹1.2 L/yr - ₹16 L/yr
22% more than the average Quality Analyst Salary in India
View more details
Deputy Manager
628 salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Manager
531 salaries
unlock blur

₹10 L/yr - ₹34.9 L/yr

Assistant Manager
516 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

Chief Manager
352 salaries
unlock blur

₹15 L/yr - ₹50 L/yr

Branch Manager
312 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Explore more salaries
Compare State Bank of India with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

Punjab National Bank

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview