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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 22 Jan 2025

Top CitiusTech Senior Software Engineer Interview Questions and Answers

  • Q1. What if array get assign with null does it still has array length
  • Q2. What is manual testing? What is SDLC/STLC? What is Agile, scrum? What are agile ceremonies? Explain work day of a tester? Which project management tools you have used? Ha ...read more
  • Q3. How do I see SQL sessions? If we want to store temporary data inside stored procedure what should we do? When should we go for temp tables? Difference between index seek ...read more
View all 25 questions

CitiusTech Senior Software Engineer Interview Experiences

44 interviews found

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. I applied for SQL profile, around 40 questions were asked from basic to advanced based on concepts like triggers, stored procedures, SQL server agent, security, SQL profiler, constraints, types of indexes,...
  • Q2. How do I see SQL sessions? If we want to store temporary data inside stored procedure what should we do? When should we go for temp tables? Difference between index seek and index char? Diff b/w view and t...
  • Ans. 

    Answers to SQL-related questions for Senior Software Engineer position

    • To see SQL sessions, use the sp_who2 stored procedure or the Activity Monitor in SQL Server Management Studio

    • To store temporary data inside a stored procedure, use table variables or temporary tables

    • Use temp tables when you need to store large amounts of data or when you need to perform complex joins or aggregations

    • Index seek is a type of index acces...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need have in depth knowledge about everything, they will try to confuse on your answers to check stability.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Nov 2022. 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 - Technical 

(1 Question)

  • Q1. Java 8, Restful services , spring , json, healthcare knowledge if any
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager Round, Previous company details, agile framework
Round 4 - HR 

(1 Question)

  • Q1. About salary expectations

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
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 - Technical 

(1 Question)

  • Q1. Manual Testing Basic
Round 3 - Technical 

(1 Question)

  • Q1. More difficult questions than 1 round
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic information about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study well in your area and keep updated in your area. Thank you
Round 1 - Technical 

(1 Question)

  • Q1. Sql server questions
Round 2 - HR 

(1 Question)

  • Q1. Expectations & some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical questions sql server , Confidence

CitiusTech interview questions for designations

 Senior Software QA Engineer

 (2)

 Senior Software Engineer Testing

 (1)

 Senior Software Test Engineer

 (1)

 Software Engineer

 (25)

 Senior Software Quality Assurance Engineer

 (1)

 Senior Software Developer

 (5)

 Senior Software Tester

 (1)

 Software Engineer Trainee

 (12)

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java and basic coding test like string recerse ,swap ,fibonacci

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech Manager round , again coding and core java

Get interview-ready with Top CitiusTech Interview Questions

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

(1 Question)

  • Q1. Perl Python Linux questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Perl Python Kunux questions were asked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 3 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 - Technical 

(3 Questions)

  • Q1. Related to manual testing
  • Q2. Test case design Technics
  • Q3. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. General discussion

Interview Preparation Tips

Topics to prepare for CitiusTech Senior Software Engineer interview:
  • SDLC
  • Java
  • Selenium
  • Testng
Interview preparation tips for other job seekers - Prepare for manual testing basic concepts

I applied via Referral and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. It's about angular and .net core
  • Q2. How to work with authentication part with .net
  • Ans. 

    Authentication in .NET involves using various authentication mechanisms such as Forms Authentication, Windows Authentication, and OAuth.

    • Use Forms Authentication for web applications

    • Use Windows Authentication for intranet applications

    • Use OAuth for third-party authentication

    • Implement authentication using ASP.NET Identity

    • Use secure password storage mechanisms such as hashing and salting

  • Answered by AI
  • Q3. What Is dependancy injunction
  • Ans. 

    Dependency injection is a design pattern where an object's dependencies are provided externally rather than created internally.

    • Dependency injection helps to decouple components and make them more modular.

    • It allows for easier testing and maintenance of code.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of creating a database connection ob...

  • Answered by AI
  • Q4. What is pipe, how to write custom pipe
  • Ans. 

    A pipe is a feature in Angular that allows you to transform data before displaying it.

    • Pipes are used in Angular templates with the '|' symbol.

    • There are built-in pipes like 'uppercase' and 'date'.

    • Custom pipes can be created using the 'Pipe' decorator and implementing the 'PipeTransform' interface.

    • Custom pipes can take arguments to modify their behavior.

    • Pipes can be chained together to perform multiple transformations on

  • Answered by AI
  • Q5. What is middlewear
  • Ans. 

    Middleware is software that acts as a bridge between different applications, allowing them to communicate and exchange data.

    • Middleware is a layer of software that sits between applications and operating systems

    • It provides services such as message routing, authentication, and data transformation

    • Examples include Apache Tomcat, Microsoft IIS, and IBM WebSphere

  • Answered by AI
  • Q6. What if array get assign with null does it still has array length
  • Ans. 

    No, assigning null to an array makes it empty and its length becomes 0.

    • Assigning null to an array makes it empty.

    • The length of an empty array is 0.

    • Trying to access length property of null will result in an error.

  • Answered by AI
  • Q7. What is null value in JavaScript
  • Ans. 

    Null value in JavaScript represents absence of any object value.

    • Null is a primitive value in JavaScript.

    • It is assigned to a variable to indicate that it has no value.

    • It is different from undefined, which means a variable has been declared but not assigned a value.

    • Null is falsy in JavaScript, meaning it is considered false in a boolean context.

    • Null can be used to clear the value of an object property.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on core part and be confident it's not much difficult be confident

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were almost regarding the technologies I had experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be you and try to answer all the questions and just don't bluff things which you don't know, if you don't know something then say you don't know and give them a belief that how strongly you are willing to learn.

Always pick the tech stack which you are confident while including it in your introduction, because most of them will be asking questions on what you mention while you introduce yourself.

Keep a smile on your index 😉

Interview Questionnaire 

2 Questions

  • Q1. Core Java, Spring Framwork, Hibernate basic questions in technical round
  • Q2. Manager round is all about your past roles and responsibilities.

CitiusTech Interview FAQs

How many rounds are there in CitiusTech Senior Software Engineer interview?
CitiusTech interview process usually has 2-3 rounds. The most common rounds in the CitiusTech interview process are Technical, HR and Resume Shortlist.
How to prepare for CitiusTech Senior Software Engineer 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 SQL, Agile, Java, Application Development and Python.
What are the top questions asked in CitiusTech Senior Software Engineer interview?

Some of the top questions asked at the CitiusTech Senior Software Engineer interview -

  1. What if array get assign with null does it still has array len...read more
  2. What is manual testing? What is SDLC/STLC? What is Agile, scrum? What are agile...read more
  3. How do I see SQL sessions? If we want to store temporary data inside stored pro...read more
How long is the CitiusTech Senior Software Engineer interview process?

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

Tell us how to improve this page.

CitiusTech Senior Software Engineer Interview Process

based on 38 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
CitiusTech Senior Software Engineer Salary
based on 2.6k salaries
₹5.6 L/yr - ₹20 L/yr
19% less than the average Senior Software Engineer Salary in India
View more details

CitiusTech Senior Software Engineer Reviews and Ratings

based on 320 reviews

3.5/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.2

Salary

3.1

Job security

3.6

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 320 Reviews and Ratings
Senior Software Engineer
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead 1
374 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead 2
295 salaries
unlock blur

₹0 L/yr - ₹0 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