Premium Employer

i

This company page is being actively managed by UST Team. If you also belong to the team, you can get access from here

UST Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

UST Data Engineer Interview Questions and Answers

Updated 5 Nov 2024

UST Data Engineer Interview Experiences

3 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write code in regular expression to remove the special characters
  • Ans. 

    Use regular expression to remove special characters from a string

    • Use the regex pattern [^a-zA-Z0-9\s] to match any character that is not a letter, digit, or whitespace

    • Use the replace() function in your programming language to replace the matched special characters with an empty string

    • Example: input string 'Hello! How are you?' will become 'Hello How are you' after removing special characters

  • Answered by AI
  • Q2. Questions on resume

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

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

(2 Questions)

  • Q1. Diff between rank and dense rank
  • Ans. 

    Rank assigns unique rank to each row, while dense rank assigns consecutive ranks without gaps.

    • Rank leaves gaps in rank sequence if there are ties, while dense rank does not

    • Rank function is used to assign a unique rank to each row based on a specified column

    • Dense rank function is used to assign consecutive ranks to rows without any gaps

    • Example: If there are two rows with rank 1 in a dataset, rank function will assign 1 ...

  • Answered by AI
  • Q2. How to dump data from csv into bq
  • Ans. 

    Use Google Cloud Storage to load CSV data into BigQuery

    • Upload the CSV file to Google Cloud Storage

    • Create a BigQuery table with the appropriate schema

    • Use the 'bq load' command to load the data from the CSV file into the BigQuery table

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions Asked at Other Companies

asked in Sigmoid
Q1. Next Greater Element Problem Statement You are given an array arr ... read more
asked in LTIMindtree
Q2. If you are given cards numbered 1-1000 and 4 boxes, where card 1 ... read more
asked in Cisco
Q3. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q4. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Project architechture
  • Q2. What is adf triggers
  • Ans. 

    ADF triggers are used in Azure Data Factory to schedule and orchestrate data pipelines.

    • ADF triggers enable the automation of data movement and data transformation activities.

    • Triggers can be scheduled to run at specific times or based on event-based triggers.

    • They can be used to start or stop pipelines, and can be configured with parameters and dependencies.

    • Examples of triggers include time-based schedules, event-based t...

  • Answered by AI
  • Q3. What is IR, and difference between dataset and linked service
  • Ans. 

    IR stands for Integration Runtime. Dataset is a representation of data, while linked service is a connection to the data source.

    • IR is a compute infrastructure used to provide data integration capabilities

    • Dataset is a structured representation of data used in data engineering tasks

    • Linked service is a connection to a data source, providing access to the data

    • IR enables data movement and transformation between different da...

  • Answered by AI
  • Q4. Optimization techniques in spark
  • Ans. 

    Optimization techniques in Spark

    • Partitioning data to optimize data locality

    • Caching frequently accessed data

    • Using broadcast variables for small data sets

    • Using appropriate data structures and algorithms

    • Avoiding unnecessary shuffling of data

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about UST?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Ans. 

    Collections are data structures that store and manipulate groups of objects.

    • Collections provide a way to organize and manage large amounts of data

    • They can be used to perform operations on groups of objects, such as sorting or searching

    • Examples of collections include arrays, lists, sets, and maps

  • Answered by AI
  • Q2. What are the new features in java 8
  • Ans. 

    Java 8 introduces lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow functional programming in Java

    • Functional interfaces enable the use of lambda expressions

    • Streams provide a concise way to perform operations on collections

    • Default methods allow interfaces to have implementation

    • Date and Time API improvements

    • Nashorn JavaScript engine

  • Answered by AI
  • Q3. What is the use of spring boot
  • Ans. 

    Spring Boot is a framework for building standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating and deploying Spring-based applications.

    • It provides a pre-configured environment with a set of opinionated defaults.

    • It includes embedded servers like Tomcat, Jetty, and Undertow.

    • It supports a wide range of data sources and data access technologies.

    • It enables easy integration with...

  • Answered by AI
  • Q4. What is JPA
  • Ans. 

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

I applied via Company Website and was interviewed before Oct 2021. 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 tips
Round 2 - Aptitude Test 

Basic Aptitude with some difficult questions

Round 3 - Coding Test 

3 set of coding question were asked 1 easy ,1 medium ,1 hard

Round 4 - One-on-one 

(1 Question)

  • Q1. This was personal technical interview asking all related to my cv and the one they are looking for
Round 5 - HR 

(1 Question)

  • Q1. Basic personality questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything basic and from the CV and you will be good to go.Research about the company a bit that will add cherry on top.

I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The Questions in the aptitude test were Average but you need to be pretty quick to solve them sp yes speed matters in aptitude test

Round 2 - Coding Test 

After aptitude there was a coding test which was not necessary to clear for ASE profile but if you clear it then you will be considered for SE profile. its better to give your all out in the coding test to gain a better career level at accenture

Round 3 - Technical 

(4 Questions)

  • Q1. After clearing above 2 rounds there was technical and HR round both combined(In my case) so they basically ask the questions related to what you've written in your resume, make sure to not write anything w...
  • Q2. Question 1. Tell me about your project and what all challenges did you faced
  • Q3. Describe yourself in minimum possible words
  • Q4. Technical questions related to technologies you've written in your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - My final Advice for the job seekers would be keep grinding don't get nervous and stay confident on your answers even if you know very little.

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic javascript and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear
Are these interview questions helpful?

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

Interview Questionnaire 

1 Question

  • Q1. Related to final year project and basic programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for pool campus drive before covid in feb 2019. The whole interview process have done in one day.

The first round was basic aptitude and essay writing the level of difficulty is average and this is also elimination round.

The second was pseudo coding round It has mcq based programing question like arrays, looping and some data structure question.

Depending on the score in coding round they split us into two groups infra and non infra. Infra for cloud and infrastructure related roles and non-infra for programming related role.

The third round was technical Hr. The level of the interview is average he asked basic questions in c and java like inheritance, Polymorphism, encapsulates etc.. and some final project related questions.

The last round was General Hr. He is very friendly and ask about some basic hr question. More importantly know something about the company before getting into this round.

I cleared the interview and got my LOI after 2 months.

Capgemini follows the pre joining course for fresher as ADAPT. It's very useful those are from non IT background.

Clearing ADAPT is not mandatory but you need to participate.

Due to pandemic I got the offer letter on Feb 2021 and now I have completed my training and looking for project.

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

(2 Questions)

  • Q1. Python and Java questions
  • Q2. Oops basic interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easily we can Just Practice basic interview questions

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic question on testing, selenium, java, sql, agile, topics from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with whatever written in resume

UST Interview FAQs

How many rounds are there in UST Data Engineer interview?
UST interview process usually has 1 rounds. The most common rounds in the UST interview process are Technical.
How to prepare for UST Data 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 UST. The most common topics and skills that interviewers at UST expect are SQL, Python, Performance Tuning, Informatica and Data Modeling.
What are the top questions asked in UST Data Engineer interview?

Some of the top questions asked at the UST Data Engineer interview -

  1. what is IR, and difference between dataset and linked serv...read more
  2. write code in regular expression to remove the special charact...read more
  3. How to dump data from csv into...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 3 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more
Join UST Create change that stands the test of time
UST Data Engineer Salary
based on 173 salaries
₹5 L/yr - ₹11.5 L/yr
32% less than the average Data Engineer Salary in India
View more details

UST Data Engineer Reviews and Ratings

based on 17 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.6

Salary

3.2

Job security

3.5

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 17 Reviews and Ratings
Lead I - SAP BODS Data Engineer

Thiruvananthapuram

5-7 Yrs

Not Disclosed

Data Engineer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Data Engineer

Kochi,

Hyderabad / Secunderabad

+1

11-19 Yrs

Not Disclosed

Explore more jobs
Software Developer
2.2k salaries
unlock blur

₹4.1 L/yr - ₹20.3 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹12.8 L/yr - ₹23.9 L/yr

Software Engineer
1.4k salaries
unlock blur

₹3.2 L/yr - ₹15.6 L/yr

System Analyst
1k salaries
unlock blur

₹10.7 L/yr - ₹18 L/yr

Senior Software Developer
948 salaries
unlock blur

₹10.4 L/yr - ₹17.3 L/yr

Explore more salaries
Compare UST with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview