Upload Button Icon Add office photos

Filter interviews by

DAT Freight & Analytics Interview Questions, Process, and Tips

Updated 15 Feb 2024

Top DAT Freight & Analytics Interview Questions and Answers

View all 7 questions

DAT Freight & Analytics Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. How to disable automatic sorting in the Pivot table .?
  • Ans. 

    To disable automatic sorting in a Pivot table, go to the Pivot table options and uncheck the 'Sort automatically' option.

    • Open the Pivot table in Excel.

    • Go to the 'PivotTable Analyze' or 'Options' tab.

    • Click on the 'Options' button in the 'PivotTable' group.

    • In the 'PivotTable Options' dialog box, go to the 'Data' tab.

    • Uncheck the 'Sort automatically' option.

    • Click 'OK' to apply the changes.

  • Answered by AI
  • Q2. How do you remove duplicates in Excel. ?
  • Ans. 

    To remove duplicates in Excel, use the Remove Duplicates feature under the Data tab.

    • Select the range of cells or columns that contain the data.

    • Go to the Data tab and click on the Remove Duplicates button.

    • Choose the columns to check for duplicates and click OK.

    • Excel will remove the duplicate values and keep only the unique values.

    • You can also choose to highlight the duplicate values instead of removing them.

  • Answered by AI
  • Q3. Difference between truncate and delete command in SQL..?
  • Ans. 

    Truncate is a DDL command that removes all rows from a table, while delete is a DML command that selectively removes rows.

    • Truncate is faster than delete as it doesn't generate any log entries.

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

    • Truncate resets the identity of the table, delete does not.

    • Truncate does not fire triggers, delete does.

    • Truncate releases the storage space, delete does not.

  • Answered by AI
  • Q4. What is RLS in Power BI .?
  • Ans. 

    RLS in Power BI stands for Row-Level Security.

    • RLS is a feature in Power BI that allows you to restrict data access at the row level based on user roles.

    • It helps in ensuring that users only see the data that is relevant to them.

    • RLS can be implemented by defining roles and rules in Power BI Desktop or Power BI service.

    • For example, you can create a role that only allows access to sales data for a specific region.

    • RLS is us...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What are mean, median and mode.?
  • Ans. 

    Mean, median, and mode are statistical measures used to describe the central tendency of a dataset.

    • Mean is the average of a set of numbers, calculated by summing all the values and dividing by the total count.

    • Median is the middle value in a dataset when arranged in ascending or descending order.

    • Mode is the value that appears most frequently in a dataset.

    • Mean is sensitive to outliers, while median is not.

    • Mode can be use...

  • Answered by AI
  • Q2. What are the different joins in SQL .?
  • Ans. 

    Different joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and the matching rows from the right table.

    • Right join returns all rows from the right table and the matching rows from the left table.

    • Full outer join returns all rows from both tables, including unmatched rows.

  • Answered by AI
  • Q3. What are stored procedures in SQL.?
  • Ans. 

    Stored procedures are precompiled SQL statements that are stored in a database and can be executed multiple times.

    • Stored procedures are used to encapsulate a set of SQL statements into a single unit.

    • They can be used to improve performance by reducing network traffic.

    • Stored procedures can be parameterized, allowing for dynamic execution.

    • They provide a level of security by controlling access to the underlying database ob...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DAT Freight & Analytics Supply Chain Associate interview:
  • Statistics
  • Power Bi
  • Advanced Excel
  • SQL
  • Database
  • Python
Interview preparation tips for other job seekers - Good have a basic understanding of every concept in data science for example tools such as Power BI, SQL ,Excel ,Python if possible.

Skills evaluated in this interview

Top DAT Freight & Analytics Supply Chain Associate Interview Questions and Answers

Q1. How to disable automatic sorting in the Pivot table .?
View answer (1)

Supply Chain Associate Interview Questions asked at other Companies

Q1. How to disable automatic sorting in the Pivot table .?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2022. There were 4 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 

They will ask about your understanding in the tools you mentioned in resume.

Round 3 - Technical 

(1 Question)

  • Q1. They will give you or ask you questions and you have to solve the problem
Round 4 - HR 

(1 Question)

  • Q1. If you clear the round 1&2 then this round is applicable. Basically here your HR will be checking your behavioural skills and talks about your previous journey. And Also the salary negotiation part.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are properly skilled about what you have in resume..Else they will not help you.
All the best 👍

Top DAT Freight & Analytics Supply Chain Associate Interview Questions and Answers

Q1. How to disable automatic sorting in the Pivot table .?
View answer (1)

Supply Chain Associate Interview Questions asked at other Companies

Q1. How to disable automatic sorting in the Pivot table .?
View answer (1)

Jobs at DAT Freight & Analytics

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(5 Questions)

  • Q1. If you cleared Aptitude and Coding, Mostly Interview will be cleared with some basics questions like OOPs concepts, sort functions kind of questions.
  • Q2. Explain OOPs concept in JAVA?
  • Ans. 

    OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are used to define objects and their properties

    • Objects are instances of classes that can interact with each other

    • Inheritance allows for the creation of new classes based on existing ones

    • Polymo...

  • Answered by AI
  • Q3. Function to sort an array in Java?
  • Ans. 

    Java provides Arrays.sort() method to sort an array.

    • Use Arrays.sort() method to sort an array of strings.

    • The method sorts the elements in ascending order by default.

    • To sort in descending order, use Collections.reverseOrder() method.

  • Answered by AI
  • Q4. Tell me about yourself?
  • Q5. Final year project which you worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of people clears Aptitude/Coding round. clears interview for freshers recruit

Skills evaluated in this interview

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

System Engineer Interview Questions & Answers

TCS user image Arham Khokhar

posted on 24 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance

Round 2 - Technical 

(3 Questions)

  • Q1. It's based on OOPS Concepts,
  • Q2. Strength and weaknesses
  • Q3. About yourself, about educational background, why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your confidence ✨️ you will be selected with ease

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Entry level aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and about college project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a really good experience working in TCS

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round is an aptitude online test that had Basics of Computer Science, Mathematics, English and then finally one basic program to code and compile like Palindrome.

Round 2 - Group Discussion 

Three panellists were present and it was a face-face round, Panellist 1 and 2 takes the technical discussions like classes, inheritance, oops concept, basic syntax, and such. Panellist 3 talks more about your resume skills, hobbies and the company overview.

Interview Preparation Tips

Topics to prepare for TCS System Engineer interview:
  • Basic Promgramming Questions
  • Aptitiude
Interview preparation tips for other job seekers - Since this was my first job it was slightly challenging in several ways in terms of how to present yourself, confidence and such. But make sure to stay humble and agree to most of the requests made and stick to the resume.

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Usual technical questions generic
Round 2 - HR 

(1 Question)

  • Q1. Package and offer details

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on know technical knowledge the job role requires. Ensure you articulate properly and show learning ability and eagerness.

DAT Freight & Analytics Interview FAQs

How many rounds are there in DAT Freight & Analytics interview?
DAT Freight & Analytics interview process usually has 3 rounds. The most common rounds in the DAT Freight & Analytics interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for DAT Freight & Analytics 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 DAT Freight & Analytics. The most common topics and skills that interviewers at DAT Freight & Analytics expect are Logistics, Supply Chain, Supply Chain Management, SQL and Python.
What are the top questions asked in DAT Freight & Analytics interview?

Some of the top questions asked at the DAT Freight & Analytics interview -

  1. How to disable automatic sorting in the Pivot table...read more
  2. Difference between truncate and delete command in SQL...read more
  3. How do you remove duplicates in Excel...read more

Tell us how to improve this page.

DAT Freight & Analytics Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Delhivery Interview Questions
3.9
 • 458 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
FarEye Interview Questions
3.1
 • 27 Interviews
Fourkites Interview Questions
3.8
 • 17 Interviews
LOCUS Interview Questions
3.0
 • 5 Interviews
View all

DAT Freight & Analytics Reviews and Ratings

based on 6 reviews

4.0/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.7

Salary

3.4

Job security

4.0

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Lead Machine Learning Engineering

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Supply Chain Associate
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager- HR
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DAT Freight & Analytics with

BlackBuck

3.8
Compare

Delhivery

3.9
Compare

Ecom Express

3.8
Compare

Shadowfax Technologies

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