Upload Button Icon Add office photos

Filter interviews by

IBM Consulting Application Developer Interview Questions, Process, and Tips

Updated 2 Apr 2025

Top IBM Consulting Application Developer Interview Questions and Answers

View all 6 questions

IBM Consulting Application Developer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Mainly basic of java
  • Q2. And springboot microservices design pattern
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is lateinit in kotlin
  • Ans. 

    lateinit is a keyword in Kotlin used to declare a non-null property that is initialized later.

    • lateinit is used when we want to delay the initialization of a property

    • It can only be used with mutable properties of non-null types

    • The property must be initialized before accessing it, otherwise it will throw an exception

  • Answered by AI
  • Q2. How to create two screen simultaneously
  • Ans. 

    To create two screens simultaneously, use a multi-threading approach.

    • Use multi-threading to run two separate threads, each responsible for creating and managing a screen.

    • Ensure proper synchronization between the threads to avoid conflicts and ensure smooth operation.

    • Use appropriate APIs or frameworks provided by the platform or programming language to create and display the screens.

    • Example: In Android, you can create t...

  • Answered by AI
  • Q3. Where are delegates
  • Q4. Retrofit vs traditional way
  • Ans. 

    Retrofit is a modern approach to API integration, providing a more efficient and convenient way compared to traditional methods.

    • Retrofit is a type-safe HTTP client for Android and Java applications.

    • It simplifies the process of making network requests and handling responses.

    • Retrofit uses annotations to define API endpoints and request parameters.

    • It automatically converts JSON responses to Java objects using Gson or othe...

  • Answered by AI
  • Q5. Unit test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relax

Skills evaluated in this interview

Application Developer Interview Questions Asked at Other Companies

asked in Oracle
Q1. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
asked in Fujitsu
Q2. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q3. Puzzle: – Two persons X and Y are sitting side by side with a coi ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Remove the Kth Node from the End of a Linked List You are given a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is a pl sql cursor
  • Ans. 

    A PL/SQL cursor is a pointer used to fetch and manipulate data from a result set in a database.

    • PL/SQL cursor is used to retrieve data row by row from a result set.

    • It allows for processing individual rows returned by a query.

    • Cursors are used in loops to iterate through the result set.

    • Example: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;

  • Answered by AI

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

Round 1 - Technical 

(2 Questions)

  • Q1. What do you mean by technical
  • Ans. 

    Technical refers to knowledge, skills, and expertise in a specific field or domain.

    • Technical refers to the practical application of scientific and mathematical knowledge.

    • It involves using tools, techniques, and methodologies to solve problems and achieve specific goals.

    • Examples of technical skills include programming, software development, data analysis, and network administration.

  • Answered by AI
  • Q2. How does correct technical error
  • Ans. 

    Correcting technical errors involves identifying and resolving issues in software code or system configurations.

    • Identify the specific error or bug by analyzing error messages, logs, or user reports.

    • Debug the code by using tools like debuggers, logging, or unit tests.

    • Fix the error by modifying the code or configuration to resolve the issue.

    • Test the corrected code or configuration to ensure the error is resolved.

    • Document...

  • Answered by AI
Round 2 - Group Discussion 

Comment, communication, coordination problem, project, development

Interview Preparation Tips

Interview preparation tips for other job seekers - Successful completely projects and problems ,

IBM Consulting interview questions for designations

 Software Developer

 (1)

 Junior Java Developer

 (1)

 Front end Developer

 (1)

 Senior Advisory Consultant

 (1)

 Associate Systems Engineer

 (1)

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate application developer with experience in developing web and mobile applications.

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

    • Skilled in developing responsive and user-friendly interfaces

    • Familiar with Agile development methodologies

    • Have worked on projects involving database management and API integration

  • Answered by AI
  • Q2. Tell me about your project
  • Ans. 

    Developed a mobile application for tracking daily water intake

    • Designed user-friendly interface for inputting water consumption

    • Implemented notifications to remind users to drink water throughout the day

    • Integrated a database to store and track user's daily water intake

    • Utilized charts and graphs to visualize water intake trends

  • Answered by AI
  • Q3. Tell me about your family
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • My parents have always been supportive of my career choices.

    • I have a younger sister who is currently studying in college.

    • We enjoy spending quality time together on weekends, going for family outings or watching movies.

  • Answered by AI
  • Q4. Why mphasis
  • Ans. 

    Mphasis offers a diverse range of projects and opportunities for growth in the field of application development.

    • Mphasis has a strong reputation in the IT industry for delivering innovative solutions.

    • The company provides a collaborative work environment that fosters creativity and learning.

    • Mphasis offers opportunities to work on cutting-edge technologies and projects, allowing for professional growth and development.

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: The interviewer welcomed so warmly in order to make me comfortable.. after a light talk, she started asking me to tell about myself, my place and asked me to explain about my project done...she asked me questions related to my project and concept. I was able to answer most of the questions and for those I didn't know, I tried to give an answer for some questions and for others I accepted that I have no knowledge in an area related to the concept.on the whole I was able to show that I am confident enough and possess good communication skills .I was shortlisted to second round
Tips: Practice the question tell me about yourself...know about the company, know about the projects or internships done. We need not answer all the questions nor we need not be absolutely perfect, but we should see that we need to have the basics grilled in any concept or area

Round: Telephonic interview
Experience: Telephonic interview had a pre-recorded voice and many rounds in itself which tests our communication skills .I was qualified in it and was finally selected
Tips: Focus and attention is very much required....voice quality must be maintained...manage the time gap

College Name: G.Pullareddy Engineering College

Interview Questionnaire 

2 Questions

  • Q1. Asking just previous company details and some technical questions of my job role
  • Q2. Salary only discussed

Application Developer Interview Questions & Answers

DXC Technology user image R.Arockia Ratheesh Sahayaraj

posted on 10 Nov 2015

Interview Questionnaire 

2 Questions

  • Q1. Tell about Function Overloading,Polymorphism and to give the  difference
  • Ans. 

    Function overloading is when multiple functions have the same name but different parameters. Polymorphism is the ability of an object to take on many forms.

    • Function overloading allows multiple functions with the same name but different parameters to be defined.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Function overloading is resolved at compile-time, while polymorp

  • Answered by AI
  • Q2. Simple C program to accept and print a name
  • Ans. 

    A simple C program to accept and print a name.

    • Use scanf() function to accept the name from the user.

    • Use printf() function to print the name on the screen.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Quants,Logical and Verbal reasoning were 
asked.Questions mainly from indiabix website.
Duration: 40 minutes
Total Questions: 50

Round: Test
Experience: 75 questions in 50 minutes and for 10 mins  we had to write not more than 
150 words on any one of the 4 topics given......................
Areas like
C aps
Data Structures
Electron Devices and Circuits
Digital Design
Microprocessor
DBMS
Algorithms
Computer Architecture
Operating Systems
Software Engineering
Networks
Duration: 50 minutes
Total Questions: 75

Round: HR Interview
Experience: Interviewer asked us about our hobbies and likes.

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. Process flow of my work
  • Ans. 

    My work involves analyzing requirements, designing solutions, coding, testing, and deploying applications.

    • Analyze requirements provided by stakeholders

    • Design solutions based on requirements

    • Code the application using appropriate programming languages

    • Test the application for bugs and errors

    • Deploy the application to production environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good discussion

Interview Questionnaire 

1 Question

  • Q1. I have been asked about SAP BASIS HANA. It was a good experience for me

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, tell what you know. My interview was virtual. So try to be well dressed and try to keep smile

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to handle if you are a team lead and some developer is not able to perform well.
  • Ans. 

    As a team lead, address the issue by identifying the root cause and providing support and guidance to improve performance.

    • Have a one-on-one meeting with the developer to discuss their challenges and identify the root cause of their performance issues.

    • Provide support and guidance to help the developer improve their skills and knowledge.

    • Set clear expectations and goals for the developer, and monitor their progress regula...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Go through your technology questions.

IBM Consulting Interview FAQs

How many rounds are there in IBM Consulting Application Developer interview?
IBM Consulting interview process usually has 1-2 rounds. The most common rounds in the IBM Consulting interview process are Technical and Group Discussion.
What are the top questions asked in IBM Consulting Application Developer interview?

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

  1. How to create two screen simultaneou...read more
  2. How does correct technical er...read more
  3. What do you mean by techni...read more

Tell us how to improve this page.

IBM Consulting Application Developer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
IBM Consulting Application Developer Salary
based on 34 salaries
₹7.3 L/yr - ₹18 L/yr
10% more than the average Application Developer Salary in India
View more details

IBM Consulting Application Developer Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.3

Salary

4.3

Job security

4.0

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 7 Reviews and Ratings
Application Developer
34 salaries
unlock blur

₹7.2 L/yr - ₹18 L/yr

Senior Consultant
34 salaries
unlock blur

₹13.3 L/yr - ₹27 L/yr

Management Consultant
21 salaries
unlock blur

₹22 L/yr - ₹37.9 L/yr

Associate Systems Engineer
20 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Business Manager
20 salaries
unlock blur

₹27 L/yr - ₹40 L/yr

Explore more salaries
Compare IBM Consulting with

iEnergizer

4.6
Compare

Bharti Airtel

3.9
Compare

WNS

3.4
Compare

Tata Motors

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