Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare

Filter interviews by

UST Interview Questions, Process, and Tips

Updated 7 Mar 2025

Top UST Interview Questions and Answers

View all 333 questions

UST Interview Experiences

Popular Designations

510 interviews found

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

(2 Questions)

  • Q1. Scenario based question on team handling.
  • Q2. Scenario based on clint Communication and responses

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open mind and learn about team building

Team Leader (Technical) Interview Questions asked at other Companies

Q1. What is OSG what is v3f What DBG Divert wheel U r V shape best What will take in first site visit and what will customer side need What is use of divert wheel What is sap technology How is lop and cop working
View answer (1)

Manual Test Engineer Interview Questions & Answers

user image Respective user 001

posted on 28 Feb 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Define method over loading and method over riding?
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is achieved by having multiple methods in the same class with the same name but different parameters.

    • Method overriding is achieved by having a method in a subclass with the same n...

  • Answered by AI
  • Q2. Manual testing question should be asked what kinds of question they are asking

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attended the interview as I got invite link from naukri provided by a HR her name was sreesha ramdas, what she did is the client were already selected 3 candidate but she posted 3 vacancies for testing is available as she is posted in their site, naukri and Job boards, but I went for the interview and put leave to my office because I got the interview link. Got frustrated after hearing those words I gone to the coimvatore office which is above the passport office at 9 am no one is there I waited till 12 pm after they discussing internally whether we conduct interview for the candidate who were came totally 6 candidate were came by seeing the mail no one is selected the interview they conducted asking very basic testing questions as usual such a worst ever interview I have attended in my life is this one. I wasted my leave time effort energy only of that useless HR sreesha ramdas she can't even have common sense even though I tried to message her for confirmation whether it was avsibke or not but she haven't replied on LinkedIn never seen such a disgusting fellow as hr there in a big company

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spring basics and writing code
  • Q2. Oops concepts abstraction, encapsulation

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic pipeline,python,some simple coding
  • Q2. More on resume and based on ur answers
  • Q3. Docker multistage
Round 2 - Technical 

(2 Questions)

  • Q1. Write the k8s deployment ymal with rolling update for given docker image
  • Ans. 

    Create a k8s deployment ymal with rolling update for a given docker image

    • Define a Deployment object in the YAML file

    • Specify the container image in the spec section

    • Set the update strategy to RollingUpdate

    • Define the number of replicas for the deployment

  • Answered by AI
  • Q2. Read json file and recursive way of geting value based on key

Skills evaluated in this interview

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

UST interview questions for popular designations

 Software Developer

 (46)

 Senior Software Engineer

 (32)

 Software Engineer

 (23)

 Devops Engineer

 (10)

 Validation Engineer

 (8)

 Java Developer

 (8)

 Team Lead

 (7)

 Associate Software Developer

 (6)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. UST wanted this to be confidential
  • Q2. Confidential

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Not join a company that doesn't respect your loyalty and at the same time is miserly when it comes to pay. They are the ultimate leaders in cost cutting and silent layoffs. They give such poor hikes that there is really really no scope for growth. I have seen people leaving the organisation because of the poor quality of projects they were offered. They are just cheap solution providers

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)

Get interview-ready with Top UST Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java program to do the validations.
  • Ans. 

    Java program to perform validations on input data.

    • Use regular expressions to validate input data.

    • Implement custom validation logic for specific requirements.

    • Utilize Java libraries like Apache Commons Validator for common validation tasks.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Do the cred operations
  • Ans. 

    The cred operations refer to the actions related to credentials in a software system.

    • Cred operations typically involve tasks such as creating, updating, deleting, and verifying user credentials.

    • Examples of cred operations include user registration, password reset, and authentication processes.

    • These operations are crucial for ensuring secure access to the software system and protecting user data.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Expectations and company policies

Software Developer II Interview Questions asked at other Companies

Q1. What all type of exceptions in Mule 4 & 3 and what is difference in both?
View answer (1)

Jobs at UST

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Based on my experience and tech stacks
  • Q2. Coding questions. Find numbers start with 1 from list of Integer using stream and lambda.
  • Ans. 

    Using stream and lambda to find numbers starting with 1 from list of Integers.

    • Use stream to filter the list of Integers based on the condition that the number starts with 1.

    • Use lambda expression to define the condition for filtering.

    • Convert the filtered numbers to strings and store them in an array.

  • Answered by AI
  • Q3. Questions on SQL
Round 2 - Technical 

(4 Questions)

  • Q1. More focused on Architecture level
  • Q2. Kafka scenarios , failover and zookeeper
  • Q3. API gateway edureka service registry and discovery
  • Q4. Coding question - two list of interger. Merge them and do not include duplicates in result list.
  • Ans. 

    Merge two lists of integers and remove duplicates in the result list.

    • Create a new list to store the merged result.

    • Iterate through each element in both lists and add them to the result list if they are not already present.

    • Use a set to keep track of duplicates and avoid adding them to the result list.

  • Answered by AI

Skills evaluated in this interview

Software Developer 3 Interview Questions asked at other Companies

Q1. Coding question - two list of interger. Merge them and do not include duplicates in result list.
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. DAX Related Syntax and Codes
  • Q2. Data Modelling, SQL, Python
Round 2 - Technical 

(1 Question)

  • Q1. No Response from HR after calling of selection after Round 1

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A standard online test conducted through one of the testing platforms.

Round 2 - Technical 

(4 Questions)

  • Q1. Java 8 features
  • Q2. Rest API
  • Q3. Java 8 coding problem
  • Q4. Collections
Round 3 - Technical 

(1 Question)

  • Q1. It was based on my previous project

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Work experience walk through
  • Q2. Scenario based questions
  • Q3. About the company
  • Q4. About the client and process
  • Q5. About process walk through

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst interview experience ever, they conducted first round and said shortlisted, later they never comeback.
The hr kavi priya was not answering my calls.

Note: If you are moving with another candidate atleast inform please.

Procurement Executive Interview Questions asked at other Companies

Q1. What are the detail that you will share to the supplier for getting a quote.?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is REST Framework
  • Ans. 

    REST framework is a set of rules and conventions for building and interacting with web services.

    • REST stands for Representational State Transfer

    • It uses standard HTTP methods like GET, POST, PUT, DELETE for communication

    • It is stateless and allows for scalability and flexibility

    • Example: Django REST framework for building APIs in Python

  • Answered by AI
  • Q2. What are the SQL Queries
  • Ans. 

    SQL queries are used to retrieve, manipulate, and manage data stored in a database.

    • SQL SELECT query is used to retrieve data from a database table.

    • SQL INSERT query is used to insert new records into a database table.

    • SQL UPDATE query is used to modify existing records in a database table.

    • SQL DELETE query is used to remove records from a database table.

  • Answered by AI
Round 2 - Coding Test 

This is related to SQL

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

UST Interview FAQs

How many rounds are there in UST interview?
UST interview process usually has 2-3 rounds. The most common rounds in the UST interview process are Technical, HR and Resume Shortlist.
How to prepare for UST 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 Java, Spring Boot, Python, Microservices and SQL.
What are the top questions asked in UST interview?

Some of the top questions asked at the UST interview -

  1. If a application is running slow what process would you follow to find root cau...read more
  2. =>What is garbage collection in c# =>What is dispose and finalise in c# =>What ...read more
  3. 1.If an URL is not reachable then what are all the possible reaso...read more
How long is the UST interview process?

The duration of UST interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

UST Interview Process

based on 409 interviews

Interview experience

3.9
  
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
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

UST Reviews and Ratings

based on 4.4k reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.4

Salary

3.5

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 4.4k Reviews and Ratings
.NET Full Stack Developer

Kochi

5-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Validation Engineer
936 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare UST 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