Upload Button Icon Add office photos

FTD

Compare button icon Compare button icon Compare

Filter interviews by

FTD Software Engineer Interview Questions and Answers

Updated 19 Jul 2024

FTD Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
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 tips
Round 2 - Assignment 

It includes both aptitude, CS fundamentals and coding

Round 3 - Technical 

(5 Questions)

  • Q1. There were three interviewers 1st person asked HR questions like personal details etc.. 2nd person asked technical questions like programming fundamentals and coding question 3rd person asked some logical...
  • Q2. Self introduction and things about your native place
  • Q3. Some CS fundamentals and a programme for finding permutations of given string
  • Q4. A logical puzzle about bulbs and switches
  • Q5. A programme to find distinct integers in given array
  • Ans. 

    Program to find distinct integers in given array

    • Iterate through the array and store each integer in a set data structure

    • Check if the integer already exists in the set, if not add it to the set

    • Return the set of distinct integers

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

A coding test on hacker rank platform is conducted before getting into interview process.

Round 2 - Technical 

(2 Questions)

  • Q1. String manipulation questions
  • Q2. Solved using dictionary in python

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

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

3 leetcode hards, followed by some system design

Round 2 - Technical 

(2 Questions)

  • Q1. How to design amazon
  • Ans. 

    Designing Amazon involves creating a user-friendly e-commerce platform with a vast product selection, efficient search and recommendation algorithms, secure payment processing, and reliable delivery logistics.

    • Develop a user-friendly interface for easy navigation and product search

    • Implement recommendation algorithms based on user behavior and preferences

    • Integrate secure payment processing systems to protect customer inf...

  • Answered by AI
  • Q2. How to invert 25 bst
  • Ans. 

    To invert a binary search tree (BST), swap the left and right children of each node recursively.

    • Start from the root node and recursively swap the left and right children of each node.

    • Repeat this process for all nodes in the BST.

    • The final result will be the inverted BST.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - pretty easy

Skills evaluated in this interview

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

Some database questions,some java questions .

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between javascript and jQuery.
  • Ans. 

    JavaScript is a programming language used for web development, while jQuery is a library built with JavaScript to simplify HTML document traversal and manipulation.

    • JavaScript is a programming language, while jQuery is a library written in JavaScript.

    • JavaScript can be used for a wide range of tasks, while jQuery is mainly used for DOM manipulation and event handling.

    • JavaScript is a core technology for web development, w...

  • Answered by AI
  • Q2. Define different types of join
  • Ans. 

    Different types of joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full ...

  • Answered by AI
  • Q3. Define multithreading concept and exception handling.
  • Ans. 

    Multithreading allows multiple threads to run concurrently, while exception handling deals with errors in a program.

    • Multithreading involves running multiple threads simultaneously to improve performance and responsiveness.

    • Threads share the same memory space but have their own program counter and registers.

    • Exception handling is a mechanism to handle errors or exceptional situations in a program.

    • It helps prevent the prog...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2022. There were 6 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Assignment 

Naaptol

Round 3 - Assignment 

Naaptol

Round 4 - Aptitude Test 

Naaptol

Round 5 - Case Study 

Study ing information

Round 6 - One-on-one 

(5 Questions)

  • Q1. Which place are you studying
  • Q2. Which subject are u interested
  • Q3. Which place are you born
  • Q4. Iam born in chamadala(v),jaladhanki (m)
  • Q5. Are you complete your graduation

Interview Preparation Tips

Interview preparation tips for other job seekers - Naaptol shopping information is very well..

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The Aptitude was quite hard

Round 2 - Coding Test 

The coding round was medium

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked dsa, operating system, coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structures and Algorithms questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Java Questions were asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions based on DP

Round 2 - One-on-one 

(2 Questions)

  • Q1. Binary search based question
  • Q2. Graph bfs based question
Round 3 - Technical 

(2 Questions)

  • Q1. Question related to my project
  • Q2. Question based on dsa
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

2 coding question were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Sum on node in binary tree
  • Ans. 

    Recursively sum the values of nodes in a binary tree

    • Use a recursive function to traverse the tree and add the values of each node

    • Base case: if the current node is null, return 0

    • Recursive step: return the sum of current node value, left subtree sum, and right subtree sum

  • Answered by AI
  • Q2. Lp question asked
Round 3 - Technical 

(2 Questions)

  • Q1. Question on string manipulation
  • Q2. Lp question asked
Round 4 - Technical 

(2 Questions)

  • Q1. Managerial question on projects were asked
  • Q2. Past experience and leadership question

Skills evaluated in this interview

FTD Interview FAQs

How many rounds are there in FTD Software Engineer interview?
FTD interview process usually has 2-3 rounds. The most common rounds in the FTD interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for FTD 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 FTD. The most common topics and skills that interviewers at FTD expect are Java, Core Java, Hibernate, JSP and Javascript.
What are the top questions asked in FTD Software Engineer interview?

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

  1. a programme to find distinct integers in given ar...read more
  2. some CS fundamentals and a programme for finding permutations of given str...read more
  3. a logical puzzle about bulbs and switc...read more

Tell us how to improve this page.

FTD Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
FTD Software Engineer Salary
based on 34 salaries
₹4.8 L/yr - ₹11.8 L/yr
At par with the average Software Engineer Salary in India
View more details

FTD Software Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.0

Skill development

4.9

Work-life balance

4.9

Salary

3.0

Job security

4.9

Company culture

4.9

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
34 salaries
unlock blur

₹4.8 L/yr - ₹11.8 L/yr

Senior Software Engineer
26 salaries
unlock blur

₹8 L/yr - ₹23 L/yr

Lead Software Engineer
18 salaries
unlock blur

₹14.1 L/yr - ₹33 L/yr

NOC Engineer
17 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Senior Quality Engineer
13 salaries
unlock blur

₹7.4 L/yr - ₹13.2 L/yr

Explore more salaries
Compare FTD with

FNP

3.2
Compare

Archies

3.4
Compare

IndianGiftsPortal

4.9
Compare

FlowerAura

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview