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
asked in Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... 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

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design Patterns.
  • Q2. Oosps concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic programming.

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Study the basics for the technology you are applying. Mostly 1st round depends only on basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please keep searching and applying jobs which companies you are looking for.
Which is most important thing I ever did in Naukri.

I applied via Approached by Company and was interviewed in Dec 2018. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Asked some keywords as per JD and asked for relevant experience. HR round at this time, I don't see any rejection.
  • Q2. As per my experience, all those covered were asked. They will ask to come to thier premises and then a telephonic interview happens, funny though. The relevant people from that practice will call and check...
  • Q3. Asked about risk management
  • Q4. What is SOX Compliance
  • Ans. 

    SOX Compliance is a set of regulations that public companies must follow to ensure accurate financial reporting.

    • SOX stands for Sarbanes-Oxley Act

    • It was enacted in 2002 after accounting scandals at Enron and WorldCom

    • It requires companies to establish and maintain internal controls over financial reporting

    • It also mandates regular audits and certifications of financial statements

    • Non-compliance can result in fines, legal a

  • Answered by AI
  • Q5. What is PCI DSS
  • Ans. 

    PCI DSS stands for Payment Card Industry Data Security Standard.

    • It is a set of security standards designed to ensure that all companies that accept, process, store or transmit credit card information maintain a secure environment.

    • It was created by major credit card companies such as Visa, Mastercard, American Express, Discover, and JCB International.

    • It includes requirements for network security, data protection, access...

  • Answered by AI
  • Q6. What's ISO 27K
  • Ans. 

    ISO 27K is a set of standards for information security management systems.

    • ISO 27K provides guidelines for managing and protecting sensitive information.

    • It includes controls for risk management, access control, and incident management.

    • ISO 27K certification is often required for companies handling sensitive data.

    • Examples of ISO 27K standards include ISO 27001 and ISO 27002.

  • Answered by AI
  • Q7. How will you perform risk assessment for an application.
  • Ans. 

    Risk assessment for an application involves identifying potential threats and vulnerabilities and evaluating their impact.

    • Identify potential threats and vulnerabilities

    • Evaluate the impact of each threat or vulnerability

    • Determine the likelihood of each threat or vulnerability occurring

    • Prioritize risks based on their impact and likelihood

    • Develop a plan to mitigate or manage each risk

  • Answered by AI

Interview Preparation Tips

General Tips: Once you are in for technical round, you have to go to the premises and attend the call comes to your mobile.
The relevant skill will be tested technically.
You should be able to demonstrate your experience with relevant to the JD given to you.they dig more about Ur experience.
Skills: Communication
Duration: 1-4 weeks

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Nov 2017. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. This round has basic questions. Since my technology is Tibco BW. I was asked basic concepts and some scenario based questions. The interviewer was soft spoken and my interview took around 45 minutes.Exampl...
  • Q2. 2) Given a scenario, that you have to create an http service which sends a data from database which is large, how can we achieve that.. ? Can we send it in chunks, if yes how ?
  • Ans. 

    We can achieve this by sending the data in chunks using pagination.

    • Implement pagination to limit the amount of data sent per request.

    • Use a cursor-based pagination approach to efficiently retrieve large amounts of data.

    • Consider compressing the data to reduce the size of each chunk.

    • Use HTTP range requests to retrieve specific chunks of data.

  • Answered by AI
  • Q3. 3) how to achieve load balance and fault tolerance while deploying an application ?
  • Ans. 

    To achieve load balance and fault tolerance while deploying an application, we can use techniques like load balancing, clustering, and redundancy.

    • Implement load balancing to distribute incoming traffic across multiple servers.

    • Use clustering to group multiple servers together to work as a single unit.

    • Ensure redundancy by having multiple instances of critical components to handle failures.

    • Implement fault-tolerant mechani...

  • Answered by AI
  • Q4. 4) Difference between shared and job shared variable ?
  • Ans. 

    Shared variables are accessible by all tasks in a process, while job shared variables are only accessible by tasks in a specific job.

    • Shared variables are used to share data between tasks in a process.

    • Job shared variables are used to share data between tasks in a specific job.

    • Shared variables can cause race conditions and should be used with caution.

    • Job shared variables are useful for passing data between tasks in a job

  • Answered by AI
  • Q5. 5) what all db activities can be part of transaction group ?
  • Ans. 

    DB activities that can be part of a transaction group

    • Insertion of data into a table

    • Updating data in a table

    • Deletion of data from a table

    • Creating or dropping a table

    • Altering the structure of a table

    • Executing stored procedures

    • Executing functions

    • Executing triggers

  • Answered by AI
  • Q6. This is majorly your salary discussion

Interview Preparation Tips

General Tips: You have to be patient and calm. If you do not know anything say you do not know.
Mostly you are through once your technical round is clear.
Skills: tibco
Duration: 1-3 Months

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About Technical subjects
  • Q2. Technology subjects
Round 2 - Group Discussion 

Subject

Round 3 - HR 

(8 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your strengths and weaknesses?
  • Q3. What is your family background?
  • Q4. What are your salary expectations?
  • Q5. Share details of your previous job.
  • Q6. Why should we hire you?
  • Q7. Why are you looking for a change?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Having Technical support roles

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was interviewed related to infrastructure migration from on premise environment to cloud service models. More on UNIX to Linux migrations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were polite and had good understanding about Thier requirement . They were more stuck on different approaches that can be adopted for migration process and were concerned on the challanges faced during migrations.

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 260 salaries
₹5.5 L/yr - ₹21 L/yr
38% 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.7/5

Rating in categories

3.9

Skill development

3.4

Work-life balance

2.6

Salary

4.0

Job security

3.6

Company culture

3.2

Promotions

3.2

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
384 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
260 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Architect
209 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Solution Engineer
191 salaries
unlock blur

₹0 L/yr - ₹0 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