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

Filter interviews by

CitiusTech Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top CitiusTech Interview Questions and Answers

View all 172 questions

CitiusTech Interview Experiences

Popular Designations

269 interviews found

Software Developer Interview Questions & Answers

user image Sushant Pathak

posted on 12 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is java and its features ?
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for the creation of reusable code and modular programs

    • Java is known for its robust standard library, providing a wide range of pre-built functionality

    • It supports multithreading, allowing ...

  • Answered by AI
  • Q2. What is java 8 and features
  • Ans. 

    Java 8 is a major release of the Java programming language with new features like lambda expressions, streams, and default methods.

    • Lambda expressions allow you to treat functionality as a method argument.

    • Streams provide a new abstraction to work with sequences of elements.

    • Default methods allow interfaces to have method implementations.

    • Date and Time API provides a new way to work with dates and times.

    • Optional class help

  • Answered by AI

Skills evaluated in this interview

Top CitiusTech Software Developer Interview Questions and Answers

Q1. If table or view does not exist what does it mean
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic Core Java and Selenium Questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Previous Experience

Top CitiusTech Senior Software Engineer Interview Questions and Answers

Q1. What if array get assign with null does it still has array length
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Devops Engineer Interview Questions & Answers

user image satyam chetkar

posted on 5 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Architecture about project
  • Q2. Container creation in terraform
  • Ans. 

    Container creation in terraform involves defining a container resource in a terraform configuration file.

    • Define a container resource in the terraform configuration file using the 'docker_container' or 'container' provider.

    • Specify the image, name, ports, and other necessary configurations for the container.

    • Run 'terraform init' and 'terraform apply' to create the container based on the defined configuration.

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have to connect ec2 to each vpc? so how you can achieve that?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

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 - HR 

(1 Question)

  • Q1. General question regarding what skills
Round 3 - One-on-one 

(2 Questions)

  • Q1. All question where related to automation basics and coding.
  • Q2. Try and catch , framework, Jenkins
Round 4 - One-on-one 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Expected salary

Top CitiusTech Senior Software Engineer Interview Questions and Answers

Q1. What if array get assign with null does it still has array length
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

CitiusTech interview questions for popular designations

 Senior Software Engineer

 (44)

 Technical Lead

 (28)

 Software Engineer

 (25)

 Software Engineer Trainee

 (12)

 Software Developer

 (10)

 Technical Specialist

 (7)

 Software Developer Trainee

 (6)

 Data Engineer

 (5)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Coding Test 

Python code for array

Round 2 - Aptitude Test 

Computerized test based on simpel math questions

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Get interview-ready with Top CitiusTech Interview Questions

Consultant Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

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

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a business requirement document

Round 2 - Technical 

(1 Question)

  • Q1. What are the strengths and weakness
  • Ans. 

    Strengths include strong analytical skills and attention to detail. Weaknesses may include difficulty with public speaking and time management.

    • Strengths: strong analytical skills

    • Strengths: attention to detail

    • Weaknesses: difficulty with public speaking

    • Weaknesses: time management

  • Answered by AI

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Jobs at CitiusTech

View all

Java Developer Interview Questions & Answers

user image Ashwini Salunke

posted on 1 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Count duplicate from int array
  • Ans. 

    Count duplicates in an int array

    • Create a HashMap to store the count of each element in the array

    • Iterate through the array and update the count in the HashMap

    • Count the elements with count greater than 1 as duplicates

  • Answered by AI

Skills evaluated in this interview

Top CitiusTech Java Developer Interview Questions and Answers

Q1. Word Frequency Counter Given a string 'S' consisting of words, your task is to calculate how many times each word appears in the string. A word is a series of one or more non-space characters. In 'S', words can be separated by spaces, and y... read more
Add answer

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Snowflake DBT engineer Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2024

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

(2 Questions)

  • Q1. What is Slowly changing dimessions?
  • Q2. How to create DBT model

Full Stack Software Developer Interview Questions & Answers

user image Prathamesh subhash sawant

posted on 20 Jun 2024

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

(1 Question)

  • Q1. Questions were on MVC .net

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that help in organizing and structuring code.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing simplified interfaces.

    • Enca...

  • Answered by AI
  • Q2. Abstraction polymorphism inheritance encapsulation

Top CitiusTech Software Developer Interview Questions and Answers

Q1. If table or view does not exist what does it mean
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

CitiusTech Interview FAQs

How many rounds are there in CitiusTech interview?
CitiusTech interview process usually has 2-3 rounds. The most common rounds in the CitiusTech interview process are Technical, HR and One-on-one Round.
How to prepare for CitiusTech interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CitiusTech. The most common topics and skills that interviewers at CitiusTech expect are Java, SQL, Javascript, Angular and Automation.
What are the top questions asked in CitiusTech interview?

Some of the top questions asked at the CitiusTech interview -

  1. Assertion in Jmeter. what protocol used in jmeter 3. what is hit per second. 4....read more
  2. How would you scale up your application ?,if it fails on one instances how woul...read more
  3. 1. What is triggers and where we use triggers in xamarin? 2. Oops concepts wit...read more
How long is the CitiusTech interview process?

The duration of CitiusTech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

CitiusTech Interview Process

based on 208 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

CitiusTech Reviews and Ratings

based on 1.6k reviews

3.4/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.1

Salary

3.0

Job security

3.4

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 1.6k Reviews and Ratings
.NET + React Technical lead I, Specialist I Only in Bangalore.

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

MERNStack Technical Lead I in Bangalore.

Bangalore / Bengaluru

5-7 Yrs

₹ 11-25.42 LPA

Cypress Test Engineer

Chennai

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.6k salaries
unlock blur

₹5.6 L/yr - ₹20 L/yr

Technical Lead
2k salaries
unlock blur

₹7.3 L/yr - ₹25 L/yr

Software Engineer
1.2k salaries
unlock blur

₹3.3 L/yr - ₹12.2 L/yr

Technical Lead 1
376 salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead 2
295 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Explore more salaries
Compare CitiusTech with

Accenture

3.8
Compare

Capgemini

3.7
Compare

TCS

3.7
Compare

Wipro

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