Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by SquadStack Team. If you also belong to the team, you can get access from here

SquadStack Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

SquadStack Machine Learning Research Intern Interview Questions and Answers

Updated 20 Jun 2017

SquadStack Machine Learning Research Intern Interview Experiences

1 interview found

I was interviewed in May 2017.

Interview Questionnaire 

4 Questions

  • Q1. Project related
  • Q2. Activity of Round 2 Related
  • Q3. General Machine Learning
  • Q4. Algorithms & Data Structures

Interview Preparation Tips

Round: Resume Shortlist
Experience: Nothing much to discuss here.
Tips: Just would like to mention that, keep your Resume as close as possible to your post. Don't submit A General Resume

Round: Test
Experience: There were 3 activities given to me out of which I had to choose one.
Tips: Most of the activities are related with what usually companies do in the field of ML. A very interesting activity which I would tell to do it sincerely and complete as fast as possible.
There is also a report submission
, WHICH HAS TO BE PERFECT.
Duration: 11 hours
Total Questions: 1

Round: Puzzle Interview
Experience: There were 3 questions on Algorithm & Data Structures similar to Codechef etc.
Tips: Not much tipd for here but some peculiar topics are trees, Graphs and Recursion

Round: Technical Interview
Experience: One of my longest interview running almost upto 4 hours straight. The round was focused only on ML.
Tips: You need to have a solid punch in your projects and not necessarily all the recent advancements should be known but the basics should be clear. Have a strong base rest it will be easy.

Skills: Machine Learning, Algorithm, Data Structures, Data Science
College Name: Jaypee Institute Of Information Technology, Noida

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain difference between spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating Spring-based applications.

    • Spring provides a comprehensive framework for building Java applications, while Spring Boot is a tool that simplifies and accelerates the process of creating Spring-based applications.

    • Spring requires more configuration and setup, while Spring Boot provides a pre-configured environment that re...

  • Answered by AI
  • Q2. 2. String anagram program
  • Ans. 

    A program to check if two strings are anagrams of each other.

    • Create two character arrays from the input strings

    • Sort the arrays

    • Compare the sorted arrays to check if they are equal

  • Answered by AI
  • Q3. 3. write small code using streams api
  • Ans. 

    Using Streams API to filter and map an array of strings

    • Create a stream from the array using Arrays.stream()

    • Use filter() to select elements that meet a certain condition

    • Use map() to transform each element into a new value

    • Use toArray() to convert the stream back into an array

  • Answered by AI
  • Q4. 4. java 8 concepts
  • Q5. 5. what is REST api
  • Ans. 

    REST API is a web service that uses HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • It is an architectural style for building web services

    • It uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • It is stateless and can be cached

    • It returns data in various formats like JSON, XML, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything properly

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Basic Aptitude questions were there which I think anyone can clear.

Round 3 - Coding Test 

2 easy level programming questions were asked.

Round 4 - HR 

(1 Question)

  • Q1. Introduction, background, interest, vision.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Assignment 

It was mostly on JavaScript

Round 2 - Technical 

(1 Question)

  • Q1. Focused on react
Round 3 - One-on-one 

(1 Question)

  • Q1. Brief about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Given an input string "neeraj chopra" Write Python code to get output string as "jareen arpohc".
  • Ans. 

    The Python code to get the output string as 'jareen arpohc' from the input string 'neeraj chopra' is provided.

    • Split the input string into individual words

    • Reverse each word

    • Join the reversed words with a space in between

  • Answered by AI
  • Q2. Given a list of 10 numbers. Write a code to list only even numbers out of the original list.
  • Ans. 

    Code to list even numbers from a given list of 10 numbers.

    • Loop through the list of numbers

    • Check if each number is even using the modulo operator

    • If the number is even, add it to a new list of even numbers

    • Return the new list of even numbers

  • Answered by AI
  • Q3. SQL queries using Window Functions Rank() , Dense Rank() etc
  • Q4. Reversal of string in python code
  • Ans. 

    Reversing a string in Python code

    • Use slicing to reverse the string

    • Use the built-in function 'reversed()'

    • Convert the string to a list, reverse it, and then join it back to a string

  • Answered by AI
  • Q5. SQL queries in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - There is hiring surge in the company so one should go for it .
Basic Python , SQL knowledge is enough to crack the interviews.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. About java mainly
Round 2 - HR 

(2 Questions)

  • Q1. What aspires you most
  • Q2. Tell me about project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was basics on java and big data

Round 2 - Technical 

(1 Question)

  • Q1. Java c++ coding question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

The interviewer asked about javascript basics and DSA questions and some typescript questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Cover topics like closures, classes, functions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain call bind apply
  • Ans. 

    Call, bind, and apply are methods used to manipulate the value of 'this' in JavaScript functions.

    • Call: Invokes a function with a specified 'this' value and arguments provided individually.

    • Example: func.call(thisArg, arg1, arg2)

    • Bind: Creates a new function that, when called, has a specified 'this' value and arguments provided one by one.

    • Example: var newFunc = func.bind(thisArg, arg1, arg2)

    • Apply: Invokes a function with ...

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They help in maintaining state in asynchronous operations.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

SquadStack Interview FAQs

What are the top questions asked in SquadStack Machine Learning Research Intern interview?

Some of the top questions asked at the SquadStack Machine Learning Research Intern interview -

  1. Algorithms & Data Structu...read more
  2. Activity of Round 2 Rela...read more
  3. General Machine Learni...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Shadowfax Technologies

No Interviews

INTERVIEWS

SaaS Labs

No Interviews

DESIGNATION

INTERVIEWS

intellimation.ai

No Interviews

INTERVIEWS

Phronesis Partners

No Interviews

INTERVIEWS

Publicis Sapient

No Interviews

INTERVIEWS

Hp Electronics

No Interviews

INTERVIEWS

Unacademy

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
Revature Interview Questions
3.5
 • 40 Interviews
IT By Design Interview Questions
3.6
 • 39 Interviews
View all
Telecaller
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Operations Analyst
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Expert
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SquadStack with

Maxgen Technologies

4.5
Compare

Cyfuture

3.0
Compare

Magic Edtech

3.0
Compare

VDart

4.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent