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

Backend Developer

Informatica
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Oops, Data Structures, DBMS, Spring, Hibernate
Tip
Tip

Tip 1 : Always mention the skills which you are confident of.
Tip 2 : Have atleast 1 relevant project and be thorough with it.
Tip 3 : practice questions covering all data structures.

Application process
Where: Linkedin
Eligibility: Experience of min 1year was required
Resume Tip
Resume tip

Tip 1 : Have atleast 1relevant project.
Tip 2 : Mention the skills which you are confident in.

Interview rounds

01
Round
Easy
Video Call
Duration60 Minutes
Interview date12 Mar 2022
Coding problem3

All of the questions were coding questions. Interviewer was friendly and encouraging.

1. Sum of Big integers.

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

You have been given two integers ‘NUM1’ and ‘NUM2’ as a string. Your task is to print the sum of both the numbers.

Try solving now

2. Maximum Subarray Sum

Moderate
35m average time
81% success
0/80
Asked in companies
HCL TechnologiesInformaticaSamsung

You are given an array 'arr' of length 'n', consisting of integers.


A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning and 0 or more integers from the end of an array.


Find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.


The sum of an empty subarray is 0.


Example :
Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]

Output: 11

Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Try solving now

3. Product Of Array Except Self

Easy
26m average time
0/40
Asked in companies
FacebookDelhiveryIntuit

You have been given an integer array/list (ARR) of size N. You have to return an array/list PRODUCT such that PRODUCT[i] is equal to the product of all the elements of ARR except ARR[i]

 Note :
Each product can cross the integer limits, so we should take modulo of the operation. 

Take MOD = 10^9 + 7 to always stay in the limits.
Follow up :
Can you try solving the problem in O(1) space?
Try solving now
02
Round
Medium
Video Call
Duration60 Minutes
Interview date12 Mar 2022
Coding problem2

This round was taken on same day ( 1st round interview day). This round consisted of one coding problem and oops concepts.

1. Sub Sort

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

You are given an integer array ‘ARR’. You have to find the length of the shortest contiguous subarray such that, if you sort this subarray in ascending order, then the whole array will be sorted in ascending order.

An array 'C' is a subarray of array 'D' if it can be obtained by deletion of several elements(possibly zero) from the beginning and the end from array 'D'.

Example:

Let’s say we have an array 'ARR' {10, 12, 20, 30, 25, 40, 32, 31, 35, 50, 60}. Then we have to find the subarray {30 , 25 , 40 , 32 , 31 , 35} and print its length = 5 as our output. Because, when we sort this subarray the whole array will be sorted.
Try solving now

2. Technical Questions

All of the oops concepts were asked. I was asked to explain all concepts taking real time examples. I was asked questions related to abstract classes and interface. What is a thread. Questions related to stringbuilder and stringbuffer.

03
Round
Easy
Video Call
Duration60 Minutes
Interview date22 Mar 2022
Coding problem1

This was a hiring manager round.

1. DBMS Question

Interviewer asked me to write a code for storing data as we do it in database tables. Code should also include primary keys and foreign keys. Some queries were given and asked to write a code for them in order to fetch the data which the query would fetch.

Problem approach

I have wrote an algorithm and explained him how my algorithm works. He asked a lot of questions how my algorithm works and I have explained him everything and he was okay with it. He asked some standard manager questions too.

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
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes