Upload Button Icon Add office photos
Premium Employer

i

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

SBS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SBS Interview Questions and Answers

Updated 11 Apr 2025
Popular Designations

12 Interview questions

A Software Developer was asked 9mo ago
Q. What is the output of this program?
Ans. 

The program will output 'Hello World!'

  • The program prints the string 'Hello World!' to the console

  • There are no variables or conditions affecting the output

View all Software Developer interview questions
A Software Developer was asked 9mo ago
Q. Who are DBAs?
Ans. 

DBA stands for Database Administrator. They are responsible for managing and maintaining databases.

  • DBAs ensure data integrity and security in databases

  • They optimize database performance and troubleshoot issues

  • DBAs may also be involved in database design and implementation

  • Examples: Oracle DBA, SQL Server DBA

View all Software Developer interview questions
A Software Developer was asked 9mo ago
Q. What is the purpose of the transient keyword?
Ans. 

The transient keyword in Java prevents serialization of certain class fields, ensuring they are not saved during object serialization.

  • Used in Java to indicate that a field should not be serialized.

  • Example: `transient int temp;` - 'temp' will not be saved during serialization.

  • Useful for sensitive data like passwords or temporary states.

  • Transient fields are initialized to default values upon deserialization.

View all Software Developer interview questions
A Senior Software Tester was asked 11mo ago
Q. Explain the different types of testing.
Ans. 

Different types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

  • Unit Testing: Testing individual components or modules of a software application in isolation.

  • Integration Testing: Testing the interaction between different components or modules to ensure they work together correctly.

  • System Testing: Testing the entire system as a whole to verify that it...

View all Senior Software Tester interview questions
A Senior Software Tester was asked 11mo ago
Q. Explain the different types of tests.
Ans. 

Types of tests include unit testing, integration testing, system testing, and acceptance testing.

  • Unit testing: Testing individual components or modules of the software.

  • Integration testing: Testing how different modules work together.

  • System testing: Testing the entire system as a whole.

  • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

View all Senior Software Tester interview questions
A SDE was asked
Q. Please provide a detailed introduction about yourself.
Ans. 

I am a software engineer with expertise in SDE.

  • Proficient in programming languages like Java, C++, and Python

  • Experience in developing and maintaining software applications

  • Strong problem-solving and analytical skills

  • Familiarity with software development methodologies like Agile

  • Ability to work collaboratively in a team environment

View all SDE interview questions
An IT Infrastructure Lead was asked
Q. Tell me about your past experience with middleware technologies and DevOps.
Ans. 

Experienced in middleware technologies and DevOps, enhancing system integration and deployment efficiency.

  • Implemented middleware solutions like Apache Kafka for real-time data streaming, improving data flow between applications.

  • Utilized Docker and Kubernetes for container orchestration, streamlining deployment processes and ensuring scalability.

  • Integrated CI/CD pipelines using Jenkins, automating testing and deplo...

View all IT Infrastructure Lead interview questions
Are these interview questions helpful?
A Technical Lead was asked 2mo ago
Q. Subscript in search
Ans. 

Subscript in search refers to indexing elements in data structures for efficient retrieval.

  • Subscript is often used in arrays to access elements, e.g., array[2] retrieves the third element.

  • In programming, subscripts can be negative, e.g., array[-1] accesses the last element in some languages.

  • Subscript notation is common in languages like Python, C++, and Java for array manipulation.

  • In databases, subscripts can opti...

View all Technical Lead interview questions
A Software Developer was asked 9mo ago
Q. OOPS concepts in Java
Ans. 

OOPS concepts in Java refer to the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the implem...

View all Software Developer interview questions
A Senior Software Tester was asked 11mo ago
Q. Gap analysis in a given scenario
Ans. 

Gap analysis involves comparing current state to desired state to identify discrepancies and plan improvements.

  • Identify current state and desired state

  • Analyze the differences between the two states

  • Develop a plan to bridge the gaps

  • Implement the plan and monitor progress

  • Examples: comparing current software functionality to desired features, comparing test coverage to industry standards

View all Senior Software Tester interview questions

SBS Interview Experiences

26 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - MCQ 

(2 Questions)

  • Q1. Output of this program ?
  • Ans. 

    The program will output 'Hello World!'

    • The program prints the string 'Hello World!' to the console

    • There are no variables or conditions affecting the output

  • Answered by AI
  • Q2. Who are DBA ?
  • Ans. 

    DBA stands for Database Administrator. They are responsible for managing and maintaining databases.

    • DBAs ensure data integrity and security in databases

    • They optimize database performance and troubleshoot issues

    • DBAs may also be involved in database design and implementation

    • Examples: Oracle DBA, SQL Server DBA

  • Answered by AI
Round 2 - Aptitude Test 

Duration was 1 hr 30 mins. 11 questions

Round 3 - MCQ(PEN PAPER) 

(2 Questions)

  • Q1. Transient keyword ?
  • Ans. 

    The transient keyword in Java prevents serialization of certain class fields, ensuring they are not saved during object serialization.

    • Used in Java to indicate that a field should not be serialized.

    • Example: `transient int temp;` - 'temp' will not be saved during serialization.

    • Useful for sensitive data like passwords or temporary states.

    • Transient fields are initialized to default values upon deserialization.

  • Answered by AI
  • Q2. What can be final ?
  • Ans. 

    Final keyword in Java can be used with variables, methods, and classes to make them unchangeable.

    • Variables declared with 'final' keyword cannot be reassigned.

    • Methods declared with 'final' keyword cannot be overridden.

    • Classes declared with 'final' keyword cannot be subclassed.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. OOPS concepts in Java
  • Ans. 

    OOPS concepts in Java refer to the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementat...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Worked on developing web applications using Java Spring framework

    • Proficient in database management with SQL

  • Answered by AI
  • Q2. Anything u would like to ask

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good company. First round was an MCQ based round where u will be asked qs related to DBMS , Java , Python and SE. difficulty level was moderate mostly qs will be output based . Cutt-off for this round will be high. Second round is quite difficult . It is completely an aptitude based round . But you wont be asked aptitude questions. They will give u strange some flowchart type of questions which will be bit longer and complicated. If you do it with keen eye and carefully , then only u will be able to clear it. Cutt off is again high. Out of 11 qs, u need to solve atleast 8 or 9 correctly. Third round was again an mcq based round with speciality in java (pen paper). Questions were fairly tough including concepts of collection frameworks , concurrency , multithreading and data structures. Last round was an technical interview . It lasted for an almost 30 mins in the company premises. All questions will be from JAVA and the projects u made. They will also ask u to write logic of some codes like palindrome, fibonacci etc. Very last will be HR . I cleared all rounds but failed in Technical interview. (Make sure to have a very deep knowledge of projects).

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. What is leadership
  • Ans. 

    Leadership is the ability to guide, inspire, and influence others towards achieving common goals.

    • Vision: A leader sets a clear vision for the team, like a project manager outlining project goals.

    • Empowerment: Leaders empower team members by delegating responsibilities, such as allowing developers to take ownership of features.

    • Communication: Effective leaders maintain open lines of communication, ensuring everyone is inf...

  • Answered by AI
  • Q2. Tell what innovation you did
  • Ans. 

    Developed a real-time data processing system that improved response times by 40%, enhancing user experience and operational efficiency.

    • Implemented a microservices architecture to decouple components, allowing for independent scaling and faster deployments.

    • Introduced a caching layer using Redis, which reduced database load and improved data retrieval times by 60%.

    • Automated deployment processes using CI/CD pipelines, res...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time with sbs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

  • Q1. Subscript in search
  • Ans. 

    Subscript in search refers to indexing elements in data structures for efficient retrieval.

    • Subscript is often used in arrays to access elements, e.g., array[2] retrieves the third element.

    • In programming, subscripts can be negative, e.g., array[-1] accesses the last element in some languages.

    • Subscript notation is common in languages like Python, C++, and Java for array manipulation.

    • In databases, subscripts can optimize ...

  • Answered by AI
  • Q2. Db2 performance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain different types of testing
  • Ans. 

    Different types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit Testing: Testing individual components or modules of a software application in isolation.

    • Integration Testing: Testing the interaction between different components or modules to ensure they work together correctly.

    • System Testing: Testing the entire system as a whole to verify that it meet...

  • Answered by AI
  • Q2. Explain types of tests
  • Ans. 

    Types of tests include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different modules work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

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

(1 Question)

  • Q1. Gap analysis in a given scenario
  • Ans. 

    Gap analysis involves comparing current state to desired state to identify discrepancies and plan improvements.

    • Identify current state and desired state

    • Analyze the differences between the two states

    • Develop a plan to bridge the gaps

    • Implement the plan and monitor progress

    • Examples: comparing current software functionality to desired features, comparing test coverage to industry standards

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussion on salary

Skills evaluated in this interview

Project Manager Interview Questions & Answers

user image Rahul Khurana

posted on 23 Mar 2025

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

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

  • Q1. No. Technology questions
  • Q2. Old technology questions
  • Q3. Functional analysis questions asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Generally DSA based mcqs on linked list and other data structures

Round 2 - Aptitude Test 

Special Aptitude test like on Array you have to perform some operations accordingly based on flow chart and then output the value at particular index of Array

Interview Preparation Tips

Interview preparation tips for other job seekers - Mcq test on basic Java was conducted
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Checked about location preferences
  • Q2. Discussed about my role and pay scale

Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2023

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

I applied via Approached by Company and was interviewed in Sep 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 - Technical 

(3 Questions)

  • Q1. Java 8 concepts
  • Q2. 1. Apache Spark
  • Q3. Microservices Architecture
Round 3 - Technical 

(3 Questions)

  • Q1. 1. System Design 2. Microservices 3. AWS 4. Docker & Kubernetes 5. Apache Kafka
  • Q2. Java 8 Streams API
  • Q3. Design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Java 8 Lambda & functional programming concepts are a must.
2. Microservices architecture & its patterns.
3. Domain Driven Design
4. JUnit Test cases are a must, they would ask you to write some.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 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 - Technical 

(1 Question)

  • Q1. Technical interview was of good standard. Although it was communicated that the profile was related to QA testing with banking domain knowledge. But some questions were on automation as well. Database, API...
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round was also good for me. Mostly previous project and company related question were asked. Banking domain question were there. I got selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply and give interview to this company.HR confirmed that I got selected. But after continuous follow follow up with HR for 2 weeks, he said position is on hold now. He will inform me once it is available. Now 6 months passed and no communication.

This has happened to me twice with different different HR. One in 2021 and another in 2023. Very bad company hiring process.

I heard the similar incident from other people also. They are playing with our emotions and also wasting the time. **DO NOT GO FOR INTERVIEW AT SOPRA BANKING**
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Question was on JAVA based on the framework and UI Designs

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is very slow and the people taking the interview does not know much about the Technical things in JAVA

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 SBS?
Ask anonymously on communities.

SBS Interview FAQs

How many rounds are there in SBS interview?
SBS interview process usually has 3-4 rounds. The most common rounds in the SBS interview process are Technical, HR and Resume Shortlist.
How to prepare for SBS 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 SBS. The most common topics and skills that interviewers at SBS expect are Agile Coaching, SQL, Troubleshooting, Consulting and Python.
What are the top questions asked in SBS interview?

Some of the top questions asked at the SBS interview -

  1. Related to your past experience on middleware technologies and DevO...read more
  2. who are DB...read more
  3. what can be fina...read more
What are the most common questions asked in SBS HR round?

The most common HR questions asked in SBS interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. What is your family backgrou...read more
How long is the SBS interview process?

The duration of SBS interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 20 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 38%
2-4 weeks 62%
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
NSE.IT Interview Questions
3.6
 • 137 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
View all

SBS Reviews and Ratings

based on 264 reviews

3.0/5

Rating in categories

2.7

Skill development

3.5

Work-life balance

3.2

Salary

2.9

Job security

2.9

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 264 Reviews and Ratings
Module Lead
272 salaries
unlock blur

₹14.1 L/yr - ₹23.5 L/yr

Technical Lead
241 salaries
unlock blur

₹17.4 L/yr - ₹30.7 L/yr

Senior Software Engineer
148 salaries
unlock blur

₹6.5 L/yr - ₹21 L/yr

Project Lead
146 salaries
unlock blur

₹23 L/yr - ₹39.2 L/yr

Senior Software Development Engineer
48 salaries
unlock blur

₹15.8 L/yr - ₹31 L/yr

Explore more salaries
Compare SBS with

3i Infotech

3.4
Compare

Microland

3.5
Compare

Newgen Software Technologies

3.8
Compare

NSE.IT

3.6
Compare
write
Share an Interview