Placement Papers - IBM

IBM India Pvt. Ltd.
IBM Interview Pattern - Hyderabad & December 23rd 2019
Posted by :
Pranavi
(83)
I applied for the position Associate Systems Engineer. They Invited me to off-campus in Malla Reddy College of Engineering & Technology, Hyderabad.

1st Round: Coding Test held by Hacker Rank.

Given string str, the task is to check whether the given string is valid IFSC (Indian Financial System) Code.
The valid IFSC (Indian Financial System) Code must satisfy the following conditions:

  It should be 11 characters long.
  The first four characters should be upper case alphabets.
  The fifth character should be 0.
  The last six characters usually numeric, but can also be alphabetic.

Input: str = "SBIN0125620;
Output: true
Explanation:
The given string satisfies all the above mentioned conditions. Therefore it is a valid IFSC (Indian Financial System) Code.

Input: str = "SBIN0125;
Output: false
Explanation:
The given string has 8 characters. Therefore it is not a valid IFSC (Indian Financial System) Code.

Input: str = "1234SBIN012;
Output: false
Explanation:
The given string doesn\'t starts with alphabets. Therefore it is not a valid IFSC (Indian Financial System) Code.
Have to pass the Test cases.(Atleast 2 Test cases out of 7)

Please practice coding in Hacker Rank before attending the interview. So that it will be easy for you to understand the exam pattern.

From 2nd round on wards Elimination rounds.
2nd round: Cognitive Ability Test Games.
30 minutes to complete IBM\'s game-based cognitive ability assessment.

If you clear the Cognitive Ability Test Games round, you will be invited to Learning Agility Assessment.
Describe yourself as you generally are now, not as you wish to be in the future.

For each statement please indicate whether you:

1) Strongly Disagree with the statement as a description of you;

2) Disagree with the statement as a description of you;

3) Slightly Disagree with the statement as a description of you;

4) Neither Agree nor Disagree with the statement as a description of you;

5) Slightly Agree with the statement as a description of you;

6) Agree with the statement as a description of you;

7) Strongly Agree with the statement as a description of you.
Based on the question we have select the options.

If you clear Learning agility test, you will be invited to English Language Assessment.
English Language Assessment(15 mins).

Simple Grammer related questions and Spellings are given with multiple choice.(easy round).

I cleared that round and they told me to attend for the interview next day.

HR Round:
They ask some basic Java questions.

HR questions:
Tell me about yourself.
why IBM?
About IBM?
Hobbies?
Where do you see yourself in the next five years?
Why should I hire you?

On Jan 13th I got a mail from IBMer to fill Background check forms.
On March 9th I joined in IBM.

Never give up.
Have to be patient to clear the rounds. :)
All the best.