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

Updated 10 Oct 2024

CitiusTech Softwaretest Engineer Interview Experiences

2 interviews found

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

I appeared for an interview 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 & Answers

user image Aishwarya Gurav

posted on 14 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

There was aptitude round

Interview Preparation Tips

Interview preparation tips for other job seekers - Then technical round ,they asked questions on core java ,sql

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If you encounter a blocker defect the day before the release date ... read more
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Plc coding scada configuration

Round 3 - One-on-one 

(4 Questions)

  • Q1. What advantages of closed loop system
  • Ans. 

    Closed loop systems provide real-time feedback and control, leading to increased efficiency and accuracy.

    • Real-time feedback allows for quick adjustments to be made, improving efficiency and accuracy

    • Controlled environment reduces the impact of external factors on the system

    • Can be used in a variety of industries, such as manufacturing, aerospace, and healthcare

    • Examples include automated insulin pumps for diabetes managem...

  • Answered by AI
  • Q2. Open loop system
  • Q3. U can check the feed back in closed loop system
  • Q4. No able to see

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 leetcode questions medium level

Round 2 - Technical 

(1 Question)

  • Q1. Real life scenario based java questions based on resume and indepth resume discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. Some behavioural and one coding question
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above indepth discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Fibonacci series using recursion
  • Ans. 

    A recursive function to compute Fibonacci numbers, where each number is the sum of the two preceding ones.

    • Fibonacci sequence starts with 0 and 1.

    • F(n) = F(n-1) + F(n-2) for n > 1.

    • Base cases: F(0) = 0, F(1) = 1.

    • Example: F(5) = 5 (0, 1, 1, 2, 3, 5).

    • Recursive calls can lead to exponential time complexity.

  • Answered by AI
  • Q2. Problems on two pointers

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. Basic questions in Tosca
  • Q2. Detail asking about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more and strong from technical wise
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java program for prime no
  • Ans. 

    Java program to check if a number is prime or not

    • Create a function to check if a number is prime or not

    • Iterate from 2 to n/2 and check if n is divisible by any number

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Dynamic web table element program
  • Ans. 

    A dynamic web table element program involves identifying and interacting with elements in a table that change dynamically.

    • Identify the table element using unique identifiers like class or id

    • Use Selenium WebDriver to locate and interact with the table element

    • Handle dynamic changes in the table by using dynamic XPath or CSS selectors

    • Iterate through rows and columns to extract data or perform actions

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 is iscsi in san
  • Ans. 

    iSCSI is a protocol used to transmit SCSI commands over IP networks.

    • iSCSI stands for Internet Small Computer System Interface.

    • It allows block-level access to storage devices over a network.

    • It uses TCP/IP to transmit SCSI commands and data over IP networks.

    • iSCSI targets are storage devices that can be accessed by iSCSI initiators.

    • iSCSI is commonly used in SAN (Storage Area Network) environments.

  • Answered by AI
  • Q2. What is raid and explain r5
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. RAID 5 is a type of RAID that uses block-level striping with distributed parity.

    • RAID is a technology that combines multiple physical hard drives into a single logical unit for data redundancy and performance improvement.

    • RAID 5 requires at least three disks and uses parity data to provide fault tolerance.

    • In RAID 5, data is striped across all disks with parity data di...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was simple basic level questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic codes
Round 3 - HR 

(1 Question)

  • Q1. Normal basic hr type questions

Interview Preparation Tips

Topics to prepare for ThoughtWorks Softwaretest Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - just make your basics strong
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is agile methodology
  • Ans. 

    Agile methodology is a software development approach that emphasizes flexibility, collaboration, and iterative development.

    • Focus on delivering working software in short, iterative cycles

    • Emphasizes collaboration between cross-functional teams

    • Allows for changes and adjustments throughout the development process

    • Prioritizes customer feedback and continuous improvement

    • Common frameworks include Scrum, Kanban, and XP

  • Answered by AI
  • Q2. Defect life cycle

Skills evaluated in this interview

CitiusTech Interview FAQs

How many rounds are there in CitiusTech Softwaretest Engineer interview?
CitiusTech interview process usually has 1-2 rounds. The most common rounds in the CitiusTech interview process are Aptitude Test and Coding Test.
How to prepare for CitiusTech Softwaretest 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 API Testing, ASP.Net, Automation Testing, Automation Tools and Java.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

2-4 weeks 100%
View more
CitiusTech Softwaretest Engineer Salary
based on 103 salaries
₹4 L/yr - ₹10.3 L/yr
At par with the average Softwaretest Engineer Salary in India
View more details

CitiusTech Softwaretest Engineer Reviews and Ratings

based on 18 reviews

3.5/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.3

Salary

2.7

Job security

3.8

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 18 Reviews and Ratings
Senior Software Engineer
2.7k salaries
unlock blur

₹5.8 L/yr - ₹20.2 L/yr

Technical Lead
2.1k salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Technical Lead 1
392 salaries
unlock blur

₹12.1 L/yr - ₹21 L/yr

Technical Lead 2
334 salaries
unlock blur

₹8 L/yr - ₹29 L/yr

Explore more salaries
Compare CitiusTech with

Accenture

3.7
Compare

Capgemini

3.7
Compare

Xoriant

4.1
Compare

HTC Global Services

3.5
Compare
write
Share an Interview