Upload Button Icon Add office photos
Engaged Employer

i

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

Ceremorphic Verified Tick

Compare button icon Compare button icon Compare
2.2

based on 24 Reviews

Filter interviews by

Ceremorphic Interview Questions and Answers

Updated 18 May 2024

Ceremorphic Interview Experiences

Popular Designations

5 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Logic design apptitude coding verilog
  • Q2. Design of async fifo
  • Ans. 

    Designing an asynchronous FIFO involves creating a buffer with separate read and write pointers to allow for independent data transfers.

    • Use dual-port RAM to store data with separate read and write ports.

    • Implement logic to handle read and write pointer movements independently.

    • Include control logic to manage data flow and prevent overflow or underflow.

    • Consider using gray code for pointer encoding to avoid metastability i

  • Answered by AI
  • Q3. Basic gates using mux
  • Ans. 

    Basic gates can be implemented using multiplexers (mux) by selecting the appropriate inputs based on the control signal.

    • AND gate can be implemented using a 2:1 mux with one input tied to 0 and the other input connected to the control signal.

    • OR gate can be implemented using a 2:1 mux with one input tied to 1 and the other input connected to the control signal.

    • NOT gate can be implemented using a 2:1 mux with one input ti...

  • Answered by AI

Skills evaluated in this interview

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself in detail

Digital Designer Interview Questions asked at other Companies

Q1. How to convert a latch to flip flop. Finite state machine
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. 1.Basics of Digital design 2.FSM design 3.CDC techniques
  • Q2. EOJQ3GJLVFEAQPIHNVR

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics
Prepare your projects

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
3
Average
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 - Aptitude Test 

This is only for freshers

Round 3 - One-on-one 

(1 Question)

  • Q1. Design a synchronous FIFO
  • Ans. 

    A synchronous FIFO is a buffer that stores data in a first-in, first-out order with synchronized read and write operations.

    • The FIFO should have a read pointer and a write pointer

    • The read and write pointers should be synchronized to the same clock signal

    • When the FIFO is full, the write pointer should stop advancing

    • When the FIFO is empty, the read pointer should stop advancing

    • The FIFO should have a flag to indicate when

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

Ceremorphic interview questions for popular designations

 Design Engineer

 (2)

 Analog Design Intern

 (1)

 Digital Designer

 (1)

 Senior Engineer

 (1)

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. No questions in resume shortlisting
Round 2 - Technical 

(1 Question)

  • Q1. General questions on analog electronics, filters, op amps etc

Interview questions from similar companies

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

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

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

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Spark code optimization
  • Q2. Data formats in big Data, why each format.
  • Ans. 

    Different data formats in big data are used for various purposes like storage efficiency, data processing speed, and compatibility with different systems.

    • JSON: Lightweight, human-readable, and widely supported for web applications.

    • Parquet: Columnar storage format for efficient querying and processing of large datasets.

    • Avro: Schema-based serialization format with support for complex data types.

    • ORC: Optimized Row Columna...

  • Answered by AI
  • Q3. Leet code - Most freq elem in a list
  • Ans. 

    Find the most frequent element in a list of strings.

    • Iterate through the list and count the frequency of each element using a dictionary.

    • Track the element with the highest frequency as you iterate.

    • Return the element with the highest frequency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had three rounds, each round of one hour each.

Questions from Past Work Experience
Coding
Data Engineering, cloud.
Leet code.

Cleared all the rounds and HR verbally committed the offer and disappeared (stopped responding), without any updates.

Even if you get an offer from Extreme Networks better keep a backup offer, their decisions are dynamic so there is a high chance of offer getting revoked.

Skills evaluated in this interview

Strategic Sourcing Analyst III Interview Questions & Answers

Cradlepoint user image Anonymous

posted on 28 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
6-8 weeks
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Na not applicable
  • Q2. Na not applicable right now

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a very bad experience with HR recruiter - Priya Mukund and Talent head- Prafula Deoria.
It took around 1 month , 3 rounds of interview with panels. I have cleared all the interview rounds . I had received call from HR head as a general discussion , it is not related to salary negotiation nothing. Straight away he confirmed i have cleared all the rounds, then I asked when will I receive final feedback and offer letter then he said by tomorrow. Afterwards I called my recruiter Priya Mukund and tell that I got call for HR round. She confirmed that you got 4/4 ratings. You are only selected for this role. Make sure not to decline the offer.
Afterwards every one went silent and I was the one who was chasing then after multiple follow ups Prafula was only giving timelines and then he said my profile is putted on HOLD.
This is very bad behaviour of HR to the person who is already suffering with Job loss.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were around 60 questions and negative marking was also there

Round 2 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Full Stack Developer with experience in front-end and back-end technologies.

    • Proficient in HTML, CSS, JavaScript for front-end development

    • Skilled in Node.js, Express, MongoDB for back-end development

    • Experience with React.js and Angular for building interactive web applications

  • Answered by AI
  • Q2. What is diamond problem
  • Ans. 

    Diamond problem is a common issue in multiple inheritance where a class inherits from two classes that have a common ancestor.

    • Occurs in languages that support multiple inheritance like C++

    • Results in ambiguity when calling methods or accessing attributes from the common ancestor class

    • Can be resolved using virtual inheritance or interfaces

  • Answered by AI
  • Q3. Run length encoding dsa problem
  • Ans. 

    Run length encoding is a data compression technique that replaces repeated characters with a count and single character.

    • Iterate through the input array of strings

    • Count the number of consecutive characters in each string

    • Replace consecutive characters with count and character

  • Answered by AI
  • Q4. Rotate an array by d times
  • Ans. 

    Rotate an array of strings by d times

    • Create a new array and copy elements from original array based on rotation index

    • Use modulo operator to handle cases where d is greater than array length

    • Handle edge cases like empty array or d being negative

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Based on Projects on Resume
  • Q2. Frequency Divider code

Interview Preparation Tips

Topics to prepare for Avantel Fpga Engineer interview:
  • DSP
  • Digital ommunication

Ceremorphic Interview FAQs

How many rounds are there in Ceremorphic interview?
Ceremorphic interview process usually has 1-2 rounds. The most common rounds in the Ceremorphic interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Ceremorphic 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 Ceremorphic. The most common topics and skills that interviewers at Ceremorphic expect are Perl, FPGA, SOC, USB and Debugging.
What are the top questions asked in Ceremorphic interview?

Some of the top questions asked at the Ceremorphic interview -

  1. Design a synchronous F...read more
  2. Basic gates using ...read more
  3. Design of async f...read more

Tell us how to improve this page.

Ceremorphic Interview Process

based on 3 interviews in last 1 year

Interview experience

3.3
  
Average

People are getting interviews through

based on 1 Ceremorphic interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
ENH iSecure Interview Questions
4.0
 • 29 Interviews
View all

Ceremorphic Reviews and Ratings

based on 24 reviews

2.2/5

Rating in categories

2.7

Skill development

1.9

Work-Life balance

2.6

Salary & Benefits

2.1

Job Security

2.0

Company culture

2.3

Promotions/Appraisal

2.5

Work Satisfaction

Explore 24 Reviews and Ratings
Software Engineer
10 salaries
unlock blur

₹12 L/yr - ₹21.5 L/yr

Senior Engineer
7 salaries
unlock blur

₹15 L/yr - ₹26 L/yr

Machine Learning Engineer
7 salaries
unlock blur

₹13.2 L/yr - ₹20 L/yr

Engineer
6 salaries
unlock blur

₹10 L/yr - ₹19.4 L/yr

Design Engineer
4 salaries
unlock blur

₹16 L/yr - ₹30 L/yr

Explore more salaries
Compare Ceremorphic with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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