Upload Button Icon Add office photos
Engaged Employer

i

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

IBS Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IBS Software Services Technical Lead Interview Questions and Answers

Updated 22 Nov 2021

IBS Software Services Technical Lead Interview Experiences

4 interviews found

Interview Questionnaire 

1 Question

  • Q1. Last recent project and your role in it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your last recent project and the technologies you worked on

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

Interview Questionnaire 

1 Question

  • Q1. Java 8, Spring Boot, Microservices, Spring Cloud, Spring Security, CI/CD, Devops Tools

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 Level of technical round, 1 Managerial round and then HR round. Process was proper and fast as all three rounds was completed on the same day followed by HR interview on next day and offer released on the immediate date after HR round that too for a CTC that is offered above the expected.

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
Q3. Longest Substring Without Repeating Characters Problem Statement ... read more
asked in Wipro
Q4. What automation framework have you worked on?
asked in Cognizant
Q5. 1. Type of documentation for computer system validation. 2.Please ... read more

Interview Questionnaire 

3 Questions

  • Q1. Basic java
  • Q2. Spring MVC
  • Q3. Angular

I applied via Referral and was interviewed in Aug 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are the scopes of a spring bean?
  • Ans. 

    Scopes define the lifecycle of a Spring bean.

    • There are 5 scopes in Spring: Singleton, Prototype, Request, Session, and Global Session.

    • Singleton creates only one instance per Spring container.

    • Prototype creates a new instance every time it is requested.

    • Request creates a new instance for each HTTP request.

    • Session creates a new instance for each HTTP session.

    • Global Session creates a new instance for each global HTTP sessio...

  • Answered by AI
  • Q2. Why should we go for inversion of control?
  • Ans. 

    Inversion of control promotes loose coupling and modular design.

    • IoC allows for easier testing and maintenance.

    • It promotes separation of concerns and reduces code duplication.

    • IoC containers can manage object creation and dependencies.

    • Examples include Spring Framework, Unity, and Ninject.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Core Java Topics such as classes, interfaces, abstract classes, final, collections, streams etc.
Work well on design patterns and provide real life solutions using design patterns

Skills evaluated in this interview

IBS Software Services interview questions for designations

 Technical Architect

 (3)

 Project Lead

 (1)

 Team Lead

 (1)

 Lead Java Developer

 (1)

 Lead Product Analyst

 (1)

 Product Support Lead

 (1)

 Software Developer

 (10)

 Software Engineer

 (9)

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Description about projects
Round 2 - Technical 

(1 Question)

  • Q1. Discussion about job profile
Round 3 - HR 

(1 Question)

  • Q1. Discussion regarding CTC expectation
Round 1 - Aptitude Test 

Basic aptitude, problems of maths, numbers

Round 2 - Technical 

(1 Question)

  • Q1. Basic programming, reversing string, second last largest number
Round 3 - One-on-one 

(1 Question)

  • Q1. Why you want to join?

Interview Preparation Tips

Interview preparation tips for other job seekers - Make basic programming strong
Everybody will get training session on advanced part
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

A few programming questions based on profile

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Java questions, Basic DB questions SQL queries writting Spring MVC questions

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. Which design pattern implemented in project.
  • Ans. 

    Implemented the Observer design pattern.

    • Used to maintain consistency between related objects

    • Allows for one-to-many relationships between objects

    • Used in event-driven systems

    • Example: Used to update UI when data changes in backend

  • Answered by AI
  • Q2. Solid principals
  • Q3. Code coverage
  • Q4. Unit testing
  • Q5. Cloud services
  • Q6. Cloud integrations
  • Q7. Detail architecture of current project and what role you played
  • Q8. What software architecture you implimented and why?
  • Ans. 

    I have implemented a microservices architecture for scalability and flexibility.

    • Implemented microservices architecture using Docker and Kubernetes

    • Used API Gateway for routing and load balancing

    • Implemented service discovery using Consul

    • Implemented circuit breaker pattern using Hystrix

    • Implemented centralized logging using ELK stack

    • Implemented distributed tracing using Zipkin

    • Implemented event-driven architecture using Kaf...

  • Answered by AI
  • Q9. Writing some code logic snippet like sudo code
  • Q10. How you improved stored procedure performance
  • Ans. 

    I improved stored procedure performance by optimizing queries and indexes.

    • Identified and removed unnecessary joins and subqueries

    • Used appropriate indexing to speed up query execution

    • Reduced the number of round trips to the database by using batch processing

    • Rewrote complex queries to simpler ones

    • Used stored procedure parameters instead of variables to avoid recompilation

    • Used SET NOCOUNT ON to reduce network traffic

    • Used

  • Answered by AI
  • Q11. DB normalization and indexing
  • Q12. C# oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focused more technical questions like Design pattern implementation,Database schema design, Unit testing, code coverage, Single page app Architecture,Cloud integration questions.Lastly team handling

Skills evaluated in this interview

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 Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Process of static analysis.. what kind of testing needed for each layer in development
  • Ans. 

    Static analysis is a process of analyzing code without executing it. Different layers in development require different types of testing.

    • Static analysis involves analyzing code without executing it

    • Different layers in development require different types of testing

    • For the presentation layer, testing can include checking for UI/UX issues, accessibility, and responsiveness

    • For the business logic layer, testing can include ch...

  • Answered by AI
  • Q2. Bugs which you have fixed
  • Ans. 

    I have fixed various bugs related to software performance and functionality.

    • Resolved a bug causing the application to crash when processing large data sets.

    • Fixed a bug that was causing incorrect calculations in the financial module.

    • Addressed a bug that caused the user interface to freeze when performing certain actions.

    • Solved a bug that resulted in data loss when saving files in a specific format.

    • Resolved an issue wher...

  • Answered by AI
  • Q3. Coding questions on function pointers
Round 2 - Technical 

(2 Questions)

  • Q1. How are RTE calls generated? What kind of call is generated for each interface?
  • Ans. 

    RTE calls are generated to communicate between software components. Different types of calls are generated for each interface.

    • RTE calls are generated to exchange data and trigger actions between software components.

    • The type of call generated for each interface depends on the communication protocol used.

    • For example, in a RESTful API interface, HTTP requests like GET, POST, PUT, and DELETE are generated.

    • In a messaging in...

  • Answered by AI
  • Q2. What is DF memory
  • Ans. 

    DF memory stands for Delayed Feedback Memory.

    • DF memory is a type of memory system used in digital signal processing.

    • It is characterized by the presence of a feedback loop that introduces a delay in the memory access.

    • DF memory is commonly used in applications such as echo cancellation and adaptive filters.

    • It allows for the storage and retrieval of past data samples to perform calculations and adjustments.

    • An example of D...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KPIT Technologies Technical Lead interview:
  • Autosar architecture
Interview preparation tips for other job seekers - Interviewed for AUTOSAR dev role. Most of the questions were on past experience.

Skills evaluated in this interview

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Explain OOPs concepts using real life example?
  • Ans. 

    OOPs concepts are used in real life to model objects and their behavior.

    • Encapsulation: A car's engine is encapsulated and can only be accessed through specific methods.

    • Inheritance: A sports car is a type of car that inherits properties and methods from the car class.

    • Polymorphism: A person can be a student, teacher, or employee, each with their own unique behavior.

    • Abstraction: A TV remote has buttons that abstract the c...

  • Answered by AI
  • Q2. Internal working of Hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and uses hashing to locate values based on their keys.

    • Hashmap uses an array of linked lists to store key-value pairs.

    • The hash function is used to convert the key into an index of the array.

    • If two keys have the same hash value, they are stored in the same linked list.

    • Hashmap provides constant time complexity for insertion, deletion, and retrieval of values.

    • Java's H...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of core concepts will be a good to have.

Skills evaluated in this interview

IBS Software Services Interview FAQs

How to prepare for IBS Software Services Technical 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 IBS Software Services. The most common topics and skills that interviewers at IBS Software Services expect are Apache Tomcat, Core Java, Eclipse, GIT and J2Ee.
What are the top questions asked in IBS Software Services Technical Lead interview?

Some of the top questions asked at the IBS Software Services Technical Lead interview -

  1. Why should we go for inversion of contr...read more
  2. What are the scopes of a spring be...read more
  3. Java 8, Spring Boot, Microservices, Spring Cloud, Spring Security, CI/CD, Devop...read more

Tell us how to improve this page.

IBS Software Services Technical Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
IBS Software Services Technical Lead Salary
based on 266 salaries
₹5.5 L/yr - ₹20 L/yr
37% less than the average Technical Lead Salary in India
View more details

IBS Software Services Technical Lead Reviews and Ratings

based on 30 reviews

3.8/5

Rating in categories

4.1

Skill development

3.4

Work-life balance

2.8

Salary

4.2

Job security

4.1

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 30 Reviews and Ratings
Senior Software Engineer
594 salaries
unlock blur

₹4 L/yr - ₹14.1 L/yr

Software Engineer
390 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Technical Lead
266 salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Solution Architect
207 salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Solution Engineer
190 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Explore more salaries
Compare IBS Software Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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