IBM Interview Experience for Freshers

IBM Interview Experience 2022

Discover all the information regarding the IBM Interview process along with the IBM Interview questions and answers, syllabus, latest interview experiences of recently placed candidates, and many more.

Page highlights:

  • About IBM
  • IBM Exam pattern
  • IBM Interview Experience
  • IBM Interview Questions with Answers
  • IBM Interview preparation courses
  • IBM FAQs
IBM

About IBM

IBM was established in 1911 as a Multinational Information Technology service-based firm headquartered in Armonk, New York. To read more about IBM visit: www.ibm.com

Recruitment Process

IBM recruits through the following processes:-

  • Off-Campus drives
  • On-Campus drives
  • Employee referrals

Rounds:

  • Online assessment
  • Technical Interview
  • HR Interview

IBM Off-Campus Interview Experience

I applied for an off-campus interview and got shortlisted for the online assessment.

Round 1: Online assessment

Total Questions and duration: 72 Questions and 100 minutes

  1. Cognitive Ability: No. of questions and duration: 6 Questions and 30 mins
  2. English Language TestNo. of questions and duration: 10 Questions and 10 mins
  3. Learning Agility Assessments: No. of questions and duration: 50 Questions and 30 mins
  4. Coding Test: No. of questions and duration: 6 Questions and 30 mins
  • C program to print N Prime Numbers.
#include<stdio.h>

int main()

{

int n, i = 3,k,j;

printf(“Enter n value\n“);

scanf(“%d“,&n);

if ( n >= 1 )

{

printf(“First %d prime numbers are :\n“,n);

printf(“2\n“);

}

for (k= 2 ; k<= n ;  )

{

for (j= 2 ; j<= i – 1 ; j++ )

{

if ( i%j == 0 )

break;

}

if (j== i )

{

printf(“%d\n“, i);

k++;

}

i++;

}

return 0;

}						
  • What is the full form of SQL?
  •  Name some common RDBMS in use?
  • Who is the father of the C language?
  • What is the 16-bit compiler allowable range for integer constants?
  • What is lint?

To find more about IBM Interview preparation visit: prepinsta.com/ibm

Round 2: Technical Interview

Duration: 30minutes

Questions asked were:

1. Introduce yourself

2. Explain briefly your projects.

3. What do you know about the OOPs concept?

4. What is SQL Query?

5. What is database partitioning?

It (Database partitioning) is a process where a logical database is divided into different independent parts. The database objects like tables and indexes are subdivided and managed and accessed at the granular level.

6. Define Normalization?

Organizing data into a relatable Table is known as Normalization.

7. How to implement polymorphism in java?

8. What is the purpose of SQL?

SQL stands for Structured Query Language whose main purpose is to interact with the relational databases in the form of inserting and updating/modifying the data in the database.

I cleared the round and got selected for the final round.

Round 3: HR Interview

Duration: 15minues

Questions asked were:

  1. Tell me about yourself.
  2. In which domain do you wish to have expertise.
  3. Tell me your hobbies and interests.
  4. How do you manage your stress?
  5. Describe your dream job.
  6. Why do you want to work with IBM?
  7. What are your long-term and short-term goals?
  8. Any questions.

Thank you.

To read other companies’ interview experiences, visit Interview Dashboard: https://prepinsta.com/interview-experience/           

IBM Interview Preparation Course

Check out our IBM Interview Preparation Course on Prime, which includes:-

  • IBM Technical Interview Questions and Answers
  • IBM HR Interview Questions and Answers
  • IBM Certification Questions
  • Written IBM Interview Experience
  • and more.

FAQ on IBM Interview Experience

Question: How tough is the IBM interview?

Answer:-

The difficulty level of this interview is medium to difficult so you need to be clear with all the concepts to crack the interview.

Question: How long goes it take for IBM to send the offer letter/interview results?

Answer:-

Usually, It takes 3-4 weeks of time to receive an offer letter from IBM.