Upload Button Icon Add office photos

Fendahl Technology

Compare button icon Compare button icon Compare

Filter interviews by

Fendahl Technology Interview Questions and Answers

Updated 8 Jan 2025
Popular Designations

6 Interview questions

A QA Engineer was asked 8mo ago
Q. Explain the bug life cycle with all stages.
Ans. 

Bug life cycle consists of several stages from identification to resolution.

  • 1. Bug Identification - Bug is identified by testers during testing.

  • 2. Bug Logging - Tester logs the bug in a bug tracking tool like Jira.

  • 3. Bug Prioritization - Bugs are prioritized based on severity and impact.

  • 4. Bug Assignment - Bug is assigned to a developer to fix.

  • 5. Bug Fixing - Developer fixes the bug and marks it as resolved.

  • 6. Bug...

View all QA Engineer interview questions
A QA Engineer was asked 8mo ago
Q. Explain the SDLC with all its steps.
Ans. 

SDLC is a process used by software development teams to design, develop, and test high-quality software.

  • 1. Planning: Define project scope, requirements, and goals.

  • 2. Analysis: Gather and analyze requirements.

  • 3. Design: Create a detailed design plan.

  • 4. Implementation: Develop the software based on the design.

  • 5. Testing: Test the software for bugs and issues.

  • 6. Deployment: Release the software to users.

  • 7. Maintenanc...

View all QA Engineer interview questions
A Graduate Trainee was asked 9mo ago
Q. Write a program to print prime numbers within a given range.
Ans. 

Program to print prime numbers in a given range

  • Iterate through the range of numbers and check if each number is prime

  • Use a nested loop to check for factors of each number

  • Print the number if it has only 2 factors (1 and itself)

View all Graduate Trainee interview questions
A Graduate Trainee was asked 9mo ago
Q. Ternary operator. How it differs from if else
Ans. 

Ternary operator is a shorthand for if-else statement in programming.

  • Ternary operator is written as condition ? expression1 : expression2

  • It is used to assign a value based on a condition in a more concise way

  • If-else statement is written as if (condition) { expression1 } else { expression2 }

View all Graduate Trainee interview questions
A Graduate Trainee was asked 9mo ago
Q. What is data-table? How you retrieved data? Where is was stored after retrieving?
Ans. 

A data-table is a way to organize data in rows and columns. Data can be retrieved using SQL queries or programming languages.

  • Data-table is a structured way to store data in rows and columns.

  • Data can be retrieved using SQL queries like SELECT * FROM table_name.

  • Data can also be retrieved using programming languages like Python or Java.

  • After retrieving data, it is typically stored in memory for processing or analysis...

View all Graduate Trainee interview questions
A Graduate Trainee was asked 9mo ago
Q. Merge sort and selection difference. Explain merge sort working. Time complexities of some famous sorting algorithms.
Ans. 

Merge sort and selection sort are both sorting algorithms, but they differ in their approach and efficiency. Merge sort is a divide-and-conquer algorithm with a time complexity of O(n log n).

  • Merge sort divides the array into two halves, sorts each half recursively, and then merges the sorted halves back together.

  • Selection sort selects the smallest element from the unsorted portion of the array and swaps it with th...

View all Graduate Trainee interview questions

Fendahl Technology Interview Experiences

12 interviews found

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

(On campus) This round consists of two sections. 10 questions from Aptitude + Verbal (Trains , boats, interest, average, English error spotting) and 10 were pseudocodes of C mostly of loops and pointers. Pseudocode level was easy but apti was moderate.

Round 2 - Coding Test 

This was pen and paper test. 2 questions were there 1. Valid parenthesis checker and 2. Fibonacci triangle pattern. Preferred language was C# C++ Java. Python was not preferred.

Round 3 - Technical 

(10 Questions)

  • Q1. Interview begun with introduction. I told everything including projects hobbies internships academics etc.
  • Q2. Questions based on project: Java and PostgreSQL connection and why used postgresql?
  • Q3. What is data-table? How you retrieved data? Where is was stored after retrieving?
  • Ans. 

    A data-table is a way to organize data in rows and columns. Data can be retrieved using SQL queries or programming languages.

    • Data-table is a structured way to store data in rows and columns.

    • Data can be retrieved using SQL queries like SELECT * FROM table_name.

    • Data can also be retrieved using programming languages like Python or Java.

    • After retrieving data, it is typically stored in memory for processing or analysis.

  • Answered by AI
  • Q4. OOPs concepts in details. Every basics of java was asked by him. (My preferred lang was JAVA). Basics must be strong for Fendhal.
  • Q5. SQL questions. Fendhal technology need strong SQL knowledge. He asked questions on CRUD, joints, aggregates,etc
  • Q6. HTML tags and basic css. (I was also having one web projects that's why he asked about web)
  • Q7. Write a program for printing prime numbers in given range
  • Ans. 

    Program to print prime numbers in a given range

    • Iterate through the range of numbers and check if each number is prime

    • Use a nested loop to check for factors of each number

    • Print the number if it has only 2 factors (1 and itself)

  • Answered by AI
  • Q8. Merge sort and selection difference. Explain merge sort working. Time complexities of some famous sorting algorithms.
  • Ans. 

    Merge sort and selection sort are both sorting algorithms, but they differ in their approach and efficiency. Merge sort is a divide-and-conquer algorithm with a time complexity of O(n log n).

    • Merge sort divides the array into two halves, sorts each half recursively, and then merges the sorted halves back together.

    • Selection sort selects the smallest element from the unsorted portion of the array and swaps it with the fir...

  • Answered by AI
  • Q9. Ternary operator. How it differs from if else
  • Ans. 

    Ternary operator is a shorthand for if-else statement in programming.

    • Ternary operator is written as condition ? expression1 : expression2

    • It is used to assign a value based on a condition in a more concise way

    • If-else statement is written as if (condition) { expression1 } else { expression2 }

  • Answered by AI
  • Q10. Pre increment and post increment output questions he asked during the interview.

Interview Preparation Tips

Topics to prepare for Fendahl Technology Graduate Trainee interview:
  • OOPS
  • SQL
  • Basics
Interview preparation tips for other job seekers - Fendhal technology needs very strong basics candidates. They need strong knowledge of oops, any object oriented programming language (C# .NET is highly preferred) and SQL. This was on campus process. Whole process was of 2 days. Day 1 3 rounds in campus and day 2 remaining 2 round in company premises (Nagpur office). There was total 5 rounds. Aptitude-Coding-Technical Interview I- Technical Interview II - HR Discussion. I was out in first technical interview. They selected 2 students for 6 months internship followed by PPO.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Aptitude Test 

Quant, Verbal, Reasoning, Test scenarios

Round 2 - Technical 

(4 Questions)

  • Q1. SDLC explain with all steps
  • Ans. 

    SDLC is a process used by software development teams to design, develop, and test high-quality software.

    • 1. Planning: Define project scope, requirements, and goals.

    • 2. Analysis: Gather and analyze requirements.

    • 3. Design: Create a detailed design plan.

    • 4. Implementation: Develop the software based on the design.

    • 5. Testing: Test the software for bugs and issues.

    • 6. Deployment: Release the software to users.

    • 7. Maintenance: Pr...

  • Answered by AI
  • Q2. Explain bug life cycle with all stages
  • Ans. 

    Bug life cycle consists of several stages from identification to resolution.

    • 1. Bug Identification - Bug is identified by testers during testing.

    • 2. Bug Logging - Tester logs the bug in a bug tracking tool like Jira.

    • 3. Bug Prioritization - Bugs are prioritized based on severity and impact.

    • 4. Bug Assignment - Bug is assigned to a developer to fix.

    • 5. Bug Fixing - Developer fixes the bug and marks it as resolved.

    • 6. Bug Veri...

  • Answered by AI
  • Q3. 2 questions on test scenarios
  • Q4. Performance testing

Interview Preparation Tips

Topics to prepare for Fendahl Technology QA Engineer interview:
  • basic of software testing
  • aptitude
Interview preparation tips for other job seekers - Be confident and A candidate must have certification in software testing
be prepare for real time test scenarios questions

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Opps concepts abstracttion, encapsulation, etc
  • Q2. Html based
Round 2 - Technical 

(2 Questions)

  • Q1. Dotnet questions
  • Q2. MVC questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Written Test with multiple aptitude and technical questions

Round 2 - Coding Test 

Constisted of two coding questions. Test was pen and paper test

Round 3 - One-on-one 

(1 Question)

  • Q1. This was one on one Technical Interview
Round 4 - One-on-one 

(1 Question)

  • Q1. This was one on one Technical Interview
Round 5 - HR 

(1 Question)

  • Q1. Basic HR question were asked

Software Engineer Interview Questions & Answers

user image DigiSevak Support

posted on 17 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 quants and reasoninig

Round 3 - Coding Test 

2 Coding questions: (Pen & Paper based)
1. Transpose a matrix
2. Remove the consecutive occurring element in the string

Round 4 - Technical 

(5 Questions)

  • Q1. OOPS, DSA, puzzels
  • Q2. Describe OOPs in real world
  • Q3. Pattern printing
  • Q4. Hand Shake Puzzel
  • Q5. Loops related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

On campus drive from fendahl
general aptitude topics questions from - profit/loss, S.I./C.I., railways, pipe and cisterns, directions, speed time and distance, probability etc

Round 2 - Coding Test 

Two coding questions - 1. 3sum question from array
2. longest substring question from string

Round 3 - Technical 

(1 Question)

  • Q1. DSA, questions asked from the applicants resume
Round 4 - Technical 

(1 Question)

  • Q1. Technical round 2- DSA , OOPS, questions based on your programming language

Trainee Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude test is on pen and paper
Asked basic aptitude questions
Asked MCQ programming questions

Round 2 - Technical 

(1 Question)

  • Q1. They give a two code 1st is simple 2nd is hard Round is also a pen and paper

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude is must
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

10 Aptitude Questions
Topic:Time and Work ,Pipes and cisterns,number pattern
10 Technical Questions
Topis: C,CPP pseudocodes,basic DSA

Round 2 - Coding Test 

30min 2 question
1.maximum distinct character substring
2.if 3 elements are present in array whose sum is0

Round 3 - Technical 

(1 Question)

  • Q1. OOPS,SQL,Programming
Round 4 - HR 

(1 Question)

  • Q1. Communication,language fluency

Interview Preparation Tips

Interview preparation tips for other job seekers - First 2 rounds are Pen/Paper

QA Engineer Interview Questions & Answers

user image Ganesh Dahifale

posted on 25 Jul 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

45 minutes written test on manual testing

Round 3 - Technical 

(5 Questions)

  • Q1. Test cases on rubber ,mobile back cover,bottle,pen
  • Q2. Sdlc,stlc,regression,sanity,exploratory
  • Q3. Bug life cycleseverity
  • Q4. Whiteboxtestingprority
  • Q5. Alphatestingandbetatesting

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for real time questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions they asked on Train , Work and Time , profit and loss , some verbal questions and 10 pseudo code questions.

Overall they asked Moderate level questions

Round 2 - Coding Test 

They asked 2 questions:
1) Anagram or not
2) find 1st nth sum in series

Difficulty level : Easy

Round 3 - Technical 

(1 Question)

  • Q1. Mostly They asked questions on OOPS Concepts, pseudo code, SQL queries, This round was of 25-30 minutes. Difficulty level : Easy to Moderate Note : This is an On campus interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) While answering the questions be confident
2) talk honestly
And do our best

DOT NET Developer Interview Questions & Answers

user image nikhil choukikar

posted on 15 Nov 2024

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

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Group Discussion 

1. Int n = 3
for(int n=7;n<=10;n++)
{
}
z= n*n;

2. for(int n =7;n<=10;n++)
{
return n;
}
return 25;

3. Base Class - a
Derived Class - b
Which is more powerful?

4. x =10; y = 20;
(x++) +(y++) + 1000 ?
(++x) +(++y) +1000?

5. What is return type?

6. Can a method execute without Return type?

7. Can we have a class without constructor?

8. Fun(int x, int y)
{
Fun(y,x);
}

9. What is Inheritance, Method Overloading and Overriding?

10. What is abstraction?

Interview Preparation Tips

Topics to prepare for Fendahl Technology DOT NET Developer interview:
  • C#
  • ASP.Net MVC
  • MS SQL
Interview preparation tips for other job seekers - Prepare well on Loops. Questions asked mainly to check basics.

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Fendahl Technology?
Ask anonymously on communities.

Fendahl Technology Interview FAQs

How many rounds are there in Fendahl Technology interview?
Fendahl Technology interview process usually has 3-4 rounds. The most common rounds in the Fendahl Technology interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Fendahl Technology 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 Fendahl Technology. The most common topics and skills that interviewers at Fendahl Technology expect are Entity Framework, LINQ, WCF, .Net and C#.
What are the top questions asked in Fendahl Technology interview?

Some of the top questions asked at the Fendahl Technology interview -

  1. What is data-table? How you retrieved data? Where is was stored after retrievin...read more
  2. Merge sort and selection difference. Explain merge sort working. Time complexit...read more
  3. Ternary operator. How it differs from if e...read more
How long is the Fendahl Technology interview process?

The duration of Fendahl Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 13 interview experiences

Difficulty level

Moderate 88%
Hard 13%

Duration

Less than 2 weeks 86%
2-4 weeks 14%
View more

Fendahl Technology Reviews and Ratings

based on 36 reviews

3.2/5

Rating in categories

3.1

Skill development

2.9

Work-life balance

3.2

Salary

3.3

Job security

2.7

Company culture

3.1

Promotions

2.9

Work satisfaction

Explore 36 Reviews and Ratings
Software Engineer
50 salaries
unlock blur

₹3.9 L/yr - ₹13 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹6 L/yr - ₹16.7 L/yr

Software Developer
19 salaries
unlock blur

₹3 L/yr - ₹8.3 L/yr

QA Engineer
11 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Senior QA Engineer
8 salaries
unlock blur

₹6.9 L/yr - ₹9 L/yr

Explore more salaries
Compare Fendahl Technology with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.2
Compare

Xtancia Technosoft

4.0
Compare

Global Edge Software

3.5
Compare
write
Share an Interview