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 621 Reviews

Filter interviews by

IBS Software Services Java Full Stack Developer Interview Questions and Answers

Updated 17 Jan 2023

IBS Software Services Java Full Stack Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
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 

Problem solving questions are asked

Round 3 - Technical 

(1 Question)

  • Q1. Object oriented concepts, basic programs
Round 4 - HR 

(1 Question)

  • Q1. Communication skill is mainly evaluated

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn any programming language thoroughly.Basic programs and be confident.Update your resume.

Java Full Stack Developer Jobs at IBS Software Services

View all

Interview questions from similar companies

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 

Synonyms,math, opposite words english, reasoning,

Round 3 - Coding Test 

Oops, table,star,inverse,array, method overloading, overriding

Interview Preparation Tips

Interview preparation tips for other job seekers - Imidiately job for Java developer , thanks for giving me opportunity
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Exception hierarchy
  • Q2. Factory vs abstract factory design patterns
  • Ans. 

    Factory pattern creates objects without exposing the instantiation logic, while Abstract Factory pattern provides an interface for creating families of related objects.

    • Factory pattern is a creational design pattern that provides a way to create objects without specifying the exact class of object that will be created.

    • Abstract Factory pattern is a creational design pattern that provides an interface for creating familie...

  • Answered by AI
  • Q3. Design a systems for large millions of users
  • Ans. 

    Design a scalable system for millions of users

    • Use microservices architecture to break down the system into smaller, independent services

    • Implement load balancing to distribute traffic evenly across servers

    • Utilize caching mechanisms to reduce database load and improve performance

    • Use horizontal scaling by adding more servers to handle increased traffic

    • Implement monitoring and alerting systems to track system performance a

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Kafka implemenation in spring boot
  • Ans. 

    Kafka implementation in Spring Boot allows for easy integration of Kafka messaging system in Java applications.

    • Use Spring Kafka to configure Kafka properties in Spring Boot application

    • Create Kafka producer and consumer beans to send and receive messages

    • Use @KafkaListener annotation to listen for messages on specific topics

  • Answered by AI
  • Q2. How Kafka delete messages
  • Ans. 

    Kafka deletes messages based on retention policies and compaction

    • Kafka deletes messages based on retention policies set at topic level

    • Messages can also be deleted through log compaction process

    • Retention policies can be based on time or size of messages

  • Answered by AI
  • Q3. Kafka configuration
  • Ans. 

    Kafka configuration involves setting up properties like broker, topic, partitions, replication factor, etc.

    • Configure Kafka broker properties in server.properties file

    • Create topics using kafka-topics.sh script

    • Set up partitions and replication factor for fault tolerance

    • Adjust consumer and producer configurations as needed

  • Answered by AI
  • Q4. Structured vs unstructured logs
  • Ans. 

    Structured logs have a predefined format for easy parsing, while unstructured logs do not.

    • Structured logs are easier to search, filter, and analyze compared to unstructured logs.

    • Unstructured logs can be harder to parse and may require more manual effort to extract useful information.

    • Examples of structured logs include JSON or CSV format, while unstructured logs may be plain text or free-form messages.

  • Answered by AI
  • Q5. How micro services communicate each others
  • Ans. 

    Microservices communicate through lightweight protocols like HTTP, messaging queues, and RPC.

    • Microservices can communicate over HTTP using RESTful APIs.

    • Message queues like RabbitMQ or Kafka can be used for asynchronous communication between microservices.

    • Remote Procedure Calls (RPC) can be used for synchronous communication between microservices.

    • Service discovery mechanisms like Eureka or Consul help microservices loca...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Salary structure discussion
  • Q2. Why choice this company
  • Ans. 

    I chose this company because of its innovative projects, strong team culture, and opportunities for growth.

    • Innovative projects that challenge me to learn and grow

    • Strong team culture that fosters collaboration and support

    • Opportunities for career growth and advancement

  • Answered by AI
  • Q3. Why looking for new opportunities
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Looking to expand skill set and knowledge in Java development

    • Interested in working on innovative projects and technologies

    • Seeking a more collaborative and supportive work culture

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude test with technical and non technical question

Round 2 - Technical 

(1 Question)

  • Q1. What is event loop
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 4 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Questions from JavaScript, React and Node. 1st round. 2 coding questions on String and Array. Questions on Past employment experiece.
Round 3 - Technical 

(2 Questions)

  • Q1. Event Loop, SQL queries. 2 coding questions on Array and Strings.
  • Q2. JavaScript and Node questions
Round 4 - HR 

(1 Question)

  • Q1. Why Oracle Cerner etc....

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare on medium leetcode and theory questions on javascript, node and react

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They ask me to write a code. What is normalization What is Generics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Solid Principles
  • Ans. 

    Solid Principles are a set of five design principles for writing clean, maintainable, and scalable code.

    • Single Responsibility Principle: A class should have only one reason to change.

    • Open/Closed Principle: Classes should be open for extension but closed for modification.

    • Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness...

  • Answered by AI
  • Q2. Explain Dependency InJection
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are provided externally rather than created within the object itself.

    • Dependencies are passed to a class or method from the outside, rather than being created internally.

    • This helps in achieving loose coupling between classes, making the code more modular and easier to maintain.

    • Dependency Injection can be done through constructor injection, sett

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Entity FrameWork or any Design Pattern
  • Ans. 

    Entity Framework is an ORM tool that enables developers to work with databases using .NET objects.

    • Entity Framework is an Object-Relational Mapping (ORM) tool that allows developers to interact with databases using .NET objects.

    • It eliminates the need for writing SQL queries by translating LINQ queries into SQL queries.

    • It provides automatic generation of database schema based on the domain model.

    • Entity Framework supports...

  • Answered by AI
  • Q2. Explain Routing in Angular
  • Ans. 

    Routing in Angular is the process of navigating between different components based on the URL.

    • Routing allows users to navigate between different parts of an Angular application without reloading the entire page.

    • Routes are defined in the app-routing.module.ts file using the RouterModule and Routes classes.

    • Each route maps a URL path to a component, which is then displayed when the corresponding URL is accessed.

    • Angular us...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your goal
  • Ans. 

    My goal is to continuously improve my skills, contribute to innovative projects, and advance my career in software development.

    • Continuous learning and skill improvement

    • Contributing to innovative projects

    • Advancing career in software development

  • Answered by AI
  • Q2. What are your strenght and weaknes
  • Ans. 

    My strength is my problem-solving skills and attention to detail. My weakness is that I can be overly critical of my own work.

    • Strength: Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Strength: Attention to detail - I am meticulous in my work and strive for perfection.

    • Weakness: Overly critical of my own work - I tend to be hard on myself and may spend too much time perfect

  • Answered by AI

Skills evaluated in this interview

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 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Project, Oops Concept, Java , which technology u have used ? Framework
  • Q2. Framework, Explain Long Polling ,
  • Ans. 

    Long polling is a web technique where the client sends a request to the server and the server holds the connection open until new data is available.

    • Long polling is a variation of the traditional polling technique where the client sends a request to the server and the server keeps the connection open until new data is available.

    • It is often used in web applications to simulate real-time updates without the need for const...

  • Answered by AI
  • Q3. GraphQL Vs Rest
  • Ans. 

    GraphQL is a query language for APIs that allows clients to request only the data they need, while REST is an architectural style for designing networked applications.

    • GraphQL allows clients to request specific data in a single request, reducing over-fetching and under-fetching of data.

    • REST uses multiple endpoints for different resources, leading to multiple requests for related data.

    • GraphQL provides a strongly typed sc...

  • Answered by AI

Skills evaluated in this interview

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 

Synonyms,math, opposite words english, reasoning,

Round 3 - Coding Test 

Oops, table,star,inverse,array, method overloading, overriding

Interview Preparation Tips

Interview preparation tips for other job seekers - Imidiately job for Java developer , thanks for giving me opportunity

IBS Software Services Interview FAQs

How many rounds are there in IBS Software Services Java Full Stack Developer interview?
IBS Software Services interview process usually has 4 rounds. The most common rounds in the IBS Software Services interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for IBS Software Services Java Full Stack Developer 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 Core Java, Database Management, Hibernate, Logistics and SaaS Sales.
What are the top questions asked in IBS Software Services Java Full Stack Developer interview?

Some of the top questions asked at the IBS Software Services Java Full Stack Developer interview -

  1. Object oriented concepts, basic progr...read more
  2. Communication skill is mainly evalua...read more

Tell us how to improve this page.

IBS Software Services Java Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
IBS Software Services Java Full Stack Developer Salary
based on 4 salaries
₹3 L/yr - ₹11.2 L/yr
9% less than the average Java Full Stack Developer Salary in India
View more details
Java Full Stack Developer

Thiruvananthapuram

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
594 salaries
unlock blur

₹3.4 L/yr - ₹14.1 L/yr

Software Engineer
416 salaries
unlock blur

₹2.4 L/yr - ₹10.1 L/yr

Solution Architect
208 salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Solution Engineer
187 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Senior Solution Engineer
187 salaries
unlock blur

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