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 Software Developer Interview Questions, Process, and Tips

Updated 28 Aug 2024

SBS Software Developer Interview Experiences

1 interview found

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

I applied via campus placement at Noida Institute of Engineering & Technology, Greater Noida 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 ?
  • 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 questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hackathon on chatbot development website

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basics like shallow copy deep copy
  • Q2. Sorting techniques and psuedo code
Round 3 - HR 

(2 Questions)

  • Q1. Questions on projects
  • Q2. Introduction and insights of comapny
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

General aptitude online test

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basic concepts with eg
  • Q2. C#,Sql,MVC concepts
Round 3 - Technical 

(2 Questions)

  • Q1. Project experience
  • Ans. 

    I have experience working on various projects including web development, mobile app development, and database management.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Swift for a healthcare startup to track patient data

    • Managed a MySQL database for a financial services company to store and retrieve customer information

  • Answered by AI
  • Q2. Coding related questions asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Prev job work and project details , roles and responsibility

Round 2 - Technical 

(2 Questions)

  • Q1. What is SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines tasks performed at each stage of the software development life cycle.

    • SDLC stands for Software Development Life Cycle

    • It includes stages like planning, analysis, design, implementation, testing, and maintenance

    • Each stage has specific goals and deliverables to ensure the quality and success of the software project

  • Answered by AI
  • Q2. What is the ASp.net mean for ?
  • Ans. 

    ASP.NET stands for Active Server Pages .NET, a web application framework developed by Microsoft.

    • ASP.NET is a server-side web application framework used for building dynamic web pages and web applications.

    • It allows developers to create web applications using languages like C# or VB.NET.

    • ASP.NET provides tools and libraries for building web forms, MVC (Model-View-Controller) applications, and Web API services.

    • It is part o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tech round

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DSA questions and programming concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse string and optimize it
  • Ans. 

    Reverse array of strings efficiently

    • Use two pointers approach to swap characters from start and end of each string

    • Optimize by using in-place reversal instead of creating new strings

    • Consider edge cases like empty strings or strings with only one character

  • Answered by AI
  • Q2. Reverse binary tree
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Joining location
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Concrete class ?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is simulink
  • Ans. 

    Simulink is a graphical programming environment for modeling, simulating and analyzing multidomain dynamical systems.

    • Simulink is a tool used for modeling and simulating dynamic systems.

    • It is widely used in industries such as automotive, aerospace, and robotics.

    • Simulink allows users to create block diagrams to represent systems and simulate their behavior.

    • It is often used in conjunction with MATLAB for system design and

  • Answered by AI
  • Q2. Stateflow logic

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Javascript features
  • Q2. Virtual dom

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear and definitions should be at your tips
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain SDLC process test
  • Ans. 

    SDLC process test involves testing the software at various stages of the software development life cycle.

    • Testing is done at each stage of SDLC - requirements, design, implementation, and maintenance.

    • It helps in identifying defects early in the development process.

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

    • Testing ensures that the software meets the specified requi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - test

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Puzzle on tic tac toe

SBS Interview FAQs

How many rounds are there in SBS Software Developer interview?
SBS interview process usually has 5 rounds. The most common rounds in the SBS interview process are Aptitude Test, Technical and HR.
What are the top questions asked in SBS Software Developer interview?

Some of the top questions asked at the SBS Software Developer interview -

  1. who are DB...read more
  2. what can be fina...read more
  3. output of this progra...read more

Tell us how to improve this page.

SBS Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
SBS Software Developer Salary
based on 18 salaries
₹7.9 L/yr - ₹21 L/yr
58% more than the average Software Developer Salary in India
View more details

SBS Software Developer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

2.9

Skill development

4.4

Work-life balance

3.4

Salary

3.3

Job security

4.4

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 6 Reviews and Ratings
Module Lead
254 salaries
unlock blur

₹8.5 L/yr - ₹26 L/yr

Technical Lead
232 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Senior Software Engineer
174 salaries
unlock blur

₹6.5 L/yr - ₹21 L/yr

Project Lead
155 salaries
unlock blur

₹15.6 L/yr - ₹42.7 L/yr

Software Engineer
45 salaries
unlock blur

₹4.5 L/yr - ₹10.5 L/yr

Explore more salaries
Compare SBS with

Temenos

3.3
Compare

Finastra

3.8
Compare

Infosys

3.6
Compare

Intellect Design Arena

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