Upload Button Icon Add office photos
Engaged Employer

i

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

Daffodil Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Daffodil Software Interview Questions, Process, and Tips

Updated 1 Jan 2025

Top Daffodil Software Interview Questions and Answers

View all 21 questions

Daffodil Software Interview Experiences

Popular Designations

26 interviews found

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1. Tell me about yourself and your Projects?
  • Q2. 2. What is OOPs and their concepts ?
  • Ans. 

    OOPs stands for Object-Oriented Programming and it is a programming paradigm based on the concept of objects.

    • OOPs is based on four main concepts: Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of diffe...

  • Answered by AI
  • Q3. 3. SQL and DBMS Question?
  • Q4. 4. Program to print the pattern? (It was easy)
  • Ans. 

    Program to print a given pattern using an array of strings.

    • Create an array of strings to hold the pattern

    • Use nested loops to iterate through the array and print the pattern

    • Adjust the loops to print the desired pattern

    • Example: for a right triangle pattern, use i for rows and j for columns, and print '*' if j<=i

  • Answered by AI
  • Q5. 5. Find the largest prime number in array? (Use the Concept of Segmented Sieve)
  • Ans. 

    Find the largest prime number in array using Segmented Sieve.

    • Implement Segmented Sieve algorithm to generate prime numbers up to the maximum value in the array.

    • Iterate through the array and check if each number is prime using the generated prime numbers.

    • Return the largest prime number found in the array.

  • Answered by AI
  • Q6. 6.How do you overcome your failure?
  • Q7. 7. Why should be hire you?
  • Ans. 

    I have the technical skills, experience, and passion to contribute effectively to your team.

    • Strong technical skills in programming languages such as Java, Python, and C++

    • Experience working on various software development projects, including a mobile app for a startup company

    • Passionate about staying updated on the latest technologies and continuously improving my skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The Interview was techinical. They want to see my basic subjective knowledge which i had studied in B.Tech like OS, DBMS, OOPs.
Afterward they ask me to code , Pattern printing question and write some basic code of searching , sorting.
One remainder for you guys, write true in your Resume. Mention only those language, Projects which you had done or doing.
It's alright to have few points on resume rather filling it up unnecessarily.

I know we all no perfect but they see as how we handle this Situation.
Don't argue with them, be 10 Min before the Interview, Maintain a Smile if you are getting faded or get stucked.

Beginning 2 Minutes is most crucial, as you have to become comfortable.
Ask question like he/she is your College mate but in English.

Don't Panic, Be Relaxed, Be Prepare with Copy and pen too.

Skills evaluated in this interview

Top Daffodil Software Software Developer Interview Questions and Answers

Q1. Triangle of Numbers Pattern Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case. Example: Input: N = 4 Output: 1 232 345454567654 Explanation: The pattern comprises numbers aligned in a triangle, ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you’re going for a React js post, learning react beforehand will be a good thing to do as they’ll be asking react js questions from you.

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Daffodil Software Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for DSA at least array, stack , LinkedList

Top Daffodil Software Software Developer Interview Questions and Answers

Q1. Triangle of Numbers Pattern Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case. Example: Input: N = 4 Output: 1 232 345454567654 Explanation: The pattern comprises numbers aligned in a triangle, ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Software Developer Interview Questions & Answers

user image Akshay Maheshwari

posted on 1 Jan 2025

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

Top Daffodil Software Software Developer Interview Questions and Answers

Q1. Triangle of Numbers Pattern Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case. Example: Input: N = 4 Output: 1 232 345454567654 Explanation: The pattern comprises numbers aligned in a triangle, ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Daffodil Software interview questions for popular designations

 Software Developer

 (10)

 Software Engineer

 (3)

 IT Associate

 (2)

 Junior IT Associate

 (2)

 Associate Engineer

 (2)

 Associate Software Engineer

 (2)

 Junior Java Developer

 (1)

 Sales Manager

 (1)

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

I applied via Referral

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

Top Daffodil Software Software Developer Interview Questions and Answers

Q1. Triangle of Numbers Pattern Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case. Example: Input: N = 4 Output: 1 232 345454567654 Explanation: The pattern comprises numbers aligned in a triangle, ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at Daffodil Software

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

Top Daffodil Software Software Developer Interview Questions and Answers

Q1. Triangle of Numbers Pattern Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case. Example: Input: N = 4 Output: 1 232 345454567654 Explanation: The pattern comprises numbers aligned in a triangle, ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

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 (205)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

Sales Manager Interview Questions & Answers

user image Nekait Arora

posted on 6 Aug 2024

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewed & Reported to Sachin Garg.
Pleasant experience.

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. &amp; You have to sell an AC which is having only Cold option. How would you do that?
View answer (17)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before May 2023. There were 4 interview rounds.

Junior Java Developer Interview Questions asked at other Companies

Q1. What are the dependencies that are present in spring and explain them
View answer (3)
Contribute & help others!
anonymous
You can choose to be anonymous

Daffodil Software Interview FAQs

How many rounds are there in Daffodil Software interview?
Daffodil Software interview process usually has 2-3 rounds. The most common rounds in the Daffodil Software interview process are Coding Test, Technical and HR.
How to prepare for Daffodil Software 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 Daffodil Software. The most common topics and skills that interviewers at Daffodil Software expect are Javascript, Software Development, Java, MySQL and Design Patterns.
What are the top questions asked in Daffodil Software interview?

Some of the top questions asked at the Daffodil Software interview -

  1. 5. Find the largest prime number in array? (Use the Concept of Segmented Sie...read more
  2. 2. What is OOPs and their concept...read more
  3. 4. Program to print the pattern? (It was ea...read more
How long is the Daffodil Software interview process?

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

Recently Viewed

INTERVIEWS

SRM Technologies Pvt.Ltd

No Interviews

REVIEWS

Bahwan Engineering

No Reviews

REVIEWS

Nickelfox Technologies

No Reviews

REVIEWS

Bahwan Engineering

No Reviews

REVIEWS

Nickelfox Technologies

No Reviews

SALARIES

Bahwan Engineering

INTERVIEWS

Lanco Infratech

No Interviews

COMPANY BENEFITS

Nickelfox Technologies

No Benefits

SALARIES

Nickelfox Technologies

Tell us how to improve this page.

Daffodil Software Interview Process

based on 23 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
ITC Infotech Interview Questions
3.6
 • 335 Interviews
View all

Daffodil Software Reviews and Ratings

based on 182 reviews

3.5/5

Rating in categories

3.5

Skill development

2.9

Work-life balance

3.1

Salary

3.4

Job security

3.0

Company culture

3.2

Promotions

3.1

Work satisfaction

Explore 182 Reviews and Ratings
Admin Executive

Panipat,

Yamunanagar

+4

1-5 Yrs

Not Disclosed

Jr. Associate - Business Development

Panipat,

Yamunanagar

+4

0-4 Yrs

Not Disclosed

Jr. Associate - Business Development

Panipat,

Yamunanagar

+4

2-7 Yrs

Not Disclosed

Explore more jobs
IT Associate
156 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Associate Software Engineer
122 salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Software Developer
59 salaries
unlock blur

₹4 L/yr - ₹15.7 L/yr

Junior IT Associate
52 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior IT Associate
51 salaries
unlock blur

₹7.3 L/yr - ₹26 L/yr

Explore more salaries
Compare Daffodil Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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