Upload Button Icon Add office photos

Citrix

Compare button icon Compare button icon Compare

Filter interviews by

Citrix Software Testing Engineer Interview Questions and Answers

Updated 4 Dec 2015

Citrix Software Testing Engineer Interview Experiences

2 interviews found

Software Testing Engineer Interview Questions & Answers

user image SIDDHARTH SANTURKAR

posted on 22 Nov 2015

Interview Questionnaire 

3 Questions

  • Q1. Basic data structures (trees, linked lists, arrays) along with the C code
  • Q2. Networks and OS fundamentals (Network and Transport layers, Paging, Threading)
  • Q3. Basics of Cloud Computing and Logic puzzles

Interview Preparation Tips

Round: Test
Experience: 60 MCQs covering C/OOPS/Networks/OS.
2 coding questions in 1 hour (Choice of language: C, C++, Java)
(i) Finding number of primes between 2 numbers.
(ii) Find the day for a given date.

Round: Technical Interview
Tips:


Skill Tips: Check out -----/ and ----- which have interview question sets for most Software companies.
(1) Don't just read or study algorithms from the books. Code them in C,C++ or Java so that you're well prepared for the coding round.
(2) Revise all the OS and Networks fundamentals properly before the placements begin.
Skills:
College Name: NIT Surathkal

Interview Preparation Tips

Round: HR Interview
Experience: The company was open only for B.Techs from CS and IT. Around 20 students were shortlisted after the test, with some more added after a separate test was conducted for those who missed the test. Every interview round was an elimination round. In the end around 5 students were left, out of which three were recruited.

General Tips: 1. Thoroughly know your data structures: Simple questions like reversing the linked list etc. should be on the top of your mind.
2. Be proficient in C, and at least one object oriented language Cpp or Java. Be prepared to answer which one you prefer and why.
3. Practice logic questions: Some logic questions are frequently used by the companies like the ropes measuring time question etc. If possible practice them before hand. Reduces the element of surprise.
4. Carry your charger, water and some eatables along. The process is long and tedious. Mine carried our for the entire day and you will have to be present in the T and P for the entire duration. Do not miss the ppt. They say a lot of things about the company which will help you in the HR round. Prepare in networks and OS apart from Data Structures as it is a cloud based company.
Exhausting. The process was lengthy and tedious.
Skill Tips:  Books: Cracking the Coding Interview,C Programming By Dennis Ritchie, Cpp By Stratstroup, computer networks by Tannenbaum, Operating Systems by Galvin,Algorithms By Cormen
 Online Sources: GeeksForGeeks, Glassdoor, SPOJ, Codechef.
 Aptitude Papers: Ask the people from the campuses they have already visited for their recruitment process. This gives you a general idea about the aptitude questions as well.

Skills:
College Name: NIT Surathkal

Software Testing Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Maximal AND Subsequences Problem Given an array consisting of N i ... read more
asked in TCS
Q2. What are some test scenarios for a water bottle or a login page?
asked in Paytm
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
Q4. 1) explain roles and responsibility of previous projects you have ... read more
asked in Paytm
Q5. Number and Digits Problem Statement You are provided with a posit ... read more

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Citrix?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Test Cases, Test Plan, API related question

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview process have 2 technical rounds. Both the rounds lasted about 1 hour. Most of the questions were asked from your skills mentioned on resume. Please go through the job description to ensure that you are a best fit for the position.

I appeared for an interview in Mar 2017.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself
  • Q2. What is defect life cycle?
  • Q3. What is regression testing?
  • Q4. What is integration testing?
  • Q5. Find out 3rd max salary?(SQL)
  • Q6. Are you comfortable working hours?
  • Q7. The reason for leaving your previous job?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for professional growth

    • Seeking new challenges

    • Change in work environment

    • Opportunity for skill development

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: First round is for the online test, in which there are 100 questions in 155 mins and divided into 6 parts:
1. General Aptitude(Distance & time, height & distance, ages ques, DI, ratio, average, blood relation).
2. Reasoning( the simple question which you can easily do by reading and understand the question).
3. Comprehension(Go through the comprehension once and then Answer the questions related to it).
4.In this part, questions are Asked from my Technology(Software Testing).
5. SQL(This is the most difficult part, very complex queries are asked and no straightforward question)
6. Unix(Questions related to Unix commands and their use are asked).

If this round is cleared then your resume is shortlisted for technical face to face interview.
Tips: First, do the comprehension(3) part then, Technical part(4) related to your technology, SQL(5), Unix(6), General Aptitude(1) and Reasoning(2)

Round: Technical Interview
Experience: 45 mins of technical interview,
the interviewer has asked 50% on Testing and rests 50 % on SQL and UNIX.
Tips: Prepare SQL and UNIX questions properly and technology part as well.


Round: Other Interview
Experience: The interviewer has asked why you have left your previous job?
Tips: Provide the reason specific reason to him

Skills: Unit Testing, SQL, Unix

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1.HTTPS methods 2.TEST CASE FOR PENSIL 3.JAVA STRINGS INTERVIEW QUESTIONS

I applied via Naukri.com and was interviewed in Oct 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 - Aptitude Test 

Verbal Reasoning

Critical Reasoning

Spelling

Grammar

Verbal Deductions

Word Groups

Analogies

Sentence Correction Completion Instructions

Round 3 - One-on-one 

(3 Questions)

  • Q1. What is Java and what are the loops in Java
  • Ans. 

    Java is a high-level programming language used for developing applications. Loops in Java are used for repetitive execution of code.

    • Java is an object-oriented language

    • It is platform-independent

    • Java programs are compiled into bytecode

    • Loops in Java include for, while, and do-while loops

    • For loop example: for(int i=0; i<10; i++) { // code }

    • While loop example: int i=0; while(i<10) { // code; i++; }

    • Do-while loop example: int...

  • Answered by AI
  • Q2. What is the difference between Java and other programming languages such as C++.
  • Ans. 

    Java is an object-oriented programming language that is platform-independent and has automatic memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java has automatic memory management, while C++ requires manual memory management.

    • Java is an object-oriented language, while C++ supports both procedural and object-oriented programming.

    • Java has a simpler syntax than C++.

    • Java has a larger standard...

  • Answered by AI
  • Q3. This can be especially relevant if they expect the person they hire to use multiple programming languages in their new role.

Interview Preparation Tips

Interview preparation tips for other job seekers - A person who is unemployed and looking for the work.

Skills evaluated in this interview

Citrix HR Interview Questions

8 questions and answers

Q. Tell me about your work experience at your previous company.
Q. Are you planning for any higher studies?
Q. What are your future plans?

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

Interview Questionnaire 

3 Questions

  • Q1. What is BSS/OSS
  • Ans. 

    BSS/OSS stands for Business Support System/Operations Support System used in telecommunication industry.

    • BSS is responsible for customer-facing activities like billing, customer service, and order management.

    • OSS is responsible for network-facing activities like network inventory, network management, and service provisioning.

    • Both systems work together to ensure smooth operations and customer satisfaction.

    • Examples of BSS/...

  • Answered by AI
  • Q2. What is Rating/Charging
  • Ans. 

    Rating/Charging is the process of determining the cost of a service or product based on usage or other factors.

    • Rating/Charging is commonly used in telecommunications and utility industries.

    • It involves measuring the usage of a service or product and applying a cost based on predetermined rates.

    • For example, a mobile phone plan may charge a certain amount per minute of talk time or per gigabyte of data usage.

    • Rating/Chargi...

  • Answered by AI
  • Q3. How Billing is ran what is the process
  • Ans. 

    Billing process involves generating invoices and collecting payments from customers.

    • The billing process starts with creating an invoice based on the products or services provided to the customer.

    • The invoice is then sent to the customer via email or mail.

    • The customer reviews the invoice and makes the payment through various payment methods such as credit card, bank transfer, or check.

    • Once the payment is received, it is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be short and crisp and only let them know only what you know because interviewer are very smart and they know where candidates are lying
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

First Round was online test consisting of aptitude+english+quants+coding+sql queries
The coding questions were of intermediate level

Round 2 - Technical 

(1 Question)

  • Q1. The interviewer was very polite and helpful. Asked me most of the questions on DBMS and told to write query on join and asked some technical questions on dbms
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the technical interview questions as they test about your knowledge not the exact the answer

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oop
  • Q2. Previous projects and walktrough of one of the project, if any
  • Q3. Basic English test on a computer

Interview Preparation Tips

Interview preparation tips for other job seekers - The first step of the interview is the basic communication skills, which is taken on computer, try to listen carefully, most of the questions are only about what you have comprehend from the automated voice when played over.

OOP is very basic, they may ask some real life examples.

If you have worked previously, they may ask you about one of your projects. What technologies have you used ans why.

I applied via LinkedIn and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Citrix Interview FAQs

What are the top questions asked in Citrix Software Testing Engineer interview?

Some of the top questions asked at the Citrix Software Testing Engineer interview -

  1. Basic data structures (trees, linked lists, arrays) along with the C c...read more
  2. Networks and OS fundamentals (Network and Transport layers, Paging, Threadi...read more
  3. Basics of Cloud Computing and Logic puzz...read more

Tell us how to improve this page.

Technical Support Engineer
175 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹26.6 L/yr - ₹48 L/yr

Senior Technical Support Engineer
90 salaries
unlock blur

₹14.3 L/yr - ₹23.5 L/yr

Software Engineer2
75 salaries
unlock blur

₹17.2 L/yr - ₹30 L/yr

Software Engineer
61 salaries
unlock blur

₹15.3 L/yr - ₹27 L/yr

Explore more salaries
Compare Citrix with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview