Upload Button Icon Add office photos

Filter interviews by

Xilinx Interview Questions, Process, and Tips

Updated 20 Mar 2024

Top Xilinx Interview Questions and Answers

Xilinx Interview Experiences

Popular Designations

9 interviews found

Asic design Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

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

I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on FIFOs: Depth calculation, Async FIFO etc
Round 2 - Technical 

(3 Questions)

  • Q1. Power saving techniques
  • Q2. Clock gating approach
  • Q3. FSM for 2bit sequence
Round 3 - Technical 

(2 Questions)

  • Q1. Questions on previous work done
  • Q2. Challenges faced and timing questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. There were 5 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 - Coding Test 

Pointer and linked list

Round 3 - Case Study 

Pure technical on kernel programming

Round 4 - Technical 

(3 Questions)

  • Q1. Pure technical questions on background project
  • Q2. Mutex semaphore and spinlock
  • Q3. How you will achieve multi threaded programming
  • Ans. 

    Multi-threaded programming can be achieved by creating multiple threads that run concurrently.

    • Identify the tasks that can be executed in parallel

    • Create threads using threading libraries in the chosen programming language

    • Synchronize the threads to avoid race conditions and deadlocks

    • Use locks, semaphores, and mutexes to manage shared resources

    • Optimize the performance by balancing the workload among threads

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join this company

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. This was more like shortlisting round with manager. Asked about resume and previous work experience. Not much Technical questions.
Round 2 - One-on-one 

(5 Questions)

  • Q1. Python programming questions, Basics
  • Q2. Python oops concepts
  • Q3. What is module in Python
  • Ans. 

    A module in Python is a file containing Python code, which can define functions, classes, and variables.

    • Modules help organize Python code into reusable components

    • Modules can be imported into other Python scripts using the 'import' keyword

    • Examples of modules in Python include math, random, and os

  • Answered by AI
  • Q4. Python memory management
  • Q5. Basic Devops questions

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard in time build ur skill development

Physical Education Teacher Interview Questions asked at other Companies

Q1. What is measurement of Kabaddi court How many officials, what are the rules, wt are the fouls, what will be official dress code What is mean by lord nd intensity.. injuries in sports nd how we can reduce the injury What is mean my diet..
View answer (1)

Xilinx interview questions for popular designations

 Project Engineer

 (2)

 Senior Software Engineer

 (2)

 Design Engineer

 (1)

 Physical Education Teacher

 (1)

 Software Engineer

 (1)

 System Design Engineer

 (1)

I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic c programming
  • Q2. Previous experience questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. And prepare well in data structures

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

I was interviewed before Jan 2020.

Interview Questionnaire 

1 Question

  • Q1. Question were very basics.. as my profile is for FPGA automation via vivado so question was from FPGA ONLY.. Like what is FPGA, axi protocol, FPGA flow, Verilog, Python and many more things have been but w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your basic very strong.

System Design Engineer Interview Questions asked at other Companies

Q1. What is soling loss and what is the mitigation
View answer (1)

Interview Preparation Tips

Round: Resume Shortlist
Experience: It includes basically C.G.P.A. they shortlist on the basis of C.G.P.A. and then interview.

Round: Other Interview
Experience: Generally they ask about your family backround, why do you want to do job instead of going to higher studies and majority of questions include technical part.

General Tips: We should be technically strong. They ask your choice of subjects, so prepare a few subjects very well and get in depth knowledge of those subjects.
College Name: IIT Roorkee

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star PatternPrint the following pattern for the given N number of rows. Pattern for N = 4 * ** *** **** Note : There are no spaces between the stars (*). Input format : Integer N (Total no. of rows) Output format : Pattern in N l... read more
View answer (9)

Design Engineer interview

user image Career Contrails

posted on 25 May 2022

 · M.Tech

Interview Questionnaire 

2 Questions

  • Q1. 1. About yourself and family, best and worst moments in given past, qualities and weaknesses, internship
  • Q2. 2. Technical questions on building science, concrete technology, construction management etc

Interview Preparation Tips

Round: Resume Shortlist
Experience: Direct Interview of candidates short listed on the basis of CGPA.

Round: Interview
Experience: They usually select the candidate with highest CGPA in every category. But still a good interview can affect your chances. Interview mainly consists of general questions like :

General Tips: Feel free to contact at ***** regarding selectionprocedure.
Skill Tips: The slection in this company does not need much preparation.Basic concepts of building science, concrete technology, construction management etc are expected. You should prepare atleast one sub discipline nicely.
Skills: Building science, Concrete technology, Construction management
College Name: IIT Roorkee

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star PatternPrint the following pattern for the given N number of rows. Pattern for N = 4 * ** *** **** Note : There are no spaces between the stars (*). Input format : Integer N (Total no. of rows) Output format : Pattern in N l... read more
View answer (9)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Merge intervals ( Leetcode)
  • Q2. Buy and sell stocks II (Leetcode)
  • Q3. Runtime polymorphism and how it works vptr and vtable
  • Ans. 

    Runtime polymorphism in C++ is achieved through virtual functions, vptr (virtual pointer), and vtable (virtual table).

    • Runtime polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual functions are declared in a base class and overridden in derived classes to achieve polymorphism.

    • vptr is a pointer that points to the vtable of an object, allowing dynamic binding of virtual ...

  • Answered by AI
  • Q4. Which version of c++ you use
  • Ans. 

    I primarily use C++17, but I am familiar with earlier versions as well.

    • I am comfortable working with features introduced in C++17 such as structured bindings and constexpr if

    • I have experience with earlier versions like C++11 and C++14

    • I stay updated with the latest features and improvements in C++ standards

  • Answered by AI
  • Q5. Design patterns
  • Q6. Have you used any windows api's?
  • Ans. 

    Yes, I have used Windows API's extensively in my previous projects.

    • I have used Windows API's for tasks such as creating windows, handling messages, and interacting with system resources.

    • Examples include using functions like CreateWindow, SendMessage, and ReadFile.

    • I have also worked with specific Windows API's like Winsock for networking and WinINet for internet-related tasks.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. One debugging question was given which will test knowledge on copy constructor, copy assignment, their return type move constructor, move assignment shallow copy, deep copy runtime polymorphism pointer ini...
  • Q2. What is dynamic_cast where it can fail and what will happen in that case
  • Ans. 

    dynamic_cast is a C++ operator used for safe downcasting of pointers and references in polymorphic classes.

    • dynamic_cast is used to safely downcast a pointer or reference from a base class to a derived class.

    • It can fail if the object being casted is not of the target type, in which case it returns a null pointer for pointers or throws a std::bad_cast exception for references.

    • Dynamic_cast can only be used with pointers o...

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Same debugging question while making it advance how will you handle in case there is data member of pointer to int array in deep copy how will you ensure that it does delete previous data in case new opera...
  • Q2. What is union in c++
  • Ans. 

    Union in C++ is a data structure that allows storing different data types in the same memory location.

    • Unions are similar to structures but all members share the same memory location.

    • Only one member of a union can be accessed at a time.

    • Unions are useful when you need to store different data types in the same memory space.

    • Example: union MyUnion { int i; float f; };

    • Example: MyUnion u; u.i = 10; // Accessing integer member

  • Answered by AI
  • Q3. What is weak pointer
  • Ans. 

    Weak pointer is a type of smart pointer in C++ that does not control the lifetime of the object it points to.

    • Weak pointers are used to break circular references in shared pointers.

    • They do not increase the reference count of the object.

    • They are used in scenarios where the object may be deleted while there are still weak pointers pointing to it.

  • Answered by AI
  • Q4. What are processes and threads memory is allocated to what process or threads? what is mutex and semaphore how many threads/process can you launch at a time what is meaning of core in 4-core system what is...
  • Ans. 

    Processes and threads are units of execution in a computer system. Memory is allocated to processes. Mutex and semaphore are synchronization mechanisms. Core refers to a processing unit in a multi-core system. Context switching is the process of switching between different processes or threads.

    • Processes are independent units of execution with their own memory space and resources.

    • Threads are lightweight units of executi...

  • Answered by AI
  • Q5. What is this pointer tell me situation where only this pointer can be used nothing else will work

Skills evaluated in this interview

Xilinx Interview FAQs

How many rounds are there in Xilinx interview?
Xilinx interview process usually has 3-4 rounds. The most common rounds in the Xilinx interview process are Technical, Resume Shortlist and Case Study.
How to prepare for Xilinx 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 Xilinx. The most common topics and skills that interviewers at Xilinx expect are FPGA, Xilinx, Python, Perl and Wellness.
What are the top questions asked in Xilinx interview?

Some of the top questions asked at the Xilinx interview -

  1. How you will achieve multi threaded programm...read more
  2. What is module in Pyt...read more
  3. Power saving techniq...read more

Tell us how to improve this page.

Xilinx Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 273 Interviews
Intel Interview Questions
4.2
 • 220 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Nvidia Interview Questions
3.8
 • 104 Interviews
Broadcom Interview Questions
3.4
 • 41 Interviews
Analog Devices Interview Questions
4.1
 • 27 Interviews
View all

Xilinx Reviews and Ratings

based on 55 reviews

4.2/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

3.8

Salary

4.1

Job security

4.2

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 55 Reviews and Ratings
Design Engineer
30 salaries
unlock blur

₹10.1 L/yr - ₹18 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹9.7 L/yr - ₹42 L/yr

Software Engineer
25 salaries
unlock blur

₹5.6 L/yr - ₹20.5 L/yr

Product Application Engineer
16 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Software Engineer 2
14 salaries
unlock blur

₹28.9 L/yr - ₹44 L/yr

Explore more salaries
Compare Xilinx with

Intel

4.2
Compare

Nvidia

3.8
Compare

Advanced Micro Devices

3.7
Compare

Analog Devices

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