Upload Button Icon Add office photos
Engaged Employer

i

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

Maven Silicon Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Maven Silicon Member Technical Staff Interview Questions and Answers

Updated 24 Dec 2024

Maven Silicon Member Technical Staff Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between latch and ff?
  • Ans. 

    Latch is level sensitive and FF is edge sensitive. Latch is transparent while FF is opaque.

    • Latch is level sensitive, meaning it changes output based on input level. FF is edge sensitive, changing output on clock edge.

    • Latch is transparent, meaning output changes as soon as input changes. FF is opaque, output changes only on clock edge.

    • Latch is faster but more prone to glitches. FF is slower but more stable.

    • Examples: SR

  • Answered by AI
  • Q2. Difference between blocking and non blocking assignments?
  • Ans. 

    Blocking assignments wait for the assigned statement to complete before moving on, while non-blocking assignments allow for concurrent execution.

    • Blocking assignments use '=' operator and execute sequentially.

    • Non-blocking assignments use '<=' operator and allow for concurrent execution.

    • Blocking assignments are used for combinational logic.

    • Non-blocking assignments are used for sequential logic.

    • Example: blocking assign...

  • Answered by AI
Round 2 - Presentation 

(1 Question)

  • Q1. Presentation on the topic provided by the interviewer
Round 3 - HR 

(1 Question)

  • Q1. Personal background?

Member Technical Staff Jobs at Maven Silicon

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 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 Resume tips
Round 2 - HR 

(4 Questions)

  • Q1. Confidence & working attitude
  • Q2. Job related information
  • Q3. Basically check communication skill
  • Q4. Current salary & expected salary

Interview Preparation Tips

Topics to prepare for ILJIN ELECTRONICS Senior Engineer interview:
  • Only resume
  • The work you did in organization
Interview preparation tips for other job seekers - Be yourself & give all answer with confidence.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C language and project

I applied via Referral and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General information and technical education.

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge is must.

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics about Android application development

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with basics
Interview experience
5
Excellent
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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Reason for job change?
Round 3 - Technical 

(3 Questions)

  • Q1. Basic and advanced programming concepts
  • Q2. Basic and advance of MCU
  • Q3. Basic to advance of RTOS

Interview Questionnaire 

3 Questions

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list

    • Iterative approach: Traverse the list and change the pointers to reverse the list

    • Recursive approach: Recursively reverse the rest of the list and change the pointers

    • Use a stack to push all the nodes and then pop them to create a reversed list

  • Answered by AI
  • Q2. Implementation of stack
  • Ans. 

    Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Stack can be implemented using arrays or linked lists.

    • Push operation adds an element to the top of the stack.

    • Pop operation removes the top element from the stack.

    • Peek operation returns the top element without removing it.

    • Stack overflow occurs when the stack is full and push operation is performed.

    • Stack underflow occurs when the stack is empty and

  • Answered by AI
  • Q3. Queues implementation
  • Ans. 

    Queues are a data structure that follows the FIFO principle.

    • Queues can be implemented using arrays or linked lists.

    • Enqueue adds an element to the end of the queue, while dequeue removes an element from the front.

    • Peek returns the element at the front of the queue without removing it.

    • Queues are used in scheduling, buffering, and breadth-first search algorithms.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Design PAtterns
  • Q2. Factory Pattern
Round 2 - HR 

(2 Questions)

  • Q1. Why did you leave last company
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities for growth

    • Company restructuring led to changes in job responsibilities

    • Seeking a more collaborative work environment

  • Answered by AI
  • Q2. Thoughts on LGBTQ community
  • Ans. 

    Supportive and inclusive of LGBTQ community

    • Believe in equality and respect for all individuals regardless of sexual orientation or gender identity

    • Advocate for LGBTQ rights and support diversity in the workplace

    • Promote a safe and inclusive environment for LGBTQ individuals to thrive

    • Recognize the importance of representation and visibility for LGBTQ community

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Linkedlist reverse
  • Q2. Bit toggle of a given position in a data
  • Ans. 

    Bit toggle of a given position in a data

    • To toggle a bit at a specific position, use bitwise XOR operator (^) with a mask

    • Example: Toggle 3rd bit of a number 'num' - num ^= (1 << 2)

    • Ensure the position is within the range of the data

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Where do u want to see yourself in 5 yrs
  • Q2. Why do u want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Partiality in terms of salary increment, manager's misbehavior, skip level manager does not take action, forced work from office even though hybrid model is available. Very pathetic experience, does not provide proper training for non domain hired candidates.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Maven Silicon Interview FAQs

How many rounds are there in Maven Silicon Member Technical Staff interview?
Maven Silicon interview process usually has 3 rounds. The most common rounds in the Maven Silicon interview process are Technical, Presentation and HR.
How to prepare for Maven Silicon Member Technical Staff 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 Maven Silicon. The most common topics and skills that interviewers at Maven Silicon expect are Teaching, Verilog, Digital Electronics, Digital and System Verilog.
What are the top questions asked in Maven Silicon Member Technical Staff interview?

Some of the top questions asked at the Maven Silicon Member Technical Staff interview -

  1. Difference between blocking and non blocking assignmen...read more
  2. Difference between latch and ...read more
  3. Presentation on the topic provided by the intervie...read more

Recently Viewed

INTERVIEWS

NISC Export Services

No Interviews

INTERVIEWS

Relaxo Footwear

No Interviews

INTERVIEWS

Relaxo Footwear

No Interviews

INTERVIEWS

Tata Elxsi

No Interviews

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

Relaxo Footwear

No Interviews

INTERVIEWS

Relaxo Footwear

No Interviews

LIST OF COMPANIES

Chiptest Engineering

Locations

INTERVIEWS

Relaxo Footwear

No Interviews

INTERVIEWS

Relaxo Footwear

No Interviews

Tell us how to improve this page.

Maven Silicon Member Technical Staff Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Sasken Interview Questions
3.8
 • 79 Interviews
Einfochips Interview Questions
3.4
 • 72 Interviews
MaxLinear Interview Questions
3.0
 • 12 Interviews
STJ Electronics Interview Questions
3.6
 • 11 Interviews
Xilinx Interview Questions
4.2
 • 9 Interviews
View all
Maven Silicon Member Technical Staff Salary
based on 5 salaries
₹2.5 L/yr - ₹7.7 L/yr
61% less than the average Member Technical Staff Salary in India
View more details

Maven Silicon Member Technical Staff Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

4.3

Salary

4.6

Job security

4.6

Company culture

4.6

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Trainee
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Intern
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Verification Trainee
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Verification Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design & Verification Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Maven Silicon with

ChipEdge Technologies

3.8
Compare

EmbDes Technologies

3.3
Compare

CVC (India)

4.3
Compare

Innovative Logic

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