Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBM Team. If you also belong to the team, you can get access from here

IBM Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 21.3k Reviews

Filter interviews by

IBM Associate Trainee Interview Questions and Answers for Freshers

Updated 24 Jun 2024

IBM Associate Trainee Interview Experiences for Freshers

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The coding test was conducted in hacker rank

Round 2 - HR 

(2 Questions)

  • Q1. Tell about project
  • Q2. Tell me about your goal

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

90 mins test with aptitude test questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about youself.
  • Q2. Explain the projects you have developed and how you have done it.
Round 3 - HR 

(2 Questions)

  • Q1. Are you open for relocation?
  • Q2. What if i ask you to continue work under USA timming for 6 months straight?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and straight forward enough to tackle any question.

Associate Trainee Interview Questions & Answers

Cognizant user image GOKKUL RAJ VELUCHAMY

posted on 9 Mar 2022

I applied via Campus Placement and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Write or say a logic for a program in python to store all the files in new folder.
  • Ans. 

    Logic to store all files in a new folder using Python

    • Import the os module

    • Create a new folder using os.mkdir()

    • Use os.listdir() to get a list of all files in the current directory

    • Loop through the list and move each file to the new folder using os.rename()

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. VERIFICATION Process

Interview Preparation Tips

Interview preparation tips for other job seekers - BE CALM, Don't be afraid. Say what you Know.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Knowledge on basic things which are available

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain about java
  • Ans. 

    Java is a high-level programming language known for its portability, security, and versatility.

    • Java is an object-oriented language, allowing for the creation of reusable code and modular programs.

    • It is platform-independent, meaning Java programs can run on any device with a Java Virtual Machine (JVM).

    • Java is used for developing a wide range of applications, from web applications to mobile apps.

    • Java has a strong communi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Okay but question were difficult

Round 2 - Group Discussion 

Gd topic was based on social media influence

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduce and explain ur projects

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare geotechnical basics
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Be vocal confident and ask questios

Round 2 - One-on-one 

(2 Questions)

  • Q1. VPN troubelshooting
  • Q2. Tickceting srvice now

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Trainee Interview Questions & Answers

Atos user image Anonymous

posted on 1 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Reasoning, Verbal & Quantitative These three Sections Are Their Each Section 20 Question Ask and Total Question Is 60 Que for 60 min Level of Que is Moderate

Round 3 - Technical 

(3 Questions)

  • Q1. What is Difference Between HTTP and HTTPS ?
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP does not encrypt data, while HTTPS encrypts data using SSL/TLS.

    • HTTP is vulnerable to eavesdropping and data tampering, while HTTPS provides confidentiality and integrity of data.

    • HTTPS uses d...

  • Answered by AI
  • Q2. What is the Command For Hard Disk Partition In Linux?
  • Ans. 

    The command for hard disk partition in Linux is fdisk.

    • Open the terminal and type 'sudo fdisk /dev/sda' to partition the first hard disk.

    • Use 'p' to print the partition table, 'n' to create a new partition, 'd' to delete a partition, 'w' to write changes and 'q' to quit.

    • Other partitioning tools in Linux include parted, gparted, and cfdisk.

  • Answered by AI
  • Q3. Why I'm 12th Your Percentage Score is Less as compared to 10th?

Interview Preparation Tips

Topics to prepare for Atos Trainee interview:
  • C
  • Java
  • Project
Interview preparation tips for other job seekers - Interview is Not Too much Hard Just Focus on your Project Title and All basic Concept of Project Done properly they ask most of Questions on your Project Base

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Basaveshwar Engineering College, Bagalkot and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

There were total of 90 questions which were easy to crack.

Round 2 - Coding Test 

Total 2 questions based on the array. The questions were simple and consisted of basic array operations and looping statements.

Round 3 - Communication Round 

(1 Question)

  • Q1. It was online and you are simply supposed to answer the questions which is displayed on the screen or you are supposed to read the sentences displayed on the screen. At last, you are put in a situation and...
Round 4 - HR 

(1 Question)

  • Q1. It was around 20mins. - tell me about yourself -all details of the project -any questions?
Round 1 - Aptitude Test 

90 mins, generic aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Adder circuit - how it works, timing diagram
  • Ans. 

    An adder circuit is a digital circuit that performs addition of two binary numbers.

    • Adder circuits can be implemented using logic gates such as AND, OR, and XOR gates.

    • There are two types of adder circuits: half adder and full adder.

    • A half adder adds two single binary digits and produces a sum and a carry.

    • A full adder adds three binary digits and produces a sum and a carry.

    • The timing diagram shows the input and output wa

  • Answered by AI
  • Q2. VLSI manufacturing technology
  • Ans. 

    VLSI manufacturing technology is the process of creating integrated circuits by combining thousands of transistors into a single chip.

    • VLSI stands for Very Large Scale Integration

    • The process involves designing, fabricating, and testing of integrated circuits

    • The technology has revolutionized the electronics industry by enabling the creation of smaller and more powerful devices

    • Examples of VLSI chips include microprocessor

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Wipro
  • Q2. Will you leave if you get permanent job somewhere else

Interview Preparation Tips

Interview preparation tips for other job seekers - Being sincere and transparent and open
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

REASONING AND LOGICAL AND MATHEMATICAL QUESTIONS

Round 2 - Coding Test 

Coding MCQ with logical and reasoning mcq

Interview Preparation Tips

Interview preparation tips for other job seekers - BE READY AND ALWAYS BE PREPARE, ACQUIRE KNOWLEDGE , AIM HIGH, HARDWORK, PERSEVERANCE!!!

IBM Interview FAQs

How many rounds are there in IBM Associate Trainee interview for freshers?
IBM interview process for freshers usually has 2 rounds. The most common rounds in the IBM interview process for freshers are HR and Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
View all

IBM Associate Trainee Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

2.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

1.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Application Developer
11.5k salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Software Engineer
5.4k salaries
unlock blur

₹4.8 L/yr - ₹22.6 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.2 L/yr - ₹27 L/yr

Senior Software Engineer
5k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.6k salaries
unlock blur

₹5.6 L/yr - ₹18.5 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview