Upload Button Icon Add office photos

FTD

Compare button icon Compare button icon Compare
3.7

based on 35 Reviews

Filter interviews by

FTD Softwaretest Engineer Interview Questions and Answers

Updated 13 Jul 2024

FTD Softwaretest Engineer Interview Experiences

1 interview 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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via AngelList and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. System design Shortner URL
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
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Past Experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple java questions including theory and code snippet

Round 2 - Technical 

(2 Questions)

  • Q1. Iterate collection and do some options on some perticular elements?
  • Q2. Palandrone string Or pattern program Or string related program?
Round 3 - Technical 

(2 Questions)

  • Q1. Linux commands operating system?
  • Ans. 

    Linux commands are used to interact with the operating system through the command line interface.

    • Linux commands are case-sensitive

    • Commands are typically followed by options and arguments

    • Common commands include ls (list files), cd (change directory), mkdir (make directory)

    • Commands can be combined using pipes (|) and redirection symbols (> and <)

  • Answered by AI
  • Q2. Html css javascript theory questions
Round 4 - HR 

(2 Questions)

  • Q1. Salary discuss and general questions?
  • Q2. They ask for join immediately?

Interview Preparation Tips

Interview preparation tips for other job seekers - Get touched which HR while interview rounds

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. General round - overall experience and tech stack discussion
Round 2 - Coding Test 

Coding test - java and framework related questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round - behavioural and few technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round 2 - behavioural and technical
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion

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

I was interviewed in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jun 2023.

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 - Aptitude Test 

Basic aptitude questions, computer fundaments and DSA questions.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions Related to topics & projects in Resume on various topics like DBMS, OOPS, CN, Git, React, Javascript.
  • Q2. 2 very easy coding questions. 1. Flip the number 2. Move all the zeroes to the end of the array
Round 4 - Technical 

(2 Questions)

  • Q1. Questions Related to projects mentioned in Resume. SQL queries.
  • Q2. One coding Question 1. Number of pairs in array having sum k.
  • Ans. 

    Count pairs in array with sum k.

    • Use a hashmap to store the frequency of each element in the array.

    • For each element, check if k - element exists in the hashmap.

    • Increment the count of pairs if found and update the hashmap accordingly.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Progress Software Development Engineer interview:
  • OOPS
  • DBMS
  • SQL
  • Javascript
  • Javascript Frameworks
  • Git
  • DSA

Skills evaluated in this interview

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

It's based on a coding platform, the interviewer will be present while you're solving the coding problem.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Share your expertise so far
  • Q2. Expplain what all you have done and how you've contributed to the company.

FTD Interview FAQs

How many rounds are there in FTD Softwaretest Engineer interview?
FTD interview process usually has 3 rounds. The most common rounds in the FTD interview process are Coding Test, One-on-one Round and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
FNP Interview Questions
3.3
 • 22 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
Cleartrip Interview Questions
3.4
 • 16 Interviews
KrazyBee Interview Questions
3.7
 • 14 Interviews
TravelTriangle Interview Questions
3.8
 • 13 Interviews
View all
FTD Softwaretest Engineer Salary
based on 4 salaries
₹12.8 L/yr - ₹18 L/yr
150% more than the average Softwaretest Engineer Salary in India
View more details
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.3
Compare

Archies

2.8
Compare

IndianGiftsPortal

4.9
Compare

FlowerAura

3.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview