Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Daffodil Software (Gurgaon, Haryana) nel mese di dic 2017
Colloquio
Given interview on 16 Dec 2017 at Daffodil, Gurgaon .Process took whole 1 day.
4 rounds
1.coding round - pen & paper (Set2-2 questions)
2.coding round -pen & paper(1 question)
3.Technical interview, mainly based on your resume, simple SQL queries and oops concepts and one pattern program.
4.HR, about yourself, reason for joining daffodil,salary discussion and facilities you will gets .( if you cleared the 3rd round you are selected )
Domande di colloquio [4]
Domanda 1
Q1. Input string : A3B2C3D4
Output string should be : AAABBCCCDDDD
Q2. Print pattern if A[2,4,3,2,4,3] then output should be.(redraw the pattern in paper for better understanding, check the alignment)
* *
** **
******
******
Q3. Given two versions as input . Find the great version among these two. Example str1: 2.3.1.4
Str2: 3.2.4.5
Function should return str2 as great version.
PS : Dot (.) Symbol would be one at a time , like 24..5.6 is not valid.
All functions should be generic and no built in functions & string builder should be used.
Ho sostenuto un colloquio presso Daffodil Software
Colloquio
1 st round was coding (two coding questions) on hackerearth with 1 hour time given
2 nd round - technical interview that was about 45 minutes
3 rd round - hr interview which was almost 15 minutes
Domande di colloquio [1]
Domanda 1
what is recursion and gave an program to apply recursion
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Daffodil Software (Indore) nel mese di ago 2021
Colloquio
I applied through campus placement. There was a initial coding test having 3 easy to moderate questions based on array and string operations, can be found easily on gfg. Then there were 2 technical rounds and a HR round.
1st technical was purely based on my projects and data structure and algorithms, some java questions majorly oops, linked list, quick sort. I was asked to share my screen and code for linked list implementation and quick sort.
2nd technical was based on practical questions based on my mentioned skills from resume. Then I was asked to share the screen and code, problem was easy. Also I was asked some logical questions based on linked lists.
Ho sostenuto un colloquio presso Daffodil Software
Colloquio
It was a campus placement drive. The main questions they asked were:
1. Core concepts of Java
2. Write programs on basic logic
3. Optimize the code
4. How can we write the code in various other ways