Upload Button Icon Add office photos

Filter interviews by

PrimeSoc Technologies Interview Questions and Answers

Updated 1 Mar 2025

PrimeSoc Technologies Interview Experiences

Popular Designations

5 interviews found

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

I appeared for an interview before Mar 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Q2. What are your strengths and weaknesses?
Round 2 - HR 

(1 Question)

  • Q1. What is your understanding of our company?

Manager - HR & Administration Interview Questions asked at other Companies

Q1. How you deal with the situation of conflict among workers
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Verbal communication and logical aptitude questions test

Round 2 - Technical 

(2 Questions)

  • Q1. What is Universal Asynchronous Receiver Transmitter?
  • Ans. 

    Universal Asynchronous Receiver Transmitter is a hardware device used for serial communication.

    • UART is commonly used for asynchronous communication between devices

    • It consists of a transmitter and a receiver

    • Data is sent in a serial format with start and stop bits

    • Common baud rates include 9600, 19200, 38400, etc.

  • Answered by AI
  • Q2. What is Arm advanced microcontroller based bus architecture?
  • Ans. 

    Arm advanced microcontroller based bus architecture is a high-performance, low-power bus architecture designed for Arm microcontrollers.

    • Designed for Arm microcontrollers to provide high performance and low power consumption

    • Supports advanced features like multiple bus masters, bus arbitration, and bus error handling

    • Commonly used in embedded systems and IoT devices

    • Examples include Arm Cortex-M series microcontrollers wit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is was very worst experience and they won't respect the candidate and the employee. I wish not to go, to join the company.

Skills evaluated in this interview

Design & Verification Engineer Interview Questions asked at other Companies

Q1. 1. XOR gate 2. How you compare two 4 bit numbers only using gates. 3. How to rotate the bits and what happens if you rotate 5 times etc like that
View answer (1)

Interview Questions & Answers

user image VIJAYALAXMANASEN A

posted on 27 Aug 2024

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

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

Round 1 - Aptitude Test 

Medium Level Aptitute

Round 2 - Coding Test 

Coding Test from Verilog

Round 3 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Are you okay with 3 years Bond aggrement
  • Ans. 

    Yes, I am okay with a 3-year bond agreement for FPGA Validation.

    • I am willing to commit to a 3-year bond agreement for the opportunity in FPGA Validation.

    • I understand the importance of stability and commitment in the field of FPGA Validation.

    • I am confident in my skills and abilities to contribute effectively during the bond period.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepare for Aptis cover train and distance,clock,work and time,ratio,logical reasoning (clock,caleder,numeric Series,Alphabets series)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to driver is communicating with sequencer?
  • Ans. 

    The driver communicates with the sequencer through signals and interfaces.

    • Driver sends commands and data to the sequencer through communication interfaces like SPI, I2C, or UART.

    • Sequencer receives the commands and data, processes them, and generates appropriate responses.

    • Communication between driver and sequencer can also involve handshaking signals to ensure data integrity and synchronization.

  • Answered by AI
  • Q2. Cretae mHZ clock

Design & Verification Engineer Interview Questions asked at other Companies

Q1. 1. XOR gate 2. How you compare two 4 bit numbers only using gates. 3. How to rotate the bits and what happens if you rotate 5 times etc like that
View answer (1)

PrimeSoc Technologies interview questions for popular designations

 Design & Verification Engineer

 (2)

 Manager - HR & Administration

 (1)

 Test Engineer

 (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Aug 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

Simple aptitude. Average and quantitative

Round 3 - Technical 

(1 Question)

  • Q1. Ask to write code

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company in chennai. They locked employees in name of bond.We want to provide orginal certificates and cheque leaf.They will use it to misuse employees.

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Interview questions from similar companies

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

I applied via Job Portal

Round 1 - One-on-one 

(1 Question)

  • Q1. 1) Explain flipflops 2) UVM Architecture 3)constraints
  • Ans. 

    Flip-flops are sequential logic circuits used to store and manipulate binary data.

    • Flip-flops are basic building blocks of digital circuits.

    • They can store a single bit of information, either 0 or 1.

    • Flip-flops have two stable states: set and reset.

    • They are used to store and transfer data in sequential circuits.

    • Examples of flip-flops include D flip-flop, JK flip-flop, and T flip-flop.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

All aptitude topics covered

Round 2 - Technical 

(2 Questions)

  • Q1. And gate code in behavioral
  • Ans. 

    Implementing an AND gate in behavioral code

    • Use if statements to check if both inputs are high

    • Assign the output to high if both inputs are high

    • Use Verilog or VHDL syntax depending on the language being used

  • Answered by AI
  • Q2. Difference between Ff & latch
  • Ans. 

    FF is edge-triggered, stores data on clock edge. Latch is level-sensitive, stores data as long as enable signal is active.

    • FF stores data on clock edge, latch stores data as long as enable signal is active

    • FF has two stable states (0 or 1), latch has one stable state (depends on enable signal)

    • FF is used for sequential circuits, latch is used for level-sensitive circuits

    • Example: D flip-flop (FF) vs SR latch

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wipro Design & Verification Engineer interview:
  • Design
Interview preparation tips for other job seekers - all basics covered

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

PrimeSoc Technologies Interview FAQs

How many rounds are there in PrimeSoc Technologies interview?
PrimeSoc Technologies interview process usually has 2-3 rounds. The most common rounds in the PrimeSoc Technologies interview process are HR, Aptitude Test and Technical.
What are the top questions asked in PrimeSoc Technologies interview?

Some of the top questions asked at the PrimeSoc Technologies interview -

  1. What is Universal Asynchronous Receiver Transmitt...read more
  2. What is Arm advanced microcontroller based bus architectu...read more
  3. how to driver is communicating with sequenc...read more

Tell us how to improve this page.

PrimeSoc Technologies Interview Process

based on 6 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

PrimeSoc Technologies Reviews and Ratings

based on 14 reviews

2.2/5

Rating in categories

2.5

Skill development

2.2

Work-life balance

2.2

Salary

2.3

Job security

2.2

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 14 Reviews and Ratings
Verification Engineer
4 salaries
unlock blur

₹2.7 L/yr - ₹4.7 L/yr

Design & Verification Engineer
3 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Fpga Design Engineer
3 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Vlsi Verification Engineer
3 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Explore more salaries
Compare PrimeSoc Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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