Informatica Interview Experience | Placement Procedure

Informatica Interview Experience | And Placement Procedure, This article will give you extensive details on how to crack the Informatica Placement drive.

This Article is contributed by placed student, And I am sure it will surely help you.

There is the myth that getting placement at Informatica is very hard, but it’s not very true. Cracking it is not that hard you just need to practice things that I am going to tell you in this article in details

CTC- 8.03 LPA

Role- Quality Analyst(automation)

Informatica Interview Experience Overview

  1. Aptitude Test
  2. Coding Test
  3. Technical Round-1
  4. Technical Round-2
  5. Managerial Round
  6. HR Round

Round 1: Aptitude Test- 1 Hour

Aptitude Test

Platform- Cocubes

  1. Quantitative aptitude
  2. Logical
  3. Verbal
  4. Computer Science Section-
    • Questions -java, operating system, Computer Network, Data Structures.

You can prepare for aptitude test from Indiabix and RS Agrawal it is sufficient.

For Computer Science Section you can prepare it from Examveda or Sanfoundry.

Round 2: Coding Test- 90 Minutes

Platform- Cocubes

This round consists of 4 Coding Questions, two 5 marks and two 10 marks Questions.

Questions are totally different.

Focus more on Array, Linked list, Matrix, Strings.

Start practicing coding question on Hackerank, Code-chef, Leetcode, etc.

Coding Questions are:

  1. Given an array with repeated elements, find the sum of all nonrepeating elements in the array.
    • Example- array= 1,2,2,3,5,5,7,7 sum=4(1+3).
  2. Divide an array into n equal parts and each of them contain n elements, then merge it in ascending order.
    • Suppose array= 1,2,3,4,,5,6,7 n=2
    • {1,2,3}{4,5}{6,7}// we have to sort it also.
  3. Sum of contiguous sub-array.
  4. Find the Lexicographic Sum of the String.

You need to solve at least 3 questions to crack this round.

Note: Questions will be different, it is just for your reference.

Round 3: Technical Interview-1

Questions asked were on Java, OOPs and Data Structures.

Here is the List of Question asked in Interview. Just go through all these Questions.

In my case Interviewer didn’t ask me to write the code, but he asked me to quote the approach.

Round 4: Technical Interview-2

Maximum Question were on data Structures.

Prepare thoroughly about your projects.

  • Tell me about Your Best Project.
  • Future Scope of your Project.
  • Why you choose to work on this Project.
  • Questions on binary tree.
  • Prepare Linked List, Binary Tree, Java Collection.
  • Logic to reverse Linked List.

Round 5: Managerial Round

In this Round we were given an object like stapler.

We have to find test cases to test stapler.

Following are the test cases that i have discussed:

  • Check whether stapler staples paper firmly or not.
  • Test stapler design is handy for hand.
  • Verify the pressure to apply staples on paper is not too high.
  • Test the weight is not too much.
  • Verify Lock work properly.

In this way you can discuss the test cases to test stapler. they can give you other objects to like pen, notebook etc.

Round 6: HR Round

In this round HR will ask some question to check our logical abilities:

Logical Question are

1. If we want to cut the cake into 8 pieces then how many cuts we have to make it.

First cut the cake in 4 equal part by 1 horizontal and 1 vertical cut.=2 cuts

Now stack 4 pieces of cake vertically and apply vertical cut to make it into 8 pieces. total number of cuts =3

2. In a Cricket match what is the maximum number of run a batsman can score in an ideal case(no wide, and no balls)?

  • Answer- (49x6x5+3)+6×6=1653
  • From 1-49 overs
    • 1- 5 balls hit six on every balls, 30×49=1470 runs
    • On 6th ball take 3 runs, 3×49= 147runs
  • On 50th over=36 runs
  • Hit 6 sixes

After some logical questions rest interview was purely HR based.

  • Why Informatica?
  • your experience in previous rounds?
  • Strengths and weaknesses?
  • Current placements offer?
  • Questions on Family Background?
  • Are you thinking for higher study?

More Interview Experience Click

Leave a Comment