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

      Unisys

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Unisys reviews | Unisys jobs | Unisys salaries | Unisys benefits
      Unisys interviewsUnisys Junior Java Developer interviewsUnisys interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

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

      Followed companies

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

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      IBM
      3.6★Compensation & Benefits
      avatar
      Dell Technologies
      3.5★Compensation & Benefits
      avatar
      Concentrix
      3.6★Compensation & Benefits
      avatar
      Booz Allen Hamilton
      3.8★Compensation & Benefits

      Junior Java Developer Interview

      Oct 15, 2024
      Anonymous Interview Candidate
      Greater Noida
      Declined offer
      Positive experience
      Easy interview

      Application

      I interviewed at Unisys (Greater Noida)

      Interview

      The interview process for a Junior Java Developer typically consists of multiple stages designed to assess your technical skills, problem-solving abilities, and cultural fit within the company. Here’s an overview of what you can expect: 1. Application and Resume Screening • Objective: The hiring team reviews your resume to determine if your experience, skills, and qualifications match the job requirements. • Tips: Make sure your resume highlights relevant experience (e.g., Java projects, internships, or academic work) and skills (e.g., Java, OOP, databases). 2. Initial HR Screening • Format: Phone or video call (15-30 minutes). • Objective: The HR representative will ask basic questions about your background, interest in the position, and salary expectations. They may also give an overview of the company and the role. • Questions: • Tell me about yourself. • Why are you interested in this position? • What is your availability for interviews or starting the job? 3. Technical Screening (Coding Test) • Format: Online coding test or live coding challenge (usually 30-60 minutes). • Objective: To assess your problem-solving and coding skills in Java. This can include algorithm-based questions, debugging, or small projects. • Topics: • Basic algorithms (e.g., sorting, searching). • Data structures (e.g., arrays, lists, trees, hash maps). • String manipulation. • Simple object-oriented programming (OOP) concepts. Tools Used: You might be asked to solve problems on platforms like HackerRank, LeetCode, or via a company’s own coding platform.

      Interview questions [1]

      Question 1

      What are the main features of Java? • Expect to discuss platform independence (JVM), object-oriented nature, memory management (garbage collection), multithreading, and robustness. • What is the difference between JDK, JRE, and JVM? • JDK (Java Development Kit): Includes tools for developing Java applications. • JRE (Java Runtime Environment): Contains libraries and JVM to run Java applications. • JVM (Java Virtual Machine): Converts bytecode into machine code and executes it. • What are primitive data types in Java? • Byte, short, int, long, float, double, char, boolean. • Explain the final, finally, and finalize() keywords.
      Answer question
      1