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 Senior Software Developer Interview Questions and Answers

Updated 8 Oct 2022

SBS Senior Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Sep 2022. 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. Some basic question about c# ,oops concept.
  • Ans. Mvc.net and mvc.net core basic concepts and lifecycle of mvc, data passing techniques, filters in mvc.
  • Answered Anonymously
  • Q2. Sql question and query ?
  • Q3. Procedures, function, triggers, temp table and temp variable and so on.
Round 3 - Group Discussion 

Discussed about your project and want explanation of your implemented functionality on your project and some basic questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your self on the basis of your resume and technology you had worked on.

Interview questions from similar companies

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Duration of the project and team environment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with latest technologies.

Interview Questionnaire 

1 Question

  • Q1. What is cordova?
  • Ans. 

    Cordova is a mobile application development framework that allows developers to build apps using web technologies.

    • Cordova enables developers to create cross-platform mobile apps using HTML, CSS, and JavaScript.

    • It provides access to native device APIs, allowing developers to use device features like camera, accelerometer, etc.

    • Cordova apps can be built for multiple platforms like iOS, Android, Windows, etc.

    • It was previou...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Java script
  • Q2. Ai
  • Q3. Machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with faceprep

I applied via LinkedIn and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1. tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice, but since Im not great at coding I didn't do well

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is SDLC,explain steps in SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.

    • The steps in SDLC are planning, analysis, design, development, testing, deployment, and maintenance.

    • During planning, the project scope and requirements are defined.

    • Analysis involves gathering and analyzing user requirements.

    • Design involves creating a detailed plan for the software.

    • Development involves coding a...

  • Answered by AI
  • Q2. What is your biggest achievement
  • Q3. What is foreign key
  • Ans. 

    A foreign key is a column or a set of columns in a table that refers to the primary key of another table.

    • It establishes a relationship between two tables.

    • It ensures referential integrity.

    • It helps in maintaining data consistency.

    • It can be null or have duplicate values.

    • Example: A 'customer_id' column in an 'orders' table that refers to the 'id' column in a 'customers' table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and truthfull.mention only your best learned skills in resume. When an answer not known to you tell them you have no idea about it

Skills evaluated in this interview

SBS Interview FAQs

How many rounds are there in SBS Senior Software Developer interview?
SBS interview process usually has 3 rounds. The most common rounds in the SBS interview process are Resume Shortlist, Technical and Group Discussion.
How to prepare for SBS Senior Software Developer 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 Java, Java Spring Boot and Postgresql.
What are the top questions asked in SBS Senior Software Developer interview?

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

  1. procedures, function, triggers, temp table and temp variable and so ...read more
  2. some basic question about c# ,oops conce...read more
  3. sql question and quer...read more

Tell us how to improve this page.

SBS Senior Software Developer Salary
based on 9 salaries
₹6.6 L/yr - ₹14.9 L/yr
20% less than the average Senior Software Developer Salary in India
View more details

SBS Senior Software Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Module Lead
254 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
232 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
174 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
154 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SBS with

Temenos

3.2
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