Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MosChip Technologies Team. If you also belong to the team, you can get access from here

MosChip Technologies Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 216 Reviews

Filter interviews by

MosChip Technologies Physical Design Engineer Interview Questions and Answers

Updated 24 Oct 2024

MosChip Technologies Physical Design Engineer Interview Experiences

1 interview found

Physical Design Engineer Interview Questions & Answers

user image poorna tejeswarseeram

posted on 24 Oct 2024

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

I was interviewed before Oct 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain the PD flow?
  • Ans. 

    PD flow is the process of designing and implementing the physical layout of an integrated circuit.

    • PD flow involves floorplanning, placement, routing, and physical verification.

    • Floorplanning determines the placement of blocks and macros on the chip.

    • Placement involves placing standard cells in the available space based on timing and area constraints.

    • Routing connects the placed cells using metal layers to create the final...

  • Answered by AI
  • Q2. Asked related to floor planning ?
  • Q3. How to fix antenna violation?
  • Ans. 

    Antenna violations can be fixed by adjusting the metal layers, adding shielding, or changing the routing.

    • Adjust metal layers to increase spacing between antennas

    • Add shielding to isolate antennas from each other

    • Change routing to avoid crossing antennas

  • Answered by AI

Physical Design Engineer Jobs at MosChip Technologies

View all

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Aotitude,core que on all subjects in ece

Round 2 - Technical 

(2 Questions)

  • Q1. INTERNSHIP EXPERIENCE
  • Ans. 

    I completed a 6-month internship at XYZ Company where I gained hands-on experience in physical design tools and methodologies.

    • Worked on floorplanning, placement, and routing of digital designs

    • Utilized tools such as Cadence Innovus and Synopsys ICC

    • Collaborated with cross-functional teams to optimize design performance

  • Answered by AI
  • Q2. ON DSD,VLSI,ANALOG ELECTRONICS
Round 3 - HR 

(2 Questions)

  • Q1. APTITUDE,MATH,VLSI,DSD
  • Q2. VLSI (HARD QUESTION BASED ON INDUSTRY LEVEL LIKE ON CIRCUIT HE GIVES ONE SCENARIO U HAVE TO ANSWER IT)

Interview Preparation Tips

Interview preparation tips for other job seekers - LEARN BASICS WELL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Floorplan strategies to calculate maximum macro counts that can be used in a block, placement constraints, congestion issues.
  • Ans. 

    Floorplan strategies involve calculating maximum macro counts, considering placement constraints and addressing congestion issues.

    • Floorplan strategies involve determining the maximum number of macros that can be accommodated within a block.

    • Placement constraints refer to the rules and guidelines that dictate where macros can be placed within the block.

    • Congestion issues arise when there is limited space or resources avai...

  • Answered by AI
  • Q2. Multi cycle paths, timing violations in reg2reg path.
  • Q3. Routing issues, signal integrity, IR drop analysis.
  • Q4. Logical DRC's, causes and fixing strategies.
Round 2 - Technical 

(3 Questions)

  • Q1. Issues and fixes faced during previous projects.
  • Q2. Placement, CTS, CMOS concepts
  • Q3. LVS, Design for manufacturing.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Sv hvm questions on constraiants and assertions
  • Q2. Questions on resume projects
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on protocols
  • Q2. Sv uvm questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary and pckge discussion
  • Q2. Details on client interview
Round 4 - Client Interview 

(2 Questions)

  • Q1. Projects and challenges
  • Q2. Sv uvm basics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Toggle the bits of given input
  • Ans. 

    Toggle the bits of given input

    • Create a mask with all bits set to 1

    • XOR the input with the mask to toggle the bits

    • Repeat the process for each bit position

  • Answered by AI
  • Q2. Clear the set bit
Round 2 - Technical 

(2 Questions)

  • Q1. Print the star pattern
  • Ans. 

    Print a star pattern using loops

    • Use nested loops to print the desired pattern

    • Increment the number of stars in each row to create the pattern

    • Example: for a pattern with 5 rows - * , ** , *** , **** , *****

  • Answered by AI
  • Q2. Microprocessor microcontroller topics are asked

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Simple FSM given similar to mux and asked for testcases and assertions.
  • Q2. Coverage to write transitions of states.
  • Ans. 

    Coverage-driven verification techniques are used to ensure all possible state transitions are exercised.

    • Coverage metrics like state, transition, and toggle coverage can be used to track the completeness of state transitions.

    • Writing directed tests to cover specific state transitions can help achieve higher coverage.

    • Random stimulus generation can also be used to explore different state transitions.

    • Functional coverage can...

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

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of analog , digital and vlsi
  • Q2. On face to face interview, they asked me abt my projects , digital, little analog , vlsi ( verilog), microcontrollers and c programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

40 aptitude qns and some mcqs on basic programming

Round 2 - Technical 

(4 Questions)

  • Q1. I was asked to write two sum, palindrome function and merge sort code in whatever language I'm comfortable in
  • Q2. Two sum- return true or false
  • Ans. 

    Given an array of integers, determine if there are two numbers that add up to a specific target.

    • Iterate through the array and store each element in a hash set.

    • For each element, check if the difference between the target and the element exists in the hash set.

    • If the difference exists, return true; otherwise, continue iterating.

    • Example: nums = [2, 7, 11, 15], target = 9. The function should return true as 2 + 7 = 9.

  • Answered by AI
  • Q3. Merge sort function code
  • Q4. Palindromic string or not

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked the working experience and the related skills to the new job
Round 2 - Technical 

(1 Question)

  • Q1. Coding questions in Verilog, Systemverilog, random constraints such as how to write a onehot in different ways
Round 3 - HR 

(1 Question)

  • Q1. Asked the expectation of the base salary and overall compensation

Interview Preparation Tips

Topics to prepare for Micron Technology Verification Engineer interview:
  • SystemVerilog coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sdc basics TCL coding

MosChip Technologies Interview FAQs

How many rounds are there in MosChip Technologies Physical Design Engineer interview?
MosChip Technologies interview process usually has 1 rounds. The most common rounds in the MosChip Technologies interview process are Technical.
How to prepare for MosChip Technologies Physical Design Engineer 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 MosChip Technologies. The most common topics and skills that interviewers at MosChip Technologies expect are Physical Design, Perl, Physical Verification, TCL and Design Engineering.
What are the top questions asked in MosChip Technologies Physical Design Engineer interview?

Some of the top questions asked at the MosChip Technologies Physical Design Engineer interview -

  1. how to fix antenna violati...read more
  2. Explain the PD fl...read more
  3. Asked related to floor plannin...read more

Tell us how to improve this page.

MosChip Technologies Physical Design Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Coforge Interview Questions
3.3
 • 513 Interviews
KPIT Technologies Interview Questions
3.5
 • 294 Interviews
Tata Elxsi Interview Questions
3.9
 • 294 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
Intel Interview Questions
4.2
 • 222 Interviews
Texas Instruments Interview Questions
4.1
 • 124 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
View all
MosChip Technologies Physical Design Engineer Salary
based on 23 salaries
₹4.6 L/yr - ₹17.3 L/yr
25% more than the average Physical Design Engineer Salary in India
View more details

MosChip Technologies Physical Design Engineer Reviews and Ratings

based on 18 reviews

4.3/5

Rating in categories

4.5

Skill development

4.0

Work-life balance

4.0

Salary

4.7

Job security

4.2

Company culture

4.1

Promotions

4.3

Work satisfaction

Explore 18 Reviews and Ratings
Physical Design Engineer

Hyderabad / Secunderabad

5-8 Yrs

Not Disclosed

Physical Design Engineer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

7-15 Yrs

Not Disclosed

Explore more jobs
Embedded Software Engineer
83 salaries
unlock blur

₹2.8 L/yr - ₹12.6 L/yr

Senior Embedded Software Engineer
26 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Physical Design Engineer
23 salaries
unlock blur

₹4.6 L/yr - ₹17.3 L/yr

Senior Engineer
20 salaries
unlock blur

₹9 L/yr - ₹24.5 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹6.2 L/yr - ₹19 L/yr

Explore more salaries
Compare MosChip Technologies with

Sasken

3.8
Compare

Einfochips

3.3
Compare

KPIT Technologies

3.5
Compare

Mindteck

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