Teradata visited our campus for recruitment for Software Engineer role.
Round-1
The first round comprised of 20 MCQ questions(45 minutes) including programming logic and technical quiz on hackerearth platform.
The technical part had questions from compiler design, computer organization, operating systems and algorithms.
I would suggest doing quizzes from geeksforgeeks to get in touch with all concepts of C and other subjects.
Tips: Solve the questions with a calm mind. Don’t stress yourself during the test because you have 45 minutes to solve 20 questions.
After the first round, 14 students were selected for the next round.
Round-2 (DS Interview)
A brief discussion on my internship which was based on Machine learning.
A few machine learning algorithms.
DS based problem solving:
- mth element from the end in a single linked list. click here!
- Find the first character in the string which doesn’t appear again in the same string. click here!
- Given values of two values n1 and n2 in a Binary Search Tree, find the Lowest Common Ancestor (LCA). You may assume that both the values exist in the tree. click here!
- Check if a given string is a palindrome. click here!
- Given a string return all palindromic substrings. click here!
- Given a number in range(0-100000) return the number in words.Ex: 1234->one thousand two hundred and thirty four.click here!