Upload Button Icon Add office photos

Filter interviews by

Tranzita Systems Interview Questions and Answers

Updated 14 Dec 2024

Tranzita Systems Interview Experiences

3 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a query to find the second highest salary from the table.
  • Ans. 

    Query to find the second highest salary from a table

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to retrieve the second row

  • Answered by AI
  • Q2. You have a list and your task is to remove the duplicates item from the list without using any inbuilt function.
  • Ans. 

    Remove duplicates from a list without using inbuilt functions

    • Create an empty list to store unique items

    • Iterate through the original list and add items to the new list if they are not already present

    • Return the new list with duplicates removed

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong background in data engineering with proven experience in designing and implementing scalable data solutions.

    • I have a solid understanding of data modeling, ETL processes, and data warehousing.

    • I have experience working with various databases such as SQL, NoSQL, and cloud-based solutions like AWS Redshift.

    • I am proficient in programming languages like Python, Java, and Scala for data processing and analysis...

  • Answered by AI
  • Q2. Why you left your previous organization?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Desire for career advancement

    • Looking for new challenges

    • Seeking better work-life balance

    • Relocation to a different city

    • Company restructuring or downsizing

  • Answered by AI

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2024

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Development Related task.

Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures questions
  • Q2. Questions based on the projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA as a fresher and work on the communication skills.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

I applied via Company Website and was interviewed before Nov 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 tips
Round 2 - Assignment 

They mostly ask about data science related questions on Pandas

Round 3 - Coding Test 

They ask List Dictionary and String related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to learn Pandas and Python for joining. In TRANZITa System job

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Jobs at Tranzita Systems

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Interview mainly asked about spark architecture.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the basic

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Joined as a fresher, basic C program algo

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy to crack
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 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 

Quants, psychological questions, basic programming and syntax along with a program to solve

Round 3 - Group Discussion 

Twelve members groups discussion on general topics

Round 4 - HR 

(2 Questions)

  • Q1. Questions regarding relocation
  • Q2. Tel me something interesting about yourself
  • Ans. 

    I am an avid traveler and have visited over 20 countries.

    • I love exploring new cultures and experiencing different cuisines.

    • Some of my favorite travel destinations include Japan, Italy, and Thailand.

    • I enjoy documenting my travel experiences through photography and blogging.

    • Traveling has taught me to be adaptable and open-minded, which are valuable skills in the data engineering field.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a campus recruit program so it might depend on different colleges

I applied via Referral and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Spark and give diff
  • Q2. What is Smb join
  • Ans. 

    Smb join is a method used to join two tables in SQL Server.

    • Smb join stands for Sort Merge Bucket join.

    • It is used when joining large tables.

    • It involves sorting the tables and then merging them.

    • It is an efficient join method for large tables with indexes.

    • Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column OPTION (HASH JOIN, MERGE JOIN, LOOP JOIN);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare basics

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions are mostly on azure concepts,SQL server, and data warehousing concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about GCP Services
  • Q2. Bigquery questions and sql questions
Round 2 - Technical 

(3 Questions)

  • Q1. Questions about your project and resume
  • Q2. Your project workflow, and your role
  • Q3. Day to day activities in project
  • Ans. 

    Day to day activities in a data engineering project involve data collection, processing, analysis, and maintenance.

    • Collecting and storing data from various sources

    • Cleaning and transforming data for analysis

    • Building and maintaining data pipelines

    • Collaborating with data scientists and analysts

    • Monitoring and optimizing data infrastructure

    • Implementing data security and privacy measures

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and relocation questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. 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 tips
Round 2 - Coding Test 

Java basic coding questions were asked

Round 3 - HR 

(5 Questions)

  • Q1. General Hr questioning was being asked
  • Q2. What challenges did i face in my life
  • Q3. What was my previous project based on
  • Q4. Willing to relocate or not
  • Q5. Why did i chose this company

Interview Preparation Tips

Topics to prepare for LTIMindtree Data Engineer interview:
  • Java
  • Core Java

Tranzita Systems Interview FAQs

How many rounds are there in Tranzita Systems interview?
Tranzita Systems interview process usually has 2-3 rounds. The most common rounds in the Tranzita Systems interview process are Assignment, Technical and Resume Shortlist.
How to prepare for Tranzita Systems 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 Tranzita Systems. The most common topics and skills that interviewers at Tranzita Systems expect are SQL, Python, Node.Js, Angular and Business Development.
What are the top questions asked in Tranzita Systems interview?

Some of the top questions asked at the Tranzita Systems interview -

  1. you have a list and your task is to remove the duplicates item from the list wi...read more
  2. write a query to find the second highest salary from the tab...read more
  3. Data Structures questi...read more

Tell us how to improve this page.

Tranzita Systems Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

Tranzita Systems Reviews and Ratings

based on 11 reviews

2.8/5

Rating in categories

3.4

Skill development

2.7

Work-life balance

2.7

Salary

2.7

Job security

2.8

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 11 Reviews and Ratings
Software Development Engineer
18 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Software Developer
12 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Data Engineer
12 salaries
unlock blur

₹3.5 L/yr - ₹5.6 L/yr

Software Development Engineer 1
10 salaries
unlock blur

₹3.5 L/yr - ₹6.2 L/yr

Software Development Engineer II
9 salaries
unlock blur

₹4.8 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Tranzita Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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