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
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Java program to count duplicates, find missing element in array
  • Ans. 

    Java program to count duplicates and find missing element in array of strings

    • Use a HashMap to count duplicates by iterating through the array

    • Use a HashSet to find the missing element by comparing with a set of all elements

    • Handle edge cases such as empty array or null values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time, such a worst experience interviewer is very rude and he shouted during the interview. Worst management

Skills evaluated in this interview

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 23 Dec 2024

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

(1 Question)

  • Q1. Tell me about your self

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. 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 - Technical 

(1 Question)

  • Q1. Scenario based technical questions
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions and related to migration process

Interview Preparation Tips

Topics to prepare for UST Office 365 Administrator interview:
  • Poor HR process
Interview preparation tips for other job seekers - Very poor HR process. Completed secondary round of technical interview they did not share any update or progress after sending multiple emails and tried calling they did not picked the calls.
One suggestion to HR team at-lest they should share the update on doesn’t matter it’s positive or negative.

Not recommended any candidates for interviews and waste their time instead they should prepare and try for other companies.

Office 365 Administrator Interview Questions asked at other Companies

Q1. What is Exchange Online Protection ? Explain all the filter server involved in EOP ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

90min some verbal reasoning

Processing Executive Interview Questions asked at other Companies

Q1. What is meant by quality and brief explanation of it with an example?
View answer (61)

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)

Tester III- Software Testing Interview Questions & Answers

user image Anonymous

posted on 28 Jun 2024

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

(2 Questions)

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a dedicated software tester with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. Explain about your project and roles and responsibilities?
  • Ans. 

    I worked on a project to test a new mobile application for a retail company.

    • Tested various features of the mobile application such as user authentication, product search, and checkout process

    • Created test cases and executed them to ensure the application functions correctly

    • Reported and tracked bugs using JIRA

    • Collaborated with developers to resolve issues and improve the application's performance

  • Answered by AI

Get interview-ready with Top UST Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Questions on basic DSA

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on projects , questions on sql , python basic
  • Q2. Find average salary of employees from given table for each designation where employee age greater than 30
  • Ans. 

    Calculate average salary of employees over 30 for each designation.

    • Filter employees with age > 30

    • Group employees by designation

    • Calculate average salary for each group

  • Answered by AI

Interview Preparation Tips

Topics to prepare for UST Software Engineer Intern Trainee interview:
  • DSA
  • Project
  • CRM

Skills evaluated in this interview

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)

Jobs at UST

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is event loop in js
  • Ans. 

    Event loop in JavaScript is a mechanism that allows asynchronous non-blocking behavior by handling events and callbacks.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows JavaScript to perform non-blocking operations by queuing tasks in a loop.

    • Event loop continuously checks the call stack and the task queue, moving tasks from the queue to the stack when the stack is empty.

    • Example: se...

  • Answered by AI
  • Q2. What is node.js
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building scalable network applications.

  • Answered by AI

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

What is subsrcipt and index , When will use subscript n index

Round 2 - Coding Test 

Coding for condition parameters

Mainframe Developer Interview Questions asked at other Companies

Q1. How will you use NULL indicator in your program? How will you use VSAM file in program?SOC7 abend reason and resolution.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2023.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Details of Past Projects
  • Q2. General introduction and tech stack
  • Q3. System design around microservices
  • Ans. 

    Microservices architecture is a design approach where a complex application is broken down into smaller, loosely coupled services.

    • Microservices promote scalability, flexibility, and maintainability.

    • Each microservice focuses on a specific business capability.

    • Communication between microservices can be achieved through APIs.

    • Microservices can be developed and deployed independently.

    • They can be implemented using various tec

  • Answered by AI
  • Q4. Java fundamentals and Spring boot
Round 2 - One-on-one 

(3 Questions)

  • Q1. Managerial Round with CDM
  • Q2. Past Project details
  • Q3. Design System using Microservices
  • Ans. 

    Designing a system using microservices

    • Identify the different components of the system and break them down into separate microservices

    • Define the communication protocols and interfaces between the microservices

    • Implement fault tolerance and scalability mechanisms

    • Use containerization technologies like Docker to deploy and manage the microservices

    • Implement service discovery and load balancing for efficient routing of reques...

  • Answered by AI

Skills evaluated in this interview

Senior Software Architect Interview Questions asked at other Companies

Q1. Design System using Microservices
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Java streams, java basic questions, spring, sql and microaervices

Top UST Senior Software Engineer Interview Questions and Answers

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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