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

Updated 25 Mar 2022

SBS Module Lead Interview Experiences

2 interviews found

Module Lead Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2022

I applied via Naukri.com and was interviewed in Jan 2022. There were 5 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 - Assignment 

Online coding test

Round 3 - Technical 

(3 Questions)

  • Q1. Basic Core Java Questions
  • Q2. Advance java (J2EE) questions
  • Q3. Multi threading questions
Round 4 - Technical 

(3 Questions)

  • Q1. Multi threading questions
  • Q2. Spring and hibernate questions
  • Q3. Hands on coding test
Round 5 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for SBS Module Lead interview:
  • Java
  • Spring
  • Hibernate
  • Collections
  • Multithreading
Interview preparation tips for other job seekers - Prepare well core Java, collections, spring and hibernate. You can crack easily

Module Lead Interview Questions & Answers

user image Anonymous

posted on 25 Mar 2022

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic cobol programming
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Managerial round
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, focus on cobol, jcl & db2

Module Lead Interview Questions Asked at Other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , ... read more
asked in Mphasis
Q2. How can you create a Singleton class in Java?
asked in LTIMindtree
Q3. 1. Difference between calculate and filter function. 2. What is p ... read more
asked in LTIMindtree
Q4. 1. Difference between sum and sumx function in power bi. 2. What ... read more
asked in Ciena
Q5. Given a list of numbers in an array ,traverse the array in a way ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles
Round 2 - Technical 

(1 Question)

  • Q1. Interface and abstraction
Round 3 - HR 

(1 Question)

  • Q1. Why you join this organization
Round 1 - Technical 

(1 Question)

  • Q1. What is an array, define with an example?
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be of fixed size or dynamic size

    • Elements in an array can be accessed using their index

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • The above array has 5 elements of type int

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of programing skills
Database knowledge

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology, Agartala and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Insertion sort in linked list
  • Ans. 

    Insertion sort is a simple sorting algorithm that builds the final sorted list one item at a time.

    • Start with the second element and compare it with the elements before it, moving elements to the right until finding the correct position.

    • Repeat this process for each element in the list.

    • Time complexity of O(n^2) in worst case scenario.

    • Example: 5 -> 2 -> 4 -> 3 -> 1, after insertion sort: 1 -> 2 -> 3 -> 4 -> 5

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

(1 Question)

  • Q1. Mutable immutable data structures in python, friend functions, call by value, call by reference, building tree from inorder and preorder traversal/inorder and postorder/preorder and postorder

Interview Preparation Tips

Topics to prepare for CES Software Engineer interview:
  • Python
  • C++
  • OOPS
  • Dynamic programming
  • Graph

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. Sql and core java, oops concepts ,exceptional handling
  • Q2. Sql Union command and what is sp,joints
  • Ans. 

    SQL Union command is used to combine the result sets of two or more SELECT statements. SP stands for Stored Procedure and Joints is not a valid term in SQL.

    • UNION command is used to combine the result sets of two or more SELECT statements into a single result set.

    • SP or Stored Procedure is a precompiled collection of SQL statements that can be executed with a single call.

    • Joints is not a valid term in SQL, it might be a t...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and joining commitment

Interview Preparation Tips

Interview preparation tips for other job seekers - Spokes hr very carefully and he asks bond for agreement

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. About the previous experience
  • Q2. Explained in detail about the past works taken

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be honest and make sure you give your 100 percent, be ready to be cooked
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at New Horizon College of Engineering, Bangalore and was interviewed before Apr 2022. There were 3 interview rounds.

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 - Aptitude Test 

90 minutes - fullstack development questions and coding questions

Round 3 - Technical 

(3 Questions)

  • Q1. Explain about CSS positions?
  • Ans. 

    CSS positions determine the layout of an element on a web page.

    • There are four types of CSS positions: static, relative, absolute, and fixed.

    • Static is the default position and elements are positioned according to the normal flow of the page.

    • Relative positions elements relative to their normal position.

    • Absolute positions elements relative to the nearest positioned ancestor.

    • Fixed positions elements relative to the viewpor...

  • Answered by AI
  • Q2. What are the benefits of using Bootstrap over others? Can you name alternatives and tell me why you would choose it over Bootstrap?
  • Ans. 

    Bootstrap is a popular front-end framework with many benefits over alternatives.

    • Bootstrap has a large community and extensive documentation, making it easy to find help and resources.

    • It is highly customizable and offers a wide range of pre-built components, saving development time.

    • Bootstrap is mobile-first and responsive, ensuring a consistent user experience across devices.

    • Alternatives like Foundation and Materialize ...

  • Answered by AI
  • Q3. Can you replicate a product listing design in CSS?
  • Ans. 

    Yes, I can replicate a product listing design in CSS.

    • I would first analyze the design and break it down into its components.

    • Then, I would use CSS to create the necessary HTML structure and apply styles to each component.

    • I would ensure that the design is responsive and works well on different screen sizes.

    • I would also pay attention to accessibility and ensure that the design is usable for all users.

    • Examples of component...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice your niche and show the interviewer that you know what you are doing.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Nice everything was good it was good

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join this company
  • Ans. 

    I am impressed by the company's innovative projects and collaborative work culture.

    • Innovative projects in AI and machine learning excite me

    • Positive reviews from current employees about the work culture

    • Opportunities for growth and learning in a supportive environment

  • Answered by AI
  • Q2. What are your strengths and weaknesses
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include sometimes being too critical of my own work.

    • Strengths: problem-solving skills, attention to detail

    • Weaknesses: being too critical of my own work

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - everything is good give your best

I was interviewed in Jul 2022.

Round 1 - Technical 

(1 Question)

  • Q1. OOP's concept, core java
Round 2 - Technical 

(1 Question)

  • Q1. Spring Boot concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java basics, OOPs concept, collections

SBS Interview FAQs

How many rounds are there in SBS Module Lead interview?
SBS interview process usually has 4 rounds. The most common rounds in the SBS interview process are Technical, HR and Resume Shortlist.
How to prepare for SBS Module Lead 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, Banking Software, Consulting, Core Java and Financial Inclusion.
What are the top questions asked in SBS Module Lead interview?

Some of the top questions asked at the SBS Module Lead interview -

  1. Multi threading questi...read more
  2. Basic Core Java Questi...read more
  3. Spring and hibernate questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
FIS Interview Questions
3.9
 • 480 Interviews
3i Infotech Interview Questions
3.5
 • 141 Interviews
NSE.IT Interview Questions
3.6
 • 126 Interviews
Microland Interview Questions
3.5
 • 125 Interviews
View all
SBS Module Lead Salary
based on 258 salaries
₹8.5 L/yr - ₹26 L/yr
13% more than the average Module Lead Salary in India
View more details

SBS Module Lead Reviews and Ratings

based on 36 reviews

3.5/5

Rating in categories

3.1

Skill development

3.7

Work-life balance

3.5

Salary

3.5

Job security

3.6

Company culture

3.3

Promotions

3.0

Work satisfaction

Explore 36 Reviews and Ratings
Module Lead
258 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
152 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