Upload Button Icon Add office photos

Filter interviews by

SeviTech Systems Interview Questions and Answers

Updated 29 Oct 2023

SeviTech Systems Interview Experiences

Popular Designations

4 interviews found

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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. 1.Brief about projects we have done 2.Related to protocols 3.Some questions related to SV and UVM
  • Q2. Questions related to constraints

Senior Verification Engineer Interview Questions asked at other Companies

Q1. What is the functional coverage ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 4 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 

(1 Question)

  • Q1. Experience related questions
Round 3 - HR 

(1 Question)

  • Q1. HR related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Personal background check
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Protocol knowledge questions
Round 2 - HR 

(2 Questions)

  • Q1. Salary related questions
  • Q2. Company profile

Design & Verification Engineer Interview Questions asked at other Companies

Q1. 1. XOR gate 2. How you compare two 4 bit numbers only using gates. 3. How to rotate the bits and what happens if you rotate 5 times etc like that
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2023

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

I applied via Referral and was interviewed before Oct 2022. 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 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Protocol knowledge questions
Round 3 - HR 

(1 Question)

  • Q1. Salary related and about company

SeviTech Systems interview questions for popular designations

 Human Resource Business Partner Manager

 (1)

 Design & Verification Engineer

 (1)

 Senior Verification Engineer

 (1)

Interview questions from similar companies

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Connected sum hacker rank problem
  • Ans. 

    Connected sum problem involves finding the number of connected components in a graph

    • The problem can be solved using DFS or BFS algorithm

    • The input graph can be represented using adjacency list or matrix

    • The output is the number of connected components in the graph

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always should be logical

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Communication Concepts
  • Q2. Embedded Concepts

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted based on CGPA and Profile
Tips: CGPA above 7.5 and Communication/CS based coursework/ability

Round: Test
Experience: C Coding Questions which checked basic knowledge of C
Tips: Brush up your C skills. Questions are easy but may require knowledge of stuff like what is big endian and little endian etc.
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical Interview
Experience: My Communication relation concepts were tested. My Major Project was asked in detail.
Tips: If Comm background, prepare ITC, MultiCarrier/Wireless at a good level. If not they will ask C.

Round: Technical Interview
Experience: I was asked basic level embedded concepts.
Tips: Prepare on the following and similar stuff : How to implement a pseudo dynamic memory allocation using flash memory- which data structure to use. How does Inter Process Communication work. How does a multicore processor synchronizes its cores. If Comm background, give the TX and RX chain design (Wireless System Design)

Skills: Communication Systems, Embedded Systems, C Programming
College Name: IIT Madras

Software Engineer Interview Questions & Answers

MaxLinear user image Gayathri S ee15m052

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed before Dec 2015. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Duration: 1 hour

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Tips: Learn about pointers and using function pointers

Round: Technical Interview
Experience: First, I was asked to brief about the projects I have done so far. Then there were some questions about C programming like pointers, const pointers, storage classes, volatile keyword etc. It was followed by some basic questions about computer architecture, microcontroller, FPGA, RTOS

Round: Technical Interview
Experience: In this round I was asked to write algorithm for some simple problems like checking if a given integer (not string) is palindrome or not, checking if a number is a multiple of 3 (using bitwise operations) etc

College Name: IIT Madras

Interview Questionnaire 

12 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using languages such as Java, Python, and JavaScript

    • Proficient in using frameworks such as Spring, Django, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Passionate about learning new technologies and keeping up with industry trends

  • Answered by AI
  • Q2. Did you get placed anywhere?
  • Ans. 

    Yes, I got placed at XYZ company.

    • I received an offer from XYZ company and accepted it.

    • I will be starting my new job at XYZ company next month.

    • I am excited to join the team at XYZ company and contribute to their software development projects.

  • Answered by AI
  • Q3. If yes then why are you leaving that company??
  • Ans. 

    Looking for better growth opportunities and challenges.

    • Limited scope for learning and development

    • No clear career progression path

    • Lack of challenging projects

    • Unsatisfactory work-life balance

    • Better compensation and benefits offered by new company

  • Answered by AI
  • Q4. What do you know about our company?
  • Ans. 

    Unknown

    • I apologize, but I do not have any information about your company at this time.

  • Answered by AI
  • Q5. Some question's explaination from 1st round (Segmentation fault)
  • Q6. Remove duplicates from a string
  • Ans. 

    Remove duplicates from a string

    • Convert string to char array

    • Create a HashSet to store unique characters

    • Iterate through char array and add to HashSet

    • Convert HashSet back to string

  • Answered by AI
  • Q7. Linking
  • Q8. Compilation process
  • Q9. 32 bit/64 bit processor ??
  • Q10. InterProcess communication
  • Q11. Socket Programming
  • Q12. Projects

Interview Preparation Tips

Round: Test
Experience: 1. C pointer



2. Storage classes related questions



3. functions



4. OS(fragmentation external/internal)

Round: Test
Experience: 1. We have to add nodes in a linked list in sorted manner



2. Derive ur own malloc function

College Name: NA

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: online test using cocubes
mcq mostly containing c/c++ ques insert string in a linkedlist in sorted order .

Round: Technical Interview
Experience: c/c++ ques , basic concepts , ques on pointers like dangling pointer , memory leak , OS prob on semaphore , priority inversion , etc .

Round: HR Interview
Experience: simple ques

College Name: NA

SeviTech Systems Interview FAQs

How many rounds are there in SeviTech Systems interview?
SeviTech Systems interview process usually has 3 rounds. The most common rounds in the SeviTech Systems interview process are Resume Shortlist, Technical and HR.
How to prepare for SeviTech Systems 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 SeviTech Systems. The most common topics and skills that interviewers at SeviTech Systems expect are Synthesis, Physical Design, Perl, Floor Planning and UVM.
What are the top questions asked in SeviTech Systems interview?

Some of the top questions asked at the SeviTech Systems interview -

  1. 1.Brief about projects we have done 2.Related to protocols 3.Some questions rel...read more
  2. Questions related to constrai...read more
  3. Project related questi...read more

Tell us how to improve this page.

SeviTech Systems Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

GLOBALFOUNDRIES Interview Questions
3.6
 • 18 Interviews
Element14 Interview Questions
4.0
 • 16 Interviews
MaxLinear Interview Questions
3.1
 • 12 Interviews
Synapse Design Interview Questions
3.0
 • 12 Interviews
STJ Electronics Interview Questions
3.6
 • 11 Interviews
View all

SeviTech Systems Reviews and Ratings

based on 32 reviews

3.6/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.3

Salary

2.7

Job security

3.4

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 32 Reviews and Ratings
Senior Engineer
26 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Technical Lead
22 salaries
unlock blur

₹15 L/yr - ₹26 L/yr

Design & Verification Engineer
18 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Physical Design Engineer
18 salaries
unlock blur

₹3.4 L/yr - ₹17.7 L/yr

Senior Design Engineer
14 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Explore more salaries
Compare SeviTech Systems with

Carrier Midea

3.8
Compare

Mirafra Technologies

4.0
Compare

STJ Electronics

3.5
Compare

Element14

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