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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 7 Jan 2025

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 natura ...read more
  • Q2. LRU Cache Design Problem Statement Design and implement a data structure for a Least Recently Used (LRU) cache that supports the following operations: get(key) - Retriev ...read more
  • Q3. Excel Column Number Conversion Given a column title as it appears in an Excel sheet, your task is to return its corresponding column number. Example: Input: S = "AB" Out ...read more
View all 34 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. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... 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

 (23)

 Senior Software Developer

 (6)

 Senior Software Architect

 (1)

 Lead Software Engineer

 (6)

 Associate Software Engineer

 (4)

 Embedded Software Engineer

 (2)

 Software Engineer II

 (1)

 Software Development 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 20 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
UST Senior Software Engineer Salary
based on 1.7k salaries
₹6.6 L/yr - ₹27 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 166 reviews

3.8/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.5

Salary

3.3

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 166 Reviews and Ratings
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 L/yr

System Analyst
1.2k salaries
unlock blur

₹6.4 L/yr - ₹22.6 L/yr

Senior Software Developer
939 salaries
unlock blur

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