Upload Button Icon Add office photos

Filter interviews by

Mentor Graphics Intern Interview Questions and Answers

Updated 2 Sep 2023

Mentor Graphics Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2023

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

I applied via Campus Placement

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 

Basic aptitude , c programming, digital design

Round 3 - Technical 

(2 Questions)

  • Q1. Puzzels,digital design, programming
  • Q2. Implement flip flop using mux
  • Ans. 

    Flip flop can be implemented using a multiplexer by selecting the input based on the control signal.

    • Use a 2:1 multiplexer to select between the current state and the next state

    • Connect the output of the multiplexer to the input of the flip flop

    • Control signal determines which input is passed through the multiplexer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your badics

Intern Interview Questions & Answers

user image Anonymous

posted on 10 May 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Regarding flip-flops and timers

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen basic concepts in digital electronics

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman CodingYou are given an array 'ARR' of Integers having 'N' ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60mins test duration

Round 2 - Technical 

(2 Questions)

  • Q1. What are Linux commands
  • Ans. 

    Linux commands are instructions given to the operating system to perform specific tasks or operations.

    • Linux commands are case-sensitive

    • Commands are typically entered in the terminal

    • Common commands include ls (list files), cd (change directory), mkdir (make directory)

    • Commands can be combined with options and arguments for more specific actions

  • Answered by AI
  • Q2. What is virtualization concept
  • Ans. 

    Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

    • Virtualization allows multiple virtual instances to run on a single physical machine

    • It helps in optimizing resources and improving efficiency

    • Examples include VMware for server virtualization, VirtualBox for desktop virtualization

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. SQL queries and differences b/w delete and truncate
  • Ans. 

    Delete and truncate are SQL commands used to remove data from a table, but with key differences.

    • DELETE is a DML command used to remove specific rows from a table based on a condition.

    • TRUNCATE is a DDL command used to remove all rows from a table, resetting auto-increment values.

    • DELETE can be rolled back, while TRUNCATE cannot be rolled back.

    • DELETE triggers ON DELETE triggers, while TRUNCATE does not trigger any trigger...

  • Answered by AI
  • Q2. What is cloud and aws
  • Ans. 

    Cloud computing is the delivery of computing services like servers, storage, databases, networking, software, analytics, and intelligence over the internet.

    • AWS (Amazon Web Services) is a popular cloud computing platform offered by Amazon.

    • Cloud computing allows users to access resources on-demand without the need for physical infrastructure.

    • AWS provides a wide range of services such as EC2 (Elastic Compute Cloud), S3 (S...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60mins test duration

Round 2 - Technical 

(2 Questions)

  • Q1. What are Linux commands
  • Ans. 

    Linux commands are instructions given to the operating system to perform specific tasks or operations.

    • Linux commands are case-sensitive

    • Commands are typically entered in the terminal

    • Common commands include ls (list files), cd (change directory), mkdir (make directory)

    • Commands can be combined with options and arguments for more specific actions

  • Answered by AI
  • Q2. What is virtualization concept
  • Ans. 

    Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

    • Virtualization allows multiple virtual instances to run on a single physical machine

    • It helps in optimizing resources and improving efficiency

    • Examples include VMware for server virtualization, VirtualBox for desktop virtualization

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. SQL queries and differences b/w delete and truncate
  • Ans. 

    Delete and truncate are SQL commands used to remove data from a table, but with key differences.

    • DELETE is a DML command used to remove specific rows from a table based on a condition.

    • TRUNCATE is a DDL command used to remove all rows from a table, resetting auto-increment values.

    • DELETE can be rolled back, while TRUNCATE cannot be rolled back.

    • DELETE triggers ON DELETE triggers, while TRUNCATE does not trigger any trigger...

  • Answered by AI
  • Q2. What is cloud and aws
  • Ans. 

    Cloud computing is the delivery of computing services like servers, storage, databases, networking, software, analytics, and intelligence over the internet.

    • AWS (Amazon Web Services) is a popular cloud computing platform offered by Amazon.

    • Cloud computing allows users to access resources on-demand without the need for physical infrastructure.

    • AWS provides a wide range of services such as EC2 (Elastic Compute Cloud), S3 (S...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy - Medium Leetcode

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 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 tips
Round 2 - Aptitude Test 

Logical reasoning questions was there

Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself? From which institute you have done your schooling and college? What are your strengths and weaknesses? How much time did it took to come to the office?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design a ridesharing service
  • Ans. 

    A ridesharing service connecting drivers with passengers for convenient and affordable transportation.

    • Allow users to request rides through a mobile app

    • Match drivers with passengers based on location and destination

    • Provide estimated arrival times and fare estimates

    • Implement a rating system for drivers and passengers

    • Offer options for shared rides to reduce costs

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The round was technical round and it was held on google meet around 1 pm

  • Q1. Puzzle

    Given two hourglass of 4 minutes and 7 minutes, the task is to measure 9 minutes.

  • Q2. Technical Questions

    What is multithreading ?

    What is diamond problem ?

    He asked some technical questions related to my projects

  • Q3. Maximum Sum Rectangle

    You are given an M X N matrix of integers ARR. Your task is to find the maximum sum rectangle.

    Maximum sum rectangle is a rectangle with the maximum value for the sum of integers pr...

  • Ans. Brute force

    In this approach, we'll try to consider each rectangle that can be formed using elements of the array. To do this we fix (X1,Y1) coordinates of starting vertex and iterate through the matrix for every pair (X2,Y2) as the coordinates of ending vertex. Now we have a rectangle with coordinates (X1,Y1), (X1,Y2), (X2,Y1) and (X2,Y2).

    We'll find the sum of elements within this rectangle and compare it with MAXSUM. ...

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was managerial round and took place around 3 pm

  • Q1. OS Questions

    Producer Consumer Problem using Semaphores

    What is Banker's algorithm?

    What is Belady's Anomaly ?

  • Q2. Infix to Postfix

    You are given a string EXP which is a valid infix expression. Convert the given infix expression to postfix expression.

    Infix expression is of the form a op b. Where operator is is betwe...

  • Ans. Stack

    We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.

    Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]

    Order of precedence [ link ]

    The algorithm will be-

    1. ANS ...
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Patna. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPA , Computer Science branchEnvestnet | Yodlee India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, C++, Java, Object Oriented Programming, PointersTime required to prepare for the interview - 0.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability

Application resume tips for other job seekers

Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills

Final outcome of the interviewSelected

Skills evaluated in this interview

Mentor Graphics Interview FAQs

How many rounds are there in Mentor Graphics Intern interview?
Mentor Graphics interview process usually has 2-3 rounds. The most common rounds in the Mentor Graphics interview process are Resume Shortlist, One-on-one Round and Aptitude Test.
What are the top questions asked in Mentor Graphics Intern interview?

Some of the top questions asked at the Mentor Graphics Intern interview -

  1. Implement flip flop using ...read more
  2. Puzzels,digital design, programm...read more
  3. Regarding flip-flops and tim...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Mentor Graphics interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Mentor Graphics Intern Salary
based on 8 salaries
₹3.6 L/yr - ₹8.8 L/yr
24% more than the average Intern Salary in India
View more details

Mentor Graphics Intern Reviews and Ratings

based on 3 reviews

3.0/5

Rating in categories

4.7

Skill development

3.0

Work-Life balance

4.0

Salary & Benefits

4.7

Job Security

2.3

Company culture

4.5

Promotions/Appraisal

2.7

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Member of Technical Staff
96 salaries
unlock blur

₹12 L/yr - ₹22.1 L/yr

Lead Member Technical Staff
43 salaries
unlock blur

₹19 L/yr - ₹32 L/yr

Member Consulting Staff
35 salaries
unlock blur

₹20 L/yr - ₹56 L/yr

Software Engineer
29 salaries
unlock blur

₹11 L/yr - ₹23 L/yr

Member Technical Staff
28 salaries
unlock blur

₹9 L/yr - ₹20.2 L/yr

Explore more salaries
Compare Mentor Graphics with

Cadence Design Systems

4.1
Compare

Synopsys

3.9
Compare

Ansys Software Private Limited

3.9
Compare

Autodesk

4.3
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