Upload Button Icon Add office photos

Filter interviews by

Dubverse Deep Learning Engineer Interview Questions, Process, and Tips

Updated 11 Mar 2022

Dubverse Deep Learning Engineer Interview Experiences

1 interview found

I was interviewed in Jan 2022.

Round 1 - Telephonic 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Hard

The current company had no such interview process, The founder and I have worked previously together and were contributing. We had worked previously on the ML domain, and I had also worked on Speech processing which is the core tech of the startup. 

So here I'm describing my interview experience with Precily.ai for the Data Science Internship (this experience is aligned with most of the ML profiles be it CV, Speech, NLP, or data science)
The profile was based on Deep Learning and NLP.
I was asked about Simple DL architectures, Loss Functions, some stats concepts, and mathematics of backpropagation.
these were fairly easy if you are in the ML/DL domain.
Some of the hard questions were based on advanced models/concepts like attention, Bert, Seq2Seq, and YOLO (surprisingly).

The timing of the interview was around 2pm and it was like a normal call and the interviewer also helped me wherever I was stuck.

  • Q1. Deep Learning Question

    Why is attention needed? how do we evaluate attention for Seq2Seq models? Is the attention evaluated at once?

  • Q2. Deep Learning Question

    What is the Loss function of YOLO?

Round 2 - Online Coding Interview 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. Wildcard Pattern Matching

    Given a text and a wildcard pattern of size N and M respectively, implement a wildcard pattern matching algorithm that finds if the wildcard pattern is matched with the text. The ...

  • Ans. Brute Force

    We will try to explore all the possibilities using the recursion.

     

    Let’s say we have a recursive function ‘REC’ who has two arguments IDX and IDY where IDX represents the index in the text string and IDY represents the index in pattern string and its return type is boolean. Initially, we will call the rec with IDX =  N and IDY = M where N is the size of the text string and M is the size of the patte...

  • Answered by CodingNinjas
  • Q2. Colour The Graph

    You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. You have to colour this graph in two different colours, say blue and red suc...

  • Ans. DFS

    We can approach this problem by running a DFS starting from vertex-1.

    We have a total of ‘m’ edges.

    When can we achieve the configuration when we see in reference to vertex-1? 

    1. Let's say vertex-1 is ‘Blue’
      1. If all the vertices that connect to vertex-1 are ‘Red’, then we can say that the configuration is possible.
    2. If this would be the negation of the last one. Say, vertex-1 is ‘Red’
      1. If all the vertices that connect to ...
  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteriaNo criteriaDubverse interview preparation:Topics to prepare for the interview - Stats, ML(basic algorithms), Deep Learning(some advanced algorithms based on the role NLP, CV, Speech, etc), Python, Problem Solving (DSA)Time required to prepare for the interview - 3 monthInterview preparation tips for other job seekers

Tip 1 : Know the profile, prepare for that profile.
Tip 2 : Don't just prepare ML algorithms, know some classical algorithms as well.
Tip 3 : Should have at least 2 Projects for that profile.
Tip 4 : Know some deployment as well.

Application resume tips for other job seekers

Tip 1 : Simple and short resume with details, projects, and education
Tip 2 : Prepare resume based on the profile

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical, Verbal, reasoning 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. ML algorithms and Explain it?
  • Q2. Print even numbers in for loop?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is evaluation Matrix for classification
  • Ans. 

    Evaluation metrics for classification are used to assess the performance of a classification model.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the proportion of correctly classified instances out of the total instances.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive p...

  • Answered by AI
  • Q2. What L1 and L2 regression
  • Ans. 

    L1 and L2 regression are regularization techniques used in machine learning to prevent overfitting.

    • L1 regression adds a penalty equivalent to the absolute value of the magnitude of coefficients.

    • L2 regression adds a penalty equivalent to the square of the magnitude of coefficients.

    • L1 regularization can lead to sparse models, while L2 regularization tends to shrink coefficients towards zero.

    • L1 regularization is also know...

  • Answered by AI
  • Q3. Explain random forest algorithm
  • Ans. 

    Random forest is an ensemble learning algorithm that builds multiple decision trees and combines their predictions.

    • Random forest creates multiple decision trees using bootstrapping and feature randomization.

    • Each tree in the random forest is trained on a subset of the data and features.

    • The final prediction is made by averaging the predictions of all the trees (regression) or taking a majority vote (classification).

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about self
  • Ans. 

    I am a dedicated and passionate Machine Learning Engineer with a strong background in computer science and data analysis.

    • Experienced in developing machine learning models for various applications

    • Proficient in programming languages such as Python, R, and Java

    • Skilled in data preprocessing, feature engineering, and model evaluation

    • Strong understanding of algorithms and statistical concepts

    • Excellent problem-solving and ana

  • Answered by AI
  • Q2. Questions about salary discuss

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Screening round: Tell me about your experiences?
  • Q2. Tell me Learning and development challenges you faced and improvements you have done
Round 2 - Aptitude Test 

Genral and technical aptitude test

Round 3 - Technical 

(5 Questions)

  • Q1. Overall experience?
  • Q2. What was challenging role in previous org?
  • Q3. How you see L&D from your perspective?
  • Q4. How you tackle problems in your role?
  • Q5. How will you onboard 500 candidates every month?
  • Ans. 

    By creating a structured onboarding process, utilizing technology for efficiency, and leveraging a team of trainers.

    • Develop a comprehensive onboarding program with clear objectives and timelines.

    • Utilize technology such as online training modules and virtual onboarding sessions.

    • Assign a team of trainers to handle different aspects of the onboarding process.

    • Implement a buddy system where existing employees mentor new hir...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and try to avoid silly mistakes. Focus on attire and communications.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Stats questions
  • Q2. Basic ML questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn

Round 1 - HR 

(2 Questions)

  • Q1. Describe about yourself
  • Ans. 

    I am a passionate and experienced Learning & Development Specialist with a strong background in designing and delivering effective training programs.

    • Over 5 years of experience in creating engaging learning materials

    • Skilled in conducting needs assessments and developing training plans

    • Proficient in utilizing various instructional design methodologies

    • Strong communication and presentation skills

    • Proven track record of impro...

  • Answered by AI
  • Q2. Why is this job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Started with basic os or network fundamentals like analyzing a core dump, handling tcp packet loss, difference between rest api and grpc etc. Then, from ML started with basic questions like bias variance t...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Projects we have done earlier
  • Ans. 

    We have worked on various projects involving image recognition, natural language processing, and predictive analytics.

    • Image recognition: Developed a model to classify different types of fruits based on images.

    • Natural language processing: Created a sentiment analysis tool for customer reviews.

    • Predictive analytics: Built a model to forecast sales based on historical data.

  • Answered by AI
  • Q2. Aptitude questions
Round 2 - HR 

(1 Question)

  • Q1. Shift timings and salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Details explain about project
  • Q2. Explain Module in ml
  • Ans. 

    A module in machine learning is a self-contained unit that performs a specific task or function.

    • Modules can include algorithms, data preprocessing techniques, evaluation metrics, etc.

    • Modules can be combined to create a machine learning pipeline.

    • Examples of modules include decision trees, support vector machines, and k-means clustering.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions from the resume

Tell us how to improve this page.

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
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Dubverse with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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