Open In App

Fiorano Interview experience

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1:
The first round comprised of 60 MCQ questions including 20 aptitude questions, 20 DSA and 20 C /Java questions (Choose any one section out of C or java) (Test Duration: 1.5 hour). Aptitude questions were kinda tough and dsa/c/java questions required in-depth knowledge of your concepts.Overall it was a tough paper.31/60 was the highest score. Tips: Solve all mcq questions related to c/java on geeks for geeks.

9 people were shortlisted after round 1.

Round 2 (Technical Interview Round-1):

He started with basic questions from my resume.I am from non-cs branch so he asked me why IT company and why I am suitable for the job?

Asked some basic questions like-

1) https://www.geeksforgeeks.org/write-a-c-program-to-print-geeks-for-geeks-without-using-a-semicolon/

2) explain working of #include<stdio.h> etc..

Then he moved on to puzzles..

Some of the puzzles asked were-

1) https://www.geeksforgeeks.org/puzzle-26-know-average-salary-without-disclosing-individual-salaries/

2) https://www.teachingideas.co.uk/problem-solving/squares-on-a-chessboard

3) https://www.geeksforgeeks.org/puzzle-12-maximize-probability-of-white-ball/

4) https://www.handakafunda.com/games-and-tournaments-3/

Then he started asking coding questions

1) https://www.geeksforgeeks.org/rearrange-positive-and-negative-numbers-publish/

2) https://www.geeksforgeeks.org/find-duplicates-given-array-elements-not-limited-range/

3) https://www.geeksforgeeks.org/count-subsequences-product-less-k/

That is mostly all of it I can recall as of now.

Around 5 people were shortlisted after Round 2

Round 3:

Started with dsa questions

1) https://www.geeksforgeeks.org/find-largest-d-in-array-such-that-a-b-c-d/

2) https://www.geeksforgeeks.org/space-optimized-solution-lcs/

3) https://www.geeksforgeeks.org/count-ways-reach-nth-stair-using-step-1-2-3/

If one answers all questions in the most optimized way, they are moved to next round i.e, video interview.

The video guy asked some dsa and c questions like-

1) Approach to return neither minimum nor maximum element in an array in less than o(n) space & time complexity.

2) What is malloc and calloc?

3) Return mirror of a node in special tree where every node has three pointers left, right and parent.

4) Check if linked list is palindrome using recursion?

5) Bipartite graph.

2 guys were selected in final round.

Tips-

Do maximum questions from geeksforgeeks and focus on trees, linked list, dp & graphs.

Also do puzzles and mcq section from geeks.

I am one of the selected candidates.

Thanks to geeksforgeeks team…Cheers

 

 


Last Updated : 12 Sep, 2018
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads