Upload Button Icon Add office photos

Filter interviews by

Deep Sight AI Labs Interview Questions and Answers

Updated 18 May 2024

Deep Sight AI Labs Interview Experiences

Popular Designations

3 interviews found

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

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

Python coding questions, two questions were asked, one for python coding and second for ML techniques.

Round 3 - Technical 

(3 Questions)

  • Q1. Basic ML/DL knowledge questions, python based questions and parallel computing questions were asked, behavior was also checked while interviewing.
  • Q2. 1. Write program to rotate, convert to greyscale, generate gaussian noise in the given picture.
  • Ans. 

    Program to rotate, convert to greyscale, and generate gaussian noise in a given picture.

    • Use OpenCV library for image processing functions

    • Rotate the image using cv2.rotate() function

    • Convert the image to greyscale using cv2.cvtColor() function

    • Generate gaussian noise using cv2.randn() function

  • Answered by AI
  • Q3. 2. Write python program to fetch data from SQL.
  • Ans. 

    Python program to fetch data from SQL database using SQLAlchemy library.

    • Import necessary libraries like sqlalchemy, create_engine, and sessionmaker.

    • Establish a connection to the SQL database using create_engine.

    • Create a session using sessionmaker and bind it to the engine.

    • Query the database using session.query() method to fetch data.

    • Iterate over the results and process the fetched data as needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear your basics before applying

Skills evaluated in this interview

Computer Vision Intern Interview Questions asked at other Companies

Q1. What is softmax loss? Why can't it be used in hidden layers?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asks 3 questions related to image processing

Round 2 - Technical 

(1 Question)

  • Q1. Asks about python and deep learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well
Deep Sight AI Labs Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Assignment 

Tasks were given, need to submit with a certain time limit.

Round 2 - HR 

(1 Question)

  • Q1. For culture fit and Salary negotiation

Computer Vision Engineer Interview Questions asked at other Companies

Q1. Can you train model using MATLAB for image classifications?
View answer (1)

Interview questions from similar companies

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

I was interviewed before Feb 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Previous Experience, About Self

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Explain your project in PowerBI.
  • Q2. What is Append and Merge?
  • Ans. 

    Append and Merge are two methods used to combine data from multiple sources into a single dataset.

    • Append adds new rows to an existing dataset.

    • Merge combines two or more datasets based on a common column or key.

    • Append is useful when adding new data to an existing dataset, while Merge is useful for combining datasets with related information.

    • Example: Appending new sales data to an existing sales dataset.

    • Example: Merging ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Since I applied for the role of PowerBI developer, I was asked questions on PowerBI and statistics which mainly included probability.

Skills evaluated in this interview

I applied via Referral and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic SQL questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through fundamental of SQL , how null behaves with all joins, Cte and other objects .

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.

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 - Coding Test 

SQL test has been conducted nearer to 12-15 questions.

Round 3 - HR 

(2 Questions)

  • Q1. Normal discussion, about salary negotiation
  • Q2. Asked about my past company experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck.
They have lots of opportunities.....................

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions on the data structure and algorithms
  • Q2. Questions on the database like MySQL and Cassandra

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is good and understands the response appropriately

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Round 1: Was asked to solve a basic problem using python Concepts of ML, specifically Linear Regression Round 2: Simple case study and puzzles Round 3: Another simple case study and generic conversation...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Brush up the basics. Communicate your ideas and approach clearly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Was given a topic and asked to talk about for 2 mins

Round 3 - HR 

(2 Questions)

  • Q1. Why LatentView?
  • Ans. 

    LatentView offers a dynamic work environment with opportunities for growth and learning in the field of analytics.

    • LatentView has a strong reputation in the analytics industry for delivering innovative solutions to clients.

    • The company values continuous learning and development, providing employees with opportunities to enhance their skills.

    • LatentView offers a collaborative work culture where employees can work on divers...

  • Answered by AI
  • Q2. What do you expect from us?
  • Ans. 

    I expect a supportive work environment, opportunities for growth, and clear communication.

    • Supportive work environment where I can collaborate with team members

    • Opportunities for growth and advancement within the company

    • Clear communication regarding expectations, feedback, and goals

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Deep Sight AI Labs Interview FAQs

How many rounds are there in Deep Sight AI Labs interview?
Deep Sight AI Labs interview process usually has 2-3 rounds. The most common rounds in the Deep Sight AI Labs interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Deep Sight AI Labs interview?

Some of the top questions asked at the Deep Sight AI Labs interview -

  1. 1. Write program to rotate, convert to greyscale, generate gaussian noise in th...read more
  2. 2. Write python program to fetch data from S...read more
  3. Basic ML/DL knowledge questions, python based questions and parallel computing ...read more

Recently Viewed

SALARIES

Macawber Beekay

DESIGNATION

SALARIES

Macawber Beekay

SALARIES

Volansys Technologies

SALARIES

Macawber Beekay

DESIGNATION

DESIGNATION

DESIGNATION

COMPANY BENEFITS

Arcadia Consulting Services

No Benefits

SALARIES

Arcadia Consulting Services

No Salaries

Tell us how to improve this page.

Deep Sight AI Labs Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.6
 • 221 Interviews
Fractal Analytics Interview Questions
4.0
 • 208 Interviews
Axtria Interview Questions
3.1
 • 116 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
Algonomy Interview Questions
4.0
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Deep Sight AI Labs Reviews and Ratings

based on 6 reviews

3.3/5

Rating in categories

4.2

Skill development

2.9

Work-life balance

2.7

Salary

3.2

Job security

3.5

Company culture

2.8

Promotions

3.6

Work satisfaction

Explore 6 Reviews and Ratings
Computer Vision Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Computer Vision Intern
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Deep Sight AI Labs with

Fractal Analytics

4.0
Compare

Flutura Decision Sciences & Analytics

4.0
Compare

Algonomy

4.0
Compare

Tiger Analytics

3.7
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