Upload Button Icon Add office photos
Engaged Employer

i

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

CitiusTech Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 1.6k Reviews

Filter interviews by

CitiusTech Fullstack Java Application Developer Interview Questions and Answers

Updated 21 Jun 2024

CitiusTech Fullstack Java Application Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to find the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap allows one null key and multiple null values.

    • Th...

  • Answered by AI
  • Q2. What is singleton class and its implementation
  • Ans. 

    Singleton class is a class that can only have one instance and provides a global point of access to it.

    • Singleton class restricts the instantiation of a class to one object.

    • It provides a way to access its unique instance globally.

    • Commonly used in scenarios where only one instance of a class is needed, such as database connections or thread pools.

  • Answered by AI
  • Q3. Find all the pairs with given sum coding
  • Ans. 

    The task is to find all pairs in an array that add up to a given sum.

    • Iterate through the array and store each element in a hash set.

    • For each element, check if the difference between the sum and the element exists in the hash set.

    • If it does, add the pair to the result list.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is design pattern
  • Q2. Which design pattern have you used

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clear and stay on track only

CitiusTech Interview FAQs

How many rounds are there in CitiusTech Fullstack Java Application Developer interview?
CitiusTech interview process usually has 1 rounds. The most common rounds in the CitiusTech interview process are Technical.
What are the top questions asked in CitiusTech Fullstack Java Application Developer interview?

Some of the top questions asked at the CitiusTech Fullstack Java Application Developer interview -

  1. What is singleton class and its implementat...read more
  2. Find all the pairs with given sum cod...read more
  3. Internal working of hash...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all
Senior Software Engineer
2.6k salaries
unlock blur

₹5.8 L/yr - ₹20 L/yr

Technical Lead
2.1k salaries
unlock blur

₹7.4 L/yr - ₹27.4 L/yr

Software Engineer
1.2k salaries
unlock blur

₹3.3 L/yr - ₹11.2 L/yr

Technical Lead 1
359 salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Technical Lead 2
290 salaries
unlock blur

₹7.8 L/yr - ₹28 L/yr

Explore more salaries
Compare CitiusTech with

Accenture

3.9
Compare

Capgemini

3.8
Compare

TCS

3.7
Compare

Wipro

3.7
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