Upload Button Icon Add office photos
Engaged Employer

i

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

Oyelabs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Oyelabs Interview Questions and Answers

Updated 6 Sep 2024

Oyelabs Interview Experiences

Popular Designations

4 interviews found

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Core ios concepts on core data, MVVM, MVC, UIKIT, constraints etc

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 (180)

I applied via LinkedIn and was interviewed in Nov 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 - Assignment 

Google form was shared with around 6-8 questions

Round 3 - HR 

(2 Questions)

  • Q1. General Questions were asked initially
  • Q2. Situation-based questions were asked
Round 4 - Behavioral 

(1 Question)

  • Q1. Situation based questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about Human Resources and learn about the basics of the HR field to ace the interview. Rest, be honest and show your real personality during the HR round and you'll crack it. All the best!

HR Executive Recruiter Interview Questions asked at other Companies

Q1. What do you know about Selection process?
View answer (1)

Design Intern Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2024

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

I applied via Internshala and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic Questions
Round 2 - Technical 

(1 Question)

  • Q1. Regarding your domain.
Round 3 - call 

(1 Question)

  • Q1. Final call with easy questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazing

Design Intern Interview Questions asked at other Companies

Q1. How would you brand the business vertical JobHai? keeping in mind economic and technological constraints
View answer (1)
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 - One-on-one 

(1 Question)

  • Q1. Oops concepts and basic android questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare oops and basic concepts of android lifecycle and activities.

Oyelabs interview questions for popular designations

 android Intern

 (1)

 Design Intern

 (1)

 HR Executive Recruiter

 (1)

 Software Engineer

 (1)

Interview questions from similar companies

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

(2 Questions)

  • Q1. Intro about Experience
  • Q2. Knowledge on tools
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sdfsfd kjdk dvfikjsf vsjv
  • Q2. Sdjvks sdkvjsk skdcj
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the diffrences between methlogies.
  • Ans. 

    Different methodologies in business analysis include Agile, Waterfall, and Lean.

    • Agile focuses on flexibility and collaboration, with iterative development cycles.

    • Waterfall follows a linear approach with distinct phases like requirements, design, development, testing, and deployment.

    • Lean aims to eliminate waste and improve efficiency by continuously improving processes.

    • Each methodology has its own strengths and weakness...

  • Answered by AI
  • Q2. Have you worked with govt. client.
  • Ans. 

    Yes, I have worked with government clients in the past.

    • I have experience working with government agencies on various projects.

    • I am familiar with the unique requirements and processes involved in government projects.

    • I have successfully delivered solutions that met the specific needs of government clients.

    • For example, I worked on a project for a government agency to improve their data analysis capabilities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly don't join even if you get selected, no job security here.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

They asked logical reasoning and some machin learning mcqs

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me something about your project
  • Q2. What is convolution neural network algorithm?
  • Ans. 

    Convolutional neural network (CNN) is a deep learning algorithm commonly used for image recognition and classification.

    • CNN is designed to automatically and adaptively learn spatial hierarchies of features from input data.

    • It uses convolutional layers to apply filters to input data, extracting features at different spatial locations.

    • Pooling layers are used to reduce the spatial dimensions of the input data while retainin...

  • Answered by AI
  • Q3. How numpy works in the background?
  • Ans. 

    NumPy is a powerful library for numerical computing in Python, providing support for large, multi-dimensional arrays and matrices.

    • NumPy uses C and Fortran libraries in the background for numerical computations, making it faster than pure Python.

    • It provides a powerful N-dimensional array object and functions for performing various mathematical operations on arrays.

    • NumPy arrays are stored in contiguous blocks of memory, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your 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 Company Website and was interviewed in Apr 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 - Technical 

(5 Questions)

  • Q1. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jun 2023. There were 4 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 

Aptitude it is a type of test in which there are many questions like resigning, technical,blood relation.etc

Round 3 - Group Discussion 

In group discussion we have provided some topic and told discuss about that topic and tell advantages and dis advance.

Round 4 - Technical 

(3 Questions)

  • Q1. What is final in java
  • Ans. 

    final keyword in Java is used to restrict the user from changing the value of a variable, making it a constant.

    • Final keyword can be applied to variables, methods, and classes

    • Final variables cannot be reassigned once initialized

    • Final methods cannot be overridden in subclasses

    • Final classes cannot be extended

  • Answered by AI
  • Q2. What is static In java?
  • Ans. 

    Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an object of the class.

    • Static blocks are used to initialize static variables.

    • Example: public static int count = 0;

  • Answered by AI
  • Q3. The static it is a type of method called static method in which when we declared a method as static then it can't be inherited another class

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Comparatively tough. Goo questions with profit loss and other questions.

Round 2 - Coding Test 

2 coding questions. Medium level questions. Can be solved if taken efforts.

Round 3 - Group Discussion 

Goes around for a 1-1.5 hrs. Have 3 topics toa be discussed.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Involves questions from aptitude as well as some analytical questions followed by java and sql concept questions also.
  • Q2. Different between delete truncate
  • Ans. 

    Delete removes rows from a table while truncate removes all rows from a table without logging individual row deletions.

    • Delete is a DML command while truncate is a DDL command.

    • Delete can be rolled back while truncate cannot be rolled back.

    • Delete triggers delete triggers and delete constraints while truncate does not trigger them.

    • Delete is slower than truncate as it logs individual row deletions.

    • Example: DELETE FROM tabl...

  • Answered by AI

Oyelabs Interview FAQs

How many rounds are there in Oyelabs interview?
Oyelabs interview process usually has 2-3 rounds. The most common rounds in the Oyelabs interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Oyelabs 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 Oyelabs. The most common topics and skills that interviewers at Oyelabs expect are Senior Management, Customer Service, Interpersonal Skills, Javascript and Bidding.
What are the top questions asked in Oyelabs interview?

Some of the top questions asked at the Oyelabs interview -

  1. core ios concepts on core data, MVVM, MVC, UIKIT, constraints ...read more
  2. oops concepts and basic android questio...read more
  3. General Questions were asked initia...read more

Tell us how to improve this page.

Oyelabs Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

Oyelabs Reviews and Ratings

based on 25 reviews

4.5/5

Rating in categories

4.2

Skill development

4.5

Work-life balance

3.7

Salary

3.9

Job security

4.3

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 25 Reviews and Ratings
Software Developer
4 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Project Manager
4 salaries
unlock blur

₹4.5 L/yr - ₹12.8 L/yr

Front end Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹4.3 L/yr

Backend Developer Lead
4 salaries
unlock blur

₹2.1 L/yr - ₹6.9 L/yr

Content Writer
3 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Explore more salaries
Compare Oyelabs with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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