Upload Button Icon Add office photos

Filter interviews by

Semilon Technologies Verification Engineer Interview Questions and Answers

Updated 9 May 2024

Semilon Technologies Verification Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Basic of digital Electronics
  • Q2. Basic code you have to write
  • Q3. Difference betwe mux and demux
  • Ans. 

    Mux combines multiple inputs into a single output, while demux separates a single input into multiple outputs.

    • Mux stands for multiplexer and has multiple inputs and one output.

    • Demux stands for demultiplexer and has one input and multiple outputs.

    • Mux is used to select one of the input lines and forward it to the output line.

    • Demux is used to distribute the input signal to one of the many output lines based on the control...

  • Answered by AI
  • Q4. What is Finite state Machine and write the code for it in verilog
  • Ans. 

    A Finite State Machine is a mathematical model used to represent and control the behavior of a system with a finite number of states.

    • FSM consists of a set of states, transitions between states, and actions associated with transitions.

    • Verilog code for a simple 2-state FSM: module fsm(input clk, input reset, output reg state); always @(posedge clk or posedge reset) begin if (reset) state <= 0; else state <= ~state; end e...

  • Answered by AI
  • Q5. Boolean expression minimization

Interview Preparation Tips

Interview preparation tips for other job seekers - Just get your basic concept clear very strong, also practice coding to clear your interview.

Skills evaluated in this interview

Verification Engineer Jobs at Semilon Technologies

View all

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about my resume, how I debugged scenarios
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked about c language

Round 2 - Aptitude Test 

Work and time related questions

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Volatile keyword
  • Q2. Project specific
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Reason for job change
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Asked to introduce our self to check our communication.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Are you willing in night shift
  • Ans. 

    Yes, I am willing to work in night shifts as required for the role of Background Verification Executive.

    • I am flexible with my working hours and understand the importance of night shifts in this role.

    • I have previous experience working in night shifts and have no issues with adjusting my schedule accordingly.

    • I am committed to meeting the job requirements and will prioritize the needs of the company.

    • I understand the natur...

  • Answered by AI
  • Q2. What is special day in your life
  • Ans. 

    The most special day in my life was when I graduated from college.

    • Graduating from college was a culmination of years of hard work and dedication.

    • It was a day filled with pride, joy, and a sense of accomplishment.

    • My family and friends were there to celebrate with me, making it even more memorable.

    • I felt a sense of relief and excitement for the future as I walked across the stage to receive my diploma.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just improve your communication
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage class
  • Ans. 

    Storage classes in C specify the scope and lifetime of variables.

    • Storage classes include auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be used in another file.

  • Answered by AI
  • Q2. Explain structure program
  • Ans. 

    A structure program is a program that uses structures to group related data together.

    • Structures in C programming allow you to group related data together under one name.

    • You can define a structure using the 'struct' keyword.

    • Structures can contain different data types, including int, float, char, and even other structures.

    • You can access the members of a structure using the dot operator.

    • Example: struct employee { int id; ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is polymorphism
  • Q2. What is inheritance
Round 2 - HR 

(1 Question)

  • Q1. Discussion about salary and bond
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. CMOS basics - velocity saturartion
  • Q2. Metastability - how do we fix it ?
  • Ans. 

    Metastability occurs when a flip-flop samples an input signal at an unstable time, leading to unpredictable output. It can be fixed by using synchronization techniques.

    • Use multiple stages of flip-flops to reduce the probability of metastability

    • Increase the setup and hold times of flip-flops to provide more time for the input signal to stabilize

    • Use synchronization circuits like 2-flop synchronizers to ensure proper samp

  • Answered by AI
  • Q3. OCV AOCV variation, multiple buffers in a path - how does it affect ?
  • Ans. 

    OCV AOCV variation with multiple buffers in a path can affect timing and power consumption.

    • OCV (On-Chip Variation) and AOCV (Advanced OCV) variations can cause timing delays in a path with multiple buffers.

    • The variation in buffer sizes and types can lead to different delays in the path, impacting overall timing.

    • AOCV takes into account the statistical variations in process parameters, providing a more accurate estimatio...

  • Answered by AI
  • Q4. Setup and hold timing fixing
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked about c language

Round 2 - Aptitude Test 

Work and time related questions

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

I applied via Indeed and was interviewed in Oct 2023. 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 tips
Round 2 - Technical 

(5 Questions)

  • Q1. Basic question from my Resume and Work/Projects
  • Q2. Technical Question : Stackoverflow, Queue, Virtual Class/Keyword, Pointers, Linked List
  • Q3. Memory Stack, Local/Glabal/Staic Variable stored where?
  • Q4. Direct Memory Access, Heap, Stack, Dyanamic Memory Allocation, memory Segmentation fault
  • Q5. Difference between Timer and counters?
  • Ans. 

    Timers are used to measure time intervals, while counters are used to count events or occurrences.

    • Timers are typically used for generating delays, measuring time intervals, or triggering events at specific times.

    • Counters are used to count external events, such as pulses or interrupts.

    • Timers can be used to implement software delays, while counters can be used for tasks like frequency measurement.

    • Examples: A timer can be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C++ questions mainly

Skills evaluated in this interview

Semilon Technologies Interview FAQs

How many rounds are there in Semilon Technologies Verification Engineer interview?
Semilon Technologies interview process usually has 1 rounds. The most common rounds in the Semilon Technologies interview process are Technical.
How to prepare for Semilon Technologies Verification 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 Semilon Technologies. The most common topics and skills that interviewers at Semilon Technologies expect are 8X, ArcIMS, Hons, Program Management and QA Management.
What are the top questions asked in Semilon Technologies Verification Engineer interview?

Some of the top questions asked at the Semilon Technologies Verification Engineer interview -

  1. What is Finite state Machine and write the code for it in veri...read more
  2. Difference betwe mux and de...read more
  3. Boolean expression minimizat...read more

Tell us how to improve this page.

Semilon Technologies Verification Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
WNS Interview Questions
3.4
 • 980 Interviews
Google Interview Questions
4.4
 • 871 Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
View all
Design & Verification Engineer
4 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Semilon Technologies with

Cognizant

3.8
Compare

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

Reliance Retail

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