Upload Button Icon Add office photos
Engaged Employer

i

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

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tech Mahindra Data Engineer 1 Interview Questions and Answers

Updated 19 Jul 2024

Tech Mahindra Data Engineer 1 Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Difference between Delete and Truncate
  • Ans. 

    Delete removes specific rows from a table, while Truncate removes all rows from a table.

    • Delete is a DML operation, while Truncate is a DDL operation.

    • Delete can be rolled back, while Truncate cannot be rolled back.

    • Delete operation is slower compared to Truncate operation.

    • Delete operation maintains the integrity constraints, triggers, and indexes, while Truncate does not.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins and types, number of cols after all types of joins...
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include inner join, outer join (left, right, full), and cross join.

    • Number of columns after join depends on the type of join and the columns being selected.

    • For example, an inner join will only include rows that have matching values in both tables, resulting in a combined table with columns from both tables.

    • A left...

  • Answered by AI
  • Q2. What are the window functions ...
  • Ans. 

    Window functions in SQL are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used to calculate cumulative sums, averages, ranks, and more.

    • They operate on a set of rows related to the current row, known as the window frame.

    • Examples include ROW_NUMBER(), RANK(), SUM() OVER(), and AVG() OVER().

  • Answered by AI

Skills evaluated in this interview

Data Engineer 1 Interview Questions Asked at Other Companies

asked in UKG
Q1. describe a time in with you optimized a sql query and how you app ... read more
Q2. What are joins and types, number of cols after all types of joins ... read more
Q3. What are different kind of views that can be created
asked in Accenture
Q4. How many types of integration runtime is present
asked in Accenture
Q5. How many types of trigger are there in Adf

Interview questions from similar companies

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Hard

All mcqs should answer with in time limit should have a lot of practice to solve in exam

  • Q1. 

    Water Jug Problem Statement

    You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to...

  • Ans. 

    The Water Jug Problem involves determining if a specific amount of water can be measured using two jugs of different capacities.

    • Start by considering the constraints and limitations of the problem.

    • Think about how the operations allowed can be used to reach the target measurement.

    • Consider different scenarios and test cases to come up with a solution.

    • Implement a function that takes the capacities of the jugs and the targe...

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Easy and just basic questions very easy round

  • Q1. 

    Matrix Multiplication Task

    Given two sparse matrices MAT1 and MAT2 of integers with dimensions 'N' x 'M' and 'M' x 'P' respectively, the goal is to determine the resulting matrix produced by their multipl...

  • Ans. 

    Implement a function to multiply two sparse matrices and return the resulting matrix.

    • Create a function that takes two sparse matrices as input and returns the resulting matrix after multiplication.

    • Iterate through the non-zero elements of the matrices to perform the multiplication efficiently.

    • Ensure to handle the sparse nature of the matrices to optimize the multiplication process.

    • Consider the constraints provided to en...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Dql, Data structures, Java, Operating system, Data scienceTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : preapre core subjects 
Tip 2 : be confident and answer clearly
Tip 3 : be strong with projects

Application resume tips for other job seekers

Tip 1 : good projects in ml and ai
Tip 2 : practical experience

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is flexbox
  • Ans. 

    Flexbox is a CSS layout module that allows for flexible and responsive web design.

    • Flexbox allows for easy alignment and positioning of elements within a container.

    • It uses a set of properties to define the layout, such as display: flex and flex-direction.

    • Flexbox is particularly useful for creating responsive designs that adapt to different screen sizes.

    • It can also be used in combination with other CSS layout modules, su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexbox is a layout model that allows elements to align and distribute space within a container. Using flexible widths and heights, elements can be aligned to fill a space or distribute space between elements, which makes it a great tool to use for responsive design systems.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic question on testing, selenium, java, sql, agile, topics from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with whatever written in resume

Interview Questionnaire 

1 Question

  • Q1. Networking

Interview Questionnaire 

4 Questions

  • Q1. Oops concept,
  • Q2. Heritance
  • Q3. Polyorphis
  • Q4. Thread

Interview Preparation Tips

Interview preparation tips for other job seekers - be cinfedent

Interview Questionnaire 

1 Question

  • Q1. Aptitude, coding

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Data Engineer 1 interview?
Tech Mahindra interview process usually has 1 rounds. The most common rounds in the Tech Mahindra interview process are Technical.
What are the top questions asked in Tech Mahindra Data Engineer 1 interview?

Some of the top questions asked at the Tech Mahindra Data Engineer 1 interview -

  1. What are joins and types, number of cols after all types of joins...read more
  2. What are the window functions ...read more
  3. Difference between Delete and Trunc...read more

Tell us how to improve this page.

Tech Mahindra Data Engineer 1 Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Data Engineer 1 Interview Questions from Similar Companies

View all
Software Engineer
26.4k salaries
unlock blur

₹2 L/yr - ₹9.4 L/yr

Senior Software Engineer
21.6k salaries
unlock blur

₹5.5 L/yr - ₹23.4 L/yr

Technical Lead
11.9k salaries
unlock blur

₹9.6 L/yr - ₹38 L/yr

Associate Software Engineer
5.7k salaries
unlock blur

₹1.8 L/yr - ₹5.9 L/yr

Team Lead
5k salaries
unlock blur

₹5.3 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview