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. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

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. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

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. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

Jobs at Tranzita Systems

View all

Interview questions from similar companies

I applied via Job Portal and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test in hacker rank, easy

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to dbms, Computer network, basic programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers, its easy but the pay is less.

I applied via Referral and was interviewed before Jun 2021. There were 2 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 - Technical 

(3 Questions)

  • Q1. SQL based scenario mostly windows functions
  • Q2. Basic data warehouse concepts
  • Q3. Basic ETL and data modelling issues

Interview Preparation Tips

Topics to prepare for Accenture Data Engineer interview:
  • ETL
  • SQL
  • Data Warehousing
  • Data Modeling
  • Python
Interview preparation tips for other job seekers - Mostly they asked about SQL, mostly windows functions.
I have work experience on talend ETL they asked basic concepts of ETL, Data warehouse and data modelling.
Basic questions about

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

Interview Questionnaire 

4 Questions

  • Q1. 1. Programming Logic for loops and majorly In python
  • Ans. 

    Python has for and while loops. For loop iterates over a sequence and while loop executes a block of code while a condition is true.

    • For loop syntax: for variable in sequence: block of code

    • While loop syntax: while condition: block of code

    • Example: for i in range(5): print(i) will print 0 to 4

    • Example: while x < 5: print(x); x += 1 will print 0 to 4

  • Answered by AI
  • Q2. Data warehouse concept
  • Q3. Cloud Concepts Aws
  • Q4. SQL writing SQL query important

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on SQL well and have some knowledge of AWS and data warehouse and some programming language like python

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Coding Test 

About your tech stack along with 2 Programming question basic DS Problems, and 2-3 SQL Queries moderate level.

Round 2 - Coding Test 

3-4 SQL queries medium to high level and 2 programming question moderate level

Round 3 - Case Study 

Data modeling and Data warehousing questions along with SQL queries Hard level

Round 4 - Technical 

(2 Questions)

  • Q1. Create a Data model for the use case like CCD, Pizza hut and questions from that Data model
  • Q2. Data Warehousing and Big data related problems Data pipelines and ETL related Question Cloud computing related questions
Round 5 - One-on-one 

(1 Question)

  • Q1. Techno manager round on case studies to come complex problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL - moderate to high level, Programming basic to moderate level along with data modeling and warehousing use cases.

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

Data Engineer Interview Questions & Answers

Amazon user image Rohit Kulkarni

posted on 21 Sep 2015

Interview Preparation Tips

Round: Resume Shortlist
Experience: Relevant experience matters, a lot!

Round: HR Interview
Experience: Nothing specific. Just resume based.

Round: Technical Interview
Experience: 7 rounds. Across SQL, Python, Shell Script (bash), platform architectures and Amazon web services (AWS).
Tips: Prepare well - SQL and data architectures for various use cases.

Round: Behavioural Interview
Experience: On Amazons leadersh

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Design booking.com.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare SQL complex queries.

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.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k 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
Tech Support Engineer

Lucknow

1-2 Yrs

₹ 3-3.5 LPA

MERN Stack Developer

Lucknow

0-1 Yrs

₹ 3-3.5 LPA

Data Scientist

Lucknow

1-3 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer
20 salaries
unlock blur

₹3 L/yr - ₹6 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

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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