Upload Button Icon Add office photos

Filter interviews by

SmartKnower ml engineer Interview Questions and Answers

Updated 14 May 2024

SmartKnower ml engineer Interview Experiences

1 interview found

ml engineer Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via campus placement at University Business School (UBS), Chandigarh and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python question on array and string

Round 2 - Technical 

(2 Questions)

  • Q1. Define linked list
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes that have a reference to the next node in the sequence.

    • Consists of nodes with data and a reference to the next node

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Allows for dynamic size and efficient insertion/deletion operations

  • Answered by AI
  • Q2. Define array and string
  • Ans. 

    Array is a data structure that stores a collection of elements of the same type. String is a sequence of characters.

    • Array: An ordered collection of elements, accessed by index. Example: [1, 2, 3]

    • String: A sequence of characters, represented within quotes. Example: 'hello'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python coding questions
  • Q2. Nlp, ml related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Coding in python
  • Q2. Questions on the project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Bigdata project questions
Round 2 - Technical 

(2 Questions)

  • Q1. Ml model discussion
  • Q2. Have you implemented llama models
  • Ans. 

    LLAMA models are used for large language model adaptation.

    • LLAMA models are used for adapting large language models to specific tasks or domains.

    • They are commonly used in natural language processing tasks such as text generation, translation, and sentiment analysis.

    • Examples of LLAMA models include GPT-3, BERT, and RoBERTa.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between Precision and Recall?
  • Ans. 

    Precision is the ratio of correctly predicted positive observations to the total predicted positive observations, while Recall is the ratio of correctly predicted positive observations to the all observations in actual class.

    • Precision focuses on the accuracy of positive predictions, while Recall focuses on the proportion of actual positives that were correctly identified.

    • Precision = TP / (TP + FP)

    • Recall = TP / (TP + FN...

  • Answered by AI
  • Q2. What are the hyperparameters of Random forest?
  • Ans. 

    Hyperparameters of Random Forest include number of trees, max depth of trees, minimum samples per leaf, and maximum features.

    • Number of trees: Determines the number of decision trees in the forest.

    • Max depth of trees: Controls the maximum depth of each decision tree.

    • Minimum samples per leaf: Specifies the minimum number of samples required to be at a leaf node.

    • Maximum features: Determines the maximum number of features t

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself and projects
  • Q2. Mostly questions related to project, technology involve etc.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ml ops based questions, deployment based questions, questions on dockers, evaluation metrics
Round 2 - Technical 

(1 Question)

  • Q1. Model deployment based questions, model monitoring based questions, code syntax questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about sql joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • F...

  • Answered by AI
  • Q2. What ks difference between delete and update
  • Ans. 

    Delete removes a record entirely, while update modifies an existing record.

    • Delete removes the entire record from the database

    • Update modifies specific fields of an existing record

    • Delete is irreversible, while update can be undone by another update

    • Example: Deleting a user account vs updating the user's email address

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Two questions asked which have difficulty level is high

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on DSA leetcode medium to hard question

I was interviewed in May 2021.

Interview Questionnaire 

3 Questions

  • Q1. Questions on Recommendation algorithms. Like explain ALS, matrix factorization
  • Q2. Maths questions based on probability. Red, blue marbles inside bags was the situation, basic questions on the situation and follow up question.
  • Q3. Evaluation metrics based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was comparatively medium difficulty. The recruiter was looking for good Engineering Foundation. Experience with big data tools was preferred.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to sort a list without using inbuild function
  • Ans. 

    Implement a sorting algorithm to sort a list without using built-in functions.

    • Use a common sorting algorithm like bubble sort, selection sort, or insertion sort.

    • Iterate through the list and compare adjacent elements to swap them if necessary.

    • Repeat the process until the list is sorted in ascending order.

  • Answered by AI
  • Q2. Explain web scraping using code
  • Ans. 

    Web scraping is the process of extracting data from websites using code.

    • Identify the website and the specific data to be extracted

    • Use libraries like BeautifulSoup or Scrapy in Python to parse HTML

    • Inspect the website's HTML structure to locate the data

    • Write code to extract the data and store it in a desired format

  • Answered by AI

Skills evaluated in this interview

SmartKnower Interview FAQs

How many rounds are there in SmartKnower ml engineer interview?
SmartKnower interview process usually has 2 rounds. The most common rounds in the SmartKnower interview process are Coding Test and Technical.
What are the top questions asked in SmartKnower ml engineer interview?

Some of the top questions asked at the SmartKnower ml engineer interview -

  1. Define array and str...read more
  2. Define linked l...read more

Tell us how to improve this page.

SmartKnower ml engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

ml engineer Interview Questions from Similar Companies

View all
Intern
5 salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Explore more salaries
Compare SmartKnower with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview