Upload Button Icon Add office photos
Engaged Employer

i

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

XenonStack Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

XenonStack HR Trainee Interview Questions and Answers

Updated 2 Jan 2024

XenonStack HR Trainee Interview Experiences

1 interview found

HR Trainee Interview Questions & Answers

user image Anonymous

posted on 1 Jan 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Just normal questions related to you, nothing hard to prepare for!
  • Q2. Tell me about yourself
  • Q3. Your strengths and weakness
  • Q4. Why you want to pursue your career into HR
  • Q5. Explain your personality in few words if told by your parents and teachers

Interview Preparation Tips

Interview preparation tips for other job seekers - Donot waste your time interviewing in this toxic company, not at all worth of your time and skills.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Three programming questions
1 pattern
2 string
Array

Round 2 - Technical 

(1 Question)

  • Q1. Simple core Java
Round 3 - HR 

(1 Question)

  • Q1. About your self
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

1) Query for the second highest salary. 2) Determine the frequency of characters in a string and remove those that do not repeat. 3) For a string, convert characters with an odd number of occurrences to lowercase, and replace those with an even number of occurrences with the preceding character.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please review sorting, strings, and SQL queries.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Normal DSA and sql is more then enough.

Round 2 - Technical 

(1 Question)

  • Q1. Project and subject related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear with basic and some basic interview question.

Software Engineer Interview Questions & Answers

Talentpace user image Narasimhulugari Hari

posted on 23 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Some problems on coding

Round 2 - Technical 

(3 Questions)

  • Q1. Some questions on core java
  • Q2. Methodoverloading
  • Q3. Object-oriented question
Round 3 - HR 

(1 Question)

  • Q1. About your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2022. There were 6 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 

20 aptitude question 10 was the cut off

Round 3 - Coding Test 

There were total 9 question 3 mcq and 6 DSA question easy to moderate.

Round 4 - Technical 

(1 Question)

  • Q1. Deep discussion on javascript and project. They asked lot of questions on binary search, interviewer wants to check how strong is my basic concept is. Last question was also on binary search(HARD)
Round 5 - Technical 

(1 Question)

  • Q1. Deep discussion about my all projects. Again asked 1 DSA question (Easy)
Round 6 - HR 

(1 Question)

  • Q1. This round was basically to tell me that I was selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know every line of your resume.
Solve leetcode question clear you DSA concepts.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Some sql queries and theoritical questions about sql.
  • Q2. Everything in your resume will be asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very well what you write in your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is recursive function?
  • Ans. 

    A recursive function is a function that calls itself within its definition.

    • A recursive function must have a base case to prevent infinite recursion.

    • Recursion is often used to solve problems that can be broken down into smaller, similar subproblems.

    • Example: Factorial function, Fibonacci sequence.

  • Answered by AI
  • Q2. Difference between c and c++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have built-in support for exception handling, while C++ does.

    • C does not have namespaces, while C++ does.

    • C does not have function overloading, while C++

  • Answered by AI
  • Q3. Inheritance and data structures?
Round 3 - Technical 

(2 Questions)

  • Q1. What are the Oops concepts
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming, including 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 i...

  • Answered by AI
  • Q2. How to reverse any string
  • Ans. 

    To reverse a string, iterate through the characters and build a new string in reverse order.

    • Iterate through the characters of the string from end to start

    • Append each character to a new string to build the reversed string

    • Return the reversed string as the result

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare with basic programming and logical concepts

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Familiar with Agile methodologies

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. We are you applied to this job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 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 - HR 

(1 Question)

  • Q1. General discussion
Round 3 - Technical 

(1 Question)

  • Q1. Java script and output related Questions
Round 4 - Assignment 

ReactJs assignment related to search bar and pagination

XenonStack Interview FAQs

How many rounds are there in XenonStack HR Trainee interview?
XenonStack interview process usually has 1 rounds. The most common rounds in the XenonStack interview process are HR.

Tell us how to improve this page.

XenonStack HR Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Convin Interview Questions
4.3
 • 21 Interviews
Miko Interview Questions
3.0
 • 10 Interviews
Netomi Interview Questions
4.4
 • 9 Interviews
Codemonk Interview Questions
4.0
 • 8 Interviews
Habilelabs Interview Questions
4.2
 • 8 Interviews
Feuji Interview Questions
2.6
 • 8 Interviews
Talentpace Interview Questions
3.8
 • 6 Interviews
InOrg Global Interview Questions
4.5
 • 6 Interviews
View all

XenonStack HR Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Associate Software Engineer
87 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Devops Engineer
31 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Engineer
16 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Software Developer
14 salaries
unlock blur

₹5 L/yr - ₹15.1 L/yr

Business Analyst
13 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Explore more salaries
Compare XenonStack with

SISA Information Security

3.0
Compare

Convin

4.3
Compare

Orpak Systems

3.5
Compare

InOrg Global

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