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

Updated 15 Feb 2023

UST Software Engineer II Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 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 

(5 Questions)

  • Q1. To find sum of even numbers from given arraylist using stream api
  • Ans. 

    Using stream API to find the sum of even numbers from an ArrayList

    • Convert the ArrayList to a stream using the stream() method

    • Filter the stream to keep only the even numbers using the filter() method

    • Use the mapToInt() method to convert the stream of even numbers to an IntStream

    • Finally, use the sum() method to calculate the sum of the even numbers

  • Answered by AI
  • Q2. Oops ,java 8 concepts,exceptions,project discussions
  • Q3. Which interface used to prevent SQL injection
  • Ans. 

    Prepared Statements interface is used to prevent SQL injection.

    • Prepared Statements interface is used to parameterize the SQL queries.

    • It allows the separation of SQL code and user input.

    • It helps to prevent SQL injection attacks by automatically escaping special characters.

    • Examples: PDO, mysqli, Java PreparedStatement, etc.

  • Answered by AI
  • Q4. Why string is imutable
  • Ans. 

    String is immutable to ensure data integrity and thread safety.

    • Immutable strings prevent accidental modification of data.

    • Immutable strings allow for efficient memory allocation and sharing.

    • Immutable strings ensure thread safety by avoiding race conditions.

    • Examples of immutable string methods include substring, toLowerCase, and toUpperCase.

  • Answered by AI
  • Q5. Java oops concept and example each type
  • Ans. 

    Java OOPs concepts and examples

    • Encapsulation - hiding data and methods within a class (e.g. private variables)

    • Inheritance - creating new classes from existing ones (e.g. subclass extends superclass)

    • Polymorphism - using a single method to perform different actions (e.g. method overloading/overriding)

    • Abstraction - focusing on essential features and hiding implementation details (e.g. abstract classes/interfaces)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for UST Software Engineer II interview:
  • Strings
  • Springboot
  • Java 8
  • Angular command
Interview preparation tips for other job seekers - Please go through basic programming logical programs

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding and aptitude

Round 2 - Technical 

(1 Question)

  • Q1. All java based questions
Round 3 - Technical 

(1 Question)

  • Q1. All java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for all basic knowledge of java springboot mucroservices
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 4 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 - Coding Test 

You will be asked to develop an application and based on that the next round will be proceeded. For me I have been asked to perform some crud operations with api using asp.net core and asp.net mvc application

Round 3 - Technical 

(4 Questions)

  • Q1. What is api and why do we use it
  • Ans. 

    API is a set of protocols and tools for building software applications. It allows different applications to communicate with each other.

    • API stands for Application Programming Interface

    • It defines how different software components should interact with each other

    • APIs can be used to access data or functionality from other applications or services

    • Examples of APIs include Google Maps API, Twitter API, and Facebook API

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have instance variables while an interface cannot.

    • An abstract class can provide default implementations for some methods while an ...

  • Answered by AI
  • Q3. How routing is performed in asp.net core api
  • Ans. 

    Routing in ASP.NET Core API is performed using the built-in middleware called Endpoint Routing.

    • Endpoint Routing is responsible for mapping incoming requests to the appropriate action methods in the controller.

    • It uses the HTTP verb, URL pattern, and route data to determine the correct action method.

    • Routes can be defined using attributes on the controller and action methods or in the Startup.cs file.

    • Middleware like authe...

  • Answered by AI
  • Q4. What are solid principles
  • Ans. 

    SOLID principles are a set of design principles for writing maintainable and scalable software.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why are you switching to this job
  • Q2. What is your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest you be through with oops concepts and solid principles

Skills evaluated in this interview

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

I applied via campus placement at J S S Academy of Technical Education, Bangalore and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Average to easy difficulty level.

Round 2 - Technical 

(3 Questions)

  • Q1. Java code of string manipulation
  • Q2. What is the Java code for various types of sorting algorithms?
  • Q3. Sql query and topics related to joins.
Round 3 - HR 

(4 Questions)

  • Q1. About yourself and family
  • Q2. What do you know about the company?
  • Q3. Can you provide examples of real-life scenarios where you handled conflicts with either a colleague or a manager?
  • Q4. What actions would you take if your manager does not approve your product idea, and how would you attempt to persuade them?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident; they will strive to comfort you despite any feelings of hesitation and nervousness. A foundational understanding of Java or C++, along with knowledge of data structures and algorithms (DSA), will be extremely advantageous. You should illustrate your potential contributions while also recognizing your limitations. Foster a positive atmosphere.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was kind of difficult the coding part

Round 2 - Group Discussion 

They asked basic on going topic like impact of AI

Round 3 - Technical 

(3 Questions)

  • Q1. Very much complex questions on cloud, oops, python and networks
  • Q2. What is diffrent between linear and logestic regression
  • Ans. 

    Linear regression is used for predicting continuous values, while logistic regression is used for predicting binary outcomes.

    • Linear regression is used when the dependent variable is continuous and has a linear relationship with the independent variable.

    • Logistic regression is used when the dependent variable is binary or categorical and the relationship between the independent variables and the outcome is non-linear.

    • Lin...

  • Answered by AI
  • Q3. Certain questions on cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare with all concepts you know from oops, os, networks and cloud
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic aptitudes question in online test

Round 2 - Coding Test 

Two coding Q online test

Round 3 - Technical 

(2 Questions)

  • Q1. Resume bsic Q asked
  • Q2. Oops question basic theory
Round 4 - One-on-one 

(2 Questions)

  • Q1. One coding question asked to solve on paper of arrays
  • Q2. Basic questions from resume
Round 5 - HR 

(2 Questions)

  • Q1. Relocating related questions
  • Q2. Why u want to join global logic
  • Ans. 

    I want to join Global Logic because of their reputation for cutting-edge technology solutions and collaborative work environment.

    • Global Logic is known for their innovative technology solutions

    • I am impressed by the collaborative work environment at Global Logic

    • I believe Global Logic offers great opportunities for professional growth and development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and little bit coding
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an aptitute round and 2 coding questions was there

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. We had discussion on projects than mentioned in my resume
  • Q3. Then he moved to DSA question in which he told to how you will insert node in doubly linked list ,I answered all correctly he appreciated me also but after 5 min one person came and told you can go . I was...

Interview Preparation Tips

Interview preparation tips for other job seekers - try to give interview as early as possible prepare basic dsa and projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Node.js question were asked
  • Q2. Project questions were also being asked
Round 2 - HR 

(2 Questions)

  • Q1. General Behavioural questions
  • Q2. Culture fit questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. All the questions were from SQL server.
  • Q2. How to get 3rd highest salary ?
  • Ans. 

    To get the 3rd highest salary, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query to select distinct salaries in descending order.

    • Use the 'LIMIT' keyword to limit the results to 3.

    • Use the 'OFFSET' keyword to skip the first 2 highest salaries.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Answered by AI
  • Q3. Inner join result of 2 table. Table one [1,1,1,1] table two [1,1,1,1,1,1]
  • Ans. 

    The inner join of two tables with duplicate values results in a combined set of common values.

    • Inner join combines rows from both tables where the key columns match

    • In this case, the result would be [1,1,1,1,1,1] as all values are common in both tables

  • Answered by AI
  • Q4. SSIS Package creation.
  • Q5. Latest project explanation
  • Ans. 

    Developed a web application for tracking and managing project tasks

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for user security

  • Answered by AI
Round 2 - One-on-one 

(6 Questions)

  • Q1. What is difference between SQL and NoSQL
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases are table-based, NoSQL databases are document, key-value, graph, or wide-column stores

    • SQL databases use structured query language for defining and manipulating data, NoSQL databases use different query languages

    • SQL databases are vertically scalable, NoSQL databases are horizontally scalable

    • SQL databa...

  • Answered by AI
  • Q2. Why is NoSQL better then SQL
  • Ans. 

    NoSQL is better for handling unstructured data, providing scalability and flexibility.

    • NoSQL databases are better suited for handling unstructured data like social media posts, user-generated content, and IoT data.

    • NoSQL databases provide better scalability as they can easily distribute data across multiple servers, allowing for horizontal scaling.

    • NoSQL databases offer more flexibility in terms of data model, allowing fo...

  • Answered by AI
  • Q3. Explain the data pipeline you have worked on.
  • Ans. 

    Designed and implemented a real-time data pipeline for processing and analyzing user behavior data.

    • Used Apache Kafka for real-time data streaming

    • Utilized Apache Spark for data processing and analysis

    • Implemented data transformations and aggregations using Scala

    • Stored processed data in a data warehouse like Amazon Redshift

    • Built monitoring and alerting systems to ensure data pipeline reliability

  • Answered by AI
  • Q4. Managing team
  • Q5. What will you do if you have conflict with your manager.
  • Ans. 

    I would address the conflict directly and professionally, seeking to understand the root cause and find a mutually beneficial solution.

    • Schedule a private meeting with the manager to discuss the conflict

    • Listen actively to the manager's perspective and express your own calmly

    • Seek to find common ground and propose potential solutions

    • If necessary, involve HR or a mediator to help resolve the conflict

  • Answered by AI
  • Q6. What do you love to do when you are free
  • Ans. 

    I love to spend my free time hiking, reading, and trying out new recipes in the kitchen.

    • Hiking in the mountains or local trails

    • Reading fiction and non-fiction books

    • Experimenting with new recipes and cooking techniques

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare best for SQL related questions.

UST Interview FAQs

How many rounds are there in UST Software Engineer II interview?
UST interview process usually has 2 rounds. The most common rounds in the UST interview process are Resume Shortlist and Technical.
What are the top questions asked in UST Software Engineer II interview?

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

  1. To find sum of even numbers from given arraylist using stream ...read more
  2. Which interface used to prevent SQL inject...read more
  3. Java oops concept and example each t...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 UST interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
UST Software Engineer II Salary
based on 19 salaries
₹5 L/yr - ₹19 L/yr
28% less than the average Software Engineer II Salary in India
View more details

UST Software Engineer II Reviews and Ratings

based on 6 reviews

2.7/5

Rating in categories

2.6

Skill development

2.8

Work-Life balance

2.8

Salary & Benefits

2.0

Job Security

2.2

Company culture

2.0

Promotions/Appraisal

2.2

Work Satisfaction

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

₹3.5 L/yr - ₹12.1 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.7 L/yr - ₹14.6 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 - ₹19.6 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