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 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 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 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.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2023.

Round 1 - Aptitude Test 

First there was aptitude round

Round 2 - Coding Test 

The coding question was average level

Round 3 - Technical 

(3 Questions)

  • Q1. Resumes and project related questions were asked
  • Q2. Explain you project
  • Q3. How to create external tab link
  • Ans. 

    To create an external tab link, use HTML anchor tag with target attribute set to _blank.

    • Use <a> tag in HTML with href attribute pointing to the external link

    • Set the target attribute of the <a> tag to _blank to open the link in a new tab

    • Example: <a href='https://www.example.com' target='_blank'>External Link</a>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your resume well and focus on basics

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Software testing and coding related questions

Round 2 - Coding Test 

Programming test coding

Round 3 - Technical 

(7 Questions)

  • Q1. Myself intro HR subject question with answer
  • Q2. Subject related questions
  • Q3. What is types software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing how different modules work together.

    • System testing checks the entire system as a whole.

    • Acceptance testing ensures that the software meets the requirements of the end users.

  • Answered by AI
  • Q4. What is unit testing
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process.

    • It ensures that each unit of code is working as expected.

    • Unit tests are automated and can be run frequently to catch regressions.

    • Mocking and stubbing are often used in unit testing to isolate the unit being tested.

    • Example: Testing a ...

  • Answered by AI
  • Q5. What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components/modules of a software system.

    • Tests how well different parts of the system work together

    • Ensures that data flows correctly between components

    • Identifies any issues with communication or data transfer

    • Examples: testing API integrations, testing database connections

  • Answered by AI
  • Q6. What is types of software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing the interactions between different components/modules.

    • System testing tests the entire system as a whole.

    • Acceptance testing is performed to validate if the software meets the requirements of the st

  • Answered by AI
  • Q7.  What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components or systems to ensure they work together correctly.

    • Integration testing verifies that different modules or components of a software work together as expected.

    • It focuses on testing the interfaces and interactions between components.

    • Examples include testing the integration between a front-end user interface and a back-end database, or between diff

  • 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 Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on vlook up, h-look up, pivot and if else condition
  • Q2. You must know how to use vlook up, h-look up and if-else condition
Round 2 - Assignment 

Excel file was give, used sumifs, countifs , index match formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn the excel famous questions and concept like look up, index match, nested if, concate function etc
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 Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is invoke controller?
  • Ans. 

    Invoke controller is a component in a software application that manages the flow of requests and responses between the user interface and the backend services.

    • Manages the communication between user interface and backend services

    • Handles the routing of requests to appropriate functions or methods

    • Coordinates the flow of data and actions within the application

  • Answered by AI
  • Q2. What is facade in laravel?
  • Ans. 

    Facade in Laravel is a design pattern that provides a simple interface to a complex subsystem.

    • Facade provides a static interface to classes that are available in the application's service container.

    • It is used to simplify the usage of complex classes by providing a simpler interface.

    • Facade allows you to access Laravel's features without needing to instantiate objects or use dependency injection.

    • Example: The Auth facade ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is design for you?
  • Ans. 

    Design is the process of creating solutions that are visually appealing, functional, and user-friendly.

    • Design involves problem-solving and creativity

    • It focuses on creating visually appealing and aesthetically pleasing solutions

    • Design considers user experience and functionality

    • Examples include graphic design, product design, and web design

  • Answered by AI
  • Q2. What do you expect to learn from this role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Its about having the urge to learn and being real to your current knowledge.

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Mar 2023. 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. Self intro - tell me about yourself
  • Ans. 

    I am a software developer with a passion for creating efficient and user-friendly applications.

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Familiarity with agile development methodologies

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Experience & why do you want to switch
  • Ans. 

    I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.

    • I have 5 years of experience as a Software Developer.

    • I have gained expertise in various programming languages and frameworks.

    • I have successfully delivered multiple projects and contributed to their success.

    • I want to switch to explore new technologies and challenges.

    • I believe switching will help me enhanc

  • Answered by AI
Round 3 - Coding Test 

Simple basic code for Form data

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of javascript and the framework should be clear
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company

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

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

IPG Mediabrands Interview Questions
3.5
 • 15 Interviews
Havas Media Interview Questions
3.4
 • 9 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