Upload Button Icon Add office photos
Engaged Employer

i

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

G10X Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

G10X Software Developer Interview Questions and Answers

Updated 15 Dec 2024

G10X Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a 2 roundd aptitude test
in the first round it was logical questions and in second round it was listening test

Round 2 - Group Discussion 

It was roleplay session
the topic was problem in film production set and each one in the team had a role and need to discuss the the problem they face

Round 3 - Technical 

(2 Questions)

  • Q1. Tell us about your project?
  • Q2. Different OOPS concepts
  • Ans. 

    OOPS concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about your project thoroughly

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium leetcode questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Google and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions about array and string.

Round 2 - Coding Test 

Cosing questions about sql and ds.

Round 3 - HR 

(1 Question)

  • Q1. Personal and behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the fundamentals.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data structures algorithms
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour online test ..

Round 2 - Technical 

(1 Question)

  • Q1. Programming related questions.
Round 3 - Technical 

(1 Question)

  • Q1. DSA round (easy to medium)
Round 4 - HR 

(1 Question)

  • Q1. Technical+ hr round
Round 5 - Behavioral 

(1 Question)

  • Q1. Technical questions.

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

It was in the morning around 9:00Am-9:30AM. Platform used for this round was hacerrank. Questions were of moderate to difficult level.

  • Q1. 

    Count Subarrays with Given XOR Problem Statement

    You are given an array of integers ARR and an integer X. Your task is to determine the number of subarrays of ARR whose bitwise XOR is equal to X.

    Example...

  • Ans. 

    Count the number of subarrays in an array whose XOR is equal to a given value.

    • Iterate through the array and keep track of XOR values and their frequencies using a hashmap.

    • For each element in the array, calculate the XOR value with all previous elements and check if it equals the given XOR value.

    • Use the concept of XOR to efficiently solve the problem.

    • Handle edge cases like XOR value being 0 separately.

    • Time complexity ca...

  • Answered by AI
  • Q2. 

    Distinct Characters Problem Statement

    Given a string STR, return all possible non-empty subsequences with distinct characters. The order of the strings returned is not important.

    Example:

    Input:
    STR = ...
  • Ans. 

    Return all possible non-empty subsequences with distinct characters from a given string.

    • Iterate through all possible subsequences of the input string

    • Check for distinct characters in each subsequence

    • Return the distinct character subsequences as an array of strings

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was in the night around 8:00PM-8:20PM. Interviewer was very calm in questioning. Platform used for this round was Skype and the questions focused more on personality rather than total.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in DelhiEligibility criteriaAbove 7 CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Dynamic Programming, AptitudeTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude questions a lot.
Tip 2 : Do some projects
Tip 3 : Research about company thoroughly

Application resume tips for other job seekers

Tip 1 : It should be in proper format.
Tip 2 : Each skills should be mentioned properly.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - Coding Test 

Python basic and some basic coding questions

Round 3 - Coding Test 

Advance level coding question

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq + dsa JavaScript questions

Round 2 - Technical 

(1 Question)

  • Q1. JavaScript advance topics and database design topics
Round 3 - Behavioral 

(1 Question)

  • Q1. Situation based question and behavioural questions

G10X Interview FAQs

How many rounds are there in G10X Software Developer interview?
G10X interview process usually has 3 rounds. The most common rounds in the G10X interview process are Aptitude Test, Group Discussion and Technical.
How to prepare for G10X Software Developer 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 G10X. The most common topics and skills that interviewers at G10X expect are Service Delivery, Backend, Database, Javascript and Agile Methodology.

Tell us how to improve this page.

G10X Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
G10X Software Developer Salary
based on 7 salaries
₹5.2 L/yr - ₹17.3 L/yr
43% more than the average Software Developer Salary in India
View more details

G10X Software Developer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

5.0

Skill development

4.7

Work-life balance

4.2

Salary

4.7

Job security

4.7

Company culture

4.4

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Test Analyst
13 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Senior Test Engineer
9 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Software Engineer
8 salaries
unlock blur

₹5.2 L/yr - ₹7 L/yr

Associate Engineer
8 salaries
unlock blur

₹4 L/yr - ₹5.8 L/yr

Senior Test Analyst
8 salaries
unlock blur

₹12 L/yr - ₹18.2 L/yr

Explore more salaries
Compare G10X with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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