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

Full Stack Engineer

Informatica
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
As a non-cs background student, I was not knowing programming till my 1st year of college. But after you start this journey you will fall in love with the problems and their multiple ways of solutions. You will boost your confidence day by day by solving different patterns of questions. I am still learning new patterns daily by solving varieties of questions.
Application story
I applied for it through a referral from one senior at my college. It contains 1 coding and web development round, 2 interview rounds, and 1 HR round.
Preparation
Duration: 6 months
Topics: Data structure and algorithm ,Operating System ,DBMS ,OOPS and Web Development
Tip
Tip

Tip 1 : Make at least 1-2 good projects.
Tip 2 : Apply for it based on your profile. 
Tip 3 : Try to solve at least 300 questions of different patterns

Application process
Where: Referral
Eligibility: Above 7 CGPA and no backlog
Resume Tip
Resume tip

Tip 1:At least have 2 projects on your resume. It should not be copy pasted.
Tip 2: Do not put false things.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date27 Aug 2022
Coding problem1
Web problem/projects1

1. Dogs Gallery

In this project, we had given 1 API which was having information of different dogs. It contains breed, life span, image, and many more necessary things. We have to handle the API and use it in such a way that it should match with the given output. The output was having dogs image and on hover the image we will get the description such as name, breed, life span and many more things. On click the dog we had to show some different functionality of the API.
There were also different thing which we have to take care of while creating the project such as padding, hover effect and many more.

2. Next Permutation

Moderate
15m average time
85% success
0/80
Asked in companies
OraclePharmEasyMeesho

A permutation of an array of integers is an arrangement of its members into a sequence or linear order.

For example, for arr = [1,2,3], the following are all the permutations of arr: [1,2,3], [1,3,2], [2, 1, 3], [2, 3, 1], [3,1,2], [3,2,1].
The next permutation of an array of integers is the next lexicographically greater permutation of its integer. More formally, if all the permutations of the array are sorted in one container according to their lexicographical order, then the next permutation of that array is the permutation that follows it in the sorted container. If such arrangement is not possible, the array must be rearranged as the lowest possible order (i.e., sorted in ascending order).
 

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date6 Sep 2022
Coding problem1
Web problem/projects1

1. Project Related Questions

I was asked to create a part of my resume project which was fetching the weather API. Using the JSON, I had to show the weather conditions, time, and temperature. Also based on the weather conditions background of the website should also change.

2. Theory Question

1. Explain hoisting in JavaScript. (Learn
2. What is the difference between == and === in JavaScript? (Learn)
3. What is an async function in JavaScript?(Learn)

03
Round
Medium
Face to Face
Duration60 minutes
Interview date13 Sep 2022
Coding problem2

1. Rearrange String

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

Given a string S with repeated characters. The task is to rearrange characters in a string such that no two adjacent characters are the same.
Note: The string has only lowercase English alphabets and it can have multiple solutions. Return any one of them.
 

Try solving now

2. Longest Common Substring

Moderate
25m average time
75% success
0/80
Asked in companies
InformaticaWells FargoShareChat

Given a string array of words, return an array of all characters that show up in all strings within the words (including duplicates). You may return the answer in any order.
 

Try solving now
04
Round
Easy
HR Round
Duration30 minutes
Interview date16 Sep 2022
Coding problem0

1. What are your greatest strengths and weaknesses?
2. Why do you want to work for our company?

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
SDE - Intern
3 rounds | 6 problems
Interviewed by Informatica
1750 views
1 comments
0 upvotes
SDE - Intern
2 rounds | 4 problems
Interviewed by Informatica
1156 views
0 comments
0 upvotes
Full Stack Engineer
5 rounds | 14 problems
Interviewed by Informatica
1202 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Full Stack Engineer
4 rounds | 11 problems
Interviewed by Sprinklr
1298 views
0 comments
0 upvotes