Upload Button Icon Add office photos

Filter interviews by

Citrix Senior Software Engineer 2 Interview Questions and Answers

Updated 21 May 2024

Citrix Senior Software Engineer 2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. DSA hard question
Round 2 - Technical 

(1 Question)

  • Q1. DSA related questions
Round 3 - HR 

(1 Question)

  • Q1. Compensation salary discussion

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is split function in ajava
  • Ans. 

    The split function in Java is used to split a string into an array of substrings based on a specified delimiter.

    • The split function takes a regular expression as a parameter to specify the delimiter.

    • The result is an array of strings containing the substrings.

    • Example: String str = 'Hello,World'; String[] parts = str.split(','); // parts = ['Hello', 'World']

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
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 - Coding Test 

Sorting programs, some algorithms on logic

Round 3 - Technical 

(4 Questions)

  • Q1. C# Basics Design patterns Architectural questions
  • Q2. Product Design Performance based
  • Q3. Programs on maze problem
  • Ans. 

    Maze problem programs involve finding a path through a maze from start to finish.

    • Use depth-first search or breadth-first search algorithms to solve maze problems.

    • Consider using backtracking to handle dead ends in the maze.

    • Implement a recursive function to explore all possible paths in the maze.

    • Use a stack or queue data structure to keep track of visited cells and potential paths.

  • Answered by AI
  • Q4. Programs on snake ladder
  • Ans. 

    Snake ladder program simulates a game where players move based on dice rolls.

    • Create a board with 100 squares representing the snake ladder game.

    • Players take turns rolling a dice and moving their token on the board.

    • If a player lands on a square with a snake head, they move back to the square's tail.

    • If a player lands on a square with a ladder bottom, they move to the ladder's top.

    • The game continues until a player reaches

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a program to reverse the string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters from the input string

    • Iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 coding question in 1:30 hr
2 medium + 1 hard
1- greedy
2- binary search, prefix sum
3- dp (too hard)

Round 2 - One-on-one 

(1 Question)

  • Q1. Low level design type question
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Asked project related questions plus basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - confident, clear concept, project knowledge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions Based on arrays level of medium

Round 2 - Technical 

(1 Question)

  • Q1. 2 questions based on array and linked list
Round 3 - Technical 

(1 Question)

  • Q1. Question based on metrix
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for ServiceNow Associate Software Engineer interview:
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - Mostly data structures topics are important so you can practicing data structures questions
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 - Technical 

(1 Question)

  • Q1. Basics of Java How to implement interface and palindrome program etc
Round 3 - Technical 

(1 Question)

  • Q1. Complete on Java multi threading, thread lock , synchronization and multiple thread communication etc
Round 4 - Technical 

(1 Question)

  • Q1. 20 minutes interview some of multi threading questions and basic programs
Round 5 - HR 

(1 Question)

  • Q1. Self introduction and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepared for basic concept in java like oops concept

I was interviewed in Nov 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops relate questions
  • Q2. Coding questions like output

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the 3rd class people (interviewer)
Beoz when ever we are appearing on interview firstly they ask what is your current CTC and what is your Expected CTC
They haven't check talent they check only CTC
HR said they don't have CTC issue
So what is reason interviewer asking salary
They having total 2 technical round
N last one it's HR discussion
In both rounds if you have performed well in interview but interviewer ask salary part then for sure you will be rejected
Before 2nd round they send you one form over email you need to fill CTC part of your current organization
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops SQL database cloud java
  • Q2. What is jQuery and django
  • Ans. 

    jQuery is a JavaScript library for DOM manipulation and event handling. Django is a Python web framework for building web applications.

    • jQuery simplifies HTML document traversing, event handling, and animating.

    • Django follows the Model-View-Template (MVT) architectural pattern.

    • Both are open-source and widely used in web development.

    • jQuery can be used with any web framework, while Django has its own ORM and templating eng

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 total rounds. No coding round. 1st round low level technical. Second round high level technical. Third round managerial

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2022. There were 5 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 - Coding Test 

It was a MCQ test with some of the questions based on aptitude and other basic coding questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. It was a Technical Interview of about 45 minutes, where about 30 minutes was given to DSA and OOPs, the rest 15 minutes were resume discussion. DSA question were leetcode easy-medium.
  • Q2. Based on Sorting Algorithms and Trees.
Round 4 - One-on-one 

(2 Questions)

  • Q1. It was a 30 minute technical interview where 15 minutes were given to resume discussion.
  • Q2. I was asked 2 puzzles in the rest of the time. Puzzles were either from GeeksForGeeks or closely related.
Round 5 - HR 

(4 Questions)

  • Q1. Discussion about my lifestyle, likes, dislikes, whether I play sports.
  • Q2. What are my strong and weak points and how i can contribute in company's growth. and where i see myself in 5 years.
  • Q3. A few questions related to my college life.
  • Q4. Which movie character I would compare myself to and why.

Interview Preparation Tips

Topics to prepare for UKG Software Developer interview:
  • Data Structures
  • Puzzles
Interview preparation tips for other job seekers - Practice the basics of DSA and OOPs.
Try solving puzzles from GeeksForGeeks.
Make at least 2 good projects and most importantly be confident while giving the interview.

Citrix Interview FAQs

How many rounds are there in Citrix Senior Software Engineer 2 interview?
Citrix interview process usually has 3 rounds. The most common rounds in the Citrix interview process are HR, One-on-one Round and Technical.
How to prepare for Citrix Senior Software Engineer 2 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 Citrix. The most common topics and skills that interviewers at Citrix expect are Algorithms, Data Structures, AWS, Angularjs and Azure.
What are the top questions asked in Citrix Senior Software Engineer 2 interview?

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

  1. DSA related questi...read more
  2. DSA hard quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Citrix interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Citrix Senior Software Engineer 2 Salary
based on 36 salaries
₹21 L/yr - ₹45.5 L/yr
55% more than the average Senior Software Engineer 2 Salary in India
View more details

Citrix Senior Software Engineer 2 Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

2.7

Skill development

4.1

Work-Life balance

4.0

Salary & Benefits

3.1

Job Security

3.9

Company culture

3.2

Promotions/Appraisal

2.6

Work Satisfaction

Explore 5 Reviews and Ratings
Technical Support Engineer
160 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Senior Software Engineer
110 salaries
unlock blur

₹15 L/yr - ₹42.5 L/yr

Senior Technical Support Engineer
91 salaries
unlock blur

₹10.9 L/yr - ₹25 L/yr

Software Engineer2
61 salaries
unlock blur

₹13.4 L/yr - ₹30 L/yr

Software Engineer
58 salaries
unlock blur

₹9.9 L/yr - ₹29.5 L/yr

Explore more salaries
Compare Citrix with

VMware Software

4.4
Compare

Microsoft Corporation

4.1
Compare

IBM

4.1
Compare

Oracle

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview