AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.4

based on 193 Reviews

Play video Play video Video summary
  • About
  • Reviews
    193
  • Salaries
    1.5k
  • Interviews
    26
  • Jobs
    2
  • Benefits
    27
  • Photos
    -

Filter interviews by

Daffodil Software Software Developer Interview Questions and Answers

Updated 1 Jan 2025

15 Interview questions

A Software Developer was asked 5mo ago
Q. What are your hobbies?
Ans. 

I enjoy coding personal projects, hiking, and reading tech blogs to stay updated on industry trends.

  • Coding personal projects: I recently built a weather app using React and OpenWeather API.

  • Hiking: I love exploring local trails, especially in the fall when the foliage is vibrant.

  • Reading tech blogs: I follow sites like Medium and Dev.to to learn about new technologies and best practices.

A Software Developer was asked
Q. What are your skills?
Ans. 

I am skilled in various programming languages and technologies including Java, Python, SQL, and web development frameworks.

  • Proficient in Java and Python programming languages

  • Experience with SQL and database management

  • Familiarity with web development frameworks such as Spring and Django

  • Knowledge of software development methodologies such as Agile and Scrum

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
View answers (43)
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
View answers (7)
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
View answers (4)
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
View answers (5)
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
View answers (2)
View All
A Software Developer was asked
Q. What are your qualifications?
Ans. 

I have a Bachelor's degree in Computer Science and 5 years of experience as a Software Developer.

  • Bachelor's degree in Computer Science

  • 5 years of experience as a Software Developer

A Software Developer was asked
Q. Given an array of numbers, find the largest prime number in the array using 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.

A Software Developer was asked
Q. Write a program to print the pattern.
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

A Software Developer was asked
Q. What is OOP and what are its core 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 ...

A Software Developer was asked
Q. The process of assigning a code to something for classification or identification.
Ans. 

The process is called coding and it involves assigning a unique code to something for identification or classification.

  • Coding is used in various fields such as software development, medical coding, and data analysis.

  • The codes assigned can be alphanumeric or numeric depending on the system used.

  • Examples of coding systems include ASCII, Unicode, ICD-10, and CPT codes.

  • Coding helps in organizing and managing large amo...

Are these interview questions helpful?
A Software Developer was asked
Q. 

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
34545
4567654

Explanation:

The patt...

Ans. 

Print a triangle pattern of numbers based on given input 'N'.

  • Iterate through each row and print the numbers in a centered and incremented manner

  • Use nested loops to handle the alignment and incrementing of numbers

  • Ensure to properly format the output with spaces for alignment

A Software Developer was asked
Q. 

Find the Second Largest Element

Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

If a second largest element does not exist, return -1.

Example:

Input:
ARR = [2, ...
Ans. 

Find the second largest element in an array of integers.

  • Iterate through the array to find the largest and second largest elements.

  • Handle cases where all elements are identical.

  • Return -1 if second largest element does not exist.

A Software Developer was asked
Q. Can you explain the OOP concepts in C++?
Ans. 

OOP concepts in C++ include classes, objects, inheritance, polymorphism, and encapsulation.

  • Classes are user-defined data types that contain data members and member functions.

  • Objects are instances of classes that can interact with each other.

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

  • Polymorphism enables objects to be treated as instances of their parent class.

  • Encapsulation res...

1 2

Daffodil Software Software Developer Interview Experiences

10 interviews found

Software Developer Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

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.

Round 1 - Coding Test 

It was based on DSA questions from array , stack and linked list

Round 2 - Aptitude Test 

It consist of topics from percentage, age, blood relation ,profit loss

Interview Preparation Tips

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

Software Developer Interview Questions & Answers

user image Akshay Maheshwari

posted on 1 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The coding round was average.

Round 2 - Coding Test 

The coding round was average.

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. What are your hobbies
  • Ans. 

    I enjoy coding personal projects, hiking, and reading tech blogs to stay updated on industry trends.

    • Coding personal projects: I recently built a weather app using React and OpenWeather API.

    • Hiking: I love exploring local trails, especially in the fall when the foliage is vibrant.

    • Reading tech blogs: I follow sites like Medium and Dev.to to learn about new technologies and best practices.

  • Answered by AI
    Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

Normal questions regarding string arrays and the factorial of a number.

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2023

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

Coding test include 3 DSA questions out of two were of medium level difficulty(Dp) and last one was easy and time given was 1.5 hour.

Round 2 - Coding Test 

Again two DSA question of medium level.

Round 3 - Technical 

(2 Questions)

  • Q1. I was not shortlisted
  • Add your answer
  • Q2. Some tricky questions were asked and only 2 students cleared the final round
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image jarupula Supriya

posted on 14 Apr 2023

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

I applied via Approached by Company and was interviewed before Apr 2022. There were 2 interview rounds.

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

(4 Questions)

  • Q1. Your qolificetion
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience as a Software Developer.

    • Bachelor's degree in Computer Science

    • 5 years of experience as a Software Developer

  • Answered by AI
    View 1 more answer
  • Q2. Coding and definition
  • Add your answer
  • Q3. The process of assigning a code to something for classification or identification.
  • Ans. 

    The process is called coding and it involves assigning a unique code to something for identification or classification.

    • Coding is used in various fields such as software development, medical coding, and data analysis.

    • The codes assigned can be alphanumeric or numeric depending on the system used.

    • Examples of coding systems include ASCII, Unicode, ICD-10, and CPT codes.

    • Coding helps in organizing and managing large amounts ...

  • Answered by AI
    Add your answer
  • Q4. Wat area your skills
  • Ans. 

    I am skilled in various programming languages and technologies including Java, Python, SQL, and web development frameworks.

    • Proficient in Java and Python programming languages

    • Experience with SQL and database management

    • Familiarity with web development frameworks such as Spring and Django

    • Knowledge of software development methodologies such as Agile and Scrum

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - the process or activity of writing computer programs.
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2024

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

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

Round 1 - Coding Test 

Two coding Questions
First was related to DP and another simple coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic project related questions and find second largest element in array, project related questions, basic DBMS question.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2021

I appeared for an interview in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

2 Coding Question were given to be solved in 1 hr . Both questions were medium level .

  • Q1. 

    Digits Decoding Problem

    Ninja has a string of characters from 'A' to 'Z', encoded using their numeric values (A=1, B=2, ..., Z=26). The encoded string is given as a sequence of digits (SEQ). The task is t...

  • Ans. 

    The task is to determine the number of possible ways to decode a sequence of digits back into a string of characters from 'A' to 'Z'.

    • Use dynamic programming to keep track of the number of ways to decode the sequence at each position.

    • Consider different cases for decoding single digits and pairs of digits.

    • Handle edge cases such as '0' and '00' appropriately.

    • Return the final count modulo 10^9 + 7 as the answer.

  • Answered by AI
    Add your answer
  • Q2. 

    Distribute N Candies Among K People

    Explanation: Sanyam wishes to distribute 'N' candies among 'K' friends. The friends are arranged based on Sanyam's order of likeness. He initially distributes candies s...

  • Ans. 

    Distribute N candies among K people in a specific order, incrementing by K each round until all candies are distributed.

    • Distribute candies starting from 1st friend, incrementing by K each round

    • If remaining candies are fewer than what a friend is supposed to receive, distribute all remaining candies to that friend

    • Output the number of candies each friend ends up with at the end of distribution

  • Answered by AI
    Add your answer

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from UIT - Allahabad. I applied for the job as Software Developer in DelhiEligibility criteriaNo criteriaDaffodil Software interview preparation:Topics to prepare for the interview - Data Structure, Algorithms, DBMS, OS, OOPs.Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Good Command over Data Structure
Tip 2 : Prepare Core Subjects
Tip 3 : Have at least 1 project

Application resume tips for other job seekers

Tip 1 : Single Page resume with good Projects in it.
Tip 2 : Short and Crisp resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2022

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions on DSA, OOPS, DBMS and some SQL queries.

  • Q1. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if second largest element does not exist.

  • Answered by AI
    Add your answer
  • Q2. 

    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
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on given input 'N'.

    • Iterate through each row and print the numbers in a centered and incremented manner

    • Use nested loops to handle the alignment and incrementing of numbers

    • Ensure to properly format the output with spaces for alignment

  • Answered by AI
    Add your answer
  • Q3. Can you explain the OOP concepts in C++?
  • Ans. 

    OOP concepts in C++ include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are user-defined data types that contain data members and member functions.

    • Objects are instances of classes that can interact with each other.

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

    • Polymorphism enables objects to be treated as instances of their parent class.

    • Encapsulation restrict...

  • Answered by AI
    Add your answer
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPADaffodil Software interview preparation:Topics to prepare for the interview - OS, DBMS, OOPS, Data Structures, Algorithms, Aptitude, SQL,Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1: Write true in your Resume. Mention only those language, Projects which you had done or doing.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

First-round was the machine test coding round on HackerEarth with a decent level of questions on data structures and algorithms. It consists of 3 questions 2 medium and 1 easy to moderate in 60 minutes.

  • Q1. 

    Find the Longest Palindromic Substring

    Given a string ‘S’ composed of lowercase English letters, your task is to identify the longest palindromic substring within ‘S’.

    If there are multiple longest palin...

  • Ans. 

    Find the longest palindromic substring in a given string, returning the rightmost one if multiple substrings are of the same length.

    • Iterate through each character in the string and expand around it to find palindromic substrings

    • Keep track of the longest palindromic substring found so far

    • Return the rightmost longest palindromic substring

  • Answered by AI
    Add your answer
  • Q2. 

    Minimum Operations to Transform Strings

    You are provided with two strings initial and final. Each string consists of characters 'a', 'b', and one empty slot represented by '_'. Your task is to transform t...

  • Ans. 

    The task is to transform one string into another by swapping characters with an empty slot, using the minimum number of operations.

    • Iterate through the strings character by character and count the number of operations needed to transform one string into another.

    • Consider the allowed operations and their conditions while counting the operations.

    • Return the total number of operations needed for each test case.

  • Answered by AI
    Add your answer
  • Q3. 

    MegaPrime Numbers Problem Statement

    Given two integers Left and Right, determine the count of 'megaprime' numbers within the inclusive range from 'Left' to 'Right'. A 'megaprime' number is a prime number ...

  • Ans. 

    Count the 'megaprime' numbers within a given range of integers.

    • Iterate through the range of integers from Left to Right.

    • For each number, check if it is a prime number and if all its digits are prime.

    • Increment the count if the number satisfies the conditions.

    • Return the total count of 'megaprime' numbers.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Technological institute of textile and Sciences. Eligibility criteria65%Daffodil Software interview preparation:Topics to prepare for the interview - Data structures, DBMS concepts, OOPs, algorithms, OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Data structures and Algorithms foundation is a must, all technology and knowledge is just kind of a bummer if DSA is weak. Naive approaches must be clean and clear by everyone. At least complete all easy level questions on leetcode.
Tip 2 : Most of the good companies are basically fond of your mental and technical skills and data structure knowledge. Doesn't matter how bad the complexity you make at the first attempt but you should have at least the way out to solve that problem and then start to think to improve the solution.
Tip 3 : Soft skills are kind of important but not to that extent that it can hide your loopholes in foundation knowledge. Even some personal project is more than enough to balance your presentation.

Application resume tips for other job seekers

Tip 1: Short and clear. 2 pages are maximum.
Tip 2: Project should have links to your github instead of just sentences.

Final outcome of the interviewRejected

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2020

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?
  • Add your answer
  • 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
    Add your answer
  • Q3. 3. SQL and DBMS Question?
  • Add your answer
  • 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
    Add your answer
  • 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
    View 1 more answer
  • Q6. 6.How do you overcome your failure?
  • Ans. 

    Overcoming failure involves reflection, learning, and resilience to turn setbacks into opportunities for growth and improvement.

    • Reflect on the Experience: After a failure, I take time to analyze what went wrong. For instance, after a project deadline was missed, I reviewed the timeline and identified areas for better time management.

    • Learn from Mistakes: I document the lessons learned from failures. For example, after a...

  • Answered by AI
    Add your answer
  • 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
    Add your answer

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

Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Daffodil Software?
Ask anonymously on communities.
More about working at Daffodil Software
  • HQ - New York, New York, United States
  • IT Services & Consulting
  • 1k-5k Employees (India)
  • Software Product

Daffodil Software Interview FAQs

How many rounds are there in Daffodil Software Software Developer interview?
Daffodil Software interview process usually has 2-3 rounds. The most common rounds in the Daffodil Software interview process are Coding Test, Resume Shortlist and HR.
How to prepare for Daffodil Software Software Developer 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 JSON, Javascript, Web Services, Front End and PHP.
What are the top questions asked in Daffodil Software Software Developer interview?

Some of the top questions asked at the Daffodil Software Software Developer 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

Tell us how to improve this page.

Daffodil Software Interviews By Designations

  • Daffodil Software Software Developer Interview Questions
  • Daffodil Software Software Engineer Interview Questions
  • Daffodil Software IT Associate Interview Questions
  • Daffodil Software Junior IT Associate Interview Questions
  • Daffodil Software Associate Engineer Interview Questions
  • Daffodil Software Associate Software Engineer Interview Questions
  • Daffodil Software Junior Java Developer Interview Questions
  • Daffodil Software Sales Manager Interview Questions
  • Show more
  • Daffodil Software Associate Manager Interview Questions
  • Daffodil Software Associate Interview Questions

Interview Questions for Popular Designations

  • Senior Software Developer Interview Questions
  • Lead Software Engineer Interview Questions
  • Software Development Engineer II Interview Questions
  • Associate Software Developer Interview Questions
  • Software Development Engineer 1 Interview Questions
  • Software Engineer Level 1 Interview Questions
  • Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • Java Software Developer Interview Questions
  • Senior Software Development Engineer Interview Questions

Overall Interview Experience Rating

3.7/5

based on 6 interview experiences

Difficulty level

Easy 50%
Hard 50%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Software Developer Interview Questions from Similar Companies

Bounteous x Accolite
Bounteous x Accolite Software Developer Interview Questions
3.4
 • 25 Interviews
NeoSOFT
NeoSOFT Software Developer Interview Questions
3.6
 • 22 Interviews
HashedIn by Deloitte
HashedIn by Deloitte Software Developer Interview Questions
4.2
 • 18 Interviews
Wissen Technology
Wissen Technology Software Developer Interview Questions
3.8
 • 17 Interviews
ITC Infotech
ITC Infotech Software Developer Interview Questions
3.7
 • 11 Interviews
Collabera Technologies
Collabera Technologies Software Developer Interview Questions
3.5
 • 11 Interviews
Quantiphi Analytics Solutions Private Limited
Quantiphi Analytics Solutions Private Limited Software Developer Interview Questions
3.2
 • 11 Interviews
CitiusTech
CitiusTech Software Developer Interview Questions
3.3
 • 10 Interviews
Incedo
Incedo Software Developer Interview Questions
3.1
 • 9 Interviews
ThoughtWorks
ThoughtWorks Software Developer Interview Questions
3.9
 • 8 Interviews
View all
Daffodil Software Software Developer Salary
based on 52 salaries
₹6.5 L/yr - ₹18 L/yr
At par with the average Software Developer Salary in India
View more details

Daffodil Software Software Developer Reviews and Ratings

based on 8 reviews

3.5/5

Rating in categories

2.2

Skill development

2.4

Work-life balance

2.7

Salary

2.9

Job security

2.5

Company culture

3.0

Promotions

2.1

Work satisfaction

Explore 8 Reviews and Ratings
Daffodil Software Salaries in India
IT Associate
140 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Associate Software Engineer
135 salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Software Developer
52 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Senior IT Associate
50 salaries
unlock blur

₹7.2 L/yr - ₹26 L/yr

Junior IT Associate
47 salaries
unlock blur

₹3 L/yr - ₹10.8 L/yr

Explore more salaries
Compare Daffodil Software with
ITC Infotech

ITC Infotech

3.7
Compare
CMS IT Services

CMS IT Services

3.1
Compare
KocharTech

KocharTech

3.9
Compare
Xoriant

Xoriant

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Daffodil Software Interview Questions >
  • Daffodil Software Software Developer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter