Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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 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

Interview questions from similar companies

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

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Basic aptitude test, if you know basic maths you can easily crack it.

I applied via Referral and was interviewed in Aug 2022. There were 2 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 Resume tips
Round 2 - Aptitude Test 

There were 10 questions and we were given 30 mins to solve them , questions were medium to hard level mcq

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Business Analysis
Interview preparation tips for other job seekers - Practice puzzles and analytical questions as most were questions you need to think a lot
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 3 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 Resume tips
Round 2 - Aptitude Test 

Question based on Probability , Logic (Puzzles) , Statistics

Round 3 - One-on-one 

(2 Questions)

  • Q1. Question based on Logic(Puzzles) , mostly Statistics
  • Q2. Explain Anova Test with real time example
  • Ans. 

    Anova Test is used to compare means of three or more groups.

    • Anova stands for Analysis of Variance

    • It is used to determine if there is a significant difference between the means of three or more groups

    • It compares the variance within groups to the variance between groups

    • Real-time example: An Anova test can be used to compare the average salaries of employees in different departments of a company

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Statistics
  • Probability
  • Puzzles
Interview preparation tips for other job seekers - For Business Analyst , We have to focus more on Statistics , Probability
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked different variety of puzzles
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

We have given 12 puzzles on hackerearth based on probability and statistics and have to solve in 45 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. There is a biased dice with the probability of 1 and 2 is 25% each. Find the probability of even number.
  • Ans. 

    The probability of rolling an even number on a biased dice with 25% chance for 1 and 2 is 50%.

    • The biased dice has a 25% chance for rolling a 1 and a 25% chance for rolling a 2, totaling 50% for odd numbers.

    • Since there are only two odd numbers on a dice (1 and 2), the probability of rolling an even number is 50%.

    • The probability of rolling an even number on a standard dice is 50% as well, since there are 3 even numbers o

  • Answered by AI
  • Q2. What is the pdf and pmf?
  • Ans. 

    PDF stands for Probability Density Function and PMF stands for Probability Mass Function.

    • PDF is used for continuous random variables while PMF is used for discrete random variables.

    • PDF represents the probability distribution of a continuous random variable.

    • PMF represents the probability distribution of a discrete random variable.

    • Example: PDF can be used to calculate the probability of a random variable falling within a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Probability
  • Statistics
  • Puzzle
Interview preparation tips for other job seekers - Be focused on puzzle based on probability
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Two coding questions and 15 mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on priority queue
  • Q2. Question on dp , stack were askef
Round 3 - Technical 

(2 Questions)

  • Q1. Graph related questions
  • Q2. Database related questions
Round 4 - HR 

(2 Questions)

  • Q1. If you are fine with flexible timings
  • Ans. 

    Yes, I am fine with flexible timings as it allows me to manage my work-life balance effectively.

    • I am comfortable with flexible timings as it helps me accommodate personal commitments.

    • I believe in focusing on productivity rather than strict working hours.

    • I am adaptable and can work efficiently regardless of the time of day.

    • I can provide examples of times when flexible timings have benefited my work performance.

  • Answered by AI
  • Q2. Discussed about projects
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

15 basic cs based mcq - mainly dsa and os and 3 coding question -- dp count the number of elemnt sum required to reach target , 2 q - balanced parenthesis and last one is from graph.

Round 2 - Technical 

(2 Questions)

  • Q1. Min stack , bfs traversal of tree(level order)
  • Q2. Question related to os and your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study Dp tree and graph .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contains linear and non linear data structures deep knowledge of trees and graphs

Round 2 - Technical 

(1 Question)

  • Q1. Able to do dry run on page
  • Ans. 

    Dry run on a page involves testing the code without actually executing it.

    • Dry run involves walking through the code manually to check for errors

    • Helps in identifying logic errors before actual execution

    • Commonly used in debugging and testing code

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

APTITUDE TEST ON MATHEMATICAL QNS

Round 2 - Technical 

(2 Questions)

  • Q1. SPEED AND DISTANCE
  • Q2. PROFIT N LOSS NUMBER SYSTEM
  • Ans. 

    Profit and loss number system is a method used to calculate the financial performance of a business.

    • Profit is the positive difference between revenue and expenses.

    • Loss is the negative difference between revenue and expenses.

    • Net profit is the total profit after deducting all expenses.

    • Net loss is the total loss after deducting all expenses.

    • Profit and loss statement shows the financial performance of a business over a spe

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Whitehat jr

No Interviews

INTERVIEWS

Headout

No Interviews

INTERVIEWS

ITC

No Interviews

INTERVIEWS

Indian Army

No Interviews

INTERVIEWS

RxLogix Corporation

No Interviews

INTERVIEWS

IIM Indore

No Interviews

INTERVIEWS

WSP

No Interviews

INTERVIEWS

Namekart

No Interviews

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

₹0 L/yr - ₹0 L/yr

Member Technical Staff
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent