i
IBM
Proud winner of ABECA 2024 - 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.
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...
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 of te...
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.
Test...
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...
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>.
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...
Android development features include open-source platform, rich development environment, and extensive libraries.
Open-source platform allows for customization and flexibility
Rich development environment with tools like Android Studio
Extensive libraries for various functionalities like UI, networking, and database
Support for multiple hardware devices and screen sizes
Integration with Google services like Maps, Firebase, ...
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
Java is a high-level programming language used for developing a wide range of applications, including Android apps.
Java is an object-oriented language.
It is platform-independent, meaning it can run on any operating system.
Java uses a virtual machine called the Java Virtual Machine (JVM) to execute code.
It has a large standard library with built-in classes and methods for common programming tasks.
Java is known for its s
What people are saying about IBM
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
IBM interview questions for designations
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
Factorial can be calculated using a loop by multiplying numbers from 1 to n.
Initialize a variable to 1
Use a loop to multiply the variable with numbers from 1 to n
Return the variable
Answering questions related to software development and Salesforce administration.
Process Builder is a visual tool in Salesforce used to automate business processes.
Types of relationships in Salesforce include lookup, master-detail, and many-to-many relationships.
User represents an individual who can log in and access Salesforce, Profile defines the permissions and settings for a user, and Role determines the hierarchy...
I have configured various software systems and tools for development purposes.
Configured IDEs such as Eclipse and Visual Studio for development
Set up version control systems like Git and SVN
Installed and configured build tools like Maven and Gradle
Configured application servers like Tomcat and JBoss
Set up databases like MySQL and Oracle for development and testing
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.
Count the number of pairs in an array whose sum is equal to a given number k.
Iterate through the array and for each element, check if k minus the element exists in the array.
Use a hash table to store the frequency of each element in the array.
If the array contains duplicates, handle them separately to avoid overcounting.
Time complexity can be improved to O(n) using a two-pointer approach.
I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.
Abstraction is the process of hiding complex implementation details and exposing only the necessary information.
Abstraction helps in reducing complexity and increasing efficiency.
It allows us to focus on the essential features of an object or system.
Abstraction can be achieved through abstract classes, interfaces, and encapsulation.
For example, a car can be abstracted as a vehicle with certain properties and methods.
Ab...
Hiding implementation means keeping the internal details of a class or function hidden from the outside world.
It is a fundamental principle of object-oriented programming.
It helps in achieving encapsulation and abstraction.
It prevents the user from accessing the internal workings of a class or function.
Examples include private variables and methods in a class.
It allows for easier maintenance and modification of code.
It...
based on 1 interview
1 Interview rounds
based on 6 reviews
Rating in categories
Application Developer
11.9k
salaries
| ₹5.8 L/yr - ₹26.2 L/yr |
Software Engineer
5.6k
salaries
| ₹6.9 L/yr - ₹22.2 L/yr |
Advisory System Analyst
5.4k
salaries
| ₹9.5 L/yr - ₹25.5 L/yr |
Senior Software Engineer
4.9k
salaries
| ₹8 L/yr - ₹32 L/yr |
Software Developer
4.7k
salaries
| ₹11.5 L/yr - ₹32 L/yr |
Oracle
TCS
Cognizant
Accenture