Upload Button Icon Add office photos

Filter interviews by

Flamboyanz Software Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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?
  • Ans. 

    I felt stressed last month while managing a tight project deadline and coordinating with multiple stakeholders.

    • Tight deadlines: I had to deliver a project report within a week, which usually takes two weeks.

    • Stakeholder communication: Coordinating with different teams created confusion and misalignment.

    • Work-life balance: I struggled to maintain my personal time due to extended work hours.

  • Answered by AI
  • 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?
  • Ans. 

    I am drawn to XenonStack for its innovative approach to technology and commitment to driving impactful business solutions.

    • XenonStack's focus on cutting-edge technologies like AI and cloud computing aligns with my passion for innovation.

    • The company's commitment to data-driven decision-making resonates with my analytical skills and experience in data analysis.

    • I admire XenonStack's collaborative culture, which fosters tea...

  • Answered by AI
  • Q4. Why should we hire your?
  • Ans. 

    I bring a unique blend of analytical skills, industry knowledge, and a passion for problem-solving that aligns with your team's goals.

    • Proven track record in data analysis: Successfully improved operational efficiency by 20% in my previous role through data-driven insights.

    • Strong communication skills: Effectively collaborated with cross-functional teams to gather requirements and deliver actionable solutions.

    • Adaptabilit...

  • Answered by AI
  • Q5. What are your weekness?
  • Ans. 

    I tend to be overly detail-oriented, which can slow down my decision-making process at times.

    • I often spend too much time on data analysis, which can delay project timelines. For example, in a recent project, I took extra time to ensure every data point was accurate, which pushed back our delivery date.

    • I sometimes struggle with delegating tasks because I want to ensure everything is done perfectly. This was evident when...

  • Answered by AI
  • Q6. Introduce yourself?
  • Ans. 

    I am a detail-oriented Business Analyst with a passion for data-driven decision-making and a strong background in project management.

    • Over 5 years of experience in business analysis across various industries, including finance and healthcare.

    • Skilled in gathering and analyzing requirements, as demonstrated in a project where I improved a client's reporting process by 30%.

    • Proficient in using tools like SQL and Tableau for...

  • Answered by AI
  • 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 experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about tableau architecture

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Regarding salary
Round 2 - One-on-one 

(3 Questions)

  • Q1. About tableau scenario
  • Q2. Top 10 emp and bottom 10as per rank
  • Ans. 

    The top 10 and bottom 10 employees based on their rank need to be identified.

    • Sort the employees based on their rank in ascending order.

    • Select the top 10 employees from the sorted list.

    • Select the bottom 10 employees from the sorted list.

  • Answered by AI
  • Q3. High light avg line

Interview Preparation Tips

Interview preparation tips for other job seekers - Job security is less it is one type of consultancy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain aggregation.
  • Ans. 

    Aggregation is the process of combining and summarizing data from multiple sources into a single result.

    • Aggregation involves grouping data together and performing a mathematical operation on the grouped data.

    • Common aggregation functions include sum, average, count, min, and max.

    • For example, calculating the total sales revenue for each month by summing the sales amounts for all transactions in that month.

  • Answered by AI
  • Q2. How would you SELECT data from table A that's not in table B. Do not use NOT EXISTS or LEFT JOIN.
  • Ans. 

    Use a subquery with WHERE NOT IN to select data from table A not in table B.

    • Create a subquery to select data from table B

    • Use WHERE NOT IN to filter out data from table A that is in table B

    • Example: SELECT * FROM tableA WHERE columnA NOT IN (SELECT columnB FROM tableB)

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is scrum, how to impliment it
  • Ans. 

    Scrum is an agile project management framework that emphasizes teamwork, accountability, and iterative progress.

    • Scrum involves breaking down a project into small, manageable tasks called user stories.

    • It includes daily stand-up meetings to discuss progress, obstacles, and plans for the day.

    • Scrum also utilizes sprint planning meetings to determine the work to be done in a sprint, typically 2-4 weeks long.

    • At the end of ea...

  • Answered by AI
  • Q2. What is CR, how to handle it.
  • Ans. 

    CR stands for Change Request, it is a formal proposal to modify a system or product.

    • CR is typically submitted when there is a need to make changes to the requirements, design, or functionality of a system.

    • CRs should be documented, reviewed, approved, and tracked throughout the change process.

    • Handling CR involves assessing the impact of the change, estimating resources needed, prioritizing changes, and implementing them...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Regarding salesforce development
  • Q2. Regarding salesforce admin
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What is constructor?
  • Ans. 

    A constructor is a special method in a class that initializes objects when they are created.

    • Constructors have the same name as the class.

    • They do not have a return type, not even void.

    • Example: In Java, 'public ClassName() { }' is a constructor.

    • Constructors can be overloaded, allowing multiple ways to initialize an object.

    • Example: 'public ClassName(int value) { this.value = value; }' initializes with an integer.

  • Answered by AI
  • Q2. What is promise in JS?
  • Ans. 

    A Promise in JavaScript is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises have three states: pending, fulfilled, and rejected.

    • You can create a promise using the Promise constructor: `let myPromise = new Promise((resolve, reject) => { ... });`

    • To handle fulfilled or rejected promises, use `.then()` and `.catch()`: `myPromise.then(result => { ... }).catch(error => ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What is Constructor ?
  • Ans. 

    A constructor is a special method in a class that initializes objects when they are created.

    • Constructors have the same name as the class they belong to.

    • They do not have a return type, not even void.

    • Example: In Java, 'public ClassName() { }' is a default constructor.

    • Constructors can be overloaded to provide different ways to initialize an object.

    • Example: 'public ClassName(int value) { this.value = value; }' initializes ...

  • Answered by AI
  • Q2. Which types of Inheritance ?
  • Ans. 

    Inheritance in programming allows a class to inherit properties and methods from another class, promoting code reusability.

    • Single Inheritance: A class inherits from one superclass. Example: Class B inherits from Class A.

    • Multiple Inheritance: A class inherits from multiple superclasses. Example: Class C inherits from Class A and Class B.

    • Multilevel Inheritance: A class inherits from a superclass, which is also a subclass...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Coding question
  • Q2. Project related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Write code for merge two string
  • Ans. 

    This code merges two strings by alternating their characters, creating a new combined string.

    • Use a loop to iterate through both strings simultaneously.

    • Handle cases where strings are of different lengths by appending remaining characters.

    • Example: merge('abc', '123') results in 'a1b2c3'.

    • Example: merge('abc', '12') results in 'a1b2c'.

  • Answered by AI
  • Q2. Related to java and c++

Tell us how to improve this page.

Interview Questions from Similar Companies

Zeus Learning Interview Questions
3.1
 • 36 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
XenonStack Interview Questions
3.1
 • 29 Interviews
Moris Media Interview Questions
4.3
 • 26 Interviews
REI Systems Interview Questions
3.9
 • 25 Interviews
View all

Flamboyanz Software Reviews and Ratings

based on 7 reviews

4.3/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.8

Salary

3.8

Job security

4.4

Company culture

4.2

Promotions

4.1

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
39 salaries
unlock blur

₹3.1 L/yr - ₹10.1 L/yr

Software Developer
4 salaries
unlock blur

₹4.5 L/yr - ₹8.8 L/yr

Data Scientist
4 salaries
unlock blur

₹6.5 L/yr - ₹10 L/yr

System Engineer
4 salaries
unlock blur

₹1.2 L/yr - ₹3.8 L/yr

Data Analyst
3 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Explore more salaries
Compare Flamboyanz Software with

Northcorp Software

4.5
Compare

Apex CoVantage

3.0
Compare

Teleindia Networks

3.8
Compare

Avontix

3.8
Compare
write
Share an Interview