Upload Button Icon Add office photos

Filter interviews by

Octro Member Technical Staff 1 Interview Questions and Answers

Updated 25 Sep 2024

Octro Member Technical Staff 1 Interview Experiences

1 interview found

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

I applied via campus placement at Jaypee Institute of Information Technology, Noida and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude test and coding test on some website

Round 2 - Technical 

(2 Questions)

  • Q1. Find sum of digits using recursion
  • Ans. 

    Recursively find the sum of digits in a given number

    • Create a recursive function that takes in a number as input

    • Base case: if the number is less than 10, return the number

    • Recursive case: return the last digit of the number added to the result of calling the function with the number divided by 10

    • Example: For input 123, the sum of digits would be 1 + 2 + 3 = 6

  • Answered by AI
  • Q2. Find some of each level in a tree
  • Ans. 

    To find some of each level in a tree, traverse the tree level by level and sum the values at each level.

    • Traverse the tree level by level using BFS (Breadth First Search)

    • At each level, sum the values of the nodes

    • Store the sum of each level in an array of strings

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an easy interview experience just make sure to cover all the edge cases

Skills evaluated in this interview

Octro Interview FAQs

How many rounds are there in Octro Member Technical Staff 1 interview?
Octro interview process usually has 2 rounds. The most common rounds in the Octro interview process are Aptitude Test and Technical.
What are the top questions asked in Octro Member Technical Staff 1 interview?

Some of the top questions asked at the Octro Member Technical Staff 1 interview -

  1. Find sum of digits using recurs...read more
  2. Find some of each level in a t...read more

Tell us how to improve this page.

Octro Member Technical Staff 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Octro Member Technical Staff 1 Salary
based on 4 salaries
₹10 L/yr - ₹15 L/yr
24% less than the average Member Technical Staff 1 Salary in India
View more details

Octro Member Technical Staff 1 Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
QA Engineer
26 salaries
unlock blur

₹2.5 L/yr - ₹6.2 L/yr

Member Technical Staff
24 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Software Developer
19 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Data Scientist
16 salaries
unlock blur

₹9 L/yr - ₹21.5 L/yr

Product Manager
12 salaries
unlock blur

₹10.5 L/yr - ₹38 L/yr

Explore more salaries
Compare Octro with

Moonfrog Labs

2.5
Compare

Games2Win

2.2
Compare

Nazara Technologies

3.0
Compare

99Games

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