Upload Button Icon Add office photos

FTD

Compare button icon Compare button icon Compare

Filter interviews by

FTD Interview Questions and Answers

Updated 17 Oct 2024

FTD Interview Experiences

Popular Designations

4 interviews found

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

Difficult questions. Higher level

Round 2 - One-on-one 

(1 Question)

  • Q1. What is singleton class. Write code to implement it
  • Ans. 

    Singleton class is a design pattern that restricts the instantiation of a class to only one object.

    • Singleton class ensures that a class has only one instance and provides a global point of access to it.

    • It is often used in scenarios where only a single instance of a class is needed, such as for logging, database connections, or configuration settings.

    • Example: Implementing a singleton class in Java involves creating a pr...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you willing to relocate

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About scrum values
  • Q2. Agile methodology
Round 2 - Technical 

(2 Questions)

  • Q1. Dependency management
  • Q2. Scrum values and core principle
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Reasons for job change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Desire for career advancement

    • Interest in working on new projects

    • Seeking a more challenging role

    • Opportunity to learn new skills

  • Answered by AI

Technical Program Manager Interview Questions asked at other Companies

Q1. consider a scenario where you are collaborating with multiple PoDs (product teams), each of these are working on business critical deliverables with dedicated engineering teams but a common QA team for all. How will you ensure that the QA b... read more
View answer (2)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)
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

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

FTD interview questions for popular designations

 Software Engineer

 (2)

 Softwaretest Engineer

 (1)

 Technical Program Manager

 (1)

Interview questions from similar companies

I applied via Campus Placement 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
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

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..
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

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

I appeared for an interview in Mar 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Describe your experience
  • Ans. 

    I have experience in various internships and projects related to my field of study.

    • Completed internships at ABC Company and XYZ Organization

    • Worked on projects involving data analysis and research

    • Utilized skills in programming languages such as Python and R

  • Answered by AI
  • Q2. Why Edwards? Where do you see yourself?
Round 2 - Group Discussion 

Describe your resume

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All about the past projects. Few basic data visualization concepts like what charts to use, what will be the best fit for a particular scenerio

Interview Preparation Tips

Interview preparation tips for other job seekers - Projects details and sql +tableau questions

FTD Interview FAQs

How many rounds are there in FTD interview?
FTD interview process usually has 2-3 rounds. The most common rounds in the FTD interview process are Technical, Coding Test and HR.
How to prepare for FTD 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, Javascript, HTML, Microservices and Core Java.
What are the top questions asked in FTD interview?

Some of the top questions asked at the FTD interview -

  1. What is singleton class. Write code to implement...read more
  2. a programme to find distinct integers in given ar...read more
  3. some CS fundamentals and a programme for finding permutations of given str...read more

Tell us how to improve this page.

FTD Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

MakeMyTrip Interview Questions
3.7
 • 122 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
BookMyShow Interview Questions
4.0
 • 23 Interviews
FNP Interview Questions
3.2
 • 22 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Cleartrip Interview Questions
3.5
 • 18 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
FlowerAura Interview Questions
3.3
 • 3 Interviews
Archies Interview Questions
3.4
 • 2 Interviews
View all

FTD Reviews and Ratings

based on 36 reviews

3.8/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.6

Salary

3.0

Job security

3.5

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 36 Reviews and Ratings
Software Engineer
36 salaries
unlock blur

₹5 L/yr - ₹12 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

SolarWinds

3.8
Compare

Everbridge

4.5
Compare

Priceline

3.8
Compare

Treebo Hotels

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