Upload Button Icon Add office photos

Filter interviews by

TSL Company Holdings Data Analytics Intern Interview Questions and Answers for Freshers

Updated 13 Mar 2024

TSL Company Holdings Data Analytics Intern Interview Experiences for Freshers

1 interview found

Data Analytics Intern Interview Questions & Answers

user image Abhaysing Bharatsing Chavan

posted on 13 Mar 2024

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

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

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. Why do you want to join us
  • Answered by Abhaysing Bharatsing Chavan
  • Q2. What if we not provide you as per company norms
  • Q3. What courses you persuing
  • Ans. 

    I am currently pursuing courses in Data Science, Statistics, and Programming.

    • Data Science

    • Statistics

    • Programming

  • Answered by AI
  • Q4. Why you leave your field and come under data analyst
  • Q5. Do you understand the role

Top trending discussions

View All
Interview Tips & Stories
1d
a mern stack developer
Resume Review and Suggestion
I’m a Full Stack Developer with 2 years of experience working with the MERN stack, AWS (EC2, S3), Docker, GitHub Actions (CI/CD), Redis, and WebSockets. I'm looking for honest feedback — structure, wording, what to cut/add, or how it reads from a recruiter’s perspective. Not targeting any region specifically, just want to be resume-ready for product-based and backend-focused roles.
FeedCard Image
Got a question about TSL Company Holdings?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

Data Analytics Intern Interview Questions Asked at Other Companies for Fresher

asked in iNeuron.ai
Q1. What are the different data types in Python?
asked in VCodez
Q2. What is the worst-case time complexity of the merge sort algorith ... read more
asked in iNeuron.ai
Q3. What is Python and what are its key features?
Q4. Given a linked list, swap every two adjacent nodes and return its ... read more
asked in S&P Global
Q5. 1Q) what is balance sheet? 2Q) what is Net Profit & Net Loss ... read more

I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is unwanted safety effect?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not show fear on the face and do not interrupt your speech weather it is right or wrong, it may lead effect on you chance of selection by the interviewer.

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were three rounds first is written round where you will get 3 section Aptitude+essay+technical (pseudo code) then second round is technical round where they will ask question related to your final ye...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on your written exam and technical interview for which you should know about your project because project is very important and if u are from cs background then focus on one coding language .
All the very best just be positive .

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

Interview Questionnaire 

4 Questions

  • Q1. What is Active Directory? How do we manage role from active directory
  • Q2. How to Resolve Outlook working offline issue ?
  • Ans. 

    To resolve Outlook working offline issue, check network connection and disable Work Offline mode.

    • Check network connection and ensure it is stable

    • Disable Work Offline mode in Outlook settings

    • Restart Outlook and check if issue is resolved

  • Answered by AI
  • Q3. Vercent write read and vocalizations test
  • Q4. Grammer check

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, HR are also human.. always be ready to answer technical questions and never hasitate.

Skills evaluated in this interview

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 18 Apr 2021

I applied via Referral and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Background
  • Q2. Expertise

Interview Preparation Tips

Interview preparation tips for other job seekers - Be to the point and list swot

Data Analyst Interview Questions & Answers

TCS user image Mahuya Khan Basak

posted on 12 Nov 2017

I appeared for an interview before Nov 2016.

Interview Preparation Tips

Round: Test
Experience: Only Written
Duration: 1 hour 45 minutes
Total Questions: 100

Skills: Proficiency In English, Basic concepts of computer, Commerce background with 50%
Are these interview questions helpful?

Analyst Interview Questions & Answers

TCS user image Priya Prabhu

posted on 24 Sep 2015

Interview Questionnaire 

1 Question

  • Q1. Tell me about your project
  • Ans. 

    I worked on a project analyzing customer data to identify trends and improve marketing strategies.

    • Used data analysis techniques to identify patterns and correlations in customer behavior

    • Developed predictive models to forecast customer preferences and optimize marketing campaigns

    • Collaborated with cross-functional teams to implement data-driven strategies and measure their impact

    • Conducted A/B testing to evaluate the effe...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: comfortable
Tips: study the project well, final year project as well as the mini projects done in the semesters

General Tips: study the project details, basic core languages of your stream
Skill Tips: study the project details very well
Skills: Ability To Deliver On A Project
College Name: Vidyalankar Institute Of Technology

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 13 May 2018

Interview Preparation Tips

Round: Test
Experience: Aptitude

Round: Group Discussion
Experience: They will observe way of talking, way of making points to concerns etc

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 26 Mar 2015

Interview Questionnaire 

16 Questions

  • Q1. Tell me about yourself?
  • Q2. Are you 100% honest ?
  • Ans. 

    I strive for honesty, but like everyone, I may not always be 100% truthful in every situation.

    • Honesty is important in my work, but I recognize that context matters.

    • For example, I might withhold certain details to protect someone's feelings.

    • In data analysis, I present findings accurately, but interpretations can vary.

    • I believe in transparency, yet I also understand the need for discretion.

  • Answered by AI
  • Q3. What are ur favorite subjects?
  • Q4. What do you mean by Multithreading in java?
  • Ans. 

    Multithreading in Java refers to the concurrent execution of two or more parts of a program for maximum utilization of CPU.

    • Multithreading allows multiple threads to run concurrently within a single program.

    • It improves the performance of the program by utilizing the CPU more efficiently.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Multithreading can be used for tasks such as backg...

  • Answered by AI
  • Q5. What are the different CpU scheduling policies? who does the cpu scheduling?
  • Ans. 

    CPU scheduling policies include FCFS, SJF, Round Robin, Priority, and Multilevel Queue. The operating system does the scheduling.

    • FCFS (First Come First Serve)

    • SJF (Shortest Job First)

    • Round Robin

    • Priority

    • Multilevel Queue

    • Operating system does scheduling

  • Answered by AI
  • Q6. What is Jvm? who manages the thread Jvm or OS?
  • Ans. 

    Jvm is Java Virtual Machine. It manages threads on its own.

    • Jvm is a virtual machine that executes Java bytecode.

    • It provides a runtime environment for Java programs.

    • Jvm manages threads on its own using its own thread scheduler.

    • Jvm is platform-independent and provides a layer of abstraction between the Java code and the underlying operating system.

    • Examples of popular JVM implementations include Oracle's HotSpot and OpenJ...

  • Answered by AI
  • Q7. Semaphore?synchronisation in java? Mutex?
  • Q8. Explain tree traversals technique with example??
  • Ans. 

    Tree traversal is a technique to visit all nodes of a tree in a specific order.

    • There are three types of tree traversals: inorder, preorder, and postorder.

    • Inorder traversal visits the left subtree, then the root, and then the right subtree.

    • Preorder traversal visits the root, then the left subtree, and then the right subtree.

    • Postorder traversal visits the left subtree, then the right subtree, and then the root.

    • For exampl...

  • Answered by AI
  • Q9. What is the difference between arraylist and vector? how to traverse a vector?
  • Ans. 

    ArrayList and Vector are both dynamic arrays, but Vector is synchronized and slower. Traversing a Vector is similar to an ArrayList.

    • ArrayList is not synchronized, while Vector is synchronized.

    • ArrayList is faster than Vector, but Vector is thread-safe.

    • To traverse a Vector, we can use a for loop or an iterator, similar to an ArrayList.

    • Example: Vector v = new Vector<>(); for(String s : v) { //do something }

Answered by AI
  • Q10. Why TCS?
  • Ans. 

    TCS is a leading global IT services company with a strong reputation and diverse opportunities for growth.

    • TCS has a strong reputation in the IT industry

    • TCS offers diverse opportunities for growth and learning

    • TCS has a global presence and works with top clients

    • TCS has a strong focus on innovation and technology

    • TCS provides a supportive and inclusive work environment

  • Answered by AI
  • Q11. Any five tata group companies other than TCS?
  • Q12. What is the Tata‘s product used in every house?
  • Ans. 

    Tata Salt is the product used in every house.

    • Tata Salt is a brand of salt produced by Tata Chemicals.

    • It is the market leader in India with a 27% market share.

    • Tata Salt has been fortified with iodine to help address iodine deficiency in India.

    • It is available in various sizes and packaging options to suit different needs.

    • Tata Salt has won several awards for its quality and innovation.

  • Answered by AI
  • Q13. What‘s your hobby and passion?
  • Ans. 

    My hobby and passion is photography.

    • I love capturing moments and telling stories through my photographs.

    • I enjoy exploring different techniques and experimenting with composition.

    • Photography allows me to express my creativity and view the world from unique perspectives.

    • I have participated in several photography competitions and my work has been featured in local exhibitions.

    • Some of my favorite subjects to photograph are...

  • Answered by AI
  • Q14. In your views who should be the captain of Indian cricket team?
  • Ans. 

    Rohit Sharma's experience and leadership skills make him an ideal captain for the Indian cricket team.

    • Rohit Sharma has a proven track record as captain in IPL, leading Mumbai Indians to multiple titles.

    • His calm demeanor under pressure helps in making strategic decisions during crucial matches.

    • Rohit's ability to adapt his batting style according to the situation is crucial for leading by example.

    • He has a good rapport wi...

  • Answered by AI
  • Q15. What are the qualities of a good leader ?
  • Ans. 

    A good leader possesses qualities such as strong communication skills, empathy, integrity, and the ability to inspire and motivate others.

    • Strong communication skills: A good leader is able to effectively convey their ideas and instructions to their team members.

    • Empathy: A good leader understands and considers the feelings and perspectives of their team members, fostering a positive and supportive work environment.

    • Integ...

  • Answered by AI
  • Q16. Worst situation you have ever faced in your life ?
  • Ans. 

    Being stranded in a foreign country with no money or means to communicate

    • Lost my wallet with all my money and identification

    • Couldn't speak the local language to ask for help

    • Had to rely on the kindness of strangers for assistance

  • Answered by AI

    Interview Preparation Tips

    Round: Test
    Experience: There were no technical questions. Only quantitative questions was there. Questions were not very tough.
    Tips: Just have a look at RS Aggarwal book or any other aptitude book , you will easily get through it.
    Duration: 80 minutes

    Round: Other Interview
    Experience: There were different panels , having three persons in each panel. It was basically HR , TECh, MR interview altogether. Even some of the students were called for one to one tech interview and later they were called for hr and mr round.

    Skills: JAVA, C/C++
    College Name: NA

    Skills evaluated in this interview

    TSL Company Holdings Interview FAQs

    How many rounds are there in TSL Company Holdings Data Analytics Intern interview for freshers?
    TSL Company Holdings interview process for freshers usually has 1 rounds. The most common rounds in the TSL Company Holdings interview process for freshers are HR.

    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

    TCS Interview Questions
    3.6
     • 11.1k Interviews
    Accenture Interview Questions
    3.8
     • 8.6k Interviews
    Infosys Interview Questions
    3.6
     • 7.9k Interviews
    Wipro Interview Questions
    3.7
     • 6.1k Interviews
    Cognizant Interview Questions
    3.7
     • 5.9k Interviews
    Amazon Interview Questions
    4.0
     • 5.3k Interviews
    Capgemini Interview Questions
    3.7
     • 5.1k Interviews
    HCLTech Interview Questions
    3.5
     • 4.1k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 4.1k Interviews
    Genpact Interview Questions
    3.8
     • 3.4k Interviews
    View all
    Manager
    4 salaries
    unlock blur

    ₹12 L/yr - ₹14.7 L/yr

    Recruitment Analyst
    4 salaries
    unlock blur

    ₹3 L/yr - ₹4.5 L/yr

    Assistant Manager
    3 salaries
    unlock blur

    ₹4 L/yr - ₹11 L/yr

    HR Manager
    3 salaries
    unlock blur

    ₹8.4 L/yr - ₹14.7 L/yr

    SAP MM Consultant
    3 salaries
    unlock blur

    ₹1.5 L/yr - ₹2.5 L/yr

    Explore more salaries
    Compare TSL Company Holdings with

    TCS

    3.6
    Compare

    Accenture

    3.8
    Compare

    Wipro

    3.7
    Compare

    Cognizant

    3.7
    Compare
    write
    Share an Interview