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 Development Analyst Interview Questions and Answers

Updated 12 Dec 2024

IBM Application Development Analyst Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. What is the Java code for comparing two strings for equality?
  • Ans. 

    Use the equals() method in Java to compare two strings for equality.

    • Use the equals() method to compare two strings for equality.

    • Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Tuple Vs list,array Vs list
  • Ans. 

    Tuple is immutable, list is mutable. Array is fixed size, list is dynamic size.

    • Tuple is immutable, meaning its values cannot be changed after creation.

    • List is mutable, meaning its values can be changed after creation.

    • Array has a fixed size and can only contain elements of the same data type.

    • List has a dynamic size and can contain elements of different data types.

    • Example: Tuple - (1, 2, 3), List - [1, 'a', True], Array ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Reverse string without using inbuilt function
  • Ans. 

    Reverse a string without using inbuilt function

    • Create a new string variable to store the reversed string

    • Iterate through the original string from end to start and append each character to the new string

    • Return the new string as the reversed string

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Do you any framework
  • Ans. 

    Yes, I have experience with several frameworks such as Angular, React, and Vue.

    • I have worked with Angular for building complex web applications

    • I have used React for building single-page applications

    • I have experience with Vue for building user interfaces

    • I am also familiar with other frameworks such as Ember and Backbone

  • Answered by AI
  • Q2. What are synchronisation
  • Ans. 

    Synchronisation refers to the process of coordinating multiple devices or systems to work together in harmony.

    • It ensures that data is consistent across all devices or systems.

    • It prevents conflicts and data loss.

    • Examples include synchronising contacts between a phone and a computer, or synchronising data between servers in a distributed system.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I felt easy , it's just single round technical and final HR.

Preparing for basics of any language hope will get the job in IBM

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 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 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

What people are saying about IBM

View All
intellectualshinchan
Verified Icon
1w
ex -
TCS
Upcoming Coding Assessment with IBM
Hi All, I am having a Coding Assessment with IBM what should I prepare and from where I can prepare?
Got a question about IBM?
Ask anonymously on communities.

Interview Questionnaire 

1 Question

  • Q1. Tell me about software system

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is abstract class, what is list, SQL,ADO.net
  • Ans. 

    Abstract class is a class that cannot be instantiated, List is a collection of objects, SQL is a language used to manage databases, ADO.net is a framework for accessing databases.

    • Abstract class is used as a base class for other classes

    • List is a generic collection of objects

    • SQL is used to create, modify, and query databases

    • ADO.net provides a set of classes for accessing databases

    • Example: abstract class Animal { public a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my knowledge and communication skills. most of asked to me Dot net quetions.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself?
  • Q2. Normalization concept,Java basics inheritance overloading, encapsulation ,update table ,related to projects in final year
  • Q3. Situation based questions based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident and be genuine whatever you explain that should be very specific to question and if u are feeling narvous then put a gentle smile on your face,if you don't know about question ask then try little bit and say sir I will read about this.
All the Best😊😊
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I'm a passionate software developer with 5 years of experience in building scalable web applications and a strong focus on user experience.

    • Experience in full-stack development using technologies like React, Node.js, and MongoDB.

    • Led a team project that improved application performance by 30% through code optimization.

    • Strong background in Agile methodologies, having participated in multiple sprints and retrospectives.

    • Dev...

  • Answered by AI
  • Q2. What are your Strengths?
  • Ans. 

    I excel in problem-solving, collaboration, and adaptability, which enhance my effectiveness as a software developer.

    • Strong problem-solving skills: I enjoy tackling complex coding challenges, like optimizing algorithms for better performance.

    • Effective collaboration: I have successfully worked in Agile teams, contributing to projects like a web application that improved user engagement.

    • Adaptability: I quickly learn new t...

  • Answered by AI
  • Q3. What are your Weakness?
  • Ans. 

    I tend to be overly critical of my work, which can slow down my progress and affect my confidence in delivering projects.

    • I often spend too much time refining code, which can delay project timelines. For example, I once spent an extra week on a feature.

    • I sometimes struggle with delegation, preferring to handle tasks myself to ensure quality. This was evident in a group project where I took on too much.

    • I can be hesitant ...

  • Answered by AI
  • Q4. What are your salary expectations?
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience in software development.

    • Based on my research, the average salary for a software developer in this region is between $80,000 and $100,000.

    • I have over 5 years of experience in full-stack development, which I believe warrants a salary towards the higher end of that range.

    • I am open to discussing the entire compensation package, including benefits ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your Homework?
Practice
Provide evidence &Data

I applied via Referral and was interviewed before Jun 2021. There were 2 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 - Coding Test 

Java, program logic, software engineering

Interview Preparation Tips

Topics to prepare for Infosys Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Be sharp and alert, focus on topics that you know. Work your way up

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java. Spring boot, micro service, hibernate
Round 2 - HR 

(1 Question)

  • Q1. Salary, technical, company details

Interview Preparation Tips

Topics to prepare for Accenture Software Developer interview:
  • Java
  • Spring Boot
  • Micro service
  • Hibernate
  • JSP
Interview preparation tips for other job seekers - Java, spring boot, micro service, hibernate

IBM Interview FAQs

How many rounds are there in IBM Application Development Analyst interview?
IBM interview process usually has 2 rounds. The most common rounds in the IBM interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in IBM Application Development Analyst interview?

Some of the top questions asked at the IBM Application Development Analyst interview -

  1. What is the Java code for comparing two strings for equali...read more
  2. Reverse string without using inbuilt funct...read more
  3. What are synchronisat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
More than 8 weeks 50%
View more
IBM Application Development Analyst Salary
based on 49 salaries
₹8.1 L/yr - ₹19.7 L/yr
86% more than the average Application Development Analyst Salary in India
View more details

IBM Application Development Analyst Reviews and Ratings

based on 8 reviews

3.0/5

Rating in categories

3.0

Skill development

2.8

Work-life balance

2.7

Salary

2.4

Job security

2.6

Company culture

2.0

Promotions

2.5

Work satisfaction

Explore 8 Reviews and Ratings
Application Developer
12.6k salaries
unlock blur

₹5.3 L/yr - ₹24.5 L/yr

Software Engineer
5.9k salaries
unlock blur

₹8.3 L/yr - ₹25.2 L/yr

Software Developer
5.8k salaries
unlock blur

₹13.4 L/yr - ₹35.8 L/yr

Senior Software Engineer
5.3k salaries
unlock blur

₹14.1 L/yr - ₹31.9 L/yr

Advisory System Analyst
4.5k salaries
unlock blur

₹13.6 L/yr - ₹23 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview