Add office photos
Employer?
Claim Account for FREE

Cerium Systems

2.8
based on 168 Reviews
Filter interviews by

Perceptive Analytics Interview Questions and Answers

Updated 24 Jul 2024
Popular Designations

Q1. Implement 2 stage xor gate by using 2 stage nand gate

Ans.

Implement 2 stage XOR gate using 2 stage NAND gate.

  • Construct 2 stage NAND gate using 4 NAND gates.

  • Connect the output of first stage NAND gate to the input of second stage NAND gate.

  • Connect the output of second stage NAND gate to the input of first stage NAND gate.

  • The output of second stage NAND gate is the output of the XOR gate.

Add your answer

Q2. Implement dff by using 2:1 mux

Ans.

Implementing dff using 2:1 mux

  • Connect the input to the select line of the mux

  • Connect the output of the mux to one of the inputs of the mux

  • Connect the output of the dff to the other input of the mux

  • Connect the output of the mux to the input of the dff

Add your answer

Q3. Conver the following grey code to binary

Ans.

Grey code is a binary numeral system where two successive values differ in only one bit.

  • To convert Grey code to binary, start with the most significant bit and XOR each bit with the previous bit.

  • For example, to convert Grey code 1010 to binary: 1 XOR 0 = 1, 0 XOR 1 = 1, 1 XOR 1 = 0, 0 XOR 1 = 1. So, the binary equivalent is 1101.

Add your answer

Q4. Find the Boolean exp of the circuit

Ans.

The Boolean expression of a circuit represents its logic functionality using logical operators.

  • Identify the logic gates used in the circuit (AND, OR, NOT, etc.)

  • Create a truth table to determine the output for all possible input combinations

  • Write the Boolean expression based on the truth table and logic gates used

Add your answer
Discover Perceptive Analytics interview dos and don'ts from real experiences

Q5. Difference between latch and flip glop

Ans.

Latch is level sensitive while flip flop is edge sensitive. Flip flop has clock input while latch does not.

  • Latch is level sensitive, meaning it changes output based on the input level, while flip flop is edge sensitive, changing output on clock edge

  • Flip flop has clock input to control when the output changes, while latch does not have a clock input

  • Flip flop is more commonly used in sequential circuits for storing data, while latch is used in level triggered circuits

Add your answer

Q6. Describe the physical design flow

Ans.

Physical design flow involves converting a logical design into a physical layout.

  • The process starts with floorplanning and power planning

  • Placement and routing are done to create a physical layout

  • Timing analysis and optimization are performed to meet timing constraints

  • Design rule check (DRC) and layout versus schematic (LVS) checks are done to ensure correctness

  • Finally, the layout is verified through signoff checks before tapeout

Add your answer

Q7. 32:1 mux using 2:1 mux?

Ans.

A 32:1 mux can be implemented using 2:1 mux by cascading them in multiple stages.

  • Divide the 32 inputs into groups of 2 and use 2:1 mux to select one of the inputs from each group.

  • Cascading 16 such 2:1 muxes will give 16 outputs.

  • Again divide the 16 outputs into groups of 2 and use 2:1 mux to select one of the outputs from each group.

  • Cascading 2 such 2:1 muxes will give the final output.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Perceptive Analytics

based on 12 interviews
3 Interview rounds
Aptitude Test Round
Technical Round
HR Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Associate Engineer Interview Questions from Similar Companies

3.7
 • 22 Interview Questions
3.8
 • 20 Interview Questions
4.0
 • 11 Interview Questions
4.1
 • 10 Interview Questions
3.7
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter