Upload Button Icon Add office photos
Engaged Employer

i

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

EOXS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EOXS Software Developer Interview Questions and Answers

Updated 16 Jun 2025

EOXS Software Developer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join eoxs?
  • Ans. 

    I want to join eoxs because of their innovative projects and collaborative work environment.

    • Exciting projects at eoxs that align with my interests and skills

    • Opportunity to work in a collaborative and supportive team environment

    • Desire to contribute to the growth and success of eoxs

    • Positive reputation of eoxs in the industry

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include sometimes being too critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weaknesses: being too critical of my own work

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a program to reverse a string?
  • Ans. 

    Program to reverse a string

    • Create a function that takes a string as input

    • Convert the string into an array of characters

    • Use a loop to iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q2. Write a program to find the kth smallest number from left?
  • Ans. 

    Program to find the kth smallest number from left in an array

    • Sort the array in ascending order

    • Return the element at index k-1 as the kth smallest number

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Aditya Singh

posted on 16 Jun 2025

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

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Rating on python and projects done on the same language
  • Q2. Project during summer internship technical tsack that used and the concept of OOPS

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about EOXS?
Ask anonymously on communities.

Interview questions from similar companies

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

HTML5 canvas and JS based small assignment where we need to create circles and arrows and when we click on circle arrows should move

Round 2 - Technical 

(4 Questions)

  • Q1. Question on assignment and projects
  • Q2. 1) Project related question
  • Q3. 2) Assignment related question
  • Q4. 3) Difference between setTimeout and setInterval
  • Ans. 

    setTimeout executes a function once after a specified delay, while setInterval executes a function repeatedly at specified intervals.

    • setTimeout executes a function once after a specified delay.

    • setInterval executes a function repeatedly at specified intervals.

    • setTimeout returns a timeout ID that can be used to cancel the execution.

    • setInterval returns an interval ID that can be used to cancel the repetition.

  • Answered by AI

Skills evaluated in this interview

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

30 mins js coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Print fibonacci
  • Ans. 

    The Fibonacci sequence is a series where each number is the sum of the two preceding ones, starting from 0 and 1.

    • The sequence starts with 0 and 1: 0, 1, 1, 2, 3, 5, 8, 13, ...

    • The nth Fibonacci number can be calculated using the formula: F(n) = F(n-1) + F(n-2).

    • Fibonacci numbers can be generated using recursion or iteration.

    • Example of the first 10 Fibonacci numbers: [0, 1, 1, 2, 3, 5, 8, 13, 21, 34].

    • Fibonacci sequence ha...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

10-15min related to some general knowledge questions

Round 2 - Technical 

(2 Questions)

  • Q1. Some questions on technical skills what u have know
  • Q2. Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - good company good work culture Friendly environment
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. The HR team reviews applications and shortlists candidates based on qualifications and experience.
  • Q2. Covers problem - solving, system design, and domain-specific knowleadge
  • Q3. Database & data Structures, System Design & Architecture,
Round 2 - HR 

(2 Questions)

  • Q1. Technical Skill Assessment(Technical Roles)
  • Q2. Final Interview with Leadership

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. know what you want
2.stay organized
3.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self.
Round 2 - Technical 

(1 Question)

  • Q1. Explain about your projects.
  • Ans. 

    I have worked on various projects, including web applications, mobile apps, and data analysis tools, showcasing my diverse skill set.

    • Developed a web application for e-commerce using React and Node.js, improving user experience and increasing sales by 30%.

    • Created a mobile app for fitness tracking that integrates with wearable devices, helping users monitor their health metrics effectively.

    • Built a data analysis tool usin...

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

(1 Question)

  • Q1. Why were you interested in this company?
  • Ans. 

    I'm drawn to this company for its innovative projects, collaborative culture, and commitment to professional growth.

    • The company's focus on cutting-edge technology aligns with my passion for innovation, as seen in projects like [specific project].

    • I admire the collaborative culture here, which fosters teamwork and creativity, similar to my experience in [previous team project].

    • The commitment to employee development throu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently went through the interview process at IntelliSurge Technologies, and it was an amazing experience from start to finish. The entire process was well-structured and smooth, with three rounds:
1. Screening/Communication Round: This was a great initial interaction where I got to introduce myself, discuss my background, and understand the company better. The interviewer was friendly and professional, making me feel comfortable throughout the conversation. 2. Technical Round: This was the most detailed round, where I was assessed on my technical skills and problem-solving approach. The questions were well-balanced, covering both theoretical and practical aspects of my expertise. I enjoyed the challenges, and the interviewers were very encouraging, making the discussion interactive. 3. Final Round: Th final round focused in my problem-solving abilities, team collaboration, and alignment with the company's values. The manager was supportive and insightful, discussing potential career growth within the company. The conversation was engaging, and I felt confident , and I felt confident throughout.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Questions on python
  • Q2. College Projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. About Projects done
  • Q2. About skills which I provided in resume
  • Q3. Self introduction
  • Ans. 

    I'm a passionate software developer with a strong background in full-stack development and a love for solving complex problems.

    • Over 5 years of experience in software development, specializing in JavaScript and Python.

    • Developed a web application that improved user engagement by 30% through enhanced UI/UX design.

    • Collaborated with cross-functional teams to deliver projects on time and within budget.

    • Strong understanding of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Working in a structured environment with clear tasks and timelines helped me stay focused and organized. I learned to manage my responsibilities efficiently and communicate better with my team. This experience boosted my confidence and shaped both my personal and professional growth. It taught me how to adapt, take initiative, and keep improving.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What are your preferred programming languages and frameworks? How comfortable are you with languages like Python, Java, C++, or JavaScript?
  • Ans. 

    I am proficient in Python, Java, and JavaScript, with experience in various frameworks for web and software development.

    • Python: Strong in data analysis and machine learning using libraries like Pandas and TensorFlow.

    • Java: Experienced in building enterprise applications with Spring Framework.

    • C++: Comfortable with system-level programming and performance optimization.

    • JavaScript: Proficient in front-end development using ...

  • Answered by AI
  • Q2. What projects have you done
  • Ans. 

    I have worked on various projects, including web applications, mobile apps, and data analysis tools, showcasing my diverse skill set.

    • Developed a responsive e-commerce website using React and Node.js, improving user engagement by 30%.

    • Created a mobile app for tracking fitness goals, which gained over 5,000 downloads in the first month.

    • Built a data visualization tool using Python and Tableau to help a non-profit organizat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a clear understanding of your goal,utilize a strong network, and create compelling applications.

EOXS Interview FAQs

How many rounds are there in EOXS Software Developer interview?
EOXS interview process usually has 2 rounds. The most common rounds in the EOXS interview process are One-on-one Round and Technical.
How to prepare for EOXS 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 EOXS. The most common topics and skills that interviewers at EOXS expect are Database Management, Web Development, Finishing, Project Execution and Version Control.
What are the top questions asked in EOXS Software Developer interview?

Some of the top questions asked at the EOXS Software Developer interview -

  1. Write a program to find the kth smallest number from le...read more
  2. Write a program to reverse a stri...read more
  3. Project during summer internship technical tsack that used and the concept of O...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more
EOXS Software Developer Salary
based on 4 salaries
₹2.2 L/yr - ₹5 L/yr
63% less than the average Software Developer Salary in India
View more details

EOXS Software Developer Reviews and Ratings

based on 6 reviews

4.6/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

4.2

Salary

4.0

Job security

4.3

Company culture

4.5

Promotions

4.3

Work satisfaction

Explore 6 Reviews and Ratings
Compare EOXS with

Telligent (A Verint Company)

2.8
Compare

Crew

3.9
Compare

BSIT Software Services

4.9
Compare

IntelliSurge Technologies

4.8
Compare
write
Share an Interview