Upload Button Icon Add office photos

Teradata

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Teradata Associate Software Engineer Interview Questions and Answers

Updated 11 Feb 2023

Teradata Associate Software Engineer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Technical test consisted of standard apti questions, core cs questions and 2 coding questions very easy level.

Round 3 - Technical 

(1 Question)

  • Q1. In online technical round, 1st they ask about project, then dbms, data warehouse, sql queries and sdlc lifecycle.
Round 4 - HR 

(1 Question)

  • Q1. This round was conversational round, they ask about personal information like family background and if we are ready to work in rotational shifts (theirs conditions).
Round 5 - Group Discussion 

After few days they called and said you are selected and called us Airoli office for discussion.
In office, they took Introduction round, then made groups for discussion.
In GD, every individual had to come forward and speak on gd topic for minimum 3-4 minutes.
We were not told about this GD round on call. This was surprise. Final candidates were selected on basis of this round.
then after a week results were announced,.

Interview Preparation Tips

Topics to prepare for Teradata Associate Software Engineer interview:
  • dbma
  • SQL
Interview preparation tips for other job seekers - There was no bond, and first 4 months will be training. Interview process was a cake walk, main round was GD(more like speech round).

I applied via Naukri.com and was interviewed before Oct 2021. There were 3 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Java, Spring, Collections related questions
  • Q2. REST APIs code flow and Spring annotations
  • Q3. Asked based Ds and algo questions
Round 3 - One-on-one 

(3 Questions)

  • Q1. Transactions, challenges faced in Job
  • Q2. In what position you want to be in 5 years
  • Q3. Discussed job role and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core Java, Spring, Spring Boot and Hibernate concepts.

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Objective based questions covering general aptitude, c programming, algorithms, os, dbms, software engineering

Round: HR Interview
Experience: Candidates are eliminated after each round of interviews. Number of interviews varies from candidate to candidate. However 1 HR and 1 Tech interview is compulsory. Some may have separate tech and coding interviews.

General Tips: The 1st round aptitude paper is not too tough but ensures that not everyone is able to clear the cutoff.
In the tech interview programming questions were easy but OS questions are tricky and interviewer is looking for a candidate with a solid basics.
Skill Tips: Try to score as much as you can in the 1st written round. If you have a good score it will help you during the interviews. Try to score as much as you can in the 1st written round. If you have a good score it will help you during the interviews.
Do not spend too much effort on coding questions. Instead focus on fundamentals of OS, DBMS concepts like paging, threading, system calls etc
Skills:
College Name: NIT Surathkal

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with answers

I was interviewed in Apr 2021.

Interview Questionnaire 

1 Question

  • Q1. Round 1 - There was a assessment test conducted in Hacker rank platform. Round 2 - Cognitive Assessment. Its a gaming round and it is easy to clear this round if you have cognitive skill...

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

Interview Questionnaire 

9 Questions

  • Q1. Tell me about yourself. / Introduce your self
  • Q2. Asked me about the mini project and the domain used in the mini project. Role played by me in the development of project. If front end coder or back end coder is your answer then you should be aware of wha...
  • Q3. What are the programming languages on which I have knowledge regarding.
  • Ans. 

    I have knowledge in multiple programming languages.

    • Java

    • Python

    • C++

    • JavaScript

  • Answered by AI
  • Q4. Some questions related to programming languages like C, Java.(since I have mentioned them in my resume).Asked me to explain some oops concepts with real time examples. Also asked me questions on data base ...
  • Q5. Gave me a problem statement to write the code in my preferred programming language.
  • Q6. Any certification courses that you have undergone. If yes, then you should be aware of what is the knowledge you have gained by doing that certification course.
  • Q7. Asked about internship experience and what are the concepts and projects done during the internship process.
  • Q8. Asked me if I have account in any of the online code practicing platform like hacker rank/ leet code/ hacker earth etc., and if I practice coding through those sites.
  • Q9. Asked me if it is okay for me to relocate to any place.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whenever you are going for an interview in any company make sure you have confidence in you. Try to handle the situation without experiencing any stress. Even though if it is your first interview don't get stressed or don't get nervous.
while attending the technical round, be sure that you have good knowledge on the concepts which you have mentioned in your resume. Do not keep any programming languages that you are not aware of. Make your mind prepared to solve the coding question if asked during the interview. If you don't know the answer for any question don't tell something wrong answer. Ask the interviewer for excuse in a polite manner.
while attending HR round, be mentally strong and manage your emotions. It is advised for every one to know about the company ie., basic details of the company, CEO, branches if that company, products etc., If you were given any case study, then first refresh your mind and think about the best possible way for that.

I was interviewed before May 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Timing - flexible 12 hours window to take the test. (9AM - 9PM)
Test was proctored

  • Q1. 

    Combination Sum Problem Statement

    Given three integers X, Y, and Z, calculate the sum of all numbers that can be formed using the digits 3, 4, and 5. Each digit can be used up to a maximum of X, Y, and Z ...

  • Ans. 

    Calculate the sum of all numbers that can be formed using the digits 3, 4, and 5 with given constraints.

    • Iterate through all possible combinations of 3, 4, and 5 based on the given constraints.

    • Calculate the sum of each combination and add them up.

    • Return the final sum modulo 10^9 + 7.

  • Answered by AI
  • Q2. 

    Longest Path In Directed Graph Problem Statement

    Given a Weighted Directed Acyclic Graph (DAG) comprising 'N' nodes and 'E' directed edges, where nodes are numbered from 0 to N-1, and a source node 'Src'....

  • Ans. 

    The task is to find the longest distances from a source node to all nodes in a weighted directed acyclic graph.

    • Implement a function that takes the number of nodes, edges, source node, and edge weights as input.

    • Use a topological sorting algorithm to traverse the graph and calculate the longest distances.

    • Return an array of integers where each element represents the longest distance from the source node to the correspondi

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

Timing - 9:00 AM - 9:40 AM

  • Q1. 

    Factorial Trailing Zeros Problem

    You are provided with a positive integer N. Your goal is to determine the smallest number whose factorial has at least N trailing zeros.

    Example:

    Input:
    N = 1
    Output:
    ...
  • Ans. 

    Find the smallest number whose factorial has at least N trailing zeros.

    • Calculate the number of 5's in the prime factorization of the factorial to determine the trailing zeros.

    • Use binary search to find the smallest number with at least N trailing zeros.

    • Consider edge cases like N = 0 or N = 1 for factorial trailing zeros problem.

  • Answered by AI
  • Q2. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, your task is to return the head of the reversed linked list.

    Example:

    Input:
    The given linked list is 1 -> 2 -> 3 -&g...
  • Ans. 

    To reverse a singly linked list of integers, return the head of the reversed linked list.

    • Iterate through the linked list, reversing the pointers to point to the previous node instead of the next node.

    • Keep track of the previous, current, and next nodes while traversing the list.

    • Update the head of the reversed linked list to be the last element of the original list.

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

Timing - 12:00 Pm to 12:40 PM

  • Q1. 

    Implementing a Priority Queue Using Heap

    Ninja has been tasked with implementing a priority queue using a heap data structure. However, he is currently busy preparing for a tournament and has requested yo...

  • Ans. 

    Implement a priority queue using a heap data structure by completing the provided functions: push(), pop(), getMaxElement(), and isEmpty().

    • Understand the operations: push() to insert element, pop() to remove largest element, getMaxElement() to return largest element, and isEmpty() to check if queue is empty.

    • Implement a heap data structure to maintain the priority queue.

    • Handle different types of queries based on the inp...

  • Answered by AI
  • Q2. 

    Largest BST Subtree Problem

    Given a binary tree with 'N' nodes, determine the size of the largest subtree that is also a BST (Binary Search Tree).

    Input:

    The first line contains an integer 'T', represen...
  • Ans. 

    The problem involves finding the size of the largest subtree that is also a Binary Search Tree in a given binary tree.

    • Traverse the binary tree in a bottom-up manner to check if each subtree is a BST.

    • Keep track of the size of the largest BST subtree encountered so far.

    • Use recursion to solve the problem efficiently.

    • Consider edge cases like empty tree or single node tree.

    • Example: For input 1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Timing - 6:00 PM - 6:30 PM

  • Q1. Can you design a system similar to Splitwise and identify three features that you would change or improve?
  • Ans. 

    Design a system similar to Splitwise and suggest three features for improvement.

    • Implement a real-time notification system for updates on shared expenses

    • Integrate a feature for automatic currency conversion for international transactions

    • Enhance the user interface with data visualization tools for better expense tracking

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as Associate Software Engineer in BangaloreEligibility criteriaNo criteriaSalesforce interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, OOPS, OS, DBMS.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For fresher role, System design is not very important.
Tip 2 : Do at least 1-2 good quality projects.
 

Application resume tips for other job seekers

Tip 1 : Have 1-2 good engaging projects in resume.
Tip 2 : Internships are helpful.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy. Only basic questions were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. What was your project?
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized PHP and MySQL for back-end development

    • Implemented features such as product tracking, order processing, and reporting

    • Collaborated with team members to ensure project completion within deadline

  • Answered by AI
  • Q2. How can you improve your website?
  • Ans. 

    Improving a website involves optimizing performance, enhancing user experience, and updating content regularly.

    • Optimize website speed by compressing images and minifying code

    • Enhance user experience by improving navigation and adding interactive features

    • Update content regularly to keep information fresh and relevant

  • Answered by AI
Interview experience
3
Average
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 Resume tips
Round 2 - Group Discussion 

Corona Pandemic, digitalization

Round 3 - Aptitude Test 

Qualitative and quantitative questions + gmat

Round 4 - Technical 

(1 Question)

  • Q1. Dbms, os, programming
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

One questiuon on dp longest increasing sub sequences

Round 2 - Technical 

(2 Questions)

  • Q1. Question on binary search on answers
  • Q2. Question on routing devices and alogorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - strong networking skilla sand core subjects
Contribute & help others!
anonymous
You can choose to be anonymous

Teradata Interview FAQs

How many rounds are there in Teradata Associate Software Engineer interview?
Teradata interview process usually has 4 rounds. The most common rounds in the Teradata interview process are Resume Shortlist, One-on-one Round and Aptitude Test.
How to prepare for Teradata Associate 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 SQL, Teradata, Computer science, Data Structures and Unix.
What are the top questions asked in Teradata Associate Software Engineer interview?

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

  1. REST APIs code flow and Spring annotati...read more
  2. Java, Spring, Collections related questi...read more
  3. Asked based Ds and algo questi...read more

Recently Viewed

INTERVIEWS

Schindler Group

No Interviews

INTERVIEWS

Reliance Industries

No Interviews

INTERVIEWS

Vedanta Limited

No Interviews

INTERVIEWS

MNC AUTOMATION

No Interviews

CAMPUS PLACEMENT

University of Mumbai, Mumbai

INTERVIEWS

Company Interviews

No Interviews

INTERVIEWS

Reliance Industries

No Interviews

INTERVIEWS

Siemens

No Interviews

SALARIES

Apmosys Technologies

INTERVIEWS

Viraj Profiles

No Interviews

Tell us how to improve this page.

Teradata Associate Software Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Teradata Associate Software Engineer Salary
based on 56 salaries
₹8 L/yr - ₹14.2 L/yr
97% more than the average Associate Software Engineer Salary in India
View more details

Teradata Associate Software Engineer Reviews and Ratings

based on 8 reviews

3.9/5

Rating in categories

2.2

Skill development

3.3

Work-life balance

3.1

Salary

2.8

Job security

2.7

Company culture

2.2

Promotions

2.6

Work satisfaction

Explore 8 Reviews and Ratings
Software Engineer
246 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Associate
158 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
158 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
126 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent