IBM Interview Experience | Software Engineer | Full Time | On Campus 2024 Last Updated : 20 Oct, 2024 Summarize Comments Improve Suggest changes Share Like Article Like Report IBM visited our campus for a recruitment drive, providing an exciting opportunity for students to showcase their skills and secure positions in their esteemed organization.First Round (Online Assessment):Total 15 MCQs and 2 Coding QuestionThere were only 2 MCQ from Aptitude one is of vein diagram and one is finding missing number in a circle. Maximum MCQs are from Operating System(Easy-Medium Concept based), 3-4 questions were from Linux command and concepts.There were 2 coding questions: First is to convert ipv4 address to ipv6 address. One can solve similar question from https://www.geeksforgeeks.org/convert-ip-address-to-integer-and-vice-versa/ Second coding was to find the length of last word in a string having words separated by one or multiple spaces and there are trailing non-characters in start and end of the string, similar to https://www.geeksforgeeks.org/length-of-last-word-in-a-string/Technical Round (virtual interview):This interview lasted hardly 30 minutes. First they asked about introduction then First question was different mechanisms of IPC(Inter Process Communication),Semaphores, Different scheduling algorithm in multicore processor, Process vs Thread, storage classes in C, Interrupts, How interrupt works.They asked Three questions from DSA. First they asked to open any online compiler. Create a linked list node in any of the language. (They asked one of my friend to create in C.)How to detect a cycle in linked list. https://www.geeksforgeeks.org/detect-loop-in-a-linked-list/(Bit-manipulation) Write code to swap MSB and LSB of an integer. https://www.geeksforgeeks.org/how-to-swap-two-bits-in-a-given-integer/Write code to detect Little endian and Big endian. https://www.geeksforgeeks.org/little-and-big-endian-mystery/, https://cs-fundamentals.com/tech-interview/c/c-program-to-check-little-and-big-endian-architectureHR Round:They asked about projects, Location Preferences and managerial questions based on given situations. Comment More infoAdvertise with us Next Article IBM Interview Experience | Software Engineer | Full Time | On Campus 2024 Anonymous Improve Article Tags : Interview Experiences Experiences IBM On-Campus SDE +1 More Practice Tags : IBM Similar Reads Window Functions in SQL SQL window functions are essential for advanced data analysis and database management. It is a type of function that allows us to perform calculations across a specific set of rows related to the current row. These calculations happen within a defined window of data and they are particularly useful 6 min read Top 30 Java 8 Interview Questions and Answers for 2025 Java 8 introduced a host of powerful features that have significantly enhanced the Java programming language. Introducing new features such as Lambda Expressions, Stream API, Functional Interfaces, the new Date and Time API, and more. As a result, Java 8 skills are highly sought after by employers i 15+ min read What is Array? Array is a linear data structure where all elements are arranged sequentially. It is a collection of elements of same data type stored at contiguous memory locations. For simplicity, we can think of an array as a flight of stairs where on each step is placed a value (let's say one of your friends). 2 min read Topic wise multiple choice questions in computer science We have covered multiple choice questions on several computer science topics like C programming, algorithms, data structures, computer networks, aptitude mock tests, etc. Practice for computer science topics by solving these practice mcq questions.This page specifically covers a lot of questions and 2 min read 50+ Common Interview Questions and Answers Common Interview Questions: Preparing for a job interview can be daunting, but being well-prepared can significantly boost your confidence and chances of success. To help you ace your next interview, here is a list of the Top 50 common interview questions for freshers/college students or experienced 15+ min read Infosys Interview Experience | SP I have applied on off-campus in June month of 2024. After 3-4 weeks, I get emails of the Shortlisted for the online test under the Infosys Campus Recruitment Program. The test date is 6 July 2024. so Infosys SP hiring asks for 3 Problems related to Data Structure and Algorithms (DSA). Problem Levels 4 min read Interview Corner: All Resources To Crack Any Tech Interview This article serves as your one-stop guide to interview preparation, designed to help you succeed across different experience levels and company expectations. Here is what you should expect in a Tech Interview, please remember the following points:Tech Interview Preparation does not have any fixed s 4 min read SQL | DESCRIBE Statement Prerequisite: SQL Create Clause As the name suggests, DESCRIBE is used to describe something. Since in a database, we have tables, that's why do we use DESCRIBE or DESC(both are the same) commands to describe the structure of a table. Syntax: DESCRIBE one; OR DESC one; Note: We can use either DESCRI 2 min read Difference between Shallow and Deep copy of a class Shallow Copy: Shallow repetition is quicker. However, it's "lazy" it handles pointers and references. Rather than creating a contemporary copy of the particular knowledge the pointer points to, it simply copies over the pointer price. So, each of the first and therefore the copy can have pointers th 5 min read Cloud Computing Interview Questions and Answers Cloud computing has become an integral part of modern technology infrastructure, revolutionizing how businesses manage and deliver services over the Internet. Cloud computing refers to the delivery of computing servicesâincluding servers, storage, databases, networking, software, analytics, and inte 15+ min read Like