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 Automation Test Engineer Interview Questions and Answers

Updated 11 Dec 2024

CitiusTech Automation Test Engineer Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Questions of moderate difficulty.

Round 2 - Coding Test 

Moderate level of questions

Round 3 - Technical 

(2 Questions)

  • Q1. String programs.... Reverse program
  • Q2. SQL query
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, relocation

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Very basic qutions

Interview Questionnaire 

1 Question

  • Q1. What are your goals while looking to join our organization?

I applied via Referral and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Oops methodology
  • Q2. Design patterns
  • Q3. Programming languages
  • Q4. Front end language especially latest framework like react and redux
  • Q5. Database design with normalization process
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and establishing relationships between them.

    • There are different levels of normalization, with each level having specific rules to follow.

    • Normalization helps to prevent data inconsistencies and anomalies.

    • Examples of normalization include converting r...

  • Answered by AI
  • Q6. And flow of the system
  • Q7. Dot net core the going technology

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice the process was carried out with all the department which is good for employment opportunities

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Core Java questions oops concepts some sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Question on Data structure list and hasmap ,java collection

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • Core java,
  • Collections
Interview preparation tips for other job seekers - Prepare core java ,oops , collection coding questions to print -1 in place of duplicate elements

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions on javascript, angular, html,css
  • Q2. Questions on localstorage , tokens, security, interceptors

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and u will rock

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Array questions asked with sorting and total count for particular number and index print

Round 2 - Coding Test 

Linked list coding, hashmap internal coding demonstration.

Round 3 - HR 

(1 Question)

  • Q1. Salary expectation , nothing much why you want to join....

Interview Preparation Tips

Interview preparation tips for other job seekers - In depth knowledge check, questions were moderate level, can be easily cracked if one knows the concept good enough.
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. What do you do for performance improvement while using ajax ?
  • Ans. 

    Use caching, minimize data transfer, optimize server-side code.

    • Implement caching to reduce server requests

    • Minimize data transfer by sending only necessary data

    • Optimize server-side code for faster response time

  • Answered by AI
  • Q2. What is transaction in database ?
  • Ans. 

    A transaction in a database is a sequence of operations that are treated as a single unit of work.

    • Transactions ensure data consistency and integrity.

    • They allow multiple operations to be grouped together and either all succeed or all fail.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) are maintained in transactions.

    • Examples of transactions include transferring money between bank accounts or updating inv

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What activities do you perform for any new project?
  • Q2. Can you connect directly to db using jscript ?
  • Ans. 

    Yes, it is possible to connect to a database using JavaScript.

    • JavaScript can connect to databases using APIs such as Web SQL, IndexedDB, and MongoDB.

    • It is also possible to use Node.js to connect to databases using JavaScript.

    • However, it is not recommended to connect to a database directly from client-side JavaScript due to security concerns.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know everything on your resume ?

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basics about big data tools. Use case on Pyspark. How to add the new column and what is AQE benefits and Delta table optimisation tenchiques.
  • Q2. Basics about Azure resources like ADF, Azure Databricks. Explained the project architecture and sone questions on that.
  • Q3. Pyspark optimisation techniques explain and write scd type 2 sample code.
  • Ans. 

    Optimisation techniques in Pyspark and sample code for SCD type 2

    • Use broadcast variables to reduce data shuffling

    • Partition data based on key columns to improve performance

    • Use cache() or persist() to avoid recomputing data

    • Use coalesce() or repartition() to reduce the number of partitions

    • For SCD type 2, use merge() function to update or insert new records

    • Example code for SCD type 2: https://github.com/awantik/pyspark-101

  • Answered by AI
Round 3 - Techno mangerial round 

(2 Questions)

  • Q1. How huge data your are working? What are toughest problem you faced and resolved it ?
  • Ans. 

    I have worked with huge data sets in the past.

    • I have experience working with data sets ranging from a few gigabytes to several terabytes.

    • One of the toughest problems I faced was optimizing a query that was taking too long to execute.

    • I resolved it by analyzing the query plan and identifying the bottleneck, then optimizing the query accordingly.

    • Another challenge I faced was dealing with data inconsistencies, which I reso...

  • Answered by AI
  • Q2. Explain you project architecture ? Show some sample codes of the same.
  • Ans. 

    Our project architecture follows a microservices approach with containerization using Docker and orchestration with Kubernetes.

    • We have divided our application into smaller, independent services that communicate with each other through APIs.

    • Each service is containerized using Docker, allowing for easy deployment and scaling.

    • We use Kubernetes for orchestration, which automates the deployment, scaling, and management of o...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Compensation decision and clear your doubts regarding organisation.

Interview Preparation Tips

Topics to prepare for Luxoft Software Engineer interview:
  • Pyspark
  • Adf
  • databricks
  • synapse
Interview preparation tips for other job seekers - Be confident with your are answers and strong in basic big data and azure.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Self introduction and technical what is data factory and explain about the project
  • Q2. What is your goals and family background
  • Ans. 

    My goal is to become a highly skilled software engineer and contribute to innovative projects. My family background is supportive and has encouraged my pursuit of a career in technology.

    • Goal: Become a highly skilled software engineer

    • Contribute to innovative projects

    • Family background: Supportive and encouraging

    • Pursuit of a career in technology

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy interview and there will be two rounds but

CitiusTech Interview FAQs

How many rounds are there in CitiusTech Automation Test Engineer interview?
CitiusTech interview process usually has 4 rounds. The most common rounds in the CitiusTech interview process are Aptitude Test, Coding Test and Technical.
How to prepare for CitiusTech Automation Test 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 Selenium, Java, Automation Testing, API Testing and Cucumber.

Tell us how to improve this page.

CitiusTech Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
CitiusTech Automation Test Engineer Salary
based on 32 salaries
₹4.2 L/yr - ₹11.9 L/yr
At par with the average Automation Test Engineer Salary in India
View more details

CitiusTech Automation Test Engineer Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.3

Salary

2.2

Job security

4.4

Company culture

2.1

Promotions

3.5

Work satisfaction

Explore 6 Reviews and Ratings
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 - ₹27.5 L/yr

Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Technical Lead 1
383 salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead 2
299 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Explore more salaries
Compare CitiusTech with

Accenture

3.8
Compare

Capgemini

3.7
Compare

Xoriant

4.1
Compare

HTC Global Services

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