i
IBM
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
Invoice processing is crucial for businesses, ensuring timely payments and accurate financial records.
Invoice processing involves receiving, reviewing, and approving invoices for payment.
It helps maintain cash flow by ensuring timely payments to suppliers.
Automation tools can streamline the process, reducing errors and saving time.
For example, using software like QuickBooks can help track invoices and payments eff...
An interactive report can contain multiple lists, each serving different data visualization purposes.
1. Interactive reports can have multiple lists for different data categories.
2. Each list can represent a different dataset, like sales, inventory, or customer feedback.
3. Example: A report might include lists for 'Top Products', 'Sales by Region', and 'Customer Ratings'.
4. Users can filter or sort these lists to g...
BDC stands for Business Data Connectivity, enabling integration of external data into SharePoint applications.
BDC allows SharePoint to connect to external data sources like SQL databases.
It provides a way to create external content types that can be used in SharePoint lists.
BDC can be used to display and manipulate data from external systems directly in SharePoint.
Example: Integrating customer data from a CRM syst...
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...
What people are saying about IBM
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...
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 ...
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...
Power BI is a business analytics tool by Microsoft that visualizes data and shares insights across organizations.
Data Visualization: Power BI transforms raw data into interactive dashboards and reports.
Integration: It connects to various data sources like Excel, SQL Server, and cloud services.
Real-time Analytics: Users can monitor business metrics in real-time with live dashboards.
Collaboration: Reports can be sha...
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. ...
Designing a checkbox with CSS involves customizing its appearance while maintaining functionality.
Use the 'appearance' property to remove default styling: `input[type='checkbox'] { appearance: none; }`
Add a custom background and border: `input[type='checkbox'] { background: white; border: 2px solid #ccc; }`
Use ':checked' pseudo-class to style the checkbox when checked: `input[type='checkbox']:checked { background:...
I applied via Campus Placement and was interviewed in Jan 2016. There were 4 interview rounds.
Principal Component Analysis is a statistical technique used to reduce the dimensionality of a dataset while retaining important information.
PCA identifies the underlying structure in the data by finding the directions of maximum variance.
It transforms the data into a new coordinate system where the first axis has the highest variance, followed by the second, and so on.
The transformed data can be used for visualization...
The problem is addressed in this way because it leverages advanced cognitive techniques to analyze complex data patterns.
Utilizes machine learning algorithms to identify patterns and trends in data
Incorporates natural language processing to extract insights from unstructured data
Applies deep learning techniques for image and speech recognition tasks
Kernels are small matrices used in image processing and machine learning algorithms to perform operations on images or data.
Kernels are used in convolutional neural networks (CNNs) to extract features from images.
They are also used in image processing techniques like blurring, sharpening, and edge detection.
Kernels can be represented as matrices of numbers that are applied to the input data to produce an output.
In mach...
Cognitive Data Science has various uses in fields like healthcare, finance, marketing, and research.
Healthcare: Cognitive data science can be used to analyze patient data and predict diseases.
Finance: It can be used to analyze market trends and make investment decisions.
Marketing: It can be used to analyze customer behavior and personalize marketing campaigns.
Research: It can be used to analyze large datasets and disco...
I appeared for an interview in Apr 2025, where I was asked the following questions.
SQL (Structured Query Language) is a standard programming language for managing and manipulating relational databases.
SQL is used to query, insert, update, and delete data in databases.
Common SQL commands include SELECT, INSERT, UPDATE, DELETE.
Example: SELECT * FROM employees WHERE department = 'Sales';
SQL supports data definition, data manipulation, and data control.
It is widely used in various applications, from smal...
SQL (Structured Query Language) is a standard programming language for managing and manipulating relational databases.
Data Retrieval: SQL allows users to query databases to retrieve specific data. Example: SELECT * FROM patients WHERE age > 30;
Data Manipulation: SQL can insert, update, or delete records in a database. Example: UPDATE patients SET diagnosis = 'Flu' WHERE id = 1;
Database Creation: SQL can create new d...
SQL commands are categorized into five main types: DDL, DML, DCL, TCL, and SELECT statements for database management.
DDL (Data Definition Language): Used to define and manage database structures. Example: CREATE TABLE, ALTER TABLE.
DML (Data Manipulation Language): Used for data manipulation. Example: INSERT, UPDATE, DELETE.
DCL (Data Control Language): Used to control access to data. Example: GRANT, REVOKE.
TCL (Transact...
DML commands are used to manipulate data in a database, allowing for insertion, updating, and deletion of records.
INSERT: Adds new records to a table. Example: INSERT INTO patients (name, age) VALUES ('John Doe', 30);
UPDATE: Modifies existing records. Example: UPDATE patients SET age = 31 WHERE name = 'John Doe';
DELETE: Removes records from a table. Example: DELETE FROM patients WHERE name = 'John Doe';
SELECT: Retrieve...
DDL commands define and manage database structures, including creating, altering, and deleting tables and schemas.
CREATE: Used to create new database objects. Example: CREATE TABLE patients (id INT, name VARCHAR(100));
ALTER: Modifies existing database objects. Example: ALTER TABLE patients ADD COLUMN age INT;
DROP: Deletes database objects. Example: DROP TABLE patients;
TRUNCATE: Removes all records from a table without ...
posted on 12 Mar 2025
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
Experienced technical writer with a background in software development and a passion for clear and concise communication.
Over 5 years of experience in technical writing for software products
Proficient in creating user guides, API documentation, and release notes
Strong background in software development, allowing for effective collaboration with engineers
Skilled in translating complex technical concepts into easy-to-und...
DITA XML is a structured content standard used for creating technical documentation.
DITA XML is a structured content standard for technical documentation
Commonly used tags include <topic>, <title>, <body>, <section>
Keywords are used to categorize content for easy retrieval
DITA mapping is the process of linking topics together in a hierarchy
Graphics and illustrations can be created and included i...
Agile Methodology and Scrum are popular project management frameworks used in software development.
Agile Methodology is a flexible approach to software development that emphasizes incremental delivery, collaboration, and continuous improvement.
Scrum is a specific Agile framework that divides work into sprints, with daily stand-up meetings and regular reviews.
Scrum roles include Product Owner, Scrum Master, and Developm...
In case of conflict with SMEs, I prioritize clear communication and collaboration. I have experience working with global audiences, creating various types of documents, and estimating time needed for each project.
In case of conflict with SMEs, I prioritize clear communication and collaboration to find a resolution that meets both our needs.
I have worked with global audiences by adapting my writing style to suit differe...
I receive input through meetings and emails, DDLC is Document Development Life Cycle, SDLC is Software Development Life Cycle, I use APA and Chicago style guides, I ensure accuracy through thorough research and review.
Receive input through meetings with subject matter experts and stakeholders
DDLC (Document Development Life Cycle) is the process of creating, editing, and publishing documents
SDLC (Software Development Li...
Design thinking is a problem-solving approach that focuses on understanding the user's needs and creating innovative solutions.
Design thinking involves empathizing with users, defining the problem, ideating solutions, prototyping, and testing.
Yes, I have communicated with developers to understand technical aspects and constraints of the project.
When lacking information near a deadline, I prioritize the most critical as...
Yes, I have experience working with version control systems.
I have used Git for version control in my previous roles.
I am familiar with branching, merging, and resolving conflicts in Git.
I have also worked with SVN (Subversion) in the past.
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.
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.
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...
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...
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.
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
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...
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
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
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...
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
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...
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...
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...
It involves 3 rounds
1. Coding round where they asked to build a framework in selenium
2. Technical round for 45 minutes- , JAVA oops concept, Date picker, simple coding questions
3. HR discussion
Selenium can automate date pickers by interacting with the calendar UI elements to select dates.
Identify the date picker element using locators like ID, class, or XPath.
Click on the date picker to open the calendar view.
Select the desired month and year, if applicable, by navigating through the calendar.
Click on the specific date to select it.
Example: Use driver.findElement(By.id('datepicker')).click(); to open the dat...
Java can interact with Excel files using libraries like Apache POI or JExcelAPI for reading and writing data.
Use Apache POI library for reading/writing Excel files. Example: Workbook workbook = new XSSFWorkbook();
To read data: Sheet sheet = workbook.getSheetAt(0); Row row = sheet.getRow(0); Cell cell = row.getCell(0);
To write data: Cell cell = row.createCell(1); cell.setCellValue('Hello World');
Add Maven dependency for...
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.
Lambda expressions: Allow for more concise and readable code by enabling functional programming.
Streams: Provide a way to work with collections of objects in a more functional style.
Functional interfaces: Interfaces with a single abstract method, used to enable lambda expressions.
Optional class: Helps to avoid null p...
Spring boot annotations are used to simplify the development process by providing metadata to the Spring framework.
1. @SpringBootApplication - Main annotation to indicate the main class of a Spring Boot application.
2. @RestController - Annotation for RESTful web services.
3. @Autowired - Dependency injection annotation.
4. @GetMapping, @PostMapping, @PutMapping, @DeleteMapping - Annotations for mapping HTTP requests to c...
String Builder is not synchronized and faster, while String Buffer is synchronized and slower.
String Builder is not thread-safe, while String Buffer is thread-safe.
String Builder is faster due to lack of synchronization, while String Buffer is slower due to synchronization.
String Builder is recommended for single-threaded operations, while String Buffer is recommended for multi-threaded operations.
String pool is a storage area in memory where strings are stored to optimize memory usage by reusing common strings.
String pool helps in reducing memory usage by storing only one copy of each unique string.
Strings created using double quotes are stored in the string pool.
Strings created using new keyword are not stored in the string pool.
There are two main types of memory in a computer system: stack memory and heap memory.
Stack memory is used for static memory allocation and is managed by the compiler. It is typically faster but limited in size.
Heap memory is used for dynamic memory allocation and is managed by the programmer. It is slower but has a larger size.
Examples: C programming language uses stack memory for function calls and heap memory for dy...
I appeared for an interview in Dec 2024.
I am chandana i am bca graduated
How to developed a skill to improve over skills
I am fresher to 2 to 4
To complete a task in Python, follow structured steps including planning, coding, testing, and refining your solution.
Define the problem clearly before starting to code.
Break the task into smaller, manageable functions or classes.
Write clean, readable code with comments for clarity.
Test your code with various inputs to ensure it works as expected.
Refactor your code to improve efficiency and readability.
I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.
Merge N sorted linked lists efficiently using a priority queue or divide and conquer approach.
Use a priority queue to merge the lists efficiently
Alternatively, use a divide and conquer approach to merge the lists
Ensure the final merged list is also sorted
I am looking for a challenging role in MongoDB Specialist, Cloud where I can utilize my expertise and skills to drive innovation and efficiency.
Looking for a role that allows me to work with cutting-edge technology like MongoDB in a cloud environment
Expecting opportunities for growth and development in my career as a MongoDB Specialist
Have faced challenges in optimizing database performance and resolving complex data m...
Migrating a large database to MongoDB in a cloud environment
Challenging due to the size of the database and ensuring data integrity during migration
Handled conflicts by thoroughly planning the migration process, testing in a staging environment, and monitoring closely during the actual migration
Used tools like MongoDB Atlas for cloud deployment and data migration
The duration of IBM interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 1.9k interview experiences
Difficulty level
Duration
based on 23.5k reviews
Rating in categories
Application Developer
12.5k
salaries
| ₹5.1 L/yr - ₹25.9 L/yr |
Software Engineer
5.9k
salaries
| ₹8.1 L/yr - ₹26.2 L/yr |
Software Developer
5.7k
salaries
| ₹13.4 L/yr - ₹39.3 L/yr |
Senior Software Engineer
5.3k
salaries
| ₹12.5 L/yr - ₹36 L/yr |
Advisory System Analyst
5.2k
salaries
| ₹9.5 L/yr - ₹27 L/yr |
Oracle
TCS
Cognizant
Accenture