Upload Button Icon Add office photos
Engaged Employer

i

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

IBM Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IBM Application Developer Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top IBM Application Developer Interview Questions and Answers

  • Q1. Tell me how to write ansible playbooks and how would you define a CI/CD pipeline. What tools can you use for pipeline creation and how it works.
  • Q2. how to get distinct data without using distinct keyword
  • Q3. What is your knowledge on devops tools. Explain me the most challenging use case that you have done.
View all 43 questions

IBM Application Developer Interview Experiences

111 interviews found

I applied via LinkedIn and was interviewed before Nov 2021. There were 4 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 - Aptitude Test 

Online test was there. It was just basic questions.

Round 3 - Technical 

(3 Questions)

  • Q1. This round was not that much easy not so difficult.
  • Q2. Difference between CASE and Decode
  • Ans. 

    CASE and Decode are SQL functions used to manipulate data. CASE is more flexible while Decode is simpler.

    • CASE allows for multiple conditions and expressions while Decode only allows for one condition and multiple values

    • CASE can be used in any SQL statement while Decode is specific to Oracle databases

    • CASE is more readable and easier to maintain than Decode

    • Example: CASE WHEN condition1 THEN result1 WHEN condition2 THEN r...

  • Answered by AI
  • Q3. How to get distinct data without using distinct keyword
  • Ans. 

    To get distinct data without using distinct keyword, use GROUP BY clause.

    • Use GROUP BY clause with the column name to group the data by that column.

    • Use aggregate functions like COUNT, SUM, AVG, etc. to get the desired result.

    • Example: SELECT column_name FROM table_name GROUP BY column_name;

    • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name;

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Asked about overall experience. About the role and responsibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Don't be panic. If you are not clearing it, you will definitely get another one.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Explain role and responsibilities in your profile
  • Q2. Explain Ansible architecture
  • Ans. 

    Ansible architecture is based on a client-server model where the control machine communicates with managed nodes using SSH.

    • Ansible control machine: where playbooks are written and executed

    • Managed nodes: machines that are being managed by Ansible

    • Inventory: list of managed nodes

    • Playbooks: automation scripts written in YAML format

    • Modules: reusable units of code that perform specific tasks on managed nodes

  • Answered by AI
  • Q3. Difference between cmd and entry point
  • Ans. 

    Cmd is used to specify the default command to run when a container is started, while entry point is used to specify the executable that will run when the container starts.

    • Cmd is optional and can be overridden at runtime, while entry point is required and cannot be overridden.

    • Cmd is used to provide default arguments for the entry point command.

    • Example: CMD ["python", "app.py"] - specifies the default command to run the ...

  • Answered by AI
  • Q4. How to stop container
  • Ans. 

    To stop a container, use the 'docker stop' command followed by the container ID or name.

    • Use 'docker ps' command to list all running containers

    • Identify the container ID or name of the container you want to stop

    • Run 'docker stop ' to stop the container

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain what are the tool you have been working. mostly open-source software
  • Q2. Azure monitor tools and Azure Network issue question

Interview Preparation Tips

Interview preparation tips for other job seekers - First round will be more technical and second round is more like technical and managerial

Skills evaluated in this interview

Application Developer Interview Questions Asked at Other Companies

asked in Fujitsu
Q1. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q2. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
asked in Oracle
Q3. Remove the Kth Node from the End of a Linked List You are given a ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Partition Equal Subset Sum Problem Given an array ARR consisting ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 simple codes were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain microservices architecture in current project
  • Q2. Java 8 features
Round 3 - Behavioral 

(1 Question)

  • Q1. Question related to current project.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data base, ACID principles
  • Q2. Streams, rest api

IBM interview questions for designations

 Senior Application Developer

 (24)

 Associate Application Developer

 (2)

 Java Application Developer

 (1)

 Application Developer Professional

 (1)

 Application Developer Specialist

 (1)

 Application Architect

 (5)

 Application Development Analyst

 (3)

 Application Support Engineer

 (2)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Give * in old format and make it new

Round 2 - Aptitude Test 

Basic questions on projects

Get interview-ready with Top IBM Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Only one question was asked related to hashing.

Round 2 - English 

(2 Questions)

  • Q1. Spoken english comunication
  • Q2. Spell check questions
Round 3 - Group Discussion 

Topic was Technology effect on agriculture. Decent amount of time was given to perpare.

Round 4 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate Application Developer with 5 years of experience in developing web and mobile applications.

    • Experienced in programming languages such as Java, JavaScript, and Swift

    • Proficient in using frameworks like React, Angular, and Node.js

    • Skilled in database management with SQL and NoSQL databases

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Project mention on resume
  • Q3. Willing to relocate
  • Ans. 

    Yes, willing to relocate for the right opportunity

    • I am open to relocating for a position that aligns with my career goals

    • I have relocated in the past for job opportunities

    • I understand the benefits of exploring new locations and experiences

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on communication skills. Solve 200+ coding questions.

Application Developer Jobs at IBM

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Simple .net questions
  • Q2. Sql database questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regarding projects
  • Q2. Coding based questions were asked
Round 2 - HR 

(1 Question)

  • Q1. How to tackle conflict
  • Ans. 

    Address conflict by actively listening, seeking common ground, and finding a mutually beneficial solution.

    • Listen actively to understand the other person's perspective

    • Seek common ground and areas of agreement

    • Collaborate to find a mutually beneficial solution

    • Communicate openly and respectfully

  • Answered by AI

Application Developer interview

user image Primary Input

posted on 7 Dec 2021

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

I applied via Referral

Round 1 - One-on-one 

(1 Question)

  • Q1. Coding problem like sorting
Round 2 - Behavioral 

(1 Question)

  • Q1. Thought process question like how would you process a newly check received and mostly HR questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept, core and some algorithms
Round 2 - Technical 

(1 Question)

  • Q1. Oops, core concepts
Round 3 - Behavioral 

(1 Question)

  • Q1. Domain level questions

IBM Interview FAQs

How many rounds are there in IBM Application Developer interview?
IBM interview process usually has 2-3 rounds. The most common rounds in the IBM interview process are Technical, HR and Coding Test.
How to prepare for IBM Application 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 IBM. The most common topics and skills that interviewers at IBM expect are Agile, Application Development, SQL, Javascript and Hibernate.
What are the top questions asked in IBM Application Developer interview?

Some of the top questions asked at the IBM Application Developer interview -

  1. Tell me how to write ansible playbooks and how would you define a CI/CD pipelin...read more
  2. how to get distinct data without using distinct keyw...read more
  3. What is your knowledge on devops tools. Explain me the most challenging use cas...read more
How long is the IBM Application Developer interview process?

The duration of IBM Application Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

IBM Application Developer Interview Process

based on 103 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round
View more
IBM Application Developer Salary
based on 11.7k salaries
₹5.4 L/yr - ₹24 L/yr
17% more than the average Application Developer Salary in India
View more details

IBM Application Developer Reviews and Ratings

based on 1.2k reviews

4.1/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

3.5

Salary

4.0

Job security

4.0

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 1.2k Reviews and Ratings
Application Developer-Adobe Analytics

Bangalore / Bengaluru

2-3 Yrs

₹ 4.25-14 LPA

Application Developer-Google Cloud Migration

Bangalore / Bengaluru

2-6 Yrs

₹ 2.5-26.35 LPA

Explore more jobs
Application Developer
11.7k salaries
unlock blur

₹5.4 L/yr - ₹24 L/yr

Software Engineer
5.5k salaries
unlock blur

₹5.2 L/yr - ₹22.1 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.4 L/yr - ₹27.5 L/yr

Senior Software Engineer
4.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹5.7 L/yr - ₹20.5 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

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