Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by GoX Team. If you also belong to the team, you can get access from here

GoX Verified Tick

Compare button icon Compare button icon Compare
4.7

based on 8 Reviews

Filter interviews by

GoX Interview Questions and Answers

Updated 30 May 2024

GoX Interview Experiences

Popular Designations

2 interviews found

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

I applied via Instahyre and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Why did you leave your job?
  • Q3. What on-page techniques did you implement on the previous site
  • Q4. What are you doing for monthly expenses?
  • Ans. 

    I budget and track my monthly expenses carefully to ensure financial stability.

    • I create a detailed budget outlining all my expenses and income

    • I track my spending using apps or spreadsheets

    • I review my expenses regularly to identify areas where I can cut costs

    • I prioritize saving and investing for future financial goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am dissatisfied with the founder's method of posing interrogative questions to senior-level candidates. Inquiring about financial standing in such depth with candidates is the main issue.

Growth and Marketing Lead Interview Questions asked at other Companies

Q1. What are you doing for monthly expenses?
View answer (1)
Round 1 - Coding Test 

(3 Questions)

  • Q1. Are you a quick learner?
  • Ans. 

    Yes, I am a quick learner.

    • I have a proven track record of quickly grasping new technologies and programming languages.

    • I am always eager to learn and stay updated with the latest industry trends.

    • I have successfully adapted to new projects and domains in my previous roles.

    • I enjoy challenging myself and expanding my knowledge and skills.

  • Answered by AI
  • Q2. What was the scale of your last project?
  • Ans. 

    The scale of my last project was large, involving multiple teams and millions of lines of code.

    • The project involved collaboration with cross-functional teams from different departments.

    • It required managing and coordinating the work of multiple software engineers.

    • The codebase consisted of millions of lines of code, including various modules and components.

    • The project had a significant impact on the organization's overal...

  • Answered by AI
  • Q3. How do you improve the QPS of a production system?
  • Ans. 

    To improve QPS of a production system, optimize code, use caching, scale horizontally, and use load balancers.

    • Optimize code to reduce processing time

    • Use caching to reduce database queries

    • Scale horizontally by adding more servers

    • Use load balancers to distribute traffic evenly

    • Use asynchronous processing to handle requests faster

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be willing to learn and adapt to the situation.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

30 question in 30 min of Quant.

Round 2 - Coding Test 

They gave me 3 coding questions including one SQL query.
Questions difficulty was easy.

Round 3 - Technical 

(3 Questions)

  • Q1. Explain Turnary operators in Java.
  • Ans. 

    Ternary operators in Java are shorthand for if-else statements, with syntax: condition ? expression1 : expression2

    • Ternary operator is used to assign a value to a variable based on a condition

    • Syntax: condition ? expression1 : expression2

    • Example: int x = (a > b) ? a : b;

  • Answered by AI
  • Q2. What is Method Overloading?
  • Ans. 

    Method overloading is the ability to define multiple methods with the same name but different parameters in a class.

    • Allows multiple methods with the same name but different parameters

    • Parameters can differ in number, type, or order

    • Helps improve code readability and reusability

  • Answered by AI
  • Q3. Explain Code logic of find minimum of from the array.
  • Ans. 

    Find the minimum value from an array of strings using code logic.

    • Convert the array of strings to an array of integers for comparison.

    • Initialize a variable with a very large value as the initial minimum.

    • Iterate through the array and update the minimum value if a smaller value is found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding question logic is mandatory.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Ans. 

    Solved a sorting problem by implementing quicksort algorithm.

    • Implemented quicksort algorithm to efficiently sort the array.

    • Used recursion to divide the array into smaller subarrays and sort them individually.

    • Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.

  • Answered by AI
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Ans. 

    The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.

    • Understand the context of the query being asked about

    • Analyze the structure and purpose of the SQL query

    • Explain the expected output or result of the query

  • Answered by AI
  • Q4. Write a code to Reverse Digits.
  • Ans. 

    Code to reverse digits of a number

    • Use modulo operator to extract the last digit of the number

    • Multiply the result by 10 and add the next digit until all digits are reversed

    • Handle negative numbers separately by converting to positive before reversing

  • Answered by AI
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.

Skills evaluated in this interview

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

I was interviewed in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on PHP
  • Q2. Some difficult questions and program to write in online editor
Round 2 - Technical 

(2 Questions)

  • Q1. Asked a few Hard questions and project related questions
  • Q2. Program to write on online editor Parenthesis matching and flight ticket booking
  • Ans. 

    Program to write on online editor with parenthesis matching and flight ticket booking functionality.

    • Create a program that allows users to write and edit text online.

    • Implement a feature to match parentheses in the text.

    • Include functionality for users to book flight tickets.

    • Ensure the program is user-friendly and efficient in handling both tasks.

    • Example: Use HTML, CSS, and JavaScript to create the online editor with pare...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Normal managerial round, go through company website before this round

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to run your program in both the rounds to clear the interviews.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

Small assignment to build simple App.

Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript Questions
  • Q2. Reactjs Questions

Interview Preparation Tips

Topics to prepare for Sekel Technologies Front end Developer interview:
  • Javascript
  • React.Js
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is RAG actually?
  • Ans. 

    RAG stands for Red, Amber, Green. It is a color-coded system used to indicate the status of tasks or projects.

    • RAG is commonly used in project management to quickly communicate the status of tasks or projects.

    • Red typically indicates that a task or project is behind schedule or facing significant issues.

    • Amber signifies that there are some concerns or risks that need to be addressed.

    • Green means that a task or project is o...

  • Answered by AI
  • Q2. Explain previous work
  • Ans. 

    Developed AI algorithms for image recognition in autonomous vehicles

    • Designed and implemented deep learning models for object detection and classification

    • Optimized algorithms for real-time processing of high-resolution images

    • Collaborated with software engineers to integrate AI models into vehicle systems

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question Based on Linked List
  • Q2. Question based on array

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on your basic not even dsa..
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Software Testing Life cycle
  • Ans. 

    Software Testing Life cycle involves planning, designing, executing, and evaluating tests to ensure quality software.

    • Includes phases like requirement analysis, test planning, test design, test execution, and test closure

    • Involves creating test cases, executing them, and reporting defects

    • Iterative process to ensure software meets quality standards

    • Examples: Unit testing, integration testing, system testing, acceptance tes

  • Answered by AI
  • Q2. About Bug life cycle
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your experience
  • Ans. 

    I have 3 years of experience in customer support roles, handling inquiries, resolving issues, and providing excellent service.

    • 3 years of experience in customer support roles

    • Handled inquiries and resolved issues

    • Provided excellent customer service

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to learn something and grow in your career

GoX Interview FAQs

How many rounds are there in GoX interview?
GoX interview process usually has 1 rounds. The most common rounds in the GoX interview process are Coding Test and One-on-one Round.
How to prepare for GoX 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 GoX. The most common topics and skills that interviewers at GoX expect are Business Analysis, Product Management, System Design, Analysis and Analytics.
What are the top questions asked in GoX interview?

Some of the top questions asked at the GoX interview -

  1. How do you improve the QPS of a production syst...read more
  2. What are you doing for monthly expens...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 GoX interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Jio Interview Questions
3.9
 • 1.6k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 755 Interviews
Swiggy Interview Questions
3.8
 • 423 Interviews
Zomato Interview Questions
3.8
 • 314 Interviews
Uber Interview Questions
4.2
 • 159 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
View all

GoX Reviews and Ratings

based on 8 reviews

4.7/5

Rating in categories

4.4

Skill development

4.9

Work-Life balance

4.4

Salary & Benefits

4.4

Job Security

4.9

Company culture

4.5

Promotions/Appraisal

4.7

Work Satisfaction

Explore 8 Reviews and Ratings
Compare GoX with

Uber

4.2
Compare

Ola Cabs

3.4
Compare

Swiggy

3.8
Compare

Zomato

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview