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

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse the array given
  • Q2. Largest element in the array
  • Ans. 

    Find the largest element in an array of strings

    • Iterate through the array and compare each element to find the largest one

    • Use a loop to go through each element and keep track of the largest element found so far

    • Consider converting string elements to numbers if applicable for comparison

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduction to your profile
  • Ans. 

    Experienced engineering manager with a background in software development and team leadership.

    • Over 10 years of experience in software development

    • Managed cross-functional engineering teams

    • Strong leadership and communication skills

    • Implemented agile methodologies to improve team efficiency

  • Answered by AI
  • Q2. Tell me you projects

Skills evaluated in this interview

Engineering Manager Interview Questions asked at other Companies

Q1. Which contactor connected first in star delta starter?
View answer (1)

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. What is referential integrity
  • Ans. 

    Referential integrity ensures that relationships between tables are maintained in a database.

    • It ensures that foreign key values in one table match primary key values in another table.

    • It helps maintain consistency and accuracy of data in the database.

    • If a foreign key value is deleted or updated, the corresponding primary key value should also be updated or deleted to maintain integrity.

  • Answered by AI

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)

QA Engineer Interview Questions & Answers

user image Swetha M

posted on 22 Sep 2024

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

(2 Questions)

  • Q1. Java Programs on Strings
  • Q2. Collections and oops

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. About Java 8 , Database
Round 2 - Technical 

(1 Question)

  • Q1. Deep JAVA 8 , 11 . Microservices, SpringBoot

Top UST Senior Software Engineer 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 natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

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 natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
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)

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Self introduction
  • Q2. Defect life cycle
  • Q3. What is Sdlc and stlc
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is the process of developing software. STLC stands for Software Testing Life Cycle, which is the process of testing software.

    • SDLC involves planning, designing, coding, testing, and deployment of software.

    • STLC involves test planning, test design, test execution, and test closure.

    • SDLC focuses on the overall development process, while STLC focuses specifically on test...

  • Answered by AI
  • Q4. Testing types done in previous project
  • Ans. 

    Functional testing, regression testing, integration testing, and user acceptance testing were done in the previous project.

    • Functional testing ensures the software functions correctly according to requirements.

    • Regression testing checks for any new bugs introduced after changes.

    • Integration testing verifies the interaction between different components.

    • User acceptance testing validates if the software meets user requiremen

  • Answered by AI

Skills evaluated in this interview

Top UST Manual Tester Interview Questions and Answers

Q1. Difference between smoke and sanity test?
View answer (3)

Manual Tester Interview Questions asked at other Companies

Q1. What is sdlc stlc waterfall model,smoke testing, black box testing, what is quality, what is strub and driver, different levels of testing, UAT, system testing. What is defect, Defect life cycle.
View answer (1)

Get interview-ready with Top UST Interview Questions

Web Developer Interview Questions & Answers

user image Tanushree Mahato

posted on 15 Feb 2024

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good all logical type of question, easy

Round 2 - Technical 

(4 Questions)

  • Q1. Good they ask all about projects
  • Q2. What were your projects?
  • Q3. What difficulties did u face during the project
  • Q4. Sql questions were asked

Interview Preparation Tips

Topics to prepare for UST Web Developer interview:
  • SQL
  • OOPS
  • DSA
  • New Projects
Interview preparation tips for other job seekers - interview rounds are easy go for it

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)

Jobs at UST

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

(2 Questions)

  • Q1. What is spill over in a sprint, velocity? How will you handle CR in a sprint:
  • Ans. 

    Spill over in a sprint refers to incomplete work carried over to the next sprint. Velocity is the measure of work completed in a sprint. Change Requests (CR) in a sprint need to be carefully managed.

    • Spill over in a sprint occurs when tasks planned for the sprint are not completed within the sprint timeline.

    • Velocity is the measure of the amount of work completed in a sprint, usually measured in story points or tasks com...

  • Answered by AI
  • Q2. Answered all questions
Round 2 - Case Study 

Asked Good technical questions

Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations

Skills evaluated in this interview

Technology Project Manager Interview Questions asked at other Companies

Q1. What is spill over in a sprint, velocity? How will you handle CR in a sprint:
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic puzzle question to solve
Round 2 - Coding Test 

Dsa question to solve

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 (38)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly skilled Network Engineer with 5+ years of experience in designing, implementing, and managing complex network infrastructures.

    • Experienced in configuring and troubleshooting routers, switches, firewalls, and other network devices

    • Proficient in network security protocols such as VPNs, ACLs, and IDS/IPS

    • Strong knowledge of TCP/IP, DNS, DHCP, and other networking protocols

    • Certified in Cisco CCNA and CCNP

    • Excelle

  • Answered by AI
  • Q2. Tell me what you want to do you have to be a shift

Top UST Network Engineer Interview Questions and Answers

Q1. What is the difference between overlay and underlay?
View answer (1)

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Software Engineer Interview Questions & Answers

user image aishwarya vikas

posted on 12 Sep 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Wpf,mvvm, c#, dp
  • Q2. Explain oops and wpf concepts
  • Ans. 

    OOPs stands for Object-Oriented Programming and WPF stands for Windows Presentation Foundation.

    • OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • WPF is a framework for building Windows client applications with rich user interfaces.

    • In OOPs, concepts like inheritance, encapsulation, polymorphism, and abstraction are used to desi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company. Very bad service based company. The recruiter said you are selected , took all documents and did not give the letter. Kept making excuses. Specially if you are immediate joiner, it's very risky to trust on this company.

Skills evaluated in this interview

Top UST Software Engineer Interview Questions and Answers

Q1. Compress the String Write a program to do basic string compression. For a character which is consecutively repeated more than once, replace consecutive duplicate occurrences with the count of repetitions. Example: If a string has 'x' repeat... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

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.3k 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.3k Reviews and Ratings
Lab Technician

Bangalore / Bengaluru

0-3 Yrs

Not Disclosed

Delivery Manager (Application and Product Development)

Hyderabad / Secunderabad

12-20 Yrs

Not Disclosed

C#/.NET core

Kochi

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