AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.9

based on 23.7k Reviews

Play video Play video Video summary

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern
golden leaf award AmbitionBox awards

Top Rated Mega Company - 2025

golden leaf award
golden leaf award AmbitionBox awards

Top Rated Company for Women - 2025

golden leaf award
golden leaf award AmbitionBox awards

Top Rated IT/ITES Company - 2025

golden leaf award
  • About
  • Reviews
    23.7k
  • Salaries
    2.1L
  • Interviews
    2.5k
  • Jobs
    2.1k
  • Benefits
    2.8k
  • Photos
    23
  • Posts
    33

Filter interviews by

IBM Interview Questions and Answers for Experienced

Updated 14 Jul 2025
Popular Designations

489 Interview questions

A SAP Fico Consultant was asked 4d ago
Q. What is the difference in the concept of House Bank Account ID between ECC and S/4HANA?
Ans. 

House bank account ID in SAP ECC vs S/4HANA involves differences in data structure and integration.

  • In ECC, house bank accounts are defined in the bank master data and linked to company codes.

  • S/4HANA introduces a more streamlined approach with the use of business partners for managing house banks.

  • In S/4HANA, house bank accounts can be managed more flexibly, allowing for better integration with cash management.

  • Examp...

View all SAP Fico Consultant interview questions
A Lead Financial Analyst was asked 2w ago
Q. Tell me about your current role.
Ans. 

As a Lead Financial Analyst, I focus on strategic financial planning, analysis, and decision support to drive business growth.

  • Conduct in-depth financial analysis to identify trends and opportunities for cost reduction.

  • Develop and manage financial models to forecast revenue and expenses, such as a 5-year projection model.

  • Collaborate with cross-functional teams to align financial goals with business objectives, like...

View all Lead Financial Analyst interview questions
A Storage Administrator was asked 1mo ago
Q. What are the differences between SAN and NAS storage?
Ans. 

SAN provides block-level storage, while NAS offers file-level storage, catering to different data access needs.

  • SAN (Storage Area Network) uses block-level storage, ideal for databases and applications requiring high performance.

  • NAS (Network Attached Storage) uses file-level storage, suitable for file sharing and collaboration among users.

  • SAN typically connects to servers via Fibre Channel or iSCSI, while NAS conne...

View all Storage Administrator interview questions
A Storage Administrator was asked 1mo ago
Q. Why do we use SAN storage?
Ans. 

SAN storage provides high-speed access to data, scalability, and centralized management for enterprise environments.

  • High performance: SANs offer faster data access speeds compared to traditional storage solutions, ideal for applications like databases.

  • Scalability: Easily expand storage capacity by adding more disks or storage arrays without downtime.

  • Centralized management: Simplifies storage management through a s...

View all Storage Administrator interview questions

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.
A Storage Administrator was asked 1mo ago
Q. Why do we use replication?
Ans. 

Replication ensures data availability, disaster recovery, and load balancing across storage systems.

  • Data redundancy: Replication creates copies of data to prevent loss in case of hardware failure.

  • Disaster recovery: In the event of a disaster, replicated data can be quickly restored from another location.

  • Load balancing: Distributing data across multiple locations can improve access speed and reduce latency.

  • Example:...

View all Storage Administrator interview questions
An Accountant&dataentryoperator was asked 1mo ago
Q. What are the steps involved in preparing a balance sheet?
Ans. 

Preparing a balance sheet involves listing assets, liabilities, and equity to provide a snapshot of a company's financial position.

  • 1. Gather financial data: Collect all relevant financial information, including trial balances and account statements.

  • 2. List assets: Organize assets into current (e.g., cash, inventory) and non-current (e.g., property, equipment) categories.

  • 3. List liabilities: Categorize liabilities ...

View all Accountant&dataentryoperator interview questions
An Accountant&dataentryoperator was asked 1mo ago
Q. What are the steps to create a cash flow statement?
Ans. 

Creating a cash flow statement involves tracking cash inflows and outflows over a specific period to assess financial health.

  • 1. Determine the reporting period: Choose the time frame for the cash flow statement, such as monthly, quarterly, or annually.

  • 2. Gather financial data: Collect relevant financial statements, including the income statement and balance sheet.

  • 3. Classify cash flows: Separate cash flows into thr...

View all Accountant&dataentryoperator interview questions
Are these interview questions helpful?
An Application Developer was asked 2mo ago
Q. What are the main OOP concepts?
Ans. 

OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, forming the foundation of object-oriented programming.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.

  • Inheritance: Mechanism to create a new class from an existing class, inheriting its properties and methods. ...

View all Application Developer interview questions
A Software Developer was asked 2mo ago
Q. Find the second largest element in an array using the two-pointer approach.
Ans. 

Use a two-pointer technique to efficiently find the second maximum value in an array.

  • Initialize two pointers: max1 and max2 to track the largest and second largest values.

  • Iterate through the array, updating max1 and max2 as needed.

  • If the current element is greater than max1, update max2 to max1 and then max1 to the current element.

  • If the current element is less than max1 but greater than max2, update max2 to the c...

View all Software Developer interview questions
An AWS Devops Engineer was asked 2mo ago
Q. What is configuration management?
Ans. 

Configuration management is a process for maintaining computer systems, servers, and software in a desired, consistent state.

  • Automation: Tools like Ansible, Puppet, and Chef automate the deployment and management of software configurations across multiple servers.

  • Version Control: Configuration management allows tracking changes to system configurations, similar to source code version control, ensuring rollback cap...

View all AWS Devops Engineer interview questions
1 2 3 4 5 6 7

IBM Interview Experiences for Experienced

949 interviews found

System Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Mar 2025

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

(3 Questions)

  • Q1. What is the wan
  • Ans. 

    WAN (Wide Area Network) connects multiple local networks over large distances, enabling communication and data sharing.

    • WANs cover large geographical areas, such as cities, countries, or even continents.

    • They use various transmission technologies, including leased lines, satellite links, and VPNs.

    • Examples of WANs include the Internet, corporate networks connecting multiple offices, and telecommunications networks.

  • Answered by AI
    Add your answer
  • Q2. What is the lan
  • Ans. 

    LAN (Local Area Network) connects computers and devices in a limited area for resource sharing.

    • LAN typically covers a small geographic area, like a home, office, or campus.

    • Common technologies include Ethernet and Wi-Fi.

    • Devices on a LAN can share resources like printers and files.

    • LANs can be wired (using cables) or wireless (using Wi-Fi).

    • Example: A home network connecting computers, smartphones, and smart TVs.

  • Answered by AI
    Add your answer
  • Q3. What is the error 001
  • Ans. 

    Error 001 typically indicates a generic or unspecified error in a system, often requiring further investigation to diagnose.

    • Generic Error Code: Error 001 is often used as a placeholder for an unspecified error, indicating that something went wrong without specific details.

    • Troubleshooting Steps: To resolve Error 001, check system logs, review recent changes, and ensure all dependencies are correctly configured.

    • Common Co...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. What is the system 32
  • Ans. 

    System32 is a critical Windows operating system directory containing essential system files and drivers.

    • Contains core system files necessary for Windows to operate.

    • Includes drivers for hardware components like printers and graphics cards.

    • Accessing System32 can lead to system configuration changes.

    • Deleting or modifying files in System32 can cause system instability.

    • Commonly referenced in jokes and memes about computer i...

  • Answered by AI
    Add your answer
  • Q2. What isthe bit locker
  • Ans. 

    BitLocker is a disk encryption feature in Windows that protects data by encrypting entire volumes.

    • Provides full disk encryption to protect data from unauthorized access.

    • Uses AES encryption algorithm to secure data.

    • Can be managed via Group Policy for enterprise environments.

    • Supports TPM (Trusted Platform Module) for enhanced security.

    • Allows recovery options through recovery keys or passwords.

  • Answered by AI
    Add your answer
Anonymous

Package Consultant Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(11 Questions)

  • Q1. Item category and shipping point determination
  • Add your answer
  • Q2. Shipping conditions controls
  • Add your answer
  • Q3. Give example of how high level item category is used st document level
  • Ans. 

    High level item category is used at document level to group similar items together for easier tracking and reporting.

    • High level item category can be used to classify items based on their type, purpose, or department.

    • It helps in organizing and grouping items for better visibility and analysis.

    • For example, in a procurement document, high level item category can be used to group all office supplies together for easier tra...

  • Answered by AI
    Add your answer
  • Q4. What is the 17th step in pricing procedure
  • Ans. 

    The 17th step in pricing procedure is determining the final price based on all previous calculations and adjustments.

    • The 17th step involves taking into account all previous steps in the pricing procedure

    • It may involve applying discounts, taxes, and any other adjustments to arrive at the final price

    • This step is crucial in ensuring that the final price is accurate and competitive

  • Answered by AI
    Add your answer
  • Q5. Basic configuration steps of output determination
  • Ans. 

    Output determination involves configuring condition records, access sequences, and output types in SAP ERP system.

    • Define condition tables for output determination

    • Create access sequences to determine the sequence of condition tables

    • Assign condition records to access sequences

    • Configure output types and assign them to access sequences

    • Test output determination by creating sales orders or invoices

  • Answered by AI
    Add your answer
  • Q6. Master data tables for customer and material master
  • Ans. 

    Master data tables for customer and material master are essential for storing detailed information about customers and materials.

    • Customer master table stores information about customers such as name, address, contact details, etc.

    • Material master table stores information about materials such as description, unit of measure, price, etc.

    • These tables are crucial for efficient data management and retrieval in a business sys...

  • Answered by AI
    Add your answer
  • Q7. Multiple invoice, delivery and idocs processing tcodes
  • Add your answer
  • Q8. Item categories for return orders, consignment processes and their schedule lines
  • Ans. 

    Item categories for return orders, consignment processes, and their schedule lines

    • Return orders typically fall under categories like damaged goods, wrong item received, or change of mind

    • Consignment processes may involve categories such as delivery scheduling, inventory management, and payment terms

    • Schedule lines for return orders and consignment processes help track timelines for actions and deliveries

  • Answered by AI
    Add your answer
  • Q9. Golden rule of access sequence
  • Ans. 

    The golden rule of access sequence determines the order in which system accesses condition records in SAP.

    • Access sequences are used in SAP to determine the order in which condition records are accessed during pricing determination

    • The golden rule states that the system will access condition records in the order they are defined in the access sequence

    • If a condition record is found in an earlier step of the access sequenc...

  • Answered by AI
    Add your answer
  • Q10. Placement of tax configuration in pricing procedure
  • Ans. 

    Tax configuration should be placed at the end of the pricing procedure to ensure accurate calculations.

    • Tax configuration should be placed after all other conditions and calculations in the pricing procedure.

    • This ensures that taxes are calculated on the final price after all discounts and surcharges have been applied.

    • Placing tax configuration at the end helps in avoiding any discrepancies in tax calculations.

    • Example: Co...

  • Answered by AI
    Add your answer
  • Q11. Difference between standard order and rush order? How the delivery is created immediately in rush order, where are the controls?
  • Ans. 

    Standard orders have regular delivery times while rush orders require immediate delivery. Controls for rush orders are typically set in the system.

    • Standard orders have regular delivery times based on the company's standard processing and shipping times.

    • Rush orders are prioritized for immediate delivery, often with expedited processing and shipping.

    • Controls for rush orders are usually set in the system, such as flagging...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Thorough with your resume. And clear with your fundamentals

Skills evaluated in this interview

Anonymous

Team Leader (Technical) Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tec discussion and issue handeling
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Tec discussion and issue resolution
  • Add your answer
Anonymous

Business Transformation Consultant Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2025

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

Basic coding and advanced topics of handling scenario

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of PLM concepts
  • Add your answer
  • Q2. Basics of PLM
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Advanced topics
  • Add your answer
  • Q2. Very advanced topics
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared. Advanced topics
Anonymous

Process Specialist Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sap t code for vendors creation
  • Ans. 

    The SAP T code for vendors creation is XK01.

    • Use transaction code XK01 in SAP to create a new vendor

    • Enter the necessary details such as vendor name, address, payment terms, etc.

    • Save the vendor information once all details are entered

  • Answered by AI
    Add your answer
  • Q2. As per accounting standard 10
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to work place need more improvement
Anonymous

Interview Questions & Answers

user image Soujanya Thippeswamy

posted on 14 Feb 2025

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

Case studies will be provided

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic accounting questions
  • Add your answer
  • Q2. Based on profile, question will be asked
  • Add your answer
Anonymous

Consultant Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

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

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

I have three questions: 1. How to handle null values? 2. What are ranking functions? 3. Can you explain self joins?

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project description
  • Add your answer
  • Q2. Tools used
  • Ans. 

    I primarily use tools such as Microsoft Excel, PowerPoint, and Tableau for data analysis and visualization.

    • Microsoft Excel for data manipulation and analysis

    • PowerPoint for creating presentations

    • Tableau for data visualization

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for scenario-based SQL questions for the coding round.
Anonymous

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

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

(2 Questions)

  • Q1. About python, sql, pyspark
  • Add your answer
  • Q2. Spark Architecture.
  • Add your answer
Round 2 - HR 

(2 Questions)

  • Q1. When can you join.
  • Ans. 

    I can join within two weeks of receiving an offer.

    • I can start within two weeks of receiving an offer.

    • I need to give notice at my current job before starting.

    • I have some personal commitments that I need to wrap up before joining.

  • Answered by AI
    Add your answer
  • Q2. .
  • Add your answer
Anonymous

Senior Developer Interview Questions & Answers

user image Anonymous

posted on 7 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding Window find the subarray with sum equal to k
  • Ans. 

    Using sliding window technique to find subarray with sum equal to k.

    • Initialize two pointers at the start of the array.

    • Move the right pointer to expand the window until the sum is greater than or equal to k.

    • Move the left pointer to shrink the window if the sum exceeds k.

    • Repeat until the end of the array is reached.

    • Example: Input array [1, 4, 20, 3, 10, 5], k=33. Output: [20, 3, 10].

  • Answered by AI
    Add your answer
Anonymous

Asset Coordinator Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2025

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

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. I don’t have any questions on this
  • Add your answer
  • Q2. Can you provide more details about your personal experience?
  • Ans. 

    Experienced Asset Coordinator with a strong background in inventory management and resource allocation.

    • Managed asset tracking for over 500 items, ensuring accurate inventory records.

    • Implemented a new software system that reduced asset retrieval time by 30%.

    • Collaborated with cross-functional teams to optimize resource allocation for projects.

    • Conducted regular audits to ensure compliance with company policies and procedu...

  • Answered by AI
    Add your answer
Anonymous
More about working at IBM
golden leaf award AmbitionBox awards

Top Rated Mega Company - 2025

golden leaf award
golden leaf award AmbitionBox awards

Top Rated Company for Women - 2025

golden leaf award
golden leaf award AmbitionBox awards

Top Rated IT/ITES Company - 2025

golden leaf award
golden leaf award AmbitionBox awards

#6 Top Rated Mega Company - 2024

golden leaf award
golden leaf award AmbitionBox awards

#3 Top Rated Company for Women - 2024

golden leaf award
golden leaf award AmbitionBox awards

#1 Top Rated IT/ITES Company - 2024

golden leaf award
  • HQ - Armonk,New York, United States
  • IT Services & Consulting
  • 1 Lakh+ Employees (India)
  • Public
  • Financial Services
  • Emerging Technologies

IBM Interview FAQs

How many rounds are there in IBM 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, HR and Resume Shortlist.
How to prepare for IBM 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 Agile, SQL, Python, Javascript and Java.
What are the top questions asked in IBM interview for experienced candidates?

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

  1. what is comp & comp 3 differance ...read more
  2. What are the detail that you will share to the supplier for getting a quote...read more
  3. we have 2 files eliminate duplicates and send to duplicate files in to another ...read more
What are the most common questions asked in IBM HR round for experienced candidates?

The most common HR questions asked in IBM interview are for experienced candidates -

  1. What are your salary expectatio...read more
  2. Tell me about yourse...read more
  3. Why are you looking for a chan...read more
How long is the IBM interview process?

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

Tell us how to improve this page.

IBM Interviews By Designations

  • IBM Application Developer Interview Questions
  • IBM Software Developer Interview Questions
  • IBM Associate Systems Engineer Interview Questions
  • IBM Software Engineer Interview Questions
  • IBM Advisory System Analyst Interview Questions
  • IBM Data Engineer Interview Questions
  • IBM Senior Systems Engineer Interview Questions
  • IBM Senior Software Engineer Interview Questions
  • Show more
  • IBM System Engineer Interview Questions
  • IBM Senior Application Developer Interview Questions

Interview Questions for Popular Designations

  • Application Developer Interview Questions
  • Software Developer Interview Questions
  • Associate Systems Engineer Interview Questions
  • Software Engineer Interview Questions
  • Advisory System Analyst Interview Questions
  • Data Engineer Interview Questions
  • Senior Systems Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • System Engineer Interview Questions
  • Senior Application Developer Interview Questions

Overall Interview Experience Rating

4.2/5

based on 482 interview experiences

Difficulty level

Easy 20%
Moderate 72%
Hard 8%

Duration

Less than 2 weeks 62%
2-4 weeks 28%
4-6 weeks 4%
6-8 weeks 4%
More than 8 weeks 2%
View more

Explore Interview Questions and Answers for Top Skills at IBM

Java Interview Questions & Answers
250 Questions
Algorithms Interview Questions & Answers
250 Questions

Interview Questions from Similar Companies

TCS
TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact
Genpact Interview Questions
3.7
 • 3.4k Interviews
DXC Technology
DXC Technology Interview Questions
3.6
 • 842 Interviews
View all

IBM Reviews and Ratings

based on 23.7k reviews

3.9/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.5

Salary

3.9

Job security

3.9

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 23.7k Reviews and Ratings
Jobs at IBM
IBM
PROCESS DELIVERY SPECIALIST-TALENT DEVELOPMENT OPTIMIZATION -ANALYST

Bangalore / Bengaluru

3-5 Yrs

₹ 2.9-7.1 LPA

IBM
Sr. Process Analyst - Finance & Administration Delivery

Mumbai

3-6 Yrs

Not Disclosed

IBM
Assistant Manager - Finance & Administration Delivery

Noida

6-11 Yrs

Not Disclosed

Explore more jobs
IBM Salaries in India
Application Developer
12.6k salaries
unlock blur

₹5.3 L/yr - ₹26.8 L/yr

Software Developer
6k salaries
unlock blur

₹13.5 L/yr - ₹35 L/yr

Software Engineer
5.9k salaries
unlock blur

₹8.4 L/yr - ₹25.3 L/yr

Senior Software Engineer
5.4k salaries
unlock blur

₹12.9 L/yr - ₹30 L/yr

Advisory System Analyst
4.5k salaries
unlock blur

₹13.6 L/yr - ₹23 L/yr

Explore more salaries
Compare IBM with
Oracle

Oracle

3.7
Compare
TCS

TCS

3.6
Compare
Cognizant

Cognizant

3.7
Compare
Accenture

Accenture

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • IBM Interview Questions >
  • IBM Interview Questions for Experienced
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter