Upload Button Icon Add office photos

Filter interviews by

Stylumia Computer Vision Intern Interview Questions and Answers

Updated 9 Mar 2024

Stylumia Computer Vision Intern Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Kaggle challenge on Image classification with noisy labels

Round 2 - Technical 

(3 Questions)

  • Q1. What is softmax loss? Why can't it be used in hidden layers?
  • Ans. 

    Softmax loss is a function used in classification tasks to calculate the probability distribution of classes. It cannot be used in hidden layers due to its non-differentiability.

    • Softmax loss is used in the output layer of neural networks for multi-class classification tasks.

    • It calculates the probability distribution of classes by normalizing the output scores using the softmax function.

    • Softmax loss is not used in hidde...

  • Answered by AI
  • Q2. Explain previous projects in Machine Learning
  • Ans. 

    Developed a project using convolutional neural networks for image classification.

    • Implemented CNN architecture for image classification tasks

    • Used popular frameworks like TensorFlow or PyTorch

    • Trained the model on large datasets like CIFAR-10 or ImageNet

  • Answered by AI
  • Q3. Bias variance tradeoff
Round 3 - Coding Test 

Interval scheduling problem from DP

Interview Preparation Tips

Interview preparation tips for other job seekers - Now coding interview has also become rigorous with ML fundamentals, you also need to do DSA. I did not practice DSA much so got out on last round.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - screening 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and experienced professional with a background in marketing and a passion for driving results.

    • Experienced in marketing strategies and campaigns

    • Strong track record of achieving goals and targets

    • Passionate about driving results and exceeding expectations

  • Answered by AI
  • Q2. Strengths and weaknesses
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

General mathematics, english and coding

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

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

Round 1 - Aptitude Test 

45 mins, Basic aptitude , comprehension and decision making questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to databases, DSA - medium, SQL Queries

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 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 - Aptitude Test 

50 mcq were asked in 12 mins. Most of the candidates qualified this round.

Round 3 - Coding Test 

3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.

Round 4 - Technical 

(3 Questions)

  • Q1. The technical round was of 40 mins. 3 standard questions from DSA were asked for which only approach was enough. Questions were from string, array and tree- Rotated string, Lowest common ancestor, etc.
  • Q2. Project related discussion regarding my role in the team.
  • Q3. A few HR questions related to family background. Why not go for higher studies like the rest of my family. Had to convince him that I saw more growth in working for an organisation.
Round 5 - HR 

(1 Question)

  • Q1. My introduction then, standard HR questions like where do i see myself in coming yrs, why do i want to join the company, etc. It lasted 10 mins

Interview Preparation Tips

Topics to prepare for Cogoport Software Engineer interview:
  • DSA
  • DBMS
  • OS
  • Networking
  • Project
Interview preparation tips for other job seekers - Try to present yourself in a confident and straightforward manner. Ask as many questions as possible at the end to convey your eagerness to join the company.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 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 - Aptitude Test 

15 minutes test.
50 questions
easy questions
Management , Leadership , Character Type questions

Round 3 - Coding Test 

2 coding questions
resume grilling
easy medium questions

Round 4 - HR 

(2 Questions)

  • Q1. Time management questions
  • Q2. Toughest project you work upon
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

If its for the SDE 1 , mostly they will start with javascript fundamentals and deep dive in the hard topics

Interview Preparation Tips

Topics to prepare for Simpl Software Engineer interview:
  • Hld
  • Performance optimization
Interview preparation tips for other job seekers - Mostly will be similar to the first round and even more in depth than the first round

Interview Questionnaire 

3 Questions

  • Q1. Why should we hire you?
  • Q2. What are your weaknesses?
  • Q3. What are your goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Make list of questions that you would like to ask during the interview
Be prepared
Display confidence during interview

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

Interview Questionnaire 

4 Questions

  • Q1. Explain the difference b/w quick sort and merge sort ?
  • Ans. 

    Quick sort is a divide and conquer algorithm that sorts the array by selecting a pivot element and partitioning the other elements around it. Merge sort is also a divide and conquer algorithm that divides the array into two halves, sorts them separately and then merges them.

    • Quick sort has an average time complexity of O(n log n) while merge sort has a time complexity of O(n log n) in all cases.

    • Quick sort is an in-place...

  • Answered by AI
  • Q2. System Design for Naukri.com platform
  • Ans. 

    System design for Naukri.com platform

    • Identify user requirements and design the system architecture accordingly

    • Use scalable and reliable technologies for high traffic handling

    • Implement features like job search, job posting, resume upload, etc.

    • Ensure data security and privacy of users

    • Integrate with third-party services like payment gateways, social media platforms, etc.

  • Answered by AI
  • Q3. ADD two numbers (Linked List ) / leetcode question
  • Q4. Highest subset sum subarray ?
  • Ans. 

    Highest sum of contiguous subarray in an array

    • Use Kadane's algorithm to find the maximum sum subarray

    • Initialize max_so_far and max_ending_here to 0

    • Loop through the array and update max_ending_here and max_so_far

    • Return max_so_far as the highest subset sum subarray

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 technical rounds . If you have clear concepts of Ds & Algo , it will do .Questions were mainly asked from DP, arrays and strings .Other than that some system design problems were also asked which includes the Design of Naukri.com.

Skills evaluated in this interview

Stylumia Interview FAQs

How many rounds are there in Stylumia Computer Vision Intern interview?
Stylumia interview process usually has 3 rounds. The most common rounds in the Stylumia interview process are Coding Test and Technical.
What are the top questions asked in Stylumia Computer Vision Intern interview?

Some of the top questions asked at the Stylumia Computer Vision Intern interview -

  1. What is softmax loss? Why can't it be used in hidden laye...read more
  2. Explain previous projects in Machine Learn...read more
  3. Bias variance trade...read more

Tell us how to improve this page.

Stylumia Computer Vision Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
MyCaptain Interview Questions
3.1
 • 42 Interviews
HyperVerge Interview Questions
4.3
 • 25 Interviews
Arzooo.com Interview Questions
2.4
 • 23 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Tradologie.com Interview Questions
3.2
 • 17 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
View all
Data Scientist
8 salaries
unlock blur

₹9.5 L/yr - ₹26 L/yr

Data Engineer
6 salaries
unlock blur

₹7 L/yr - ₹11.2 L/yr

Product Engineer
5 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Finance Manager
4 salaries
unlock blur

₹13 L/yr - ₹17.2 L/yr

Digital Marketing Manager
4 salaries
unlock blur

₹7 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Stylumia with

Cogoport

2.9
Compare

Arzooo.com

2.4
Compare

KrazyBee

3.7
Compare

Treebo Hotels

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