Upload Button Icon Add office photos
Engaged Employer

i

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

Quidich Innovation Labs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Quidich Innovation Labs Interview Questions and Answers

Updated 9 Oct 2024

Quidich Innovation Labs Interview Experiences

Popular Designations

2 interviews found

ml engineer Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2023. 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 Resume tips
Round 2 - HR 

(5 Questions)

  • Q1. General question about work experience
  • Q2. Some questions about past employer and experience
  • Q3. Which models have you worked on
  • Q4. Experience in Machine Learning and Deep learning
  • Ans. 

    I have extensive experience in both Machine Learning and Deep Learning.

    • I have worked on various machine learning projects, including image classification, natural language processing, and recommendation systems.

    • I am proficient in popular machine learning libraries such as TensorFlow and PyTorch.

    • I have implemented deep learning models like convolutional neural networks (CNNs) and recurrent neural networks (RNNs) for tas...

  • Answered by AI
  • Q5. Experience with Pytorch and Tensorflow
  • Ans. 

    I have experience with both PyTorch and TensorFlow.

    • I have worked on various machine learning projects using PyTorch and TensorFlow.

    • I am familiar with the different modules and functionalities offered by both frameworks.

    • I have implemented deep learning models, such as convolutional neural networks (CNNs) and recurrent neural networks (RNNs), using PyTorch and TensorFlow.

    • I have experience with data preprocessing, model t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fraud and Manipulative company and Hr Komal Jadhvani , The Hr reached out to me asking for availability for job interview , she sweet talked the entire process sugar coating and bragging things about the company , after following up after few days when there were no updates regarding interview rounds to be conducted I reached out to her , she just said she didnt recognize me and said she would call me but never reached back .

This just indicates how fake manipulative and sweet talker and Hr can be glad I didnt get ooportunity to join here

Skills evaluated in this interview

ml engineer Interview Questions asked at other Companies

Q1. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - HR 

(5 Questions)

  • Q1. About yourself,exp,salary
  • Q2. What is your location
  • Ans. 

    I am currently located in San Francisco, California.

    • Located in San Francisco, California

    • Specifically in the Bay Area

    • Close to Silicon Valley

  • Answered by AI
  • Q3. What is your current company
  • Ans. 

    I am currently working at XYZ Tech, a leading tech company specializing in AI solutions.

    • XYZ Tech is known for developing cutting-edge AI algorithms and applications.

    • I am part of a team that focuses on developing AI solutions for various industries such as healthcare, finance, and retail.

    • Some of the projects I have worked on include developing a chatbot for customer service and implementing machine learning models for p

  • Answered by AI
  • Q4. Are you agreeing with 2 year bond
  • Ans. 

    Yes, I am willing to agree to a 2 year bond.

    • I am willing to commit to a 2 year bond as a Senior AI Engineer.

    • I understand the importance of stability and long-term commitment in a role.

    • I am confident in my abilities and see this as a mutually beneficial agreement.

  • Answered by AI
  • Q5. Working timing related questions
Round 2 - Coding Test 

CNN,numpy, python, questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basic concepts

Senior Artificial Intelligence Engineer Interview Questions asked at other Companies

Q1. What is the detailed working mechanism of Decision Trees, and how are they utilized for classification tasks?
View answer (1)

Jobs at Quidich Innovation Labs

View all

Interview questions from similar companies

I applied via Referral and was interviewed in May 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Introduction, profile discussion, explanation of current job profile.
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous Job discussions, Current Role discussions, most of the question will be based on previous work experience and situations.

Interview Preparation Tips

Topics to prepare for IPG Mediabrands Assistant Manager interview:
  • Media Planning
Interview preparation tips for other job seekers - Think twice before you join. As this is agency based company so reporting would be direct onshore. And most of the time you will be working as individuals so no team no manager and complete self learning.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Question Related to Applied job position
Round 2 - One-on-one 

(1 Question)

  • Q1. Question Related to End to End Campaign Management
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your projects
  • Q2. Tell me yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are SQL Joins?
  • Ans. 

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

    • SQL Joins are used to retrieve data from multiple tables based on a related column between them.

    • Common types of SQL Joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q2. Different functions in Python numpy
  • Ans. 

    Python numpy provides various functions for numerical operations on arrays.

    • numpy.sum() - calculates the sum of array elements

    • numpy.mean() - calculates the mean of array elements

    • numpy.max() - returns the maximum value in an array

    • numpy.min() - returns the minimum value in an array

    • numpy.std() - calculates the standard deviation of array elements

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are joins and how do you use it?
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Processing speed of different scriting languages?
  • Ans. 

    Processing speed of scripting languages varies based on factors like code complexity and optimization.

    • Processing speed can vary based on the specific task being performed.

    • Compiled languages like C++ tend to be faster than interpreted languages like Python.

    • Optimizing code can improve processing speed.

    • JavaScript can be faster than Python for certain tasks.

    • Consider using libraries or frameworks optimized for performance.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic knowledge of Digital Marketing
  • Q2. Formulae in digital Marketing
  • Ans. 

    Formulae in digital marketing refer to mathematical equations used to analyze and optimize marketing strategies.

    • Formulae help calculate key performance indicators (KPIs) such as ROI, CTR, and conversion rates.

    • Examples of formulae include ROI = (Revenue - Cost) / Cost, CTR = (Clicks / Impressions) * 100%, and Conversion Rate = (Conversions / Clicks) * 100%.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. When will you join
  • Ans. 

    I will be able to join within two weeks of receiving an offer.

    • I need to give my current employer two weeks notice before leaving.

    • I may need to finalize any pending projects before starting a new role.

    • I am excited about the opportunity and look forward to joining the team.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Question about basics of mechanical engineering such as stress vs strain curve
Round 3 - One-on-one 

(1 Question)

  • Q1. What is the difference between pipe and tube?
  • Ans. 

    Pipes are measured by their inner diameter, while tubes are measured by their outer diameter.

    • Pipes are used for the transportation of fluids and gases, while tubes are used for structural applications.

    • Pipes are typically round in shape, while tubes can be round, square, or rectangular.

    • Pipes are manufactured to specific industry standards, while tubes can have more variation in size and shape.

    • Examples: PVC pipe for plum

  • Answered by AI

I applied via Company Website and was interviewed in Jun 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 Resume tips
Round 2 - Coding Test 

HTML, HTML5 ,CSS , Bootstrap, javaScript

Interview Preparation Tips

Topics to prepare for Coalition Technologies Software Developer interview:
  • HTML
  • CSS
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - Pump yourself up and stay positive.
Know yourself and what you want.
Contribute & help others!
anonymous
You can choose to be anonymous

Quidich Innovation Labs Interview FAQs

How many rounds are there in Quidich Innovation Labs interview?
Quidich Innovation Labs interview process usually has 2 rounds. The most common rounds in the Quidich Innovation Labs interview process are HR, Resume Shortlist and Coding Test.
How to prepare for Quidich Innovation Labs interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Quidich Innovation Labs. The most common topics and skills that interviewers at Quidich Innovation Labs expect are HTTP, C++, Python, Animation and Computer Vision.
What are the top questions asked in Quidich Innovation Labs interview?

Some of the top questions asked at the Quidich Innovation Labs interview -

  1. Experience in Machine Learning and Deep learn...read more
  2. Experience with Pytorch and Tensorf...read more
  3. working timing related questi...read more

Recently Viewed

SALARIES

Tecnics Integration Technologies

SALARIES

Jungleworks

INTERVIEWS

L&T Energy Hydrocarbon

No Interviews

SALARIES

ANANDA GROUP

INTERVIEWS

Aarav Unmanned Systems

No Interviews

INTERVIEWS

Iasys Technology Solutions

No Interviews

INTERVIEWS

Affinity Global Advertising

No Interviews

INTERVIEWS

Affinity Global Advertising

No Interviews

SALARIES

Iasys Technology Solutions

Tell us how to improve this page.

Quidich Innovation Labs Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 66 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
IPG Mediabrands Interview Questions
3.5
 • 15 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Liqvd Asia Interview Questions
3.2
 • 10 Interviews
Skylark Drones Interview Questions
3.9
 • 4 Interviews
View all

Quidich Innovation Labs Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Logistics & Operations Manager

Mumbai

1-5 Yrs

Not Disclosed

Logistics & Operations Manager

Panaji

1-2 Yrs

Not Disclosed

Visualiser 3D

Mumbai

5-10 Yrs

Not Disclosed

Explore more jobs
Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Project Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Annotation Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Quidich Innovation Labs with

Edall Systems

5.0
Compare

Skylark Drones

3.9
Compare

Ideaforge Technology

3.7
Compare

Drona Aviation

3.0
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