Upload Button Icon Add office photos
Engaged 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 23 Feb 2025

Top UST Interview Questions and Answers

  • Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natura ...read more
    asked in Senior Software Engineer interview
  • Q2. String Compression Task Develop an algorithm that compresses a string by replacing consecutive duplicate characters with the character followed by the count of its repet ...read more
    asked in Software Engineer interview
  • Q3. Middle of Linked List Given the head node of a singly linked list, your task is to return a pointer to the middle node of the linked list. If there are an odd number of ...read more
    asked in Senior Software Developer interview
View all 331 questions

UST Interview Experiences

Popular Designations

510 interviews found

Software Developer Interview Questions & Answers

user image TCOC25_AkanshaK

posted on 15 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy, medium level qs

Top UST Software Developer Interview Questions and Answers

Q1. How to use design phase in software development?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Specialist I - Cloud Infrastructure Interview Questions & Answers

user image Aditya singh

posted on 3 Dec 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Purely based on your profile
Round 2 - Technical 

(1 Question)

  • Q1. Technical question only

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company, dont miss chance to join UST
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What was ur expected salary
  • Q2. Tell the needed one

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep prepared for every round

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between throw and throws
  • Ans. 

    throw is a keyword used to throw an exception in Java, while throws is used in method signature to declare exceptions that can be thrown by the method.

    • throw is used to explicitly throw an exception in Java code

    • throws is used in method signature to declare exceptions that can be thrown by the method

    • Example: throw new Exception("Something went wrong");

    • Example: public void someMethod() throws IOException {}

  • Answered by AI

Skills evaluated in this interview

Lead Software Test Engineer Interview Questions asked at other Companies

Q1. when given time based logs, filter them using automation
View answer (1)

UST interview questions for popular designations

 Software Developer

 (46)

 Senior Software Engineer

 (32)

 Software Engineer

 (23)

 Devops Engineer

 (10)

 Java Developer

 (8)

 Validation Engineer

 (8)

 Team Lead

 (7)

 Associate Software Developer

 (6)

UX Designer Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

(1 Question)

  • Q1. Walkthrough of the project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a thorough presentation of your work

UX Designer Interview Questions asked at other Companies

Q1. Which software will you use to design a logo and why?
View answer (3)

Get interview-ready with Top UST Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy, basic questions

Round 2 - Coding Test 

Written test
C programming

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)

Jobs at UST

View all

Test Lead Interview Questions & Answers

user image Anonymous

posted on 9 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing selenium questions Collections Java Frameworks
Round 2 - Coding Test 

Basic string programs

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)

Developer 3 Interview Questions & Answers

user image Riya Roy

posted on 21 Mar 2024

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

(1 Question)

  • Q1. Basic knowledge on dot net core, angular and cloud
Round 2 - HR 

(1 Question)

  • Q1. Team management and communication skills

Developer 3 Interview Questions asked at other Companies

Q1. Write Unit tests for a function
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Embedded systems related
Round 2 - Technical 

(1 Question)

  • Q1. Project related
Round 3 - HR 

(1 Question)

  • Q1. Usual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very easy interview if your know your CV very well you will clear it.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Team Lead 1 Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is request specification
  • Ans. 

    Request specification is a detailed description of the requirements and expectations for a specific request or task.

    • Request specification outlines the specific details and criteria for a request or task

    • It includes information such as the purpose, scope, deliverables, timeline, and resources required

    • Examples of request specification include project briefs, work orders, and service level agreements

  • Answered by AI

Skills evaluated in this interview

Team Lead 1 Interview Questions asked at other Companies

Q1. What do you know about instakart service private limited?
View answer (1)

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, Microservices, Python 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 402 interviews

Interview experience

4
  
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.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 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
Application Support Service Manager

Kochi,

Thiruvananthapuram

10-15 Yrs

Not Disclosed

QE Service Manager

Kochi,

Thiruvananthapuram

10-15 Yrs

Not Disclosed

Oracle Fusion Service Manager

Kochi,

Thiruvananthapuram

10-15 Yrs

Not Disclosed

Explore more jobs
Software Developer
2.1k salaries
unlock blur

₹2.5 L/yr - ₹12.7 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹6.6 L/yr - ₹27 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.7 L/yr - ₹15.4 L/yr

System Analyst
1.1k salaries
unlock blur

₹6.3 L/yr - ₹21 L/yr

Validation Engineer
936 salaries
unlock blur

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