i
IBM
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
Use counting sort algorithm to achieve O(n) time complexity.
Count the frequency of each string in the array.
Create a new array based on the frequency counts.
Iterate through the new array to reconstruct the sorted array.
A server administrator is responsible for managing and maintaining the operation of computer servers.
Server administrators handle tasks such as server installation, configuration, and maintenance.
They monitor server performance, troubleshoot issues, and ensure data security.
Server administrators may also manage user accounts, permissions, and backups.
Examples of server administrator roles include Windows Server Ad...
A developer is a professional who designs, builds, and maintains software applications.
Developers write code to create software applications.
They use programming languages and tools to develop software.
They collaborate with other team members to design and implement software solutions.
Developers test and debug their code to ensure it functions correctly.
They continuously learn and adapt to new technologies and ind...
A backend server is a server-side component that handles the logic and data processing for an application or website.
Backend servers handle requests from client devices and perform tasks such as data storage, retrieval, and manipulation.
They often communicate with databases, APIs, and other external services.
Backend servers are responsible for processing and validating user input, performing business logic, and ge...
What people are saying about IBM
A precondition is a condition that must be true before a function or method can be executed.
Preconditions are used to ensure that the inputs to a function or method are valid.
They help prevent errors and unexpected behavior by checking if certain conditions are met.
If a precondition is not satisfied, an exception or error may be thrown.
For example, a precondition for a function that calculates the square root of a...
A font is a set of characters with a specific style and size used to display text.
Fonts determine the visual appearance of text on a screen or in print.
They include various attributes like typeface, size, weight, and style.
Examples of fonts include Arial, Times New Roman, and Roboto.
Fonts can be customized and applied to different elements of a user interface.
SAP in SAP testing stands for Systems, Applications, and Products in Data Processing.
SAP is a software suite that provides various business applications.
SAP testing involves testing the functionality, performance, and security of SAP systems.
It ensures that the SAP software meets the desired requirements and works as expected.
SAP testing includes testing modules like finance, sales, inventory, human resources, etc...
Testing is the process of evaluating a system or component to determine if it meets the specified requirements.
Testing is an essential part of the software development life cycle.
It helps identify defects or bugs in the system.
Testing ensures that the system functions as expected and meets the user's requirements.
Different types of testing include unit testing, integration testing, and acceptance testing.
Examples ...
HTML stands for HyperText Markup Language, used for creating and structuring web pages.
HTML is the standard markup language for creating web pages.
It uses tags to define the structure and content of a web page.
Examples of HTML tags include <html>, <head>, <title>, <body>, <p>, <div>, <a>, <img>.
Android development is the process of creating applications for the Android operating system.
Android development involves writing code in Java or Kotlin to create mobile applications.
It includes designing user interfaces, implementing functionality, and testing the app.
Developers use Android Studio, an integrated development environment (IDE), for building Android apps.
Android apps can be published on the Google P...
Use counting sort algorithm to achieve O(n) time complexity.
Count the frequency of each string in the array.
Create a new array based on the frequency counts.
Iterate through the new array to reconstruct the sorted array.
Coding test based on array
I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.
A developer is a professional who designs, builds, and maintains software applications.
Developers write code to create software applications.
They use programming languages and tools to develop software.
They collaborate with other team members to design and implement software solutions.
Developers test and debug their code to ensure it functions correctly.
They continuously learn and adapt to new technologies and industry...
Angular is a popular JavaScript framework for building web applications.
Angular is a front-end framework developed by Google.
It allows developers to build dynamic, single-page applications.
Angular uses TypeScript, a superset of JavaScript, for writing code.
It follows the MVC (Model-View-Controller) architectural pattern.
Angular provides features like data binding, dependency injection, and routing.
Some popular examples...
Struts is a framework for developing Java web applications.
Struts is an open-source framework developed by Apache Software Foundation.
It follows the Model-View-Controller (MVC) architectural pattern.
Struts provides a set of reusable components and tags to simplify web application development.
It uses XML configuration files to define the application's behavior.
Struts supports server-side validation and internationalizat...
A backend server is a server-side component that handles the logic and data processing for an application or website.
Backend servers handle requests from client devices and perform tasks such as data storage, retrieval, and manipulation.
They often communicate with databases, APIs, and other external services.
Backend servers are responsible for processing and validating user input, performing business logic, and generat...
TU publication refers to the publication of research papers, articles, or books by Tribhuvan University.
TU publication includes research papers, articles, and books published by Tribhuvan University.
These publications cover various academic disciplines and research areas.
TU publication plays a crucial role in disseminating knowledge and promoting academic excellence.
Examples of TU publications include journals like Tri...
A school is an educational institution where students acquire knowledge and skills.
Schools provide formal education to students.
They have teachers who instruct students in various subjects.
Schools have classrooms, libraries, laboratories, and other facilities to support learning.
Students attend school to gain knowledge, develop social skills, and prepare for future careers.
Examples of schools include elementary schools...
A server administrator is responsible for managing and maintaining the operation of computer servers.
Server administrators handle tasks such as server installation, configuration, and maintenance.
They monitor server performance, troubleshoot issues, and ensure data security.
Server administrators may also manage user accounts, permissions, and backups.
Examples of server administrator roles include Windows Server Adminis...
A precondition is a condition that must be true before a function or method can be executed.
Preconditions are used to ensure that the inputs to a function or method are valid.
They help prevent errors and unexpected behavior by checking if certain conditions are met.
If a precondition is not satisfied, an exception or error may be thrown.
For example, a precondition for a function that calculates the square root of a numb...
A font is a set of characters with a specific style and size used to display text.
Fonts determine the visual appearance of text on a screen or in print.
They include various attributes like typeface, size, weight, and style.
Examples of fonts include Arial, Times New Roman, and Roboto.
Fonts can be customized and applied to different elements of a user interface.
I applied via Referral and was interviewed in Feb 2021. There were 3 interview rounds.
Android development is the process of creating applications for the Android operating system.
Android development involves writing code in Java or Kotlin to create mobile applications.
It includes designing user interfaces, implementing functionality, and testing the app.
Developers use Android Studio, an integrated development environment (IDE), for building Android apps.
Android apps can be published on the Google Play S...
An SDK (Software Development Kit) is a collection of tools, libraries, and documentation for building software applications.
SDKs provide APIs (Application Programming Interfaces) for developers to interact with specific platforms.
Examples include Android SDK for Android app development and iOS SDK for iOS apps.
SDKs often include sample code, debugging tools, and emulators to facilitate development.
They help streamline ...
The activity creator is used to create instances of an activity class in Android development.
The activity creator is responsible for instantiating an activity class.
It is typically used when starting a new activity from another activity.
The activity creator can pass data to the new activity through intent extras.
It is commonly used in the onCreate() method of the calling activity.
Example: Intent intent = new Intent(thi...
I applied via Naukri.com and was interviewed before May 2021. There were 2 interview rounds.
Advantages of Kotlin over Java and basic Kotlin questions
Kotlin is more concise and less error-prone than Java
Kotlin supports null safety and type inference
Kotlin has higher-order functions, extension functions, and scope functions
Kotlin has lazy initialization and immutable variables
Kotlin has const values for compile-time constants
Kotlin is fully interoperable with Java
Examples: val vs var, run vs let, Latinit vs laz...
Android uses Java and Kotlin. Unit testing is done using JUnit and Espresso.
Android uses Java and Kotlin for development
JUnit is used for unit testing of Android applications
Espresso is used for UI testing of Android applications
I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before May 2021. There were 4 interview rounds.
VERBAL QUANT DI/LR and Picture based test
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
I applied via Walk-in and was interviewed before Feb 2021. There were 3 interview rounds.
Handled a difficult project involving complex data migration and integration
Had to understand the existing data structure and map it to the new system
Dealt with multiple data sources and formats
Ensured data integrity and accuracy throughout the migration process
Collaborated with cross-functional teams to ensure successful integration
Implemented automated testing to validate data migration and integration
Managed project...
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
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...
I applied via Referral and was interviewed before Jun 2021. There were 2 interview rounds.
Java, program logic, software engineering
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
Faced various technical challenges, including system integration and performance optimization, which I successfully navigated through strategic solutions.
Integration of legacy systems with modern applications: I utilized APIs and middleware to ensure seamless data flow.
Performance bottlenecks in a web application: Implemented caching strategies and optimized database queries, resulting in a 40% speed increase.
Debugging...
based on 1 interview experience
based on 7 reviews
Rating in categories
Application Developer
12.7k
salaries
| ₹5.2 L/yr - ₹27.3 L/yr |
Software Engineer
6.1k
salaries
| ₹7.9 L/yr - ₹25.6 L/yr |
Software Developer
6k
salaries
| ₹13.6 L/yr - ₹34.5 L/yr |
Senior Software Engineer
5.5k
salaries
| ₹14.1 L/yr - ₹30 L/yr |
Advisory System Analyst
4.5k
salaries
| ₹13.7 L/yr - ₹23 L/yr |
Oracle
TCS
Cognizant
Accenture