Upload Button Icon Add office photos
Engaged Employer

i

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

SKIDOS Labs ApS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SKIDOS Labs ApS Interview Questions and Answers

Updated 1 Feb 2025

SKIDOS Labs ApS Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 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 - Assignment 

Role related Assignment needs to be submit within 2-3 days

Round 3 - One-on-one 

(1 Question)

  • Q1. 1-1 with the hiring lead wherein they ask about projects, tools and analytical background.
Round 4 - One-on-one 

(1 Question)

  • Q1. Call with CEO- mostly to check the culture fit and passion to work in kids domain
Round 5 - Psychometric Test 

(1 Question)

  • Q1. It's a personality based assessment to check the fitment for culture, Job and team.

Marketing Associate Interview Questions asked at other Companies

Q1. How would you sell the product if the parent has a concern of child using excessive mobile or technology
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - HR 

(1 Question)

  • Q1. General information about experience and education
Round 2 - One-on-one 

(1 Question)

  • Q1. Experience related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Situation based questions
Round 4 - Personality Assessment 

(1 Question)

  • Q1. Generic personality mapping questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join with a long term perspective

Brand Manager Interview Questions asked at other Companies

Q1. Caselet: Suppose your product team gives you a product which needs to be priced above or equal to 1.1 Lakh. But the customer is ready to pay only 1 lac for the product. How would go about launching the product at that price?
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Assignment 

The assignment was related to data cleaning. Had some tricks deep down. Would be better if someone could follow up with the evaluators regarding the questions they have.

Round 2 - Coding Test 

Coding test was easy. Basic string manipulation and list data structures were involved.

Round 3 - Technical 

(1 Question)

  • Q1. Most questions were on resume and past experience
Round 4 - HR 

(1 Question)

  • Q1. Case related questions were asked by the CEO of the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to know more about the company and the work you will be doing as you interview. It helps with your decision making process.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 20 May 2021

I applied via Jurist.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Their were 4 rounds. Everything realted to manual testing and what are the new skills you want to learn.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

SKIDOS Labs ApS interview questions for popular designations

 Data Analyst

 (1)

 Test Engineer

 (1)

 Brand Manager

 (1)

 Marketing Associate

 (1)

Jobs at SKIDOS Labs ApS

View all

Interview questions from similar companies

Intern Interview Questions & Answers

BYJU'S user image Anonymous

posted on 23 Jul 2021

I applied via Indeed and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are okay with traveling
  • Q2. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was a discussion with the manager

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Please tell me about the machine learning projects you have done
  • Ans. 

    I have worked on several machine learning projects, including image recognition and natural language processing.

    • Developed an image recognition model using convolutional neural networks

    • Implemented a natural language processing algorithm for sentiment analysis

    • Collaborated on a recommendation system using collaborative filtering

    • Applied machine learning techniques to predict customer churn in a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Because I feel I have the skills and expertise for the position I have applied for. Also, be honest, and if you dont know something say that you are unaware but will learn the subject in the due course of time.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question was moderate.based on logical reasoning and math.

Round 2 - Coding Test 

Coding test question based on sql and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - if u have good knowledge on python ,machine learning and sql, then u can easily crack the exam.

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Difference between var, let, const.
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scoping rules and behaviors.

    • var has function scope and can be redeclared and reassigned

    • let has block scope and can be reassigned but not redeclared

    • const has block scope and cannot be reassigned or redeclared

    • Use const for values that won't change, let for values that will, and avoid var

  • Answered by AI
  • Q2. Explain CSS box model. Do padding and margin apply to inline elements?
  • Ans. 

    CSS box model defines the layout of elements on a webpage. Padding and margin can apply to block-level elements but not to inline elements.

    • CSS box model consists of content, padding, border, and margin around an element.

    • Padding adds space inside the border of an element.

    • Margin adds space outside the border of an element.

    • Padding and margin can apply to block-level elements like <div> but not to inline elements lik

  • Answered by AI
  • Q3. Difference between arrow functions and regular ones.
  • Ans. 

    Arrow functions are shorter syntax for writing function expressions.

    • Arrow functions do not have their own 'this' keyword.

    • Arrow functions cannot be used as constructors.

    • Arrow functions do not have the 'arguments' object.

    • Arrow functions are more concise and easier to read.

    • Regular functions are better for methods and constructors.

  • Answered by AI
  • Q4. How does JavaScript asynchronous model work
  • Ans. 

    JavaScript asynchronous model allows non-blocking code execution by using callbacks and promises.

    • JavaScript uses an event loop to handle asynchronous operations.

    • Callbacks are functions passed as arguments to other functions and executed when the operation is complete.

    • Promises are objects that represent the eventual completion or failure of an asynchronous operation.

    • Async/await is a newer syntax that allows writing asyn...

  • Answered by AI
Round 2 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in HTML DOM traversal concepts, CSS box model and vanilla Javascript fundamentals like closure,

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Google sheet
  • Q2. Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - learn google sheet and sql basic formulas

SKIDOS Labs ApS Interview FAQs

How many rounds are there in SKIDOS Labs ApS interview?
SKIDOS Labs ApS interview process usually has 4-5 rounds. The most common rounds in the SKIDOS Labs ApS interview process are One-on-one Round, HR and Assignment.
How to prepare for SKIDOS Labs ApS 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 SKIDOS Labs ApS. The most common topics and skills that interviewers at SKIDOS Labs ApS expect are Android, Windows, SDK, Accessories and IOS.
What are the top questions asked in SKIDOS Labs ApS interview?

Some of the top questions asked at the SKIDOS Labs ApS interview -

  1. Their were 4 rounds. Everything realted to manual testing and what are the new ...read more
  2. Call with CEO- mostly to check the culture fit and passion to work in kids doma...read more
  3. It's a personality based assessment to check the fitment for culture, Job and t...read more

Tell us how to improve this page.

SKIDOS Labs ApS Interview Process

based on 5 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Whitehat jr Interview Questions
3.5
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 205 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
Cuemath Interview Questions
3.8
 • 43 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

SKIDOS Labs ApS Reviews and Ratings

based on 18 reviews

3.8/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.9

Salary

3.6

Job security

3.8

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 18 Reviews and Ratings
Growth Specialist

New Delhi

2-5 Yrs

Not Disclosed

Golang Developer

New Delhi

1-2 Yrs

Not Disclosed

Explore more jobs
Data Analyst
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SKIDOS Labs ApS with

BYJU'S

3.1
Compare

Toppr

3.4
Compare

Cuemath

3.8
Compare

Vedant

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