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 Developer 3 Interview Questions and Answers

Updated 15 Oct 2024

UST Software Developer 3 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Based on my experience and tech stacks
  • Q2. Coding questions. Find numbers start with 1 from list of Integer using stream and lambda.
  • Ans. 

    Using stream and lambda to find numbers starting with 1 from list of Integers.

    • Use stream to filter the list of Integers based on the condition that the number starts with 1.

    • Use lambda expression to define the condition for filtering.

    • Convert the filtered numbers to strings and store them in an array.

  • Answered by AI
  • Q3. Questions on SQL
Round 2 - Technical 

(4 Questions)

  • Q1. More focused on Architecture level
  • Q2. Kafka scenarios , failover and zookeeper
  • Q3. API gateway edureka service registry and discovery
  • Q4. Coding question - two list of interger. Merge them and do not include duplicates in result list.
  • Ans. 

    Merge two lists of integers and remove duplicates in the result list.

    • Create a new list to store the merged result.

    • Iterate through each element in both lists and add them to the result list if they are not already present.

    • Use a set to keep track of duplicates and avoid adding them to the result list.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. How to handle exception in java
  • Ans. 

    In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.

    • Use try-catch blocks to catch exceptions and handle them gracefully

    • Use multiple catch blocks to handle different types of exceptions

    • Use finally block to execute code regardless of whether an exception is thrown or not

    • Throw custom exceptions using throw keyword

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In Java8, different between flatmap and map
  • Ans. 

    map transforms each element in a stream, while flatMap transforms each element into multiple elements

    • map applies a function to each element in a stream and returns a new stream of the results

    • flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream

    • Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(

  • Answered by AI
  • Q2. How to handle the ConcureentModificationException
  • Ans. 

    ConcurrentModificationException occurs when a collection is modified while iterating over it.

    • Use Iterator to iterate over the collection instead of foreach loop.

    • If modification is necessary, use Iterator's remove() method instead of collection's remove() method.

    • Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is Java and static method and why use java
  • Ans. 

    Java is a programming language used for developing applications. Static methods in Java are methods that belong to the class rather than an instance of the class.

    • Java is a popular programming language used for developing various types of applications.

    • Static methods in Java are methods that can be called without creating an instance of the class.

    • Static methods are commonly used for utility functions or methods that do n

  • Answered by AI
  • Q2. Write a program to print prime number
  • Ans. 

    Program to print prime numbers

    • Iterate through numbers and check if each number is prime

    • Use a nested loop to check divisibility by numbers less than the current number

    • Print the number if it is prime

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself
Give mock interview
Dp hard work

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

90 min test containing verbal, Quantitative aptitude and question based on diagrams

Round 2 - Technical 

(2 Questions)

  • Q1. Which programming language will you prefer?
  • Ans. 

    I prefer programming languages like Python and Java for their versatility and widespread use in the industry.

    • I prefer Python for its simplicity, readability, and vast libraries for various tasks.

    • I also like Java for its strong typing, object-oriented approach, and cross-platform compatibility.

    • I am open to learning new languages as needed for specific projects or tasks.

  • Answered by AI
  • Q2. Question based on projects and internships
Round 3 - Technical 

(2 Questions)

  • Q1. Generative AI basics like chatgpt, Gemini etc
  • Q2. Little bit same like first round about programming languages and databases

Interview Preparation Tips

Interview preparation tips for other job seekers - You should prepare whole things that you have mentioned in resume in detail
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on streams rest api
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - I went through 2 rounds of interviews and cleared them only for the HR to tell me that they cannot match my salary expectations. She said she would let me know if anything changes and then ghosted me. Very bad experience. Interviews were easy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java questions and basics of testing
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

We will get one assessment link which have 2 coding questions.

Round 2 - Aptitude Test 

We get another link for aptitude test after clearing first assessment only.

Round 3 - One-on-one 

(1 Question)

  • Q1. We have 30 min one on one round interview. They ask some technical questions. But in my prospect it was easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply for graduate roles to get job easily at Amazon
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Java, spring framework, hibernate questions
Round 3 - Technical 

(1 Question)

  • Q1. Java, spring boot, design
Round 4 - HR 

(1 Question)

  • Q1. Why are you switching comany ? and Salary Expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared because opportunities are every very and you never know until you get the opportunity.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Jaipur Engineering College & Research Centre, Jaipur and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Coding Test 
Round 2 - Coding Test 

OOPS AND DSA QUESTION

Round 3 - Technical 

(1 Question)

  • Q1. Hiring manager round

I applied via Company Website and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Job timing& job location
  • Q2. Over time allowance
  • Q3. Training period
  • Q4. Salary structure
  • Q5. Express thanks

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice only didn't ask difficult questions

UST Interview FAQs

How many rounds are there in UST Software Developer 3 interview?
UST interview process usually has 2 rounds. The most common rounds in the UST interview process are Technical.
What are the top questions asked in UST Software Developer 3 interview?

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

  1. Coding questions. Find numbers start with 1 from list of Integer using stream a...read more
  2. Coding question - two list of interger. Merge them and do not include duplicate...read more
  3. API gateway edureka service registry and discov...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Mphasis Interview Questions
3.4
 • 787 Interviews
View all
UST Software Developer 3 Salary
based on 76 salaries
₹6 L/yr - ₹19 L/yr
50% less than the average Software Developer 3 Salary in India
View more details

UST Software Developer 3 Reviews and Ratings

based on 8 reviews

4.4/5

Rating in categories

3.4

Skill development

4.8

Work-Life balance

3.7

Salary & Benefits

3.8

Job Security

4.7

Company culture

3.4

Promotions/Appraisal

4.1

Work Satisfaction

Explore 8 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