Upload Button Icon Add office photos

Filter interviews by

TinyOwl Software Engineer Interview Questions and Answers

Updated 10 Nov 2015

TinyOwl Software Engineer Interview Experiences

1 interview found

I applied via Referral

Interview Questionnaire 

2 Questions

  • Q1. Integrate search box with an ajax request such that the request is sent only after a particular time and not after tying a keyword
  • Ans. 

    Delay ajax request for search box until user stops typing

    • Use a debounce function to delay the ajax request

    • Bind the debounce function to the search box input event

    • Set a timeout for the debounce function to wait for user to stop typing

    • Send ajax request with search keyword after timeout

  • Answered by AI
  • Q2. Binary search the pivot in an array formed by shifting a number of elements to the front, the pivot is the element where the sorting breaks
  • Ans. 

    Binary search the pivot in a shifted array

    • Find the middle element of the array

    • Compare it with the first and last element to determine which half is sorted

    • Repeat the process on the unsorted half until the pivot is found

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: It was challenging, but went well. The interviewer was very chill and provided help as well, i was given sufficient time to complete the task
Tips: Take your time, follow your standards, use whatever new you can.

Skill Tips: A positive attitude, confidence, a good approach and a communicative behaviour is what makes you clear inyerviews successfully
Skills: 1)communication, Attitude, Approaching A Problem
College Name: NIT Durgapur
Motivation: Tinyowl is a brand name in itself and everyone likes to work in a friendly, innovative environment, where you are not restricted to use your brain
Funny Moments: Golgappe at the office, football with the co-founder, carrom matches. Everything is fun with same aged people

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a rest API which return employee data based on ID.
  • Ans. 

    Create a REST API to retrieve employee data by ID

    • Use a GET request to /employees/{id} endpoint

    • Query the database for employee data based on the provided ID

    • Return the employee data in JSON format

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages
  • Ans. 

    Create a pagination component using an API to display data for different pages.

    • Use API to fetch data for each page

    • Implement pagination logic to display data for each page

    • Allow users to navigate between pages

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. He asked to invert a binary tree
  • Q2. Deep dive in projects
  • Q3. Asked me indept js questions

Interview Preparation Tips

Topics to prepare for PharmEasy Software Engineer interview:
  • Binary search
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Js question with code snippets
Round 2 - Coding Test 

Given some ant ui design to reacreate from scretch

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked system design for online movie booking plateform
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is deep copy ?
  • Ans. 

    Deep copy is a copy of an object that duplicates all of its attributes, including nested objects, rather than just copying references.

    • Deep copy creates a new object with its own unique memory space.

    • Changes made to the original object do not affect the deep copy.

    • Deep copy is often used when you need to modify an object without affecting the original.

    • Example: Using JSON.parse(JSON.stringify(object)) in JavaScript to crea

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell us about yourself? What you bring tp the table

TinyOwl Interview FAQs

What are the top questions asked in TinyOwl Software Engineer interview?

Some of the top questions asked at the TinyOwl Software Engineer interview -

  1. Binary search the pivot in an array formed by shifting a number of elements to ...read more
  2. Integrate search box with an ajax request such that the request is sent only af...read more

Tell us how to improve this page.

Supervisor
3 salaries
unlock blur

₹369 L/yr - ₹369 L/yr

Customer Support Executive
3 salaries
unlock blur

₹2.2 L/yr - ₹2.5 L/yr

Explore more salaries
Compare TinyOwl with

Udaan

4.0
Compare

Swiggy

3.8
Compare

CARS24

3.6
Compare

BlackBuck

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