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 SDE Interview Questions and Answers

Updated 2 Dec 2023

SBS SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Nikita Khedar

posted on 2 Dec 2023

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

I applied via Campus Placement and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Your intro in detail
  • 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

  • Answered by AI
  • Q2. Any que for them
  • Q3. What keep u driving
Round 3 - Technical 

(1 Question)

  • Q1. Basic Data structures and algorithms

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse a string
  • Ans. 

    Function to reverse a given string.

    • Create an empty string to store the reversed string.

    • Iterate through the input string in reverse order and append each character to the new string.

    • Return the reversed string.

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Infosys user image Anonymous

posted on 17 May 2022

I appeared for an interview in Apr 2022.

Round 1 - Coding Test 

(3 Questions)

Round duration - 180 minutes
Round difficulty - Hard

There was 1 round of 180 minutes which contains of 3 questions from DSA. the two question was of medium level but one question is of neither difficult nor medium level question based on tree

  • Q1. 

    Longest Increasing Subsequence Problem Statement

    Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...

  • Ans. 

    Find the length of the longest strictly increasing subsequence in an array of integers.

    • Use dynamic programming to keep track of the longest increasing subsequence ending at each element.

    • Initialize an array to store the length of the longest increasing subsequence ending at each index.

    • Iterate through the array and update the length of the longest increasing subsequence for each element.

    • Return the maximum value in the ar...

  • Answered by AI
  • Q2. 

    Bipartite Graph Problem

    Check whether a given graph is bipartite or not. Return true if the graph's vertices can be divided into two independent sets, ‘U’ and ‘V’, such that every edge (‘u’, ‘v’) either c...

  • Ans. 

    Check if a given graph is bipartite by dividing vertices into two independent sets.

    • Use BFS or DFS to traverse the graph and assign colors to vertices to check for bipartiteness.

    • If an edge connects vertices of the same color, the graph is not bipartite.

    • Return true if all edges connect vertices of different colors, else return false.

  • Answered by AI
  • Q3. 

    Count Inversions Problem Statement

    Given an integer array ARR of size N containing all distinct values, determine the total number of inversions present in the array.

    An inversion is defined for a pair o...

  • Ans. 

    Count the total number of inversions in an integer array.

    • Iterate through the array and for each pair of elements, check if the conditions for inversion are met.

    • Use a nested loop to compare each element with all elements to its right.

    • Keep a count of the inversions found and return the total count at the end.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

In interview I was asked about some question related to Data structures , DBMS . Some output based question was asked and 2 coding problems was given to solve.

  • Q1. 

    Return Subsets Sum to K Problem Statement

    Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'.

    Explanation:

    A subset of an array 'ARR' is a tupl...

  • Ans. 

    Given an array and an integer, return all subsets that sum to the given integer.

    • Use backtracking to generate all possible subsets of the array.

    • For each subset, check if the sum equals the given integer 'K'.

    • Print the subsets that satisfy the condition.

    • Example: For input [1, 2, 3] and K=3, subsets [1, 2] and [3] have sum 3.

  • Answered by AI
  • Q2. 

    Boundary Traversal of Binary Tree

    Given a binary tree of integers, your task is to print the boundary nodes of the binary tree in an anti-clockwise direction starting from the root node.

    Note:
    The boundary...
  • Ans. 

    Boundary traversal of a binary tree in anti-clockwise direction starting from the root node.

    • Implement a function to calculate the boundary traversal of a binary tree

    • Include nodes from left boundary, leaf nodes, and right boundary in sequence

    • Ensure only unique nodes are included in the output

    • Print the boundary nodes separated by single spaces for each test case

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE in PuneEligibility criteria60% in 12th & above 65% in B.techInfosys interview preparation:Topics to prepare for the interview - Data Structures, DBMS ,OOPS ,System Design, Algorithms, Dynamic Programming.Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 - Practice At least 250 Questions of DS algo
Tip 2 - Do at least 2 application based projects
Tip 3 - Practice questions with optimized approaches

Application resume tips for other job seekers

Tip 1 : Have some application based projects on resume.
Tip 2 : Do not put false things on resume.
Tip 3 : Project should clear and crisp

Final outcome of the interviewRejected

Skills evaluated in this interview

SDE Interview Questions & Answers

Infosys user image Kartik Saroha

posted on 14 Dec 2024

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

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

July online coding test consists of 3 question pretty medium level

Round 2 - Group Discussion 

July -economics ,good commumication skill checks

SDE Interview Questions & Answers

Infosys user image Anonymous

posted on 23 Jan 2025

Interview experience
3
Average
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

General aptitide test

Round 2 - Coding Test 

Basic coding test like DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - just have basic preparation

SDE Interview Questions & Answers

Infosys user image Piyush Bhati

posted on 5 Aug 2024

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

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. What is annotation in spring boot
  • Ans. 

    Annotations in Spring Boot are used to provide metadata about the application's components, helping Spring to understand how to manage them.

    • Annotations are used to configure Spring Boot components such as controllers, services, repositories, etc.

    • Annotations help Spring Boot to automatically detect and configure beans based on the annotations used.

    • Examples of annotations in Spring Boot include @RestController, @Service,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Tell about yourself
  • Q2. Basic c programs
  • Q3. Tell about your parents
  • Q4. Explain your standing project

Interview Preparation Tips

Round: Resume Shortlist
Experience: They have selected those who have no standing arrears
Tips: Clear  arrears before 5 sem

Round: Test
Experience: Quantitative is little tough but i am lucky that i am able to solve the problems
Tips: Use formulas
Duration: 65 minutes
Total Questions: 90 min

Round: Group Discussion
Experience: No group discussion
Tips: Prepare well for GD

Round: HR Interview
Experience: I have spoke for 2 min and hr was impressed for it. Wrote some programs. Explained my project
Tips: For any hr interview prepare about your self. Learn some basic c programs, learn your project diagram. If u have any questions ask to hr to impress him

General Tips: Start doing some apptitude questions
Skill Tips: Whatever you talk,  speak it clearly. Dont get tension
Skills: communication skill
College Name: SATHYABAMA UNIVERSITY
Motivation: Our seniors

Interview Questionnaire 

1 Question

  • Q1. Questions vary from HR to HR

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume is the most important part of your whole placement process. Your resume reflects your whole profile, what you are. So, we had to do that properly. Main thing is the format of the resume. For getting the proper format itself we had to go through a lot, but our staffs do guide us so that's not a problem.
Tips: Stick to the proper and latest format and make sure your resume shouldn't be more than 2 pages, that's ideal for a fresher. Write only those points that are valid and if any question asked related to that, you can answer.

Round: Test
Experience: We had gone through a lot of practice tests during the placement classes and if your English is good, you will easily get through it. They just give basic grammer which we have already learnt in our school days. The Quant's part is also easy and basic maths that we have done in our primary school (7-10). Reasoning part completely based on your IQ level.
Tips: Focus on your vocabulary. Read books, articles and whatever you can. Just keep yourself up to date. Practice the basic quants. There are various books for both Quant's and reasoning. Just keep practising.
Duration: 30 mins minutes
Total Questions: depends (20-30)

Round: HR Interview
Experience: I had a very tough experience. Since I'm from Biotechnology department, I was asked questions like why do I want to work in an IT company. They were actually testing my patience and I got through it. Your HR interview depends on your HR itself, even the time limit. My interview went for almost half an hour, but for few it got over even in 10-15 mins, so it depends.
Tips: Just be confident. Presentation is very important. Present yourself in a confident manner and be calm and patience. You should have good communication skill.

General Tips: Be confident and patient. Make sure you choose the proper job for yourself and have interest in that field. You will get through it. Placement is not that tough as you think. Just have confidence in yourself and you will get it. All the best.
Skills: Quants, verbal, reasoning, Soft skills, Communication skill
College Name: SATHYABAMA UNIVERSITY
Motivation: I have always wanted to go in this and Infosys is considered as one the top IT companies in India and more over they offer you the best training. An infocician is highly recognised outside. Last but not the least, you have the biggest and the best campus for Infosys.
Funny Moments: Nothing as such, but I had really a funny HR round. For half an hour he kept Me asking the same question just to check my patience level. We had a great time during the placement classes. All the staffs were very friendly and interactive.

Software Engineer Interview Questions & Answers

Infosys user image Saideep Kamishetty

posted on 16 Mar 2015

Interview Preparation Tips

General Tips: Sit straight while facing interviewer,
Answer to his questions boldly and carefully
Practice is must for passing out written test
Skill Tips: Coolness,Way i communicate with the interviewer,My technical skills regarding my project,My participation in my co-curricular activities
College Name: Sreenidhi Institute of science and technology
Motivation: Like the way they work,
Mysore training,
R&D of infosys
Funny Moments: At the end of my interview the interviewer had asked me about my apartment and the way we conduct events most funniest one is he stays in our locality

Interview Preparation Tips

Round: Test
Experience: The written exam consisted of first 40 mins contributed to logical reasoning and aptitude consisting questions of normally average level.(R.S.Aggarwal is more than sufficient and you can practise questions on WWW.Indiabix.com;almost all questions are similar which are there in this website except values are changed)The next 35 minutes was for verbal test consisting of 40 questions. (including 2 comprehensions followed by 5 questions each, sentence correction, fill in the blanks etc.After clearing the written examination there was a pretty cool interview which lasted for 10-15 minutes.
Tips: Its a pretty cool exam which everyone can easily clear with prior knowledge in mathematics(+2 level) and try not to be tensed.
Duration: 75 min minutes
Total Questions: 80

Round: HR Interview
Experience: Interview is quite funny where we think much will be asked but nothing will be asked. Its just a personality test. Interviewer tested me on basic syntax and asked me to write "Hello world" in HTML and little about CSS was asked as I mentioned that I know html and CSS in my resume.

College Name: NIT WARANGAL

SBS Interview FAQs

How many rounds are there in SBS SDE interview?
SBS interview process usually has 3 rounds. The most common rounds in the SBS interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in SBS SDE interview?

Some of the top questions asked at the SBS SDE interview -

  1. Your intro in det...read more
  2. basic Data structures and algorit...read more
  3. any que for t...read more

Tell us how to improve this page.

SBS SDE Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.5k Interviews
FIS Interview Questions
3.9
 • 482 Interviews
3i Infotech Interview Questions
3.4
 • 143 Interviews
NSE.IT Interview Questions
3.6
 • 126 Interviews
Microland Interview Questions
3.5
 • 126 Interviews
View all
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
171 salaries
unlock blur

₹6.5 L/yr - ₹21 L/yr

Project Lead
145 salaries
unlock blur

₹15.6 L/yr - ₹42.7 L/yr

Software Engineer
46 salaries
unlock blur

₹4.5 L/yr - ₹10.5 L/yr

Explore more salaries
Compare SBS with

Temenos

3.2
Compare

Finastra

3.8
Compare

Infosys

3.6
Compare

Intellect Design Arena

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