Upload Button Icon Add office photos

Filter interviews by

Onyx Mobile Interview Questions and Answers

Be the first one to contribute and help others!

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

I applied via Indeed and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About profession
  • Q2. About qualification
Round 2 - HR 

(2 Questions)

  • Q1. About yourself
  • Q2. Salary dissection
Round 3 - Technical 

(1 Question)

  • Q1. About digital marketing

Interview Preparation Tips

Topics to prepare for Rajlaxmi Solutions Private Limited Digital Marketing Intern interview:
  • Digital Marketing
Interview preparation tips for other job seekers - make good cv for 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
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

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is MVC in Rails
  • Ans. 

    MVC in Rails stands for Model-View-Controller, a design pattern that separates the application into three interconnected components.

    • Model: Represents the data and business logic of the application

    • View: Represents the user interface of the application

    • Controller: Handles user input, interacts with the model, and updates the view

    • Promotes code organization and separation of concerns

  • Answered by AI
  • Q2. What is active record
  • Ans. 

    Active Record is an object-relational mapping (ORM) pattern in Ruby on Rails that simplifies database interactions.

    • ORM pattern in Ruby on Rails

    • Maps database tables to Ruby objects

    • Provides methods for querying and manipulating data

    • Example: User model in Rails represents users table in database

  • Answered by AI
  • Q3. Simple programming coding ques
Round 2 - Behavioral 

(1 Question)

  • Q1. About projects you have done

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 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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between list and set , different data types in python , questions on dictionary
  • Q2. SQL and table related questions and project discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Educational Background

Onyx Mobile Interview FAQs

How to prepare for Onyx Mobile 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 Onyx Mobile. The most common topics and skills that interviewers at Onyx Mobile expect are C#, Unity Engine, Digital Marketing, Accounting and SDK.

Tell us how to improve this page.

Onyx Mobile Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

1.0

Salary

2.0

Job security

1.0

Company culture

1.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Unity Mobile Programmer Android

Mumbai

4-6 Yrs

Not Disclosed

Unity Mobile Game Programmer IOS

Mumbai

4-6 Yrs

Not Disclosed

Explore more jobs
Compare Onyx Mobile with

Yalamanchili Software Exports

3.3
Compare

Velozity Global Solutions

4.9
Compare

Bhash Software Labs

3.9
Compare

WovVTech

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