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
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Technical related to Web Api, dotnet core , processes

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR asks so many questions before we are selected for job we should also ask if the requirement is confirmed as the intv just goes on there is no final round this was the 1st time I experienced with UST only also delays in the process otherwise the openings are confirmed entire process happens and candidate/ select/ reject.

Lead Technical Architect Interview Questions asked at other Companies

Q1. How you designed and implimented
View answer (1)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Braindraning is good or bad in india

Round 2 - Aptitude Test 

Percentage si profit interest hcf lcm

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude well

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is permission set and profiles
  • Ans. 

    Permission sets and profiles are used in Salesforce to control access to objects, fields, and records.

    • Permission sets are used to grant additional permissions to specific users or groups beyond what is already defined in their profiles.

    • Profiles are used to define the baseline permissions and settings for a user or group.

    • Permission sets can be assigned to users in addition to their profile to give them access to specifi...

  • Answered by AI
  • Q2. Explain the End to End process of loan origination
  • Ans. 

    Loan origination process involves application, underwriting, approval, and funding stages.

    • Customer submits loan application with required documents

    • Lender reviews application for completeness and accuracy

    • Underwriting process assesses borrower's creditworthiness and risk

    • Loan approval or denial decision is made based on underwriting results

    • Funding stage involves disbursing approved loan amount to borrower

  • Answered by AI

Skills evaluated in this interview

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Manual testing ,automation testing
Round 2 - Coding Test 

Java python regression testing,SDLC

Round 3 - Technical 

(1 Question)

  • Q1. Java manual testing,SQl,C+++

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Interviewer asked the google questions as he is not even aware of my profile , he wanted mw to answer the same and asked few question which is irrelevant to jd
  • Q2. Finally after 30 min of interview received a rejection mail after 5 min

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

Get interview-ready with Top UST Interview Questions

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

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

Round 1 - Aptitude Test 

Medium-level aptitude questions were included, along with two coding questions.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Can you introduce yourself?
  • Q2. What is your educational background?
  • Q3. Academic projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be simple and friendly. Make sure about what to say in the process.

Jobs at UST

View all

Devops Engineer Interview Questions & Answers

user image Suraj Shukla

posted on 15 Oct 2024

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

(2 Questions)

  • Q1. Basic Python question
  • Q2. VPC, subnet, SGs and then Lambda function

Top UST Devops Engineer Interview Questions and Answers

Q1. What is the challenges you have faced in kubernetes
View answer (1)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

fresher interview

user image USTCareer

posted on 27 Dec 2021

Developer 3 Interview Questions & Answers

user image madhav sagabala

posted on 23 Oct 2024

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

(1 Question)

  • Q1. Implementing an endpoint
  • Ans. 

    Implementing an endpoint for a web service

    • Understand the requirements for the endpoint

    • Design the endpoint URL and request/response structure

    • Implement the endpoint logic using a programming language/framework

    • Test the endpoint using tools like Postman

    • Handle errors and edge cases in the endpoint implementation

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write Unit tests for a function
  • Ans. 

    Unit tests are written to test the functionality of a specific function in isolation.

    • Identify the input parameters and expected output of the function

    • Write test cases to cover different scenarios, including edge cases

    • Use testing frameworks like JUnit or pytest to automate the testing process

  • Answered by AI

Skills evaluated in this interview

Developer 3 Interview Questions asked at other Companies

Q1. Write Unit tests for a function
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is a user story and what all components make the user story complete.
  • Ans. 

    A user story is a concise description of a feature told from the perspective of the end user.

    • A user story typically follows the format: As a [type of user], I want [some goal] so that [some reason].

    • User stories help capture the 'who', 'what', and 'why' of a feature in a simple and understandable way.

    • Components of a user story include a title, narrative, acceptance criteria, and priority.

    • Example: As a customer, I want t...

  • Answered by AI
  • Q2. Explain the difficult situation that you faced with stakeholders
Round 2 - One-on-one 

(2 Questions)

  • Q1. As a business analyst how is your day-in and day-out responsibilities
  • Q2. How do validate ServiceNOw application ?
  • Ans. 

    ServiceNow application can be validated through testing, documentation review, and user feedback.

    • Perform functional testing to ensure all features work as expected

    • Review documentation to confirm alignment with requirements

    • Collect user feedback to identify any issues or improvements needed

  • Answered by AI

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

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
Delivery Manager (Application and Product Development)

Hyderabad / Secunderabad

12-20 Yrs

Not Disclosed

C#/.NET core

Kochi

6-11 Yrs

Not Disclosed

Manual & Automation Tester – Playwright

Bangalore / Bengaluru

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