i
IBM
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
1) Search an array element
2) braces balance program
3) anagrams Program
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Using goroutine to print even and odd numbers upto 100
Create two goroutines, one for printing even numbers and one for printing odd numbers
Use a channel to communicate between the goroutines
Loop through numbers 1 to 100 and send them to the appropriate goroutine for printing
I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.
Merge two linked lists into a single linked list
Create a new linked list to store the merged elements
Iterate through both input linked lists and add elements to the new list in sorted order
Handle cases where one list is longer than the other
Write REST API's in Go
What people are saying about IBM
Coding using map and goroutines
IBM interview questions for designations
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
Interviewer asked me some basic on golang concurrency, slices & Interface. And asked me to write a code a implement a linklist.
I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
based on 5 interviews
1 Interview rounds
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
| ₹10.1 L/yr - ₹32.7 L/yr |
Oracle
TCS
Cognizant
Accenture