Upload Button Icon Add office photos

Exl India

Compare button icon Compare button icon Compare

Filter interviews by

Exl India Tableau Developer Interview Questions and Answers

Updated 8 Jan 2025

Exl India Tableau Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Tableau Developer with 5 years of experience in creating interactive data visualizations and dashboards.

    • 5 years of experience in Tableau development

    • Proficient in creating interactive data visualizations

    • Skilled in designing and developing dashboards

    • Strong understanding of data analysis and visualization best practices

  • Answered by AI
  • Q2. SQL query related to Uber
  • Ans. 

    SQL queries for Uber can analyze ride data, driver performance, and customer behavior for insights.

    • Use JOINs to combine ride data with driver and customer tables for comprehensive analysis.

    • Example: SELECT d.driver_id, COUNT(r.ride_id) FROM rides r JOIN drivers d ON r.driver_id = d.driver_id GROUP BY d.driver_id;

    • Aggregate functions like COUNT, AVG, and SUM can provide insights into ride frequency and earnings.

    • Example: S...

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

(1 Question)

  • Q1. Question related to Tableau and one SQL question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience ,polite interviewer

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 Exl India?
Ask anonymously on communities.

Interview questions from similar companies

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 Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

SQL, Python Coding & MCQ test

Round 2 - Case Study 

Behavioural questions mostly, they tey ro find approach.

Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Location preference

Tableau Developer Interview Questions Asked at Other Companies

asked in AGS Health
Q1. What are the filters? Name the different filters in tableau?
asked in AGS Health
Q2. What are the data types supported in Tableau?
asked in AGS Health
Q3. What is aggregation and disaggregation of data?
Q4. 1: what is measure and dimension? 2: live/extract filter? 3: join ... read more
asked in AGS Health
Q5. What is the difference between discrete and continuous fields in ... read more
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. How would you handle a situation in which you were unable to meet a high-priority urgent deadline set by a stakeholder?
  • Ans. 

    I would communicate transparently, prioritize tasks, and propose solutions to manage expectations and meet stakeholder needs.

    • Assess the situation: Quickly evaluate the reasons for the delay and the impact on the project timeline.

    • Communicate proactively: Inform the stakeholder as soon as possible, explaining the challenges and providing a revised timeline.

    • Prioritize tasks: Identify critical tasks that can be completed t...

  • Answered by AI
  • Q2. Can you provide more details about the projects you have worked on and their impact on the business?
  • Ans. 

    I have worked on various data analysis projects that significantly improved decision-making and operational efficiency.

    • Developed a sales forecasting model that increased accuracy by 20%, leading to better inventory management.

    • Analyzed customer feedback data to identify key pain points, resulting in a 15% increase in customer satisfaction scores.

    • Created a dashboard for tracking marketing campaign performance, which help...

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Detailed questions on probability. Statistical questions.

Interview Questionnaire 

1 Question

  • Q1. What could be the possible reasons for delay in delivery?
  • Ans. 

    Possible reasons for delay in delivery

    • Logistical issues such as traffic or weather

    • Inadequate inventory management

    • Production delays

    • Customs clearance delays

    • Incorrect address or contact information

    • Technical issues with delivery vehicles or equipment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give detailed ans of every questions asked. Don't be hesitant in cross questioning them.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 5 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 

Stats and Reasoning

Round 3 - Technical 

(1 Question)

  • Q1. SQL questions were asked
Round 4 - One-on-one 

(1 Question)

  • Q1. Behavioral type of questions.
Round 5 - HR 

(1 Question)

  • Q1. Just the salary discussions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Case Study 

Talk to the head hunter. General phone screening

Round 2 - One-on-one 

(1 Question)

  • Q1. Talk to the hiring manager and another manager from BI. Asked about work experience and gave me a SQL test
Round 3 - Case Study 

Shared a dataset and wanted me to provide some insights and also build some slides to present

Interview Preparation Tips

Interview preparation tips for other job seekers - better to ask about the team structure and also training, career development
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Python, SQL, Aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. SQL - A table EmployeeSkills was given having two columns EmpID & Skills. There can be multiple for an employee id with skills he possess. You need to find the EmpID having skills in Python and SQL
  • Ans. 

    Find employees with both Python and SQL skills from the EmployeeSkills table.

    • Use a GROUP BY clause to group by EmpID.

    • Use a HAVING clause to filter groups that contain both skills.

    • Example SQL query: SELECT EmpID FROM EmployeeSkills WHERE Skills IN ('Python', 'SQL') GROUP BY EmpID HAVING COUNT(DISTINCT Skills) = 2.

  • Answered by AI
  • Q2. PowerBI - Create Bookmarks in Power BI
  • Ans. 

    Bookmarks in Power BI allow users to save the state of a report, including filters, slicers, and visuals.

    • Bookmarks can be created by selecting 'View' and then 'Bookmarks' in the Power BI toolbar.

    • Users can add bookmarks by selecting 'Add' and then naming the bookmark.

    • Bookmarks can be applied by selecting the desired bookmark from the 'Bookmarks' pane.

    • Bookmarks can be used to save different views of a report for easy acc...

  • Answered by AI
  • Q3. SQL - Find cumulative Profit sum in a given table.
  • Ans. 

    Use SQL query with window function to find cumulative profit sum in a given table.

    • Use window function like SUM() with ORDER BY clause to calculate cumulative profit sum.

    • Example: SELECT date, profit, SUM(profit) OVER (ORDER BY date) AS cumulative_profit FROM table_name;

    • Ensure the table has a column for date and profit to order and calculate cumulative sum.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

SQL, Python and Power BI

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

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

  • Q1. Sql joins ,proimary key, foreign key,window functions
  • Q2. What are the different types of charges associated with logistics?
  • Ans. 

    Logistics charges encompass various costs incurred in the transportation and storage of goods.

    • Transportation Costs: Fees for moving goods via truck, rail, air, or sea. Example: Freight charges for shipping a container.

    • Warehousing Fees: Costs associated with storing goods in a warehouse. Example: Monthly rental fees for storage space.

    • Handling Charges: Fees for loading and unloading goods. Example: Charges for palletizin...

  • Answered by AI
  • Q3. What is the SQL query to retrieve the top three maximum salaries from a table?
  • Ans. 

    Retrieve the top three maximum salaries using SQL with ORDER BY and LIMIT clauses.

    • Use the SELECT statement to specify the column (salary) you want to retrieve.

    • ORDER BY salary DESC to sort the salaries in descending order.

    • Use LIMIT 3 to restrict the result to the top three salaries.

    • Example SQL query: SELECT salary FROM employees ORDER BY salary DESC LIMIT 3;

  • Answered by AI

Exl India Interview FAQs

How many rounds are there in Exl India Tableau Developer interview?
Exl India interview process usually has 2 rounds. The most common rounds in the Exl India interview process are One-on-one Round.
What are the top questions asked in Exl India Tableau Developer interview?

Some of the top questions asked at the Exl India Tableau Developer interview -

  1. SQL query related to U...read more
  2. Question related to Tableau and one SQL quest...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.8
 • 524 Interviews
ElasticRun Interview Questions
3.5
 • 259 Interviews
Ecom Express Interview Questions
3.9
 • 224 Interviews
Maersk Interview Questions
4.1
 • 223 Interviews
DTDC Express Interview Questions
3.7
 • 167 Interviews
Safexpress Interview Questions
4.0
 • 115 Interviews
FedEx Express Interview Questions
3.9
 • 101 Interviews
View all
Exl India Tableau Developer Salary
based on 6 salaries
₹8.2 L/yr - ₹13.8 L/yr
46% more than the average Tableau Developer Salary in India
View more details
Senior Executive
1.3k salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Assistant Manager
1k salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Executive
844 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Senior Associate
635 salaries
unlock blur

₹2.1 L/yr - ₹6.3 L/yr

Lead Assistant Manager
549 salaries
unlock blur

₹10.6 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Exl India with

Delhivery

3.8
Compare

Ecom Express

3.9
Compare

Mahindra Logistics

3.9
Compare

Maersk

4.1
Compare
write
Share an Interview