Upload Button Icon Add office photos

Filter interviews by

Octro Interview Questions, Process, and Tips

Updated 12 Feb 2025

Top Octro Interview Questions and Answers

View all 9 questions

Octro Interview Experiences

Popular Designations

5 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2024

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 Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

70 Technical and Aptitude mcqs to solve in 50 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. What is overloading and overriding?
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.

    • Overloading allows a class to have multiple methods with the same name but different parameters.

    • Overriding occurs when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Overloading is resolve...

  • Answered by AI
  • Q2. What is difference between Primary and unique key in dbms?
  • Ans. 

    Primary key uniquely identifies a record in a table, while unique key ensures all values in a column are distinct.

    • Primary key does not allow NULL values, while unique key allows one NULL value.

    • A table can have only one primary key, but multiple unique keys.

    • Primary key is a combination of unique and not null constraints.

    • Primary key is used to establish relationships between tables, while unique key is used to enforce un

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Octro Data Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Clear all the basics of things mentioned in resume.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Data Analyst Interview Questions & Answers

user image Parth Jasathy

posted on 14 Jan 2025

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

Different question were asked on sql python java

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

There were two coding questions; one was related to linked lists, and the other was linked to binary trees.

Round 2 - Technical 

(4 Questions)

  • Q1. Can you elaborate on the project discussion you mentioned in your resume?
  • Q2. Can you provide the code to reverse a linked list?
  • Q3. Some questions were asked regarding the four pillars of Object-Oriented Programming (OOP)?
  • Q4. Questions related to pointers, dangling pointers.
Round 3 - Technical 

(4 Questions)

  • Q1. Program for finding the perfect squares between two numbers.
  • Q2. What are smart pointers in C++?
  • Q3. What is mutual exclusion in the context of concurrent programming?
  • Q4. What is the process for implementing multithreading?

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

Member Technical Staff 1 Interview Questions asked at other Companies

Q1. Valid parenthesis (all approaches ) time and space complexity and past projects.
View answer (1)

Octro interview questions for popular designations

 Data Analyst

 (1)

 Data Engineer

 (1)

 Member Technical Staff 1

 (1)

 Project Manager

 (1)

 Software Engineer

 (1)

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

I applied via Campus Placement and was interviewed before Jan 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 - Aptitude Test 

It was a time constraint exam with easy to hard questions in the questionnaire. There were multiple choice questions from English, Aptitude, Basic technical questions.

Round 3 - Interview 

(1 Question)

  • Q1. Questions were related to mostly everything that was mentioned in the resume.Questions included technical discussion , communication, games & puzzles, hobies etc. It was a great experience overall.
Round 4 - One-on-one 

(1 Question)

  • Q1. Mostly situation based questions were there. They tested writing skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - To pass any interview, it is very important to present your skills and knowledge confidently.Be positive & work hard.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How we can promote website in google?
  • Ans. 

    Promote a website on Google by utilizing SEO strategies, Google Ads, creating quality content, and building backlinks.

    • Optimize website for SEO with relevant keywords and meta tags

    • Run Google Ads campaigns targeting relevant keywords and audiences

    • Create high-quality content that is valuable to users and encourages engagement

    • Build backlinks from reputable websites to improve website authority

  • Answered by AI
  • Q2. What is Search Engine Optimization?
  • Ans. 

    SEO is the practice of optimizing websites to improve their visibility and ranking on search engine results pages.

    • SEO involves keyword research to identify popular search terms

    • Optimizing website content and structure to improve search engine rankings

    • Building backlinks from reputable websites to increase credibility

    • Monitoring and analyzing website traffic and performance using tools like Google Analytics

  • Answered by AI
  • Q3. What is Social Media Optimization?
  • Ans. 

    SMO is the process of optimizing social media platforms to increase brand visibility and engagement.

    • Creating engaging content to attract followers

    • Using hashtags and keywords to improve discoverability

    • Interacting with followers through comments and messages

    • Analyzing data to track performance and make improvements

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How we can Improve our ranking in Google?
  • Ans. 

    Improving Google ranking involves optimizing website content, building quality backlinks, and focusing on user experience.

    • Optimize website content with relevant keywords and meta tags

    • Build quality backlinks from reputable websites

    • Focus on improving user experience with fast loading times and mobile optimization

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the default index type
  • Ans. 

    B-tree index is the default index type in Oracle database.

    • Default index type in Oracle is B-tree index

    • B-tree index is suitable for range queries and equality searches

    • Other index types in Oracle include bitmap index and function-based index

  • Answered by AI
  • Q2. What is the causes of query slowness
  • Ans. 

    Causes of query slowness can include inefficient queries, lack of indexes, outdated statistics, hardware limitations, and network latency.

    • Inefficient queries - poorly written queries that do not utilize indexes or join tables unnecessarily

    • Lack of indexes - missing indexes on columns frequently used in queries

    • Outdated statistics - outdated or inaccurate statistics can lead to poor query execution plans

    • Hardware limitatio...

  • Answered by AI
  • Q3. How to resolve query slowness
  • Ans. 

    To resolve query slowness, analyze query execution plan, optimize indexes, update statistics, consider partitioning.

    • Analyze query execution plan to identify bottlenecks

    • Optimize indexes to improve query performance

    • Update statistics to ensure the query optimizer has accurate information

    • Consider partitioning large tables to improve query performance

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction yourself
  • Ans. 

    I am a dedicated PL/SQL developer with 5 years of experience in designing and implementing database solutions.

    • Experienced in writing complex PL/SQL queries and stored procedures

    • Proficient in performance tuning and optimization of SQL queries

    • Skilled in database design and normalization principles

    • Familiar with Oracle database technologies such as triggers and packages

  • Answered by AI
  • Q2. What is join and its types
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FULL JOIN r...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test is based on logical questions and small programs

Round 2 - Technical 

(2 Questions)

  • Q1. All basics of core java and whatever you written in resume. ask about the your last projects. difference between then map, array list, collection, set etc.
  • Q2. General questions about the andorid studio. ask some logical questions
Round 3 - One-on-one 

(1 Question)

  • Q1. This will be HR round. general hr questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Basic exp details
  • Q2. Salary expectations
Round 2 - Assignment 

Inventory based task for web app

Round 3 - One-on-one 

(1 Question)

  • Q1. Overall exp discussion with CEO

Octro Interview FAQs

How many rounds are there in Octro interview?
Octro interview process usually has 2-3 rounds. The most common rounds in the Octro interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Octro 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 Octro. The most common topics and skills that interviewers at Octro expect are Campaign Management, Marketing, Digital Marketing, C++ and SQL.
What are the top questions asked in Octro interview?

Some of the top questions asked at the Octro interview -

  1. What is difference between Primary and unique key in db...read more
  2. What is mutual exclusion in the context of concurrent programmi...read more
  3. What is the process for implementing multithreadi...read more

Tell us how to improve this page.

Octro Interview Process

based on 7 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Kwalee India Interview Questions
2.9
 • 7 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Zynga Interview Questions
3.5
 • 5 Interviews
JetSynthesys Interview Questions
2.6
 • 5 Interviews
99Games Interview Questions
3.1
 • 4 Interviews
Gamezop Interview Questions
3.7
 • 3 Interviews
Reliance Games Interview Questions
2.4
 • 2 Interviews
View all

Octro Reviews and Ratings

based on 77 reviews

3.3/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.2

Salary

3.3

Job security

3.2

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 77 Reviews and Ratings
QA Engineer
26 salaries
unlock blur

₹2.5 L/yr - ₹6.2 L/yr

Member Technical Staff
21 salaries
unlock blur

₹6 L/yr - ₹16 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