Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by UKG Team. If you also belong to the team, you can get access from here

UKG Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 583 Reviews

Filter interviews by

UKG Sde1 Interview Questions and Answers

Updated 7 Aug 2024

UKG Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Aptitude and coding round, one coding question and others are computer fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Return true if Subarray is present whose sum is 0
  • Q2. Project, oops, dbms
Round 3 - Technical 

(2 Questions)

  • Q1. Subarray sun equal to k
  • Q2. Project, oops, dbms
Round 4 - HR 

(1 Question)

  • Q1. Did not got slected i answered all still

Interview questions from similar companies

Sde1 Interview Questions & Answers

Amadeus user image Anonymous

posted on 18 May 2022

Round 1 - Technical 

(1 Question)

  • Q1. Why strings are immutable
  • Ans. 

    Strings are immutable to ensure data integrity and prevent unintended changes.

    • Immutable strings allow for safer multithreading and concurrency.

    • String interning is possible because of immutability.

    • Immutable strings can be used as keys in dictionaries and hash tables.

    • Examples of immutable data types include numbers and tuples.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and questions will mainly appear from resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Internal working of hashmap
  • Q2. What are collections
  • Q3. What are design Patterns explain singleton design pattern
  • Q4. What annotations did you use in spring boot. how @transaction annotation works
Round 2 - Behavioral 

(2 Questions)

  • Q1. Asked 2 puzzles
  • Q2. What is vertical scaling and horizontal scaling
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding question based on stacks
  • Q2. Java and Spring Boot questions..too much grilling
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Large scale system design interview
Round 2 - Coding Test 

Two DSA questions related to Arrays & strings

Round 3 - One-on-one 

(1 Question)

  • Q1. Design URL shortener
  • Ans. 

    Design a URL shortener service with features like shortening, redirecting, tracking, handling collisions, and providing analytics.

    • Use a hashing algorithm to generate unique short URLs from long URLs

    • Store mappings of short URLs to original URLs in a database

    • Implement a redirect mechanism to direct users to the original URL when accessing the short URL

    • Track the number of times each short URL is accessed and store this da...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

HashMaps and String-based questions

Round 2 - Technical 

(1 Question)

  • Q1. The interview asked 2 coding questions: 1. 2-Sum 2. Largest Palindrome in a string Apart from this there were questions on real life OOPS principles
Round 3 - Technical 

(1 Question)

  • Q1. This was a resume drill-down on projects/skills. It had CS fundamental questions along with OOPs questions
Round 4 - One-on-one 

(1 Question)

  • Q1. It was a manager round having standard team based/ situation based leadership questions
Round 5 - HR 

(1 Question)

  • Q1. Standard HR questions- strength/weakness
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SOLID Principles
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Rate Limiter with possible test cases
  • Ans. 

    Rate limiter is a mechanism to control the rate of requests sent to a server

    • Implement a sliding window algorithm to track the number of requests within a specific time frame

    • Set a limit on the number of requests allowed per unit of time

    • Return an error response when the limit is exceeded

    • Test cases: 1. Send requests below the limit - should be successful. 2. Send requests above the limit - should receive an error response

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

(1 Question)

  • Q1. Rank teams based on some criteria
Round 3 - One-on-one 

(1 Question)

  • Q1. Job scheduler system design round
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Project details question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions with difficulty level easy to medium and duration was 1hr in HackerEarth.

Round 2 - Technical 

(2 Questions)

  • Q1. This round went very well, panelist asked basic coding questions and one logic question.
  • Q2. 1. reverse a string 2. find the 2nd max value in a array 3. write a code for BST
  • Ans. 

    This JSON response provides answers to three interview questions for a Software Engineer position.

    • To reverse a string, you can use built-in string manipulation functions or iterate through the string and swap characters from both ends.

    • To find the 2nd max value in an array, you can sort the array in descending order and return the element at index 1.

    • To write a code for a Binary Search Tree (BST), you need to define a No...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. This round is mostly based on my resume based question
  • Q2. What projects have you done and asked about internship where I have worked recently.

UKG Interview FAQs

How many rounds are there in UKG Sde1 interview?
UKG interview process usually has 4 rounds. The most common rounds in the UKG interview process are Technical, Coding Test and HR.
What are the top questions asked in UKG Sde1 interview?

Some of the top questions asked at the UKG Sde1 interview -

  1. return true if Subarray is present whose sum i...read more
  2. subarray sun equal t...read more
  3. Did not got slected i answered all st...read more

Tell us how to improve this page.

UKG Sde1 Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Amdocs Interview Questions
3.8
 • 529 Interviews
View all
Senior Software Engineer
489 salaries
unlock blur

₹10.2 L/yr - ₹23 L/yr

Lead Software Engineer
363 salaries
unlock blur

₹14.5 L/yr - ₹32 L/yr

Principal Software Engineer
250 salaries
unlock blur

₹19.3 L/yr - ₹42.4 L/yr

Lead Software Quality Assurance Engineer
102 salaries
unlock blur

₹12.5 L/yr - ₹25.6 L/yr

Senior Software QA Engineer
101 salaries
unlock blur

₹9.2 L/yr - ₹18.4 L/yr

Explore more salaries
Compare UKG with

Accenture

3.9
Compare

IBM

4.0
Compare

Infosys

3.6
Compare

TCS

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