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
4.0

based on 21.7k Reviews

Filter interviews by

IBM Associate Application Developer Interview Questions and Answers

Updated 2 Jan 2025

IBM Associate Application Developer Interview Experiences

2 interviews found

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

I applied via Shine and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

45 mins test including easy - moderately solvable questions

Round 2 - Coding Test 

2 coding problems with 6 testcase

Round 3 - Technical 

(2 Questions)

  • Q1. DBMS based questions
  • Q2. Programming basics based questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Logical and Verbal questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic programming, database related questions
Round 3 - HR 

(1 Question)

  • Q1. Behavioral questions

Associate Application Developer Interview Questions Asked at Other Companies

Q1. Give an idea of an application of the financial domain and how it ... read more
asked in Accenture
Q2. What is the life cycle of a Lightning Web Component (LWC)?
asked in Accenture
Q3. What triggers recursion in Lightning Web Components (LWC), and ho ... read more
Q4. Write a program for generating prime numbers? Write a program for ... read more
Q5. Print the following pattern using any language. * ** *** ** *

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the life cycle of a Lightning Web Component (LWC)?
  • Q2. What triggers recursion in Lightning Web Components (LWC), and how is it handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice to the best candidates applying for this role would be to focus on reviewing the technical projects you’ve worked on, both in college and at work. Be ready to discuss the challenges you faced and how you approached technical problems. Prepare not only for standard interview questions but also for out-of-the-box, real-world questions that might test your problem-solving abilities and how well you know the technical aspects of the projects you've worked on. Accenture values candidates who have hands-on experience and are able to engage in deep technical discussions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Technical questions on 1st level.
Round 3 - Technical 

(1 Question)

  • Q1. Level 2 technical questions
Round 4 - Technical 

(1 Question)

  • Q1. Level 3 Technical questions.

I applied via Campus Placement and was interviewed before Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Q2. Write a program to generate Fibonacci Series? Programming Language(based on what we keep in Resume)
  • Q3. Write a program for generating prime numbers? Write a program for swapping of two numbers?
  • Ans. 

    Programs for generating prime numbers and swapping two numbers.

    • For generating prime numbers, iterate through numbers and check if they are divisible by any number less than them.

    • For swapping two numbers, use a temporary variable to store one of the numbers before swapping them.

    • Both programs can be implemented using loops and conditional statements.

  • Answered by AI
  • Q4. Questions about Summer Internship, basics of c, cpp, java like explain oops concepts, friend function, data types, syntax and basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was around 25 minutes. Be confident. Be prepared with all basics. Most of the times questions will be based on resume only.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to resend identity column
  • Ans. 

    To resend an identity column, you can use DBCC CHECKIDENT command.

    • Use DBCC CHECKIDENT command to reseed the identity column

    • Specify the table name and the new seed value

    • For example: DBCC CHECKIDENT ('TableName', RESEED, NewSeedValue)

  • Answered by AI
  • Q2. Difference between stored procedures and functions
  • Ans. 

    Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.

    • Stored procedures can execute multiple SQL statements, while functions can only return a single value.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Stored procedures can be used to perform complex operations like ...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the difference b/w broadcast and accumulator?
  • Ans. 

    Broadcast is a method of sending a message to multiple recipients, while accumulator is a variable that stores the result of an operation.

    • Broadcast sends a message to multiple recipients simultaneously.

    • Accumulator is a variable that stores the result of an operation by continuously adding or accumulating values.

    • Example: Broadcasting a message to all users in a chat group vs. using an accumulator to sum up numbers in a

  • Answered by AI
  • Q2. What is Azure IR
  • Ans. 

    Azure IR stands for Azure Integration Runtime, which is a data integration service in Azure Data Factory.

    • Azure IR is used to provide data integration capabilities across different network environments.

    • It allows data movement between cloud and on-premises data sources.

    • Azure IR supports activities like data copy, data flow, and data transformation.

    • It can be configured to run in different modes such as Azure, Self-hosted,

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Diff between Kubernetes and Docker swarm
  • Ans. 

    Kubernetes is a container orchestration tool that manages containerized applications across multiple hosts, while Docker Swarm is a clustering and scheduling tool for Docker containers.

    • Kubernetes is more feature-rich and complex, offering advanced features like auto-scaling, self-healing, and rolling updates.

    • Docker Swarm is simpler to set up and use, making it a good choice for smaller deployments or users familiar wit...

  • Answered by AI
  • Q2. HTTP health checkup in K8s
  • Ans. 

    HTTP health checkup in K8s is a way to monitor the health of applications running in Kubernetes clusters.

    • HTTP health check is a method to periodically check the health of an application by sending HTTP requests to a specified endpoint.

    • In Kubernetes, you can define HTTP health checks in the pod's configuration using readiness and liveness probes.

    • Readiness probes are used to determine when a pod is ready to serve traffic...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What document you are creating for talend job
  • Ans. 

    Creating a job design document for Talend job

    • Include job description and purpose

    • List of input and output data sources

    • Detailed steps and transformations in the job

    • Error handling and logging mechanisms

    • Dependencies and scheduling information

  • Answered by AI

Skills evaluated in this interview

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

I applied via Telegram and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic reasoning and logical things

Round 2 - Coding Test 

Which is second half of the aptitude test

Round 3 - HR 

(2 Questions)

  • Q1. Behaviour questions
  • Q2. Least favourite subject
  • Ans. 

    Mathematics

    • Struggled with complex equations

    • Found geometry challenging

    • Preferred subjects with more creativity like art or music

  • Answered by AI

IBM Interview FAQs

How many rounds are there in IBM Associate Application Developer interview?
IBM interview process usually has 3 rounds. The most common rounds in the IBM interview process are Aptitude Test, Technical and HR.
What are the top questions asked in IBM Associate Application Developer interview?

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

  1. Basic programming, database related questi...read more
  2. Programming basics based questi...read more
  3. DBMS based questi...read more

Tell us how to improve this page.

IBM Associate Application Developer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
IBM Associate Application Developer Salary
based on 51 salaries
₹2.8 L/yr - ₹11.7 L/yr
22% less than the average Associate Application Developer Salary in India
View more details

IBM Associate Application Developer Reviews and Ratings

based on 13 reviews

4.5/5

Rating in categories

4.1

Skill development

4.4

Work-life balance

3.6

Salary

4.3

Job security

4.5

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 13 Reviews and Ratings
Application Developer
11.6k salaries
unlock blur

₹5.6 L/yr - ₹23.8 L/yr

Software Engineer
5.5k salaries
unlock blur

₹5.3 L/yr - ₹22.4 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Senior Software Engineer
4.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.6k salaries
unlock blur

₹5.7 L/yr - ₹19.7 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

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