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 Business Analyst Interview Questions and Answers

Updated 10 Sep 2020

XenonStack Business Analyst Interview Experiences

1 interview found

Business Analyst Interview Questions & Answers

user image Sujay Bansal

posted on 10 Sep 2020

I applied via Campus Placement and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What were you stressed last time?
  • Q2. Explain C language to a non technical person?
  • Ans. 

    C is a programming language used to create software and operating systems.

    • C is a low-level language that allows direct access to computer hardware.

    • It is used to create efficient and fast programs.

    • C is the foundation for many other programming languages such as C++, Java, and Python.

    • Examples of C programs include operating systems, device drivers, and video games.

  • Answered by AI
  • Q3. Why you want to join XenonStack?
  • Q4. Why should we hire your?
  • Q5. What are your weekness?
  • Q6. Introduce yourself?
  • Q7. Asked about project i have done
  • Q8. Your Hobbies
  • Ans. 

    My hobbies include hiking, photography, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Photography: I love capturing beautiful moments and landscapes through my camera lens.

    • Cooking: I find joy in experimenting with new recipes and creating delicious meals for my friends and family.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a smartness test. How to tackle things. How you aproch or deal with senior. Also you need to know deep basics of technical things.
Don't lie in any way.
Say no to things ypu don't know about.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Analytical and Problem-Solving Skills:

I was asked to analyze hypothetical business scenarios and propose solutions, demonstrating my ability to identify key issues, prioritize tasks, and recommend strategic actions.


Data Interpretation and Reporting:

Questions focused on my experience with data interpretation, report generation, and using analytical tools like SQL or Excel to derive insights from complex datasets.


Stakeholder Management and Communication:

There were discussions about my previous experiences in stakeholder management and how I effectively communicated with diverse teams to gather requirements and deliver solutions.


Process Improvement and Innovation:

Interviewers were interested in my approach to process improvement and innovation within a business context, including examples of projects where I had successfully implemented changes to optimize workflows or enhance efficiency.

Interview Preparation Tips

Interview preparation tips for other job seekers - I'd suggest you to prepare the case study on which you have worked. Make the section of who the client was, what was their requirements, their challenges, and how you overcame it, and what was the outcome, try to quantify your achievements. Also if you have screenshots of the those analytics, keep those handy to later share it for more credibility. Good luck!
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. Tell me about yourself . about the product/ project related question
  • Q2. They will give you a set of requirement on which you have to write a user story.
  • Ans. During 30min they want you to write whole product workflow user story. which i find funny. they dont want to listen to your user story idea or analysis.
  • Answered Anonymously
  • Q3. Brd document formatting
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. They asked about projects
  • Q2. They asked about projects and data analytics
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
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
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
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.
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

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

XenonStack Interview FAQs

How to prepare for XenonStack Business Analyst 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 XenonStack. The most common topics and skills that interviewers at XenonStack expect are Analytical Chemistry, SQL, Analytical skills, Business Analysis and Business Planning.

Tell us how to improve this page.

XenonStack Business Analyst Salary
based on 13 salaries
₹4 L/yr - ₹9 L/yr
41% less than the average Business Analyst Salary in India
View more details

XenonStack Business Analyst Reviews and Ratings

based on 6 reviews

4.8/5

Rating in categories

4.8

Skill development

4.4

Work-life balance

4.7

Salary

4.6

Job security

4.7

Company culture

4.8

Promotions

4.6

Work satisfaction

Explore 6 Reviews and Ratings
Associate Software Engineer
86 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