IBM interview experience Real time questions & tips from candidates to crack your interview

Assistant System Engineer

IBM
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: Basics of Data Structure, Sorting, Collection in Java, Basics of C++, Basics of Java,
Tip
Tip

Tip 1 : Focus on Mental ability question, puzzle & logical reasoning. Practice alteast 250 questions.
Tip 2 : Practice competitive programming questions.
Tip 3 : Be confident in interview and you should be aware of the topics thoroughly mentioned in your resume.

Application process
Where: Other
Eligibility: No Criteria
Resume Tip
Resume tip

Tip 1 : Only mention those projects on which you have worked. 
Tip 2 : Try to include mega technologies such as Hadoop, Cloud computing etc.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration100 min
Interview date22 Nov 2019
Coding problem1

There were 5 rounds in total. 
1.Cognitive Ability Games
2.English Language Test
3.Learning Agility Assessment
4.Coding Test
You need to be very attentive and focused during all the rounds. Be careful, if you break the rules,the invigilator can drop you off from the process. The process went till 8-9pm. The interview held next day.

1. Armstrong Number

Easy
15m average time
85% success
0/40
Asked in companies
OracleIBMOptum

You are given an integer ‘NUM’ . Your task is to find out whether this number is an Armstrong number or not.

A k-digit number ‘NUM’ is an Armstrong number if and only if the k-th power of each digit sums to ‘NUM’.

Example
153 = 1^3 + 5^3 + 3^3.

Therefore 153 is an Armstrong number.
Problem approach

I approched this problem in C language. The idea is to first count number digits (or find order). Let the number of digits be n. For every digit r in input number x, compute rn. If sum of all such values is equal to n, then return true, else false. 
You can code the same in any language.

Try solving now
02
Round
Easy
Face to Face
Duration30 Minutes
Interview date23 Nov 2019
Coding problem1

This was an interview round where basically questions were asked from the resume i.e. from your projects. They usually check whether you are able to apply new technologies in current problem. Having a good knowledge of new tech will give you add on marks.

1. Puzzle

Basically they asked how would I count number of sparrows in my district?

Problem approach

Tip 1 : My approach was related to technologies. I tried to form my answer based on hadoop or data analytics. 
Tip 2 : Be confident while giving answers
Tip 3 : Prepare your basics.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by IBM
2296 views
0 comments
0 upvotes
company logo
Cognitive AI Manager
3 rounds | 6 problems
Interviewed by IBM
1295 views
0 comments
0 upvotes
company logo
Staff Engineer
3 rounds | 4 problems
Interviewed by IBM
4677 views
0 comments
0 upvotes
company logo
MEAN Stack Developer
4 rounds | 6 problems
Interviewed by IBM
739 views
0 comments
0 upvotes