Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      UKG

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: UKG reviews | UKG jobs | UKG salaries | UKG benefits | UKG conversations
      UKG interviewsUKG Java Web Applications Developer interviewsUKG interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Java Web Applications Developer Interview

      20 May 2025
      Anonymous interview candidate
      Noida
      No offer
      Positive experience
      Difficult interview

      Application

      I applied through a staffing agency. The process took 2 weeks. I interviewed at UKG (Noida) in May 2025

      Interview

      First I gave hackerrank test, Then one virtual interview, then there were 2 F2F round, but i was out in first F2F round. The answer they expect is with in depth explanation. should be logical.

      Interview questions [1]

      Question 1

      2 Round (Virtual)- They asked to write function to add, reverse, print and sort the linkedlist. They asked about ManyToMany mapping and implementation(create Book, Author class). The asked to write a query where there's book and author table and another table Book_Author.. now write a query to fetch all the book name by whose authore.gender == "FEMALE". 3 Round (F2F) - String s1 = new String("xyz"); String s2 = "xyz"; Map m = new HashMap(); m.put(s1,1); m.put(s2,2); m.length ???? - 1 why? ---------------------------------- class Employee{ id, name } Map h1 = new HashMap(); Can we have Employee as key here? How? what change we need to do in Employee class? and what will happen if i have 2 same id,name have? ans - hashable(), equals() method.. -------------- How can i sort the map by Employee id ? - Comparator vs Comparable -- Implementation ------------- Threads... Thread pool.. Executive Framework... ------------- if I have 5 threads and all of it have task... there's another task come up how will and which thread will be assigned ? ------------- Internal working of volatile keyword? How does it internally work? ------------------------------------------- Clustered vs Non Clustered Index in sql, postgresSQl -------------------------------------------- What is the most challenging thing have you done in your job?
      Answer question