Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Fivetran Team. If you also belong to the team, you can get access from here

Fivetran Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Fivetran Software Engineer Interview Questions and Answers

Updated 24 Apr 2024

Fivetran Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Starts with an online assessment test on HackerRank. Expect a LeetCode Medium question most of the time, mostly created by HackerRank.

Round 2 - One-on-one 

(2 Questions)

  • Q1. LC medium related to dynamic programming.
  • Q2. LC easy related to heaps.
Round 3 - One-on-one 

(1 Question)

  • Q1. LC medium-hard, don't remember the category.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a design round. You can expect to be asked to design the DB schema and API endpoints for a well-known use case. Interviewer was super helpful and receptive throughout. While getting to an agreeabl...
Round 5 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Mostly discussions about your profile, discussion on past projects from your resume. You can do well in this round if you know your basics and can explain your projects to some depth....

Interview Preparation Tips

Interview preparation tips for other job seekers - Apart from DSA (which is very important in the initial rounds, I would say), putting down your understanding of your past projects in a doc and refining it should help in most conversations you have throughout the interview process. Also brush up on schema design, normalisation, and API design.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

There were two or three DSA questions in the test, it was easy to complete.

Round 3 - Technical 

(1 Question)

  • Q1. It was a DSA coding round, also has project discussion. The question has to solved completely without errors. This interview lasted 2 hours for me.
Round 4 - Technical 

(1 Question)

  • Q1. There was another DSA coding round as well, I would say a medium level question.
Round 5 - Technical 

(1 Question)

  • Q1. API design round. Medium hard question, the interviewer was very friendly.
Round 6 - HR 

(1 Question)

  • Q1. A meeting with HR. They just look to see if you are a decent human being. A bad attitude could result in not getting an offer, but this is generally a breeze.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical round with live coding.
  • Q2. Java 8 questions, spring boot related questions
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot, Kafka , logging caching , design patterns questions.
Round 3 - HR 

(1 Question)

  • Q1. Basic short interview mostly related with work experience and compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ds and algorithms and basic microservises and spring framework questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Two Strings are anagram or not
  • Ans. 

    Check if two strings are anagrams by comparing the frequency of characters.

    • Create two arrays to store the frequency of characters for each string.

    • Compare the frequency arrays to check if they are anagrams.

    • Example: 'listen' and 'silent' are anagrams.

  • Answered by AI
  • Q2. Java and Spring boot questions
Round 2 - Technical 

(2 Questions)

  • Q1. System design basic HLD
  • Q2. Previous project architecture
  • Ans. 

    Previous project architecture involved microservices with Docker containers and Kubernetes for orchestration.

    • Utilized microservices architecture for scalability and flexibility

    • Deployed services in Docker containers for easy portability and consistency

    • Managed containerized applications with Kubernetes for automated scaling and orchestration

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Core Java , DS and Algo

Round 2 - Technical 

(2 Questions)

  • Q1. LLD Spotify only structure
  • Q2. Shortest path algorithm
  • Ans. 

    Shortest path algorithm finds the shortest path between two nodes in a graph.

    • Dijkstra's algorithm is a popular shortest path algorithm that uses a priority queue to find the shortest path in a weighted graph.

    • A* algorithm is another popular shortest path algorithm that uses heuristics to guide the search towards the goal node.

    • Bellman-Ford algorithm is used for finding the shortest path in a graph with negative edge weig

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Reason for the change
  • Q2. What you bring to the table

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Start of The Loop in LinkedList.
Length of Loop in LinkedList

Round 2 - Case Study 

API Contract for Notification sending via SMS and Email

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oop, database, spring boot, multithreading

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

60 maths apti questions to be solved in 60 minutes

Round 2 - Coding Test 

3 coding questions to be solved in 60 minutes

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Inverted right angle triangle
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple questions ,logical reasoning questions easy to crack the round

Round 2 - Coding Test 

Array related questions and string related question.4 question will be there in coding

Contribute & help others!
anonymous
You can choose to be anonymous

Fivetran Interview FAQs

How many rounds are there in Fivetran Software Engineer interview?
Fivetran interview process usually has 5-6 rounds. The most common rounds in the Fivetran interview process are One-on-one Round, Technical and Coding Test.
How to prepare for Fivetran Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Fivetran . The most common topics and skills that interviewers at Fivetran expect are Data Management, Data Structures, SQL, Team Building and Architecture.
What are the top questions asked in Fivetran Software Engineer interview?

Some of the top questions asked at the Fivetran Software Engineer interview -

  1. This was a design round. You can expect to be asked to design the DB schema and...read more
  2. It was a DSA coding round, also has project discussion. The question has to sol...read more
  3. There was another DSA coding round as well, I would say a medium level questi...read more

Recently Viewed

INTERVIEWS

Gx India

4 interviews

INTERVIEWS

Custom Automated Prosthetics

4 interviews

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Synopsys

No Interviews

INTERVIEWS

Custom Automated Prosthetics

No Interviews

INTERVIEWS

Cummins

No Interviews

INTERVIEWS

TCE

No Interviews

INTERVIEWS

Fivetran

No Interviews

INTERVIEWS

Gx India

No Interviews

INTERVIEWS

Custom Automated Prosthetics

No Interviews

Tell us how to improve this page.

Fivetran Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Fivetran Software Engineer Salary
based on 24 salaries
₹9 L/yr - ₹30.2 L/yr
136% more than the average Software Engineer Salary in India
View more details

Fivetran Software Engineer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

4.6

Salary

3.6

Job security

4.3

Company culture

4.6

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Customer Support Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fivetran with

Talend Data Integration Services

4.0
Compare

SnapLogic

4.0
Compare

Hevo Data

3.7
Compare

Panoply Packagings

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent