Upload Button Icon Add office photos
Premium 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 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

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. The basic question of SQL
  • Q2. Question from a project that mentioned in the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduce yourself nicely, be confident in your answer. Answer very softly and don't get nervous.
Round 1 - Aptitude Test 

NA

Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - hdhevwjebejehebdbdjdbejejejejejeb
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(2 Questions)

  • Q1. Explain linked list reversal ways, explain rabbit mq
  • Ans. 

    Explanation of linked list reversal and RabbitMQ

    • Linked list reversal can be done iteratively or recursively

    • Iterative reversal involves changing the pointers of each node to point to the previous node

    • Recursive reversal involves calling the function recursively on the next node and changing its pointer to the current node

    • RabbitMQ is a message broker that allows for asynchronous communication between applications

    • It uses a...

  • Answered by AI
  • Q2. Design patterns es saga

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on DSA, Java 8, close d questions , prepare in cloud ci cd

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to JavaScript and angukar

Interview Preparation Tips

Interview preparation tips for other job seekers - As a UI developer JavaScript is a must thing.

Interview Questionnaire 

1 Question

  • Q1. Questions on data structures

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic concept question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear. Some scenario based questions based on business rules and FDMEE data load

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Cocubes Test Task 1 is of Aptitude questions needs to be completed in Specific time interval and Task 2 is Essay Writing to be finished in Given interval

Round 2 - HR 

(1 Question)

  • Q1. Are you ready to Relocate
  • Ans. Yes I am relocate and flexible with any location
  • Answered Anonymously
Round 3 - Coding Test 

L1 Exam should be cleared L 1 exam is of multiple choice questions and completely related to Java J2Ee Spring

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for co cubes Aptitude and All the best

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is flexbox
  • Ans. 

    Flexbox is a CSS layout module that allows for flexible and responsive web design.

    • Flexbox allows for easy alignment and positioning of elements within a container.

    • It uses a set of properties to define the layout, such as display: flex and flex-direction.

    • Flexbox is particularly useful for creating responsive designs that adapt to different screen sizes.

    • It can also be used in combination with other CSS layout modules, su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexbox is a layout model that allows elements to align and distribute space within a container. Using flexible widths and heights, elements can be aligned to fill a space or distribute space between elements, which makes it a great tool to use for responsive design systems.

Skills evaluated in this interview

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.

UST SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

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

4.0

Job security

2.0

Company culture

3.0

Promotions

2.0

Work satisfaction

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

₹3.8 L/yr - ₹15.2 L/yr

Senior Software Engineer
1.6k salaries
unlock blur

₹6.7 L/yr - ₹26 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.8 L/yr - ₹15.3 L/yr

System Analyst
1.1k salaries
unlock blur

₹6.1 L/yr - ₹18.2 L/yr

Validation Engineer
925 salaries
unlock blur

₹2 L/yr - ₹7.1 L/yr

Explore more salaries
Compare UST with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview