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
3.8

based on 4.1k Reviews

Filter interviews by

UST Senior Software Engineer Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top UST Senior Software Engineer Interview Questions and Answers

  • Q1. Find Nth Prime You 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 n ...read more
  • Q2. LRU Cache Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations: 1. get(key) - Return the value of the key if the ...read more
  • Q3. Excel Column Number You have been given a column title as appears in an Excel sheet, return its corresponding column number. For example: A -> 1 B -> 2 C -> 3 ... Z -> 26 ...read more
View all 37 questions

UST Senior Software Engineer Interview Experiences

32 interviews found

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 Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. More questions on interfaces
  • Q2. Comparator related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Stream api coding questins
  • Q2. Database questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Normal c# and .NET Core questions

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Singleton class
  • Q2. Circuit breaker

Senior Software Engineer Interview Questions & Answers

user image Manoj Soundarrajan

posted on 29 May 2024

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

(3 Questions)

  • Q1. Explain STLC procedure for test
  • Ans. 

    STLC (Software Testing Life Cycle) is a systematic process for testing software applications.

    • STLC involves planning, designing, executing, and reporting tests.

    • Phases of STLC include requirement analysis, test planning, test design, test execution, and test closure.

    • Each phase has specific activities and deliverables to ensure thorough testing of the software.

    • STLC helps in identifying defects early in the development cyc...

  • Answered by AI
  • Q2. Explain testing frame work
  • Ans. 

    Testing framework is a set of guidelines, tools, and processes used to automate and standardize the testing of software applications.

    • Testing framework provides a structure for organizing test cases and executing them.

    • It includes tools for test automation, such as Selenium for web applications or JUnit for Java.

    • Frameworks like TestNG or PyTest offer features like test parameterization, grouping, and reporting.

    • Frameworks...

  • Answered by AI
  • Q3. Explain selenium tech nology
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid allows for parallel test execution across different browsers and operating systems.

  • Answered by AI

Skills evaluated in this interview

UST interview questions for designations

 Software Engineer

 (22)

 Senior Software Developer

 (6)

 Senior Software Architect

 (1)

 Lead Software Engineer

 (6)

 Associate Software Engineer

 (4)

 Embedded Software Engineer

 (2)

 Software Testing Engineer

 (1)

 Java Software Engineer

 (1)

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(6 Questions)

  • Q1. Java 8 features
  • Q2. Streams, functional interface, Lambda examples
  • Q3. Spring/ Springboot uses
  • Ans. 

    Spring/Spring Boot is a popular Java framework for building enterprise applications.

    • Spring is a lightweight framework for building Java applications

    • Spring Boot is an extension of the Spring framework that simplifies the setup and configuration of Spring applications

    • Spring provides features like dependency injection, aspect-oriented programming, and more

    • Spring Boot includes embedded servers like Tomcat, Jetty, etc. for ...

  • Answered by AI
  • Q4. Annotations used for making an API
  • Ans. 

    Annotations are used to provide metadata about classes, methods, or fields in an API.

    • Annotations can be used to provide information about how a method should be handled, such as whether it is deprecated or should be ignored by a compiler.

    • Annotations can also be used to provide information about how a class should be serialized or deserialized, such as specifying the format of JSON data.

    • Examples of annotations include @...

  • Answered by AI
  • Q5. Difference between RestController and Controller annotations
  • Ans. 

    RestController is used for RESTful web services while Controller is used for general web requests.

    • RestController is a specialization of Controller annotation in Spring framework.

    • RestController is used to create RESTful web services that return JSON or XML data.

    • Controller is used for handling general web requests and returning views (HTML).

    • RestController is typically used for APIs while Controller is used for traditiona

  • Answered by AI
  • Q6. Custom Exception Handling

Interview Preparation Tips

Topics to prepare for UST Senior Software Engineer interview:
  • OOPS
  • Java 8
  • Springboot
  • Hibernate
Interview preparation tips for other job seekers - Prepare platform and OOPS questions well, the interview was quite rushed

Skills evaluated in this interview

Get interview-ready with Top UST Interview Questions

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

Senior Software Engineer Jobs at UST

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In 1st coding test they give 3 Simple questions

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between procedures and functions
  • Ans. 

    Procedures do not return a value, while functions return a value.

    • Procedures are used to perform a specific task, while functions are used to calculate and return a value.

    • Functions can be called from within expressions, while procedures cannot.

    • Procedures can have input and output parameters, while functions can only have input parameters.

    • Example: Procedure to print a message vs Function to calculate the square root of a

  • Answered by AI
  • Q2. Indexing in Sql
  • Ans. 

    Indexing in SQL is a technique used to improve the performance of queries by creating indexes on columns in database tables.

    • Indexes are created on columns in database tables to speed up data retrieval.

    • Indexes can be created using CREATE INDEX statement in SQL.

    • Indexes can be unique or non-unique, clustered or non-clustered.

    • Examples: CREATE INDEX idx_lastname ON employees(last_name);

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Roles in Current company
  • Q2. Challenges faced in career?

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. They asked about the projects
  • Q2. Question based on the projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. SpringBoot questions
  • Q2. Coding question
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

UST Interview FAQs

How many rounds are there in UST Senior Software Engineer interview?
UST interview process usually has 2-3 rounds. The most common rounds in the UST interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for UST Senior Software Engineer 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 Microservices, Django, J2Ee, Java and Python.
What are the top questions asked in UST Senior Software Engineer interview?

Some of the top questions asked at the UST Senior Software Engineer interview -

  1. Explain SDLC and STLC, Whats the difference between list and tuple Whats the a...read more
  2. Difference between RestController and Controller annotati...read more
  3. Annotations used for making an ...read more
How long is the UST Senior Software Engineer interview process?

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

Tell us how to improve this page.

UST Senior Software Engineer Interview Process

based on 15 interviews in last 1 year

2 Interview rounds

  • Technical Round 1
  • Technical Round 2
View more

People are getting interviews through

based on 24 UST interviews
Job Portal
Referral
Company Website
WalkIn
Recruitment Consultant
58%
25%
4%
4%
4%
5% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
UST Senior Software Engineer Salary
based on 1.6k salaries
₹6.5 L/yr - ₹26 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

UST Senior Software Engineer Reviews and Ratings

based on 161 reviews

3.8/5

Rating in categories

3.7

Skill development

4.0

Work-Life balance

3.5

Salary & Benefits

3.4

Job Security

3.8

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 161 Reviews and Ratings
Software Developer
2k salaries
unlock blur

₹2.5 L/yr - ₹12.2 L/yr

Senior Software Engineer
1.6k salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.6 L/yr - ₹14.7 L/yr

System Analyst
1.2k salaries
unlock blur

₹6.5 L/yr - ₹22.2 L/yr

Senior Software Developer
1.1k salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Explore more salaries
Compare UST with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview