Skip to main content

Fourkites Interview Experience

Interview rounds:

1.Online Round
2.Technical Round 1
3.Technical Round 2
4.Technical Final Round

1.Online Round

This round had 10 to 15 MCQ questions which were mainly from Appti (Series,AP,GP,Probability ,Statistics), Logical Thinking and other mathematical problems and 1 program question

2.Interviews

(Candidate-1)

i) Technical Round 1 

This round was split into two halves which were engaged with two different persons.

Person1 interviewed all the basics concepts of probability and statistics like distributions topics such as binomial,geometric,normal and their applications in real time problems/products.

Then he dive into normal distribution to explore more about it like standard deviation ,mean,purpose of standard deviation in normal distribution,and he asked me to represent normal distribution diagrammatically with labels (mean,s.d)

After getting wet by normal distribution dive ,he asked me to explain briefly about my paper work,in there i used Machine Learning models,then he questioned about my data set and its description,repository of the data set and models (algorithms) which i used in a very brief manner.

Then he asked about Bayes Theorem and for a given scenario he asked me to apply bayes theorem.

Then he asked a program which was asked in first round and after i explained that program ,Another program question was given to solve.

After answering,solving mainly discussing for a hour this Person1 interview of Technical Round1 was over.

Person2 asked me to solve a binary tree problem

Problem:Update a tree where every node value is equal to the sum of their children.

Attempted four times to solve this program and finally convinced the interviewer  This lasted for 45 minutes.

ii).Technical Round 2

This round had a questions mainly from my paper work,algorithms and tool which i used and from project - project flow,database schema,technical aspects.And also standard statistics and probability questions were asked again .This round lasted for 1 hour.

iii).Technical Final Round

This round held at FourKites Office and its lasted for 1.30 hr.

Questions from my projects,more from paper work was there.

Questions from Lagrange's Multiplier,Taylor's series and their application and dbms queries were asked


(Candidate-2)


i) Technical Round 1 

This round was split into two halves which were engaged with two different persons.
      Started with introduction(from both the ends).
      Then he asked me to explain any one academic project and asked me several questions from that.
This was followed by a pen and paper coding test.
     He asked me a simple program to solve but wanted the efficient way of solving.
https://www.geeksforgeeks.org/the-stock-span-problem/
He gave clues and enough time to solve.
 

ii).Technical Round 2

Asked questions from the projects I have mentioned in my resume.
Basic knowledge on probability and statistics was tested.
He asked definitions of common terms used in probability and statistics with one good real time example for each.
Then my analytics skills were tested.
Given a table with following fields:
Class   |    Teacher   |   Average   |    Maximum marks    |   Minimum marks
the question was to find the best teacher and give justifications.
The numbers in the table was very easy to conclude and justify.
He changed the numbers and I gave answers.
But the justification  have provided was like simple predictions based on Average and Standard deviation.
But he said that he expected me to provide graphs/distributions to prove my answer.
Result ~Rejected~

Comments

Popular posts from this blog

Sahaj - Online Test and Coding Round

Date of visit : 29/08/2018 Criteria        :  7.5 above First Round Duration : 40 minutes. The first round was a online test that had 50 multiple choice questions. The questions were very standard and covered everything like java, C, C++, Python, CSS, DBMS, OOPs, Networks, OS etc. After the first round 20 people were shortlisted for the second round. Second round Duration : 45 minutes  The second round was a coding round where we were given only one question. The objective of the round was not only to check whether the logic and code was correct but whether the students have used paradigms of the programming language they chose. for example, if we choose java to write our code we must have used OOPs principles. The question was to encode the given string in a format specified. Input : this is a secret procedure : 1. remove the spaces, s = thisisasecret 2. find the length of s, l  = 13 3. find w which is the ceil of sqrt of l,...

Thorogood Associates - online test and Interview experience

Date of Visit : 18.08.2018 Criteria: CGPA 7.5 above, No current arrear First Round Duration: 1 hr This is an online round which had two parts,one is about essay writing,other one is about aptitude. Essay Writing Part had two questions,out of these 2 questions we have to write an essay on any one of the topic within 15 minutes. Question: What do you know about Thorogood and what will you do in your first year of Thorogood? Aptitude Part covered Data Interpretation,Logical Reasoning,Profit-Loss problem and other basics aptitude topics which are in R.S Agarwal Book ( link ) or else in IndiaBix ( link ) and this part lasted for next 45 minutes. Second Round Duration: 30 Minutes In this round,our communication,presentation skills and confidence level were tested. They asked us to explain any one of the projects that we mentioned in our resume. They checked whether we can present the project that we did in a professional way.

Ninjacart - coding round

Platform: Hackerrank     The challenge comprised of three questions which were based on arrays and strings .. It may seem easy but the problems were little tricky to solve.. If one is strong enuf in those concepts, then solving them becomes piece of cake😋. I listed two problems(I ve forgot the third one) asked below: Question 1: Buy stocks .. problem link Question 2: Find the number of smooth pairs problem link