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

Clear (1)

CitiusTech Senior Consultant Interview Questions and Answers

Updated 7 Feb 2025

CitiusTech Senior Consultant Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. The interviewer asked question based on the experience and companies listed on the CV. -wanting to know the work done and processes followed.
  • Ans. I answered all the questions of how things were done in my role, various processes followed and how it was slightly different in my current and most of the previous companies.
  • Answered Anonymously
  • Q2. Interviewer explained about the current role, job description and expectations and wanted to know if candidate would be comfortable taking up additional responsibilities as per business needs/demand of the...
Round 2 - One-on-one 

(3 Questions)

  • Q1. The interviewer wanted to know some examples of the work/project I worked on and went deeper into the work and wanted to know all details
  • Q2. The interviewer did not seem convinced with some of the work done in the examples shared for one of the projects/companies, and tried to dig in deeper.
  • Q3. The interviewer was pretending to not understand how my previous organization executed some of the activities while dealing with the clients, when I explained it. It really felt that this was just a clever...

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think the people here in the higher ranks are matured or deserve to be in the position they are in, as it clearly showed in the interview. An interview, which is supposed to be a two way conversation, looked like a one way street. This clearly shows the level of maturity, understanding (or the lack of it).Overall I would say it is a mixed bag. You will find some good people and also some bad people. I suggest the job seeker to decide wisely before accepting the offer, what will you consider as a priority - mental peace, good work-life balance, learning from a matured organization and people, money

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is OOPS?
  • Ans. 

    OOPS stands for Object-Oriented Programming System.

    • OOPS is a programming paradigm that focuses on objects and their interactions.

    • It involves encapsulation, inheritance, and polymorphism.

    • Encapsulation is the process of hiding implementation details from the user.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects to take on multiple forms or behaviors.

    • Examples of O

  • Answered by AI
  • Q2. What is Class?
  • Ans. 

    A blueprint for creating objects that share common properties and behaviors.

    • Classes are used in object-oriented programming to create objects with similar attributes and methods.

    • They serve as a blueprint for creating objects.

    • Classes can inherit properties and methods from other classes.

    • Examples include a class for creating different types of cars or a class for creating different types of animals.

  • Answered by AI
  • Q3. What is Abstraction?
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction allows us to focus on the essential features of an object or system, without getting bogged down in unnecessary details.

    • It helps to reduce complexity and increase efficiency in software development.

    • For example, a car dashboard abstracts away the complex workings of the engine and presents only the...

  • Answered by AI
  • Q4. What is Object Slicing?
  • Ans. 

    Object slicing is when a derived class object is assigned to a base class object, resulting in loss of derived class attributes.

    • Object slicing occurs when a derived class object is assigned to a base class object.

    • The result is the loss of derived class attributes.

    • This happens because the base class object can only hold the attributes of the base class.

    • Example: class Base { int x; }; class Derived : public Base { int y;...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident even if you dont know anything

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Core / advance java, spring boot, Hibernate, DB, Collection, New java Feature - Stream, lambda expression, function interface, DB related, about your last project technology, flow, your role etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, prepare well, if don't know answer simply say don't know, not going wrong, ask whatever your concern (Related to topic)

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Encapsulation, Abstraction, Inheritance
  • Q2. What is Routing in mvc.
  • Ans. 

    Routing in MVC is the process of mapping incoming requests to the appropriate controller and action.

    • Routing is responsible for determining which controller and action should handle a particular request.

    • Routes are defined in the RouteConfig.cs file in the App_Start folder.

    • Routes can be customized to include parameters and constraints.

    • Example: {controller}/{action}/{id} maps to HomeController.Index(5) when the URL is /Ho...

  • Answered by AI
  • Q3. Reflection

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with basics of your core technology.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Adb, how to check logs if any app crash, device rooting, adb basic commands, OTA, bug life cycle, STLC, SDLC, about projects which you have done in your previous company, priority, severity, examples of bo...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just read the job description and prepare according to that, mainly we should know basic concepts of testing, if we have experience in previous organization then prepare about your projects that you have done.

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Program to reverse a string
  • Ans. 

    A program to reverse a string

    • Iterate through the string from end to start and append each character to a new string

    • Use built-in functions like reverse() or StringBuilder.reverse() in some programming languages

    • Convert the string to an array, reverse the array, and then convert it back to a string

  • Answered by AI
  • Q2. Program to read data from excel
  • Ans. 

    A program to read data from excel.

    • Use a library like Apache POI or OpenPyXL to read excel files.

    • Identify the sheet and cell range to read data from.

    • Parse the data and store it in a suitable data structure.

    • Handle errors and exceptions that may occur during the process.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain the Automation framework
  • Ans. 

    Automation framework is a set of guidelines, standards, and tools used for automating software testing.

    • It provides a structured approach to automate tests

    • It includes tools for test case management, test data management, and reporting

    • It helps in reducing manual effort and increasing test coverage

    • Examples include Selenium, Appium, and TestNG

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level interview questions, be prepared on your skills and you should be able to crack it

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All questions were string programming related and sql queries for some condition.angular questions asked .

Interview Preparation Tips

Interview preparation tips for other job seekers - I think all project need different skilled and it all depend upon interviewer.

I was interviewed before Mar 2021.

Round 1 - Technical 

(1 Question)

  • Q1. More question on java in first round and in 2nd round project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be confident on java basics

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

Interview Questionnaire 

1 Question

  • Q1. About the job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong knowledge as per the job description

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to basics and logic thinking

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be strong on basics and logic thinking
Contribute & help others!
anonymous
You can choose to be anonymous

CitiusTech Interview FAQs

How many rounds are there in CitiusTech Senior Consultant interview?
CitiusTech interview process usually has 2 rounds. The most common rounds in the CitiusTech interview process are Technical and One-on-one Round.
What are the top questions asked in CitiusTech Senior Consultant interview?

Some of the top questions asked at the CitiusTech Senior Consultant interview -

  1. The interviewer was pretending to not understand how my previous organization e...read more
  2. The interviewer did not seem convinced with some of the work done in the exampl...read more

Recently Viewed

INTERVIEWS

CitiusTech

No Interviews

INTERVIEWS

Ofbusiness

No Interviews

INTERVIEWS

Ofbusiness

No Interviews

INTERVIEWS

CitiusTech

No Interviews

SALARIES

Moglix

INTERVIEWS

CitiusTech

No Interviews

SALARIES

Apple

INTERVIEWS

Ofbusiness

No Interviews

INTERVIEWS

Ofbusiness

No Interviews

INTERVIEWS

CitiusTech

No Interviews

Tell us how to improve this page.

CitiusTech Senior Consultant Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
CitiusTech Senior Consultant Salary
based on 29 salaries
₹13.8 L/yr - ₹40 L/yr
37% more than the average Senior Consultant Salary in India
View more details

CitiusTech Senior Consultant Reviews and Ratings

based on 4 reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.9

Salary

2.8

Job security

3.9

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 4 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