Upload Button Icon Add office photos

Teradata

Compare button icon Compare button icon Compare

Filter interviews by

Teradata Software Engineer Interview Questions and Answers

Updated 18 May 2024

Teradata Software Engineer Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Level order traversal of binary tree and follow up questions

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA should be strong
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was an aptitude round

Round 2 - Technical 

(1 Question)

  • Q1. In technical round i was asked some data structure problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your data structures

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked questions of tree, linked list, oops concepts, os in deep and some dbms concepts.
Round 2 - Technical 

(1 Question)

  • Q1. Same as 1 round with some deep questions from oops and memory management and some general questions from compiler design.

Interview Preparation Tips

Topics to prepare for Teradata Software Engineer interview:
  • OOPS
  • c/c++
  • Operating Systems
  • DBMS
  • Data Structures

I applied via Company Website and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1. Linked List Problems which is insert at kth position from the end asked both recursive and iterative approach.
  • Q2. 2. String Comparison Question.
  • Q3. 3. Project internals and its flow.
  • Ans. 

    Project internals and its flow

    • The project's internal flow refers to the sequence of events that occur within the project.

    • It includes the various stages of development, testing, and deployment.

    • The flow can be visualized using diagrams such as flowcharts or UML diagrams.

    • Understanding the project's flow is crucial for effective project management and troubleshooting.

    • Examples of project flow include the Waterfall model, Ag

  • Answered by AI
  • Q4. 4. Medium low level design problem on LinkedIn list
  • Ans. 

    Design a LinkedIn list with medium low level complexity

    • Identify the key features and functionalities of the list

    • Determine the data structure to be used for storing the list items

    • Consider the sorting and filtering options for the list

    • Design the UI/UX for the list display

    • Ensure scalability and performance of the list

  • Answered by AI
  • Q5. 5. C++ core concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - There are three rounds

1. DSA (linked list problems are frequentlya sked but you cannot fully sure so be prepared on all data structures)
2. LLD + DSA problem (Coding Problem is sort of Medium to Easy)
3. Managerial Round mostly about my resume and current and previous projects that i worked on.
4. Hr salary negotiation it was like gernal introduction from both side plus hr explained about my salary and project a bit.

Skills evaluated in this interview

Teradata interview questions for designations

 Associate Software Engineer

 (2)

 Software Developer

 (2)

 Software Engineer2

 (1)

 Software Engineering Specialist

 (1)

 Test Engineer

 (2)

 System Engineer

 (1)

 Data Engineer

 (1)

 Senior Devops Engineer

 (2)

I applied via Job Fair and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. It was a Technical F2F round, the interviewer asked to explain the project. Then he asked whether I know ML as they were working on the algorithms beyond ML. He gave me a code to write in which an array ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good coding and debugging skills

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly questions are asked on data structure algorithms core DBMS concept

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for core computer science .

Software Engineer Jobs at Teradata

View all

I applied via LinkedIn and was interviewed in May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS and algorithm questions on stacks, queues, trees, graphs.
  • Q2. Theoretic questions on multi threading, cache coherence and process address space

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare from leetcode for DS and algo, as all of my questions can be found among the first 20 problems in each of the above categories,I.e stacks, queues, trees and graphs.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on the concept of classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for diffe...

  • Answered by AI
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Ans. 

    Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.

    • Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.

    • Comparator interface is used to define custom ordering of objects. Example:...

  • Answered by AI
  • Q3. Given a string. Find the number of occurrences of each character
  • Ans. 

    Count occurrences of each character in a given string

    • Create an array to store the count of each character

    • Iterate through the string and increment the count of each character in the array

    • Return the array with counts for each character

  • Answered by AI
  • Q4. Given an array. Remove the number of duplicates
  • Ans. 

    Remove duplicates from an array of strings

    • Iterate through the array and store each element in a set to keep track of unique values

    • Create a new array with the unique values from the set

  • Answered by AI
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

It included aptitude, technical and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on SQL(Joins)
  • Q2. Questions on arrays, substrings
Round 3 - HR 

(2 Questions)

  • Q1. Location preferred
  • Ans. 

    Remote work preferred, open to occasional travel

    • Remote work preferred

    • Open to occasional travel

    • Flexible with location

  • Answered by AI
  • Q2. Family background
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR

Teradata Interview FAQs

How many rounds are there in Teradata Software Engineer interview?
Teradata interview process usually has 1-2 rounds. The most common rounds in the Teradata interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Teradata Software Engineer 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 Teradata. The most common topics and skills that interviewers at Teradata expect are Teradata, Data Structures, RDBMS, SQL and Debugging.
What are the top questions asked in Teradata Software Engineer interview?

Some of the top questions asked at the Teradata Software Engineer interview -

  1. 4. Medium low level design problem on LinkedIn l...read more
  2. 3. Project internals and its flo...read more
  3. 1. Linked List Problems which is insert at kth position from the end asked both...read more

Tell us how to improve this page.

Teradata Software Engineer Interview Process

based on 3 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Teradata Software Engineer Salary
based on 248 salaries
₹7.7 L/yr - ₹23 L/yr
115% more than the average Software Engineer Salary in India
View more details

Teradata Software Engineer Reviews and Ratings

based on 23 reviews

4.0/5

Rating in categories

4.0

Skill development

4.7

Work-life balance

3.7

Salary

3.6

Job security

4.5

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 23 Reviews and Ratings
Software Engineer (2-4 yrs)

2-4 Yrs

₹ 7-22.36757 LPA

Explore more jobs
Software Engineer
248 salaries
unlock blur

₹7.7 L/yr - ₹23 L/yr

Technical Consultant
191 salaries
unlock blur

₹5.2 L/yr - ₹19 L/yr

Senior Technical Associate
158 salaries
unlock blur

₹6.9 L/yr - ₹14 L/yr

Data Engineer
152 salaries
unlock blur

₹6.1 L/yr - ₹23 L/yr

Senior Software Engineer
123 salaries
unlock blur

₹12.2 L/yr - ₹35 L/yr

Explore more salaries
Compare Teradata with

IBM

4.0
Compare

SAP

4.2
Compare

Oracle

3.7
Compare

Microsoft Corporation

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