Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 84.4k Reviews

Filter interviews by

TCS BI Developer Interview Questions and Answers

Updated 24 Feb 2023

TCS BI Developer Interview Experiences

2 interviews found

BI Developer Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2023

Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. Resume questions mostly preferred
  • Q2. Bi related questions are more

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company. nice work culture.more benefits for experienced

BI Developer Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. General technical question

Interview Preparation Tips

Interview preparation tips for other job seekers - All are basic question no need to be worry

Interview questions from similar companies

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 

(1 Question)

  • Q1. Basic Questions about Power BI
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion Location Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - It went smoothly and great experience with them although I didn't get offer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Roles and Responsibilities
  • Q2. Qliksense Migration
Round 2 - HR 

(1 Question)

  • Q1. Reason for separation
Round 1 - One-on-one 

(1 Question)

  • Q1. Qlik related questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good nice experience asked questions related to qlik

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Roles And Responsibilities and Power BI Questions
Round 2 - HR 

(1 Question)

  • Q1. Generic Salary Discussion

Interview Preparation Tips

Topics to prepare for Wipro BI Developer interview:
  • Power Bi
  • Dax
  • SQL
Interview preparation tips for other job seekers - Be Confident and well prepared.
Should have good technical knowledge and hands-on experience in the tools you have worked on.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic apptitude qwuestions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on java and cybersecurity what is cybersecurity what is malware and ransomeware
  • Q2. What is java how is it different from python
  • Ans. 

    Java is a statically typed, object-oriented programming language, while Python is dynamically typed and focuses on simplicity and readability.

    • Java is statically typed, meaning variables must be declared with a specific data type, while Python is dynamically typed.

    • Java is more verbose and requires more code to accomplish tasks compared to Python.

    • Python emphasizes simplicity and readability, making it easier for beginner...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction why ltimindtree
  • Ans. 

    I chose Mindtree because of its reputation for innovation, collaborative work culture, and opportunities for growth.

    • Reputation for innovation: Mindtree is known for its cutting-edge technology solutions and innovative projects.

    • Collaborative work culture: Mindtree fosters a team-oriented environment where employees can learn and grow together.

    • Opportunities for growth: Mindtree offers various training programs and career...

  • Answered by AI
  • Q2. Relocation situastion based questions

Interview Preparation Tips

Topics to prepare for LTIMindtree Junior Software Developer interview:
  • Java
  • cybersecurity
  • HTML
Interview preparation tips for other job seekers - prepare well on topics mentioned inyour resume

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding Window find the subarray with sum equal to k
  • Ans. 

    Using sliding window technique to find subarray with sum equal to k.

    • Initialize two pointers at the start of the array.

    • Move the right pointer to expand the window until the sum is greater than or equal to k.

    • Move the left pointer to shrink the window if the sum exceeds k.

    • Repeat until the end of the array is reached.

    • Example: Input array [1, 4, 20, 3, 10, 5], k=33. Output: [20, 3, 10].

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Given UI task display like display boxes side by side in desktop screen and one after the other in mobile screen using media queries?
  • Q2. Explain difference between authorization vs authentication?
  • Ans. 

    Authentication verifies a user's identity, while authorization determines what a user can access.

    • Authentication confirms a user's identity through credentials like username and password.

    • Authorization controls access to resources based on the authenticated user's permissions.

    • Example: Logging into a website (authentication) and then being able to view/edit specific pages based on your role (authorization).

  • Answered by AI
  • Q3. How to render list in react? Also explain difference between state vs prop in react?
  • Ans. 

    To render a list in React, use map() function to iterate over an array of data and return a list of components. State is mutable data managed within a component, while props are immutable data passed from parent to child components.

    • To render a list in React, use map() function to iterate over an array of data and return a list of components.

    • Example: const items = ['item1', 'item2', 'item3']; items.map(item =>

    • read more

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What are the webpage optimization techniques? How to check webpage optimization? In lighthouse optimization reports , how to fix issue related render blocking scripts?
  • Ans. 

    Webpage optimization techniques include minifying CSS and JS files, optimizing images, using asynchronous loading for scripts, and reducing render-blocking scripts.

    • Minify CSS and JS files to reduce file sizes and improve loading times.

    • Optimize images by compressing them and using the correct file format (e.g. JPEG for photographs, PNG for graphics).

    • Use asynchronous loading for scripts to prevent them from blocking the ...

  • Answered by AI
  • Q2. Write scss code nested li element by applying background color 2 element and also use mixins?
  • Ans. 

    Use SCSS to apply background color to nested li elements and utilize mixins.

    • Use nesting to target the li elements within a parent element

    • Apply background color to the 2nd li element using the :nth-child() selector

    • Define and use mixins to reuse styles across the codebase

  • Answered by AI
  • Q3. How to fix cumulative layout shift issues?
  • Ans. 

    To fix cumulative layout shift issues, ensure all images and media have dimensions specified in HTML, use CSS aspect ratio boxes, and prioritize loading critical resources.

    • Specify dimensions for all images and media in HTML to prevent layout shifts.

    • Use CSS aspect ratio boxes to reserve space for images before they load.

    • Prioritize loading critical resources to avoid sudden layout changes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The Interview process is not good? First said technical round, then asked to share all details by filling in the portal and upload all documents. For documents and background verification uploaded all docs and UAN details. Again suddenly in the morning hr message in LinkedIn , says that there will client discussion round. When i asked them what is about the interview. They didn't event replied . Actually it was another technical round, where he interview question like all
hypothetically and behavioral questions. After all , simple says rejected?

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Write MySQL query to find employee with 2nd Highest salary
  • Ans. 

    Use MySQL query with ORDER BY and LIMIT to find employee with 2nd highest salary.

    • Use ORDER BY salary DESC to sort salaries in descending order

    • Use LIMIT 1,1 to skip the highest salary and get the second highest salary

  • Answered by AI
  • Q2. What is branch in git
  • Ans. 

    A branch in git is a separate line of development that allows you to work on features or fixes without affecting the main codebase.

    • Branches allow for parallel development

    • They can be created, switched between, merged, and deleted

    • Common branches include master, develop, feature branches, and release branches

  • Answered by AI

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS BI Developer interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are Resume Shortlist and Technical.
How to prepare for TCS BI 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 TCS. The most common topics and skills that interviewers at TCS expect are Power Bi, Business Intelligence, SQL, Data Warehousing and SQL Server.
What are the top questions asked in TCS BI Developer interview?

Some of the top questions asked at the TCS BI Developer interview -

  1. Resume questions mostly prefer...read more
  2. Bi related questions are m...read more
  3. general technical quest...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
TCS BI Developer Salary
based on 296 salaries
₹3 L/yr - ₹11 L/yr
6% less than the average BI Developer Salary in India
View more details

TCS BI Developer Reviews and Ratings

based on 10 reviews

4.3/5

Rating in categories

4.5

Skill development

4.2

Work-Life balance

3.5

Salary & Benefits

4.6

Job Security

3.8

Company culture

2.9

Promotions/Appraisal

3.7

Work Satisfaction

Explore 10 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
68.2k salaries
unlock blur

₹5.1 L/yr - ₹15.8 L/yr

AST Consultant
50.9k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
31.4k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.3k salaries
unlock blur

₹8.9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview