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.3k Reviews

Filter interviews by

UST Associate Software Developer Interview Questions and Answers

Updated 6 Apr 2024

UST Associate Software Developer Interview Experiences

6 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Online Assessment 

(1 Question)

  • Q1. Technical MCQs 30 questions, 2 code fixing questions, 2 coding questions (100 mins)
Round 2 - English communication Assessment 

(1 Question)

  • Q1. It test your writing, reading, listening and speaking skills
Round 3 - Technical 

(1 Question)

  • Q1. Self Intro, About project, Skills mentioned in resume, Basic programming questions (No coding questions and no DSA questions)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

Aptitude , coding test

Round 3 - Technical 

(1 Question)

  • Q1. Data structures, Java ,operating system

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Xoriant
Q5. Do python has any destructor? If yes then what is that destructor ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via campus placement at VELS Institute of Science, Technology and Advanced Studies (VISTAS), Chennai and was interviewed before Mar 2022. 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 - Aptitude Test 

Was organised through third party

Round 3 - Technical 

(2 Questions)

  • Q1. Core java, reverse a number - coding
  • Q2. Basic SQL queries, atlast feedback question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge on coding such as Java and SQL queries

Interview Questionnaire 

1 Question

  • Q1. First up all you have to introduce yourself.. Then he asked about my academic project. As my primary skill was java.. He asked questions about basic java. Oops concept , software development life cycle, a...

UST interview questions for designations

 Software Associate

 (1)

 Software Developer

 (46)

 Associate Software Engineer

 (4)

 Senior Software Developer

 (6)

 Junior Software Developer

 (2)

 Embedded Software Developer

 (1)

 Software Developer Intern

 (1)

 Full Stack Software Developer

 (3)

I applied via Walk-in and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java,SQL

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I was asked to tell about myself in the beginning.
  • Q2. They also asked about my final year project and seminar topic
  • Q3. Interviewer also asked me about my technical skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident in your strengths.Always carry your updated resume and be confident about what you right in it, resume is the tool that will help us to create an impression in the mind's of the interviewer.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java oops questions
  • Q2. Sql and data structure
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Coding questions like array related

Round 3 - One-on-one 

(2 Questions)

  • Q1. Had 1:1 round asked question based on your cv
  • Q2. Python, MySql, array, OOPS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the concepts of oops
  • Ans. 

    OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. Pls explain all concepts of oops
  • Ans. 

    Object-oriented programming concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability to create a new class that inherits attributes and methods from an existing class.

    • Polymorphism: Ability to use a single interface to represent different data types or objects.

    • Abstraction: Hiding the comple...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Brief about yourself
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 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 - Aptitude Test 

The test consists of questions from each and every domain ranging from general aptitude to essay writing as well as ASL-based questions. In the end, there are two questions related to coding which are easy - medium in difficulty and each section has a separate time limit with no negative marking.

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me something about yourself.
  • Q2. What was your role in the project you created?
  • Q3. Why Java and Javascript?
  • Ans. 

    Java and JavaScript are essential programming languages for web and software development.

    • Java is a versatile language used for building enterprise applications, Android apps, and server-side development.

    • JavaScript is a crucial language for front-end web development, adding interactivity to websites and web applications.

    • Both languages have a large community support, extensive libraries, and frameworks for developers to

  • Answered by AI
  • Q4. Difference between Java and C++?
  • Ans. 

    Java is a high-level, object-oriented programming language with automatic memory management, while C++ is a lower-level language with manual memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java uses automatic garbage collection, while C++ requires manual memory management.

    • Java does not support pointers, while C++ does.

    • Java is more secure due to its strong type checking, while C++ allows ...

  • Answered by AI
  • Q5. Why not python instead of using Java?
  • Ans. 

    Java is preferred for its performance, scalability, and strong typing compared to Python.

    • Java is statically typed, which helps catch errors at compile time, while Python is dynamically typed.

    • Java is faster in terms of execution speed compared to Python.

    • Java is preferred for large-scale enterprise applications due to its scalability and performance.

    • Java has a strong ecosystem and support for multi-threading, making it s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume as they will ask most of the questions from your resume only and make sure to communicate with fluency as it holds a major impact on the interviewer.

Skills evaluated in this interview

UST Interview FAQs

How many rounds are there in UST Associate Software Developer interview?
UST interview process usually has 3 rounds. The most common rounds in the UST interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in UST Associate Software Developer interview?

Some of the top questions asked at the UST Associate Software Developer interview -

  1. Interviewer also asked me about my technical ski...read more
  2. Technical MCQs 30 questions, 2 code fixing questions, 2 coding questions (100 m...read more
  3. It test your writing, reading, listening and speaking ski...read more

Tell us how to improve this page.

UST Associate Software Developer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
UST Associate Software Developer Salary
based on 437 salaries
₹3 L/yr - ₹6 L/yr
24% less than the average Associate Software Developer Salary in India
View more details

UST Associate Software Developer Reviews and Ratings

based on 46 reviews

3.8/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.2

Salary

3.9

Job security

3.9

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 46 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.5 L/yr - ₹27 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.6 L/yr - ₹15.1 L/yr

System Analyst
1.2k salaries
unlock blur

₹6.4 L/yr - ₹22.2 L/yr

Senior Software Developer
941 salaries
unlock blur

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