• Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard
CSEstack

What do you want to Learn Today?

  • Programming
    • Tutorial- C/C++
    • Tutorial- Django
    • Tutorial- Git
    • Tutorial- HTML & CSS
    • Tutorial- Java
    • Tutorial- MySQL
    • Tutorial- Python
    • Competitive Coding Challenges
  • CSE Subject
    • (CD) Compiler Design
    • (CN) Computer Network
    • (COA) Computer Organization & Architecture
    • (DBMS) Database Management System
    • (DS) Data Structure
    • (OS) Operating System
    • (ToA) Theory of Automata
    • (WT) Web Technology
  • Interview Questions
    • Interview Questions- Company Wise
    • Interview Questions- Coding Round
    • Interview Questions- Python
    • Interview Questions- REST API
    • Interview Questions- Web Scraping
    • Interview Questions- HR Round
    • Aptitude Preparation Guide
  • GATE 2022
  • Linux
  • Trend
    • Full Stack Development
    • Artificial Intelligence (AI)
    • BigData
    • Cloud Computing
    • Machine Learning (ML)
  • Write for Us
    • Submit Article
    • Submit Source Code or Program
    • Share Your Interview Experience
  • Tools
    • IDE
    • CV Builder
    • Other Tools …
  • Jobs

Citrix Interview Questions and Coding Round Experience

Want to Share your Interview Experience?/2391/2
Placement Interview

I got a call from Citrix HR as they showed interest in my Naukri profile for a job opportunity for a software engineer role with Citrix R&D. This is the opportunity for the Banglore location. After discussing it over a call, she scheduled a coding round for me.

In this article, I will share Citrix interview questions asked in different rounds, their hiring process, and my experience with the Citrix software engineer job role.

Online Coding Round Test on Hackerrank

The coding round was hosted on Hackerrank. There were two questions which you have to solve in 75 minutes. The difficulty level of both the questions was moderate. Luckily, I was able to solve both the questions with all test cases passed.

Here are the two questions.

1. Lifting Weights

You have given a weight array (array of different weights) and the maximum capacity. You have to find out what is the maximum weight you can lift.

This is a greedy problem from the data structure.

2. Evaluating Circuit Expression

You have given a circuit expression. You have to evaluate the final output of the circuit. Expression includes 1, 0, & (logical AND), | (logical OR), ! (logical NOT) , [ (opening bracket) and ] (closing bracket).

To solve this problem, implementing a stack makes your job easy.

You can use any programming language of your choice. I used Python to solve these two problems.

The next day, I got a call from HR and she schedule a technical interview.

There were two interviews back to back. Each interview was scheduled for an hour.

To crack the coding rounds in product-based companies, keep practicing coding challenge questions.

Coding Technical Interview

You have given a long number beyond precision. Let’s say that number is a long string that can not be saved as an integer. You have to write a program to add a number to the string.

To solve this problem you should know how the basic addition operation works from our school :D. This is the tricky question though.

He asked me to explain my current project. Then he asked me some questions on REST API as it is related to my projects. You can prepare from REST API interview questions and answers.

Telephonic Technical Interview Citrix

He started asking questions from Python.

  • What is the difference between static, class and instance methods?
  • What is Nginx? How it is a different proxy server?
  • Asked me to implement exception handling in Python to catch the KeyError in the Python dictionary.
    (Hint: when you try to fetch the value from the dictionary for the key which is not present in the dictionary, your Python program will throw a KeyError exception.)
  • Implement retry functionality using Python decorator.

Both the technical interview were scheduled on the Microsoft Team Meeting.

If you have any doubt or want to know more detail, you can ask me in the comment section. All the best!


Editors’ Note: These Citrix interview questions and coding test experience are shared by candidate Nalin Chandra. We wish him all the best for his future.

Python Interview Questions eBook

Citrixinterview
Want to Share your Interview Experience?
This interview questions and experience are shared by one of the readers like you. You can share your interview experience as well. If you want to help new job aspirants to get their dream job, kindly share your experience on CSEstack Portal, by filling this simple form. It will be published on our portal. Thank You!

Your name can also be listed here. Got a tip? Submit it here to become an CSEstack author.

Comments

  • Reply
    pankaj
    July 16, 2022 at 8:14 pm

    Hi, I want to know more Citrix interview questions.

    • Reply
      Aniruddha Chaudhari
      July 17, 2022 at 5:14 pm

      Pankaj, these questions and expereince are shared by the candidate. You can ask if you have any specific questions related to the Citric interview and hiring.

Leave a Reply Cancel reply

100+ Company’s Interview Questions



You can share your interview experience.

Job Preparation Stack

03 Types of IT Engineers in Demand

05 Programming Skills for Jobs

05 Programming for High Paying Jobs

11 Software Developer Skills for Jobs

07 Tips for Standard CV Format

05 Guidelines for Writing Best SoP

13 Aptitude Preparation Tips

07 Steps for Effective Job Search

07 HR Interview Questions

57 Coding Interview Questions

57 Python Interview Questions

Summer Internships 2022

Why Internship?

Apply Internships in IIT, NIT, IIIT

Programming Tutorials

C/C++ Programming

Python Programming

Java Programming

© 2022 – CSEstack.org. All Rights Reserved.

  • Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard