Upload Button Icon Add office photos
Engaged Employer

i

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

VisAI Labs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

VisAI Labs Interview Questions and Answers

Updated 12 Mar 2024

VisAI Labs Interview Experiences

Popular Designations

7 interviews found

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

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

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 - Puzzles Interview 

(2 Questions)

  • Q1. Sudoku puzzle game was asked
  • Q2. Why should I hire you

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain YOLO architecture
  • Ans. 

    YOLO (You Only Look Once) is a real-time object detection system that uses a single neural network to predict bounding boxes and class probabilities.

    • YOLO is a popular object detection algorithm in computer vision.

    • It divides the input image into a grid and predicts bounding boxes and class probabilities for each grid cell.

    • YOLO can detect multiple objects in a single pass and is faster than other object detection methods...

  • Answered by AI

Skills evaluated in this interview

Computer Engineer Interview Questions asked at other Companies

Q1. How many programming languages do you Konw??
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

It's a pen-and-paper round. They were asking six puzzles to solve within around one hour.

Round 2 - Coding Test 

It's also a pen-and-paper round. They were asking 20 questions to solve it.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you think logically, it was easy to solve all the rounds.

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
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Reasoning ability questions were asked. Coin flips and wine bottles related questions were given

Interview Preparation Tips

Interview preparation tips for other job seekers - Reasoning ability is more important

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

VisAI Labs interview questions for popular designations

 Full Stack Developer

 (2)

 Computer Engineer

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Computer Vision Intern

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Find the value of x, if x is 8 times more than 2?

Round 3 - Technical 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong background in full stack development and a proven track record of delivering high-quality software solutions.

    • Extensive experience in both front-end and back-end development

    • Proficient in multiple programming languages and frameworks

    • Strong problem-solving and analytical skills

    • Ability to work well in a team and collaborate effectively

    • Excellent communication and interpersonal skills

    • Proven track record of de...

  • Answered by AI
  • Q2. What are your pros and cons ?
  • Ans. 

    I am a highly motivated and detail-oriented full stack developer with strong problem-solving skills.

    • Pros: Strong problem-solving skills

    • Detail-oriented

    • Highly motivated

    • Experience in full stack development

    • Cons: Can be overly meticulous at times

    • May need to work on delegating tasks more effectively

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well before the interview..
learn c,c++,javascript bascis very well....

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Software Engineer Interview Questions & Answers

user image Lingeshwaran D

posted on 23 Apr 2023

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

I applied via Walk-in and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Its every eassy puzzle

Round 3 - Coding Test 

Most basic programming quesstion like strcoy stelen

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for c basic for first round

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Jobs at VisAI Labs

View all

Software Developer Interview Questions & Answers

user image Lingeshwaran D

posted on 23 Apr 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

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

Puzzle mostly in probality and train speed relationship 6question

Round 3 - Coding Test 

C programming basic return type strcoy stelen and malloc

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How to move next level
  • Ans. 

    To move to the next level, focus on developing new skills, taking on challenging projects, seeking feedback, and networking.

    • Identify the skills required for the next level and work on developing them

    • Take on challenging projects that push you out of your comfort zone

    • Seek feedback from your manager, colleagues, and mentors to identify areas for improvement

    • Network with people in your industry to learn about new opportunit...

  • Answered by AI
  • Q2. How to do role as executive assistant

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello, pragnesh panchal
I'm doing this job as associate
DARAMIC BETRRY SEPARETOR INDIA PVT LTD
I was starting my job since:-02/07/2018
I must have knowledge about production like mixing, extrusion, also knowledge about the all perameter also etc.
Above operation knowledge must I have.
Any body give me opportunity than I prove that opportunity .
It's unbelievable journey in this company .
If any querie tha you can also contact me directly mobile/mail also.
Mo:-XXXXX.
Email:- *****
Thank you
Regards
Pragnesh panchal
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. About Battery Technology.
  • Q2. About Market Requirement
Round 3 - HR 

(2 Questions)

  • Q1. Why switching the Job
  • Q2. Salary negotiation on FIXED + Variable

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth and transperent process... Hike they can give 25-30 % maximum.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your experience
  • Ans. 

    I have 5 years of experience in marketing, including developing strategies, managing campaigns, and analyzing market trends.

    • Developed marketing strategies to increase brand awareness and drive sales

    • Managed advertising campaigns across various channels such as social media, email, and print

    • Analyzed market trends and consumer behavior to identify opportunities for growth

    • Collaborated with cross-functional teams to execute...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Happy to be a part of Servotech

VisAI Labs Interview FAQs

How many rounds are there in VisAI Labs interview?
VisAI Labs interview process usually has 2-3 rounds. The most common rounds in the VisAI Labs interview process are Aptitude Test, Resume Shortlist and Coding Test.
How to prepare for VisAI 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 VisAI Labs. The most common topics and skills that interviewers at VisAI Labs expect are Cold Calling, Communication Skills, Lead Generation, US Sales and Algorithms.
What are the top questions asked in VisAI Labs interview?

Some of the top questions asked at the VisAI Labs interview -

  1. what are your pros and con...read more
  2. Explain YOLO architect...read more
  3. Sudoku puzzle game was as...read more
How long is the VisAI Labs interview process?

The duration of VisAI Labs interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

VisAI Labs Interview Process

based on 11 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Gramener Interview Questions
4.2
 • 12 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

VisAI Labs Reviews and Ratings

based on 52 reviews

4.4/5

Rating in categories

4.4

Skill development

4.1

Work-life balance

4.3

Salary

4.4

Job security

4.4

Company culture

4.2

Promotions

4.1

Work satisfaction

Explore 52 Reviews and Ratings
Sales Development Specialist

Chennai

1-3 Yrs

Not Disclosed

Explore more jobs
Quality Analyst
5 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Computer Vision Engineer
5 salaries
unlock blur

₹4.2 L/yr - ₹12.5 L/yr

Software Developer
4 salaries
unlock blur

₹4.2 L/yr - ₹24 L/yr

Project Engineer
4 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

QA Manager
4 salaries
unlock blur

₹18 L/yr - ₹21 L/yr

Explore more salaries
Compare VisAI Labs with

Lumino Industries

3.9
Compare

Servotech Power Systems

4.1
Compare

Lucy Electric

4.0
Compare

Epitome Components

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