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

Filter interviews by

UST SDE (Software Development Engineer) Interview Questions, Process, and Tips

Updated 11 Apr 2023

Top UST SDE (Software Development Engineer) Interview Questions and Answers

UST SDE (Software Development Engineer) Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. All java and spring boot related Questions like interface, streams, qualifier, profile
  • Q2. Char count using streams
  • Ans. 

    Counting characters using streams in Java

    • Use the chars() method to convert the string to an IntStream of characters

    • Use the count() method to count the number of characters in the stream

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. 1. Check if the linked list is circular or linear?
  • Ans. 

    To check if a linked list is circular or linear, we need to traverse the list and check if it loops back to a previous node.

    • Traverse the linked list using two pointers, one moving one node at a time and the other moving two nodes at a time.

    • If the faster pointer catches up to the slower pointer, then the list is circular.

    • If the faster pointer reaches the end of the list without catching up to the slower pointer, then th

  • Answered by AI
  • Q2. 2. Check how many bits are set in a number?
  • Ans. 

    Count the number of set bits in a given number.

    • Use bitwise AND operator with 1 to check if the rightmost bit is set.

    • Shift the number to right by 1 bit and repeat the process until the number becomes 0.

    • Keep a count of the number of set bits encountered.

    • Example: For number 5 (101 in binary), the answer is 2 as there are 2 set bits.

    • Example: For number 15 (1111 in binary), the answer is 4 as there are 4 set bits.

  • Answered by AI
  • Q3. 3. what is a segmentation fault?
  • Ans. 

    Segmentation fault is a type of error caused by accessing memory that “does not belong to you.”

    • It occurs when a program tries to access a memory location that it is not allowed to access.

    • It is often caused by programming errors such as accessing an array beyond its bounds.

    • It can also be caused by hardware problems such as faulty RAM or overheating.

    • Segmentation faults can be difficult to debug because they often occur i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make sure you cover the basic topics

Skills evaluated in this interview

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more

Interview questions from similar companies

Round 1 - Aptitude Test 

Very easy

Round 2 - Technical 

(2 Questions)

  • Q1. How to find length , freq of each char and list of unique characters of a string
  • Ans. 

    To find length, frequency of each character and list of unique characters of a string.

    • Iterate through the string and count the frequency of each character using a hash table.

    • Create a list of unique characters by iterating through the hash table.

    • Calculate the length of the string using the built-in length function.

    • Return the frequency, length and list of unique characters as an array of strings.

  • Answered by AI
  • Q2. How to check wheather a string is palindrome or not?
  • Ans. 

    To check if a string is palindrome or not.

    • Compare the first and last characters of the string and continue towards the middle until all characters have been compared.

    • If all characters match, the string is a palindrome.

    • If any characters do not match, the string is not a palindrome.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep basics clear..and command on your projects

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. MCQ questions based on skills
  • Q2. MCQ questions based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Implement Stack using queue
  • Ans. 

    Implement a stack using a queue data structure.

    • Create two queues, q1 and q2.

    • Push elements into q1.

    • When popping, dequeue all elements from q1 and enqueue them into q2 until the last element.

    • Dequeue and return the last element from q1.

    • Swap q1 and q2 after each push or pop operation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare DS questions and be crystal clear in whichever language you use

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Why should we hire you?
  • Q2. What is your strength and weakness?
  • Q3. Where you see yourself after 2 years?
  • Q4. What is your technical skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest.
Sometimes we try to be more smart in front of the interviewer but he/she had already taken so many interviews. And they the boss in this game so don't try to play with there question. Prepare yourself, do practice for how to represent yourself in front of interviewer.
Be meticulous in your preparation!

Interview Questionnaire 

1 Question

  • Q1. Database and tree.

Interview Preparation Tips

Interview preparation tips for other job seekers - Was very good I learners a lot from the interview and the interviewer very very friendly a I am looking forward to work at SoC Gen if I get the offer.
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
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contain 40 question which is very easy

Round 2 - Coding Test 

It contain 3 coding question

Round 3 - One-on-one 

(5 Questions)

  • Q1. Introduction About Your Self and About Project
  • Q2. Two dsa question of leetcode
  • Q3. Basics Concept on dsa
  • Q4. From which platform you do coding
  • Q5. Simple Simple Question

Interview Preparation Tips

Topics to prepare for Nagarro Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Very good company
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

UST Interview FAQs

How many rounds are there in UST SDE (Software Development Engineer) interview?
UST interview process usually has 1-2 rounds. The most common rounds in the UST interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in UST SDE (Software Development Engineer) interview?

Some of the top questions asked at the UST SDE (Software Development Engineer) interview -

  1. 2. Check how many bits are set in a numb...read more
  2. 1. Check if the linked list is circular or line...read more
  3. 3. what is a segmentation fau...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 SDE (Software Development Engineer) Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

2.0

Company culture

3.0

Promotions/Appraisal

2.0

Work Satisfaction

Explore 1 Review and Rating
Software Developer
2k salaries
unlock blur

₹2.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.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