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 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)

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)

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 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

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

Interview Questionnaire 

1 Question

  • Q1. What is the architecture of Spark
  • Ans. 

    Spark has a master-slave architecture with a cluster manager and worker nodes.

    • Spark has a driver program that communicates with a cluster manager to allocate resources and schedule tasks.

    • The cluster manager can be standalone, Mesos, or YARN.

    • Worker nodes execute tasks and store data in memory or on disk.

    • Spark can also utilize external data sources like Hadoop Distributed File System (HDFS) or Amazon S3.

    • Spark supports va...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Coding Test 

Basic Questions on python related to strings

Round 2 - Technical 

(2 Questions)

  • Q1. What method to reduce time complexity
  • Q2. Which technology will suit a particylar situation
  • Ans. 

    Choosing the right technology depends on the specific requirements of the situation.

    • Consider the data size and complexity

    • Evaluate the processing speed and scalability

    • Assess the cost and availability of the technology

    • Take into account the skillset of the team

    • Examples: Hadoop for big data, Spark for real-time processing, AWS for cloud-based solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best. Be prepared for the Python questions.Try to attempt them from Hackerrank.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about your current project? Have you used any AWS services?
  • Q2. Can you explain about EMR andEC2 instance?
  • Ans. 

    EMR is a managed Hadoop framework for processing large amounts of data, while EC2 is a scalable virtual server in AWS.

    • EMR stands for Elastic MapReduce and is a managed Hadoop framework for processing large amounts of data.

    • EC2 stands for Elastic Compute Cloud and is a scalable virtual server in Amazon Web Services (AWS).

    • EMR allows for easy provisioning and scaling of Hadoop clusters, while EC2 provides resizable compute...

  • Answered by AI
  • Q3. What type of schemas did you use for your project. (Star schema, Snowflake Schema)
  • Ans. 

    I have experience working with both Star and Snowflake schemas in my projects.

    • Star schema is a denormalized schema where one central fact table is connected to multiple dimension tables.

    • Snowflake schema is a normalized schema where dimension tables are further normalized into sub-dimension tables.

    • Used Star schema for simpler, smaller datasets where performance is a priority.

    • Used Snowflake schema for complex, larger dat...

  • Answered by AI
  • Q4. Have you used python, pyspark in your projects?
  • Ans. 

    Yes, I have used Python and PySpark in my projects for data engineering tasks.

    • I have used Python for data manipulation, analysis, and visualization.

    • I have used PySpark for big data processing and distributed computing.

    • I have experience in writing PySpark jobs to process large datasets efficiently.

  • Answered by AI
  • Q5. Do you have any experience with serverless schema?
  • Ans. 

    Yes, I have experience with serverless schema.

    • I have worked with AWS Lambda to build serverless applications.

    • I have experience using serverless frameworks like Serverless Framework or AWS SAM.

    • I have designed and implemented serverless architectures using services like AWS API Gateway and AWS DynamoDB.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for real time job experience. Most of the questions they ask are looking for your experience with real time projects.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Databricks, Internals of it, Optimization technique
  • Ans. 

    Databricks is a unified analytics platform that provides a collaborative environment for data scientists, engineers, and analysts.

    • Databricks is built on top of Apache Spark, providing a unified platform for data engineering, data science, and business analytics.

    • Internals of Databricks include a cluster manager, job scheduler, and workspace for collaboration.

    • Optimization techniques in Databricks include query optimizati...

  • Answered by AI
  • Q2. SQL questions of joins,group by
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based azure data factory questions
  • Q2. Project structres, pyspark dataframes related

Interview Preparation Tips

Interview preparation tips for other job seekers - Juat practice fundamentals

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 1. Write SQL code.for ranking based on salary 2. Pyspark code to remove duplicates 3. Power bi question to add filter

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 Power Bi.
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.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 791 Interviews
View all

Tranzita Systems Reviews and Ratings

based on 10 reviews

2.7/5

Rating in categories

3.3

Skill development

2.7

Work-life balance

2.8

Salary

2.7

Job security

2.5

Company culture

2.6

Promotions

2.8

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 1
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
9 salaries
unlock blur

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