Upload Button Icon Add office photos

Filter interviews by

Feynn Labs Internship Position Interview Questions and Answers

Updated 2 Nov 2022

Feynn Labs Internship Position Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Oct 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 - Technical 

(2 Questions)

  • Q1. Linear and logistic regression
  • Q2. Machine learning projects and algorithms being used in it.
  • Ans. 

    Machine learning projects use various algorithms such as regression, clustering, and neural networks to analyze data and make predictions.

    • Regression algorithms are used for predicting continuous values, such as stock prices or housing prices.

    • Clustering algorithms group similar data points together, such as grouping customers based on their purchasing behavior.

    • Neural networks are used for image recognition and natural l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong fundamentals of machine learning
All the best for you the seekers

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Contiguous Subarray with sum = 0
  • Ans. 

    Find all contiguous subarrays in an array with sum equal to zero.

    • Use a hash table to store the sum of subarrays and their ending index.

    • Traverse the array and calculate the sum of subarrays.

    • If the sum is zero or already exists in the hash table, print the subarray.

    • Time complexity: O(n), Space complexity: O(n).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For round 1 most of the questions are around array and strings (Go through all Algo's of arrays)

Skills evaluated in this interview

Interview Preparation Tips

Round: 1st Round
Experience: Q1 – Clone a graph. ( Similar Question -> -----/)
Basically while cloning, when you create a new node in the cloned graph, have a hashmap which maps the old node to new node.
So in the hashmap key = old node, value = new node.Q2 – Given an array of numbers, for each number print the first number to it’s left which is greater than the current number. Example
Input -> 5,3,2,4,8,6
Output-> -1, 5,3,5,-1,8
Use stacks. Simple O(n) solution.

Round: 2nd Round
Experience: Q1 – Find the row number according to the excel nomenclature –> (the opposite of this,-----/) i.e given Z, Output -> 26
Given AX, Output -> 50 Q2 – Find the number of islands in a 2d Array -> -----/

Round: HR Interview
Experience: Q1 – Given a number in words, print the number. Example 1) Input - "One Hundred and Five", Output should be "105"
Example 2) Input - "One Thousand and two hundred", Output should be "1200"
Example 3) Input - "Twelve hundred", Output should be "1200"
Example 4) Input - "Five Lacs", Output should be "500000"
Example 5) Input - "Five Hundred Thousand", Output should be "500000" There were a lot of edge cases, and discussion with regards to this. ( I took a lot of time and the manager did not seem to pleased.  )Q2- In a sorted array, find two numbers who’s difference is k.Given -> 1,2, 3,4,7,8,9,11 and k=7
Ouput -> 1,8 or 2,9, or 4,11 (Print any one) ----- lot of questions as to Why Amazon, Why do you want to leave so early

Round: 4th Round(Bar Raiser)
Experience: Q1 – Given a sorted array find a number. (Simple Binary Search)
Now consider repetitions and find the left most occurrence. (Binary Search to first find number, then again Binary Search to find left most occurrence)
Similarly find the right most occurrence. (Binary Search to first find number, then again Binary Search to find right most occurrence)
Now using the above two functions, find the number of times the element is present.
Note – Cases like where number is NOT present,Q2- Assembly Line Scheduling. (Very Simple DP.)
-----
After three weeks, I got a generic email saying that I could not clear it. I had a really irresponsible recruiter who did not have the courtesy to give me a call and just convey some feedback. Eventually, I think I took too much time with the first question in the manager round.

College Name: NA

Feynn Labs Interview FAQs

How many rounds are there in Feynn Labs Internship Position interview?
Feynn Labs interview process usually has 2 rounds. The most common rounds in the Feynn Labs interview process are Resume Shortlist and Technical.
What are the top questions asked in Feynn Labs Internship Position interview?

Some of the top questions asked at the Feynn Labs Internship Position interview -

  1. machine learning projects and algorithms being used in ...read more
  2. Linear and logistic regress...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Feynn Labs interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Machine Learning Intern
47 salaries
unlock blur

₹0.6 L/yr - ₹5 L/yr

Intern
7 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Machine Learning Engineer
5 salaries
unlock blur

₹1 L/yr - ₹1.5 L/yr

Data Analyst
4 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Data Analyst Intern
4 salaries
unlock blur

₹1 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Feynn Labs with

Biocon Limited

3.9
Compare

Syngene International

4.0
Compare

DRJ & CO

5.0
Compare

Sun Pharmaceutical Industries

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview