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 Senior Consultant Interview Questions, Process, and Tips for Experienced

Updated 27 Mar 2025

Top IBM Senior Consultant Interview Questions and Answers for Experienced

View all 7 questions

IBM Senior Consultant Interview Experiences for Experienced

11 interviews found

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

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

Round 1 - Coding Test 

Write a program to print the Fibonacci series.

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 Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Multiple questions covering CDS Views, ODATA services, HANA Implementation, OO Concepts and Adobe forms
Round 2 - HR 

(2 Questions)

  • Q1. Why I want to join IBM
  • Q2. How have we implemented Agile methodology in my current project
  • Ans. 

    We have implemented Agile methodology by conducting daily stand-up meetings, using Kanban boards, and prioritizing user stories.

    • Conducting daily stand-up meetings to discuss progress and roadblocks

    • Using Kanban boards to visualize workflow and track tasks

    • Prioritizing user stories based on business value and customer feedback

  • Answered by AI

Senior Consultant Interview Questions Asked at Other Companies for Experienced

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Q4. Different metrics used for status ,jira work flow and how to trac ... read more
asked in Cognizant
Q5. let us assume that a glass of water is fullfilled with exceeds it ... read more
Round 1 - Technical 

(1 Question)

  • Q1. Specialised Salesforce MCQ Test 1.5 Hrs with 90 Q on a outsourced platform
Round 2 - Aptitude Test 

Simple Aptitude Test

Round 3 - Technical 

(2 Questions)

  • Q1. 45 Mins Technical Interview
  • Q2. Salesforce Apex based interview
Round 4 - One-on-one 

(1 Question)

  • Q1. Management round questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - First prepare then give interview don’t you just to attend.
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. Basic ABAP, S4 HANA, Good experience in ODATA, CDS, RAP or SAP BTP landscape.
Round 3 - Behavioral 

(1 Question)

  • Q1. It will be kind of overview technical and managing skill check
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations and communication skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic Technical concepts and programming skills.

IBM interview questions for designations

 Senior Advisory Consultant

 (18)

 Senior Application Consultant

 (1)

 Senior SAP Consultant

 (1)

 Senior Security Consultant

 (1)

 Senior SAP SD Consultant

 (1)

 Senior SAP MM Consultant

 (1)

 Advisory Consultant

 (13)

 Security Consultant

 (5)

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. P2P process explain
  • Ans. 

    The P2P process, or Procure-to-Pay, encompasses the entire procurement cycle from requisition to payment.

    • Initiation: The process begins with identifying a need for goods or services.

    • Requisition: A purchase requisition is created and approved, detailing the required items.

    • Supplier Selection: Suitable suppliers are evaluated and selected based on criteria like price and quality.

    • Purchase Order: A formal purchase order is ...

  • Answered by AI
  • Q2. Record of paying
  • Ans. 

    Discussing my record of timely payments and financial responsibility in professional settings.

    • Consistently paid invoices within 30 days, maintaining strong vendor relationships.

    • Implemented automated payment systems that reduced late fees by 20%.

    • Managed a budget of $500,000, ensuring all expenses were tracked and paid on time.

    • Received commendations from management for maintaining a flawless payment record over three yea

  • Answered by AI

Get interview-ready with Top IBM Interview Questions

Round 1 - Technical 

(2 Questions)

  • Q1. All sub modules of SAP FICO
  • Ans. 

    Sub modules of SAP FICO include General Ledger, Accounts Payable, Accounts Receivable, Asset Accounting, and Controlling.

    • General Ledger: manages financial transactions and generates financial statements

    • Accounts Payable: manages vendor invoices and payments

    • Accounts Receivable: manages customer invoices and payments

    • Asset Accounting: manages fixed assets and depreciation

    • Controlling: manages cost centers, profit centers, a

  • Answered by AI
  • Q2. And also in S4 HANA

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were in all sub modules of SAP FICO in detail and lengthy.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. More into technical stuffs there was 1hr technical round,mostly covered all the abinitio basics and multistage components, PDL
Round 2 - Behavioral 

(1 Question)

  • Q1. Asked about deployment after development and salary discussions was done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and to the point while answering the questions..if u can't answer accept it and let them know you will explore more about it.

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. I've attend interview as a salesforce lightning developer.
  • Q2. Admin questions like...field level security (profiles,permissions,sharing rules etc
  • Q3. You will asked to write a trigger ...like trigger on parent to update child , trigger on child to update parent
  • Q4. Difference between flows and process builder
  • Ans. 

    Flows and Process Builder are both automation tools in Salesforce, but Flows are more complex and versatile.

    • Flows allow for more complex logic and branching than Process Builder

    • Flows can be initiated by a user or by a trigger, while Process Builder can only be initiated by a trigger

    • Process Builder is simpler and easier to use for basic automation needs

    • Both tools can update records, create records, and send emails

    • Flows ...

  • Answered by AI
  • Q5. Best practices of triggers& test classes
  • Ans. 

    Best practices for triggers and test classes

    • Triggers should be kept simple and focused on a single task

    • Test classes should cover all possible scenarios and edge cases

    • Use System.assert() to verify expected results

    • Avoid hardcoding values in test classes

    • Use @testSetup to create test data

    • Avoid using SeeAllData=true

    • Use Test.startTest() and Test.stopTest() to test governor limits

    • Test both positive and negative scenarios

    • Use T...

  • Answered by AI
  • Q6. Lightning events
  • Ans. 

    Lightning events are a type of event in Salesforce that allows you to customize the behavior of standard lightning components.

    • Lightning events are used to communicate between components in a lightning app.

    • They can be handled by any component in the app, not just the one that fired the event.

    • There are two types of lightning events: component events and application events.

    • Component events are used to communicate between ...

  • Answered by AI
  • Q7. Difference b/w lwc & aura
  • Ans. 

    LWC is a newer component model that uses modern web standards while Aura is an older component model.

    • LWC uses a shadow DOM while Aura does not.

    • LWC has a smaller bundle size and faster performance compared to Aura.

    • LWC has a more modular architecture while Aura has a more monolithic architecture.

    • LWC has better support for mobile devices compared to Aura.

    • Examples of LWC include lightning-input-field and lightning-button w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First there is a MCQ online test for about 40 mins. Technical round about 40 mins & followed by managerial round where salary discussion happens.
After these all you are in.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions on SAS and good knowledge in banking

Senior Consultant Interview Questions & Answers

user image Bharti Arora

posted on 29 Aug 2020

I applied via Company Website and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. There were 2 rounds:Technical and HR. In technical round, questions were from all GTS/SD areas, configurations and kind of enhancements.
  • Q2. Tell them about the work done.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t pretend to know something you are not fully aware of. Be honest and try to answer in detail.

IBM Interview FAQs

How many rounds are there in IBM Senior Consultant interview for experienced candidates?
IBM interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the IBM interview process for experienced candidates are Technical, Behavioral and HR.
How to prepare for IBM Senior Consultant interview for experienced candidates?
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 Oracle, Linux, Monitoring, Presales and Business Intelligence.
What are the top questions asked in IBM Senior Consultant interview for experienced candidates?

Some of the top questions asked at the IBM Senior Consultant interview for experienced candidates -

  1. Best practices of triggers& test class...read more
  2. Difference between flows and process build...read more
  3. Difference b/w lwc & au...read more

Tell us how to improve this page.

IBM Senior Consultant Interview Process for Experienced

based on 3 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
IBM Senior Consultant Salary
based on 2.9k salaries
₹9 L/yr - ₹31.2 L/yr
14% more than the average Senior Consultant Salary in India
View more details

IBM Senior Consultant Reviews and Ratings

based on 233 reviews

3.9/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.3

Salary

3.8

Job security

3.7

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 233 Reviews and Ratings
Application Developer
11.9k salaries
unlock blur

₹5.7 L/yr - ₹25.8 L/yr

Software Engineer
5.6k salaries
unlock blur

₹7.1 L/yr - ₹22.3 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.5 L/yr - ₹28.4 L/yr

Senior Software Engineer
5k salaries
unlock blur

₹8.1 L/yr - ₹32 L/yr

Software Developer
4.8k salaries
unlock blur

₹11.5 L/yr - ₹32 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.7
Compare

Accenture

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