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
3.6

based on 595 Reviews

Filter interviews by

IBS Software Services Associate Software Developer Interview Questions and Answers

Updated 15 Feb 2024

IBS Software Services Associate Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain threat lifecycle in java
  • Ans. 

    Threat lifecycle in Java involves the stages of identification, prevention, detection, response, and recovery.

    • Identification: Recognizing potential threats and vulnerabilities in the Java application.

    • Prevention: Implementing security measures to mitigate the identified threats.

    • Detection: Monitoring the application for any signs of security breaches or attacks.

    • Response: Taking immediate action to address and mitigate th...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was an aptitude test, comprising of Quantative questions, Logical Reasoning and basic Verbal Ability.

Round 2 - Coding Test 

The test asked 2 programming questions on any of the languages that we were comfortable in.

Round 3 - One-on-one 

(2 Questions)

  • Q1. How will you print all the Armstrong numbers between 10 to 250
  • Ans. 

    Armstrong numbers are numbers that are equal to the sum of their own digits raised to the power of the number of digits.

    • Iterate through numbers from 10 to 250

    • Calculate the sum of each digit raised to the power of the number of digits

    • Check if the sum is equal to the original number, if yes, it is an Armstrong number

  • Answered by AI
  • Q2. How will you implement Method overrriding and overloading in C++
  • Ans. 

    Method overriding is achieved by creating a function in a derived class with the same signature as a function in the base class. Method overloading is achieved by creating multiple functions with the same name but different parameters.

    • Method overriding: Create a function in a derived class with the same name and signature as a function in the base class. Example: virtual void display() in base class and void display() ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KPIT Technologies Associate Software Developer interview:
  • Programming
  • Aptitude
  • Communication Skills
  • OOPS
Interview preparation tips for other job seekers - Prepare well and in advance. You'll surely clear it with all your hardwork.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA Array, String and Hashmap questions
  • Q2. Functional programming java questions
Round 2 - Technical 

(5 Questions)

  • Q1. Spring and spring boot related
  • Q2. HLD scenario level questions
  • Q3. SQL queries nested and joins
  • Q4. DB related questions and experience level questions and previous project situations related questions
  • Q5. Security level questions like XSS vulnerability and SQL injection
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. They asked first question related to Spring security .
  • Q2. Questions related to rest API Given scenario and asked approach
  • Q3. Database related like procedures call in db and also in springboot
  • Q4. Core java related to collections
Round 2 - Technical 

(5 Questions)

  • Q1. In second round , interviewer asked me to write logic for Array sort
  • Q2. Singleton class
  • Q3. Design pattern like singleton and factory , dao
  • Q4. Spring data JPA , jdbc connection
  • Q5. Hibernate annotation
Round 3 - Behavioral 

(3 Questions)

  • Q1. Related to projects what we had done
  • Q2. Difficult situations what u face
  • Ans. 

    Handling difficult situations by staying calm, analyzing the problem, and finding a solution.

    • Remaining calm under pressure

    • Identifying the root cause of the problem

    • Collaborating with team members to brainstorm solutions

    • Prioritizing tasks to address the issue efficiently

  • Answered by AI
  • Q3. Code standardization
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. My expertise are in golang. And all the questions were straight forward around golang.
  • Q2. What is concurrency. How to check performance of applications. How to handle concurrency. How many no of goroutines can be created and so on.
  • Ans. 

    Concurrency is the ability of a system to run multiple tasks simultaneously. Performance of applications can be checked using profiling tools. Concurrency can be handled using synchronization techniques like mutexes and channels.

    • Concurrency allows multiple tasks to run concurrently, improving performance and responsiveness.

    • Performance of applications can be checked using profiling tools like Go's built-in 'pprof' packa...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to make sure there are no vulnerabilities. What engineering principles you follow.
  • Ans. 

    To ensure no vulnerabilities, follow secure coding practices, conduct regular security audits, use encryption, and stay updated on security threats.

    • Follow secure coding practices such as input validation, output encoding, and parameterized queries.

    • Conduct regular security audits to identify and address vulnerabilities in the code.

    • Use encryption to protect sensitive data in transit and at rest.

    • Stay updated on security t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on OOPS, Core Concepts of C#, SQL
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on System Design and tricky questions on OOPS
Round 3 - HR 

(1 Question)

  • Q1. Previous organization work culture and expectations
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It is noraml question

Round 2 - Coding Test 

Basica questions for the coding

Round 3 - HR 

(1 Question)

  • Q1. When can you join
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Flow of end to end order in BSS
  • Ans. 

    The flow of end to end order in BSS involves customer placing an order, order processing, billing, and fulfillment.

    • Customer places an order through the BSS system.

    • Order is processed by validating customer information, checking inventory, and generating a purchase order.

    • Billing is done by generating an invoice and processing payment.

    • Fulfillment involves picking, packing, and shipping the order to the customer.

    • Order stat...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Fair

Round 1 - Group Discussion 

I attended through campus placement.they gave a general topic and ask us to speak

Round 2 - Technical 

(1 Question)

  • Q1. What is variable html structure coding in array
  • Ans. 

    A variable is a storage location in a computer program that holds data and can be referenced and manipulated.

    • Variables are used to store data in a program and can be of different types such as integers, strings, or arrays.

    • In HTML, variables are not directly used, but data can be stored in attributes or elements for manipulation.

    • Coding in an array involves storing multiple values in a single variable, accessed by index

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. It was just a simple general discussion about the timings

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

It was an online assessment included aptitude, technical and verbal questions.

Round 3 - Technical 

(2 Questions)

  • Q1. The 2nd round was technical interview. The questions were about java, MySql, HTML.
  • Q2. Write a java code to reverse a given string
  • Ans. 

    Java code to reverse a given string

    • Use StringBuilder or StringBuffer class

    • Iterate through the string in reverse order

    • Append each character to the StringBuilder object

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About yourself and some basic technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Know well about basics of Java,Sql and HTML and give good answers in interview

Skills evaluated in this interview

IBS Software Services Interview FAQs

How many rounds are there in IBS Software Services Associate Software Developer interview?
IBS Software Services interview process usually has 1 rounds. The most common rounds in the IBS Software Services interview process are One-on-one Round.

Tell us how to improve this page.

Senior Software Engineer
601 salaries
unlock blur

₹4 L/yr - ₹14.1 L/yr

Software Engineer
386 salaries
unlock blur

₹2.4 L/yr - ₹8.1 L/yr

Solution Architect
210 salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Solution Engineer
177 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Solution Engineer
175 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Explore more salaries
Compare IBS Software Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview