Upload Button Icon Add office photos

Filter interviews by

Delancey Technologies Verification Engineer Interview Questions and Answers

Updated 12 Jul 2024

Delancey Technologies Verification Engineer Interview Experiences

1 interview found

Verification Engineer Interview Questions & Answers

user image chethan kumar B S

posted on 12 Jul 2024

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

(2 Questions)

  • Q1. What is difference btwn always and initial
  • Ans. 

    In SystemVerilog, 'always' is used to describe a process that runs continuously, while 'initial' is used to describe a process that runs only once at the beginning of simulation.

    • always blocks are used for describing processes that run continuously throughout the simulation

    • initial blocks are used for describing processes that run only once at the beginning of simulation

    • always blocks are sensitive to changes in their inp...

  • Answered by AI
  • Q2. What is the procedural block
  • Ans. 

    Procedural block is a construct in SystemVerilog used to group statements and declarations together.

    • Procedural blocks include initial blocks, always blocks, and final blocks

    • They are used to define behavior in hardware description languages like SystemVerilog

    • Procedural blocks can contain sequential statements, parallel blocks, and control flow statements

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Polymorphism code?
  • Q2. Ho can you start a sequences
  • Ans. 

    To start a sequence, you need to define the sequence type, specify the starting value, and set the increment or decrement value.

    • Define the sequence type: arithmetic, geometric, or custom

    • Specify the starting value of the sequence

    • Set the increment or decrement value for arithmetic or geometric sequences

    • For custom sequences, define the sequence pattern or rule

    • Examples: Arithmetic sequence starting from 1 with an increment...

  • Answered by AI
  • Q3. What is abstract class? Some basic sc and UVM questions
  • Q4. Question over mentioned projects?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic more an analogy with code

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question on coding , digital electronics
  • Q2. Difference between d ram and s ram
  • Ans. 

    DRAM is volatile memory that stores data temporarily, while SRAM is faster and more expensive but retains data as long as power is supplied.

    • DRAM stands for Dynamic Random Access Memory, while SRAM stands for Static Random Access Memory.

    • DRAM requires refreshing to retain data, while SRAM does not.

    • DRAM is slower and less expensive than SRAM.

    • Examples of DRAM include DDR3 and DDR4, while examples of SRAM include L1, L2, an

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2022. There were 9 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 - Coding Test 

For the bright future and for overall skill development these programs helps very much

Round 3 - Coding Test 

For increasing and boost my knowledge these management program helps in achieving my career goals

Round 4 - Coding Test 

For the bright future and for overall skill development these programs helps very much

Round 5 - Coding Test 

For the bright future and for overall skill development these programs helps very much

Round 6 - Coding Test 

For the bright future and for overall skill development these programs helps very much

Round 7 - One-on-one 

(3 Questions)

  • Q1. Plz help me with joy and happiness
  • Q2. Sir and ma'ma these good morning and my self
  • Q3. My self address job experience for year
Round 8 - Group Discussion 

There will be four and five students group discussion

Round 9 - Technical 

(18 Questions)

  • Q1. My self ands my address my name
  • Q2. Father name and my self
  • Q3. Mother name and experience year
  • Q4. Reading CV and name and experience year
  • Q5. Sister and brother and home address
  • Q6. My name and experience and family members
  • Q7. My self and address and CV
  • Q8. Reading CV for the first English communication skill
  • Q9. Home address my self in family members
  • Q10. My name and experience year reading in CV
  • Q11. Father name and mother name
  • Q12. My self address experience year
  • Q13. Home address my name father name and experience
  • Q14. CV reading and experience year
  • Q15. My self home address my name father name
  • Q16. CV reading and my self expression year
  • Q17. Experience year reading CV
  • Q18. My self address job experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes i am interested in the job and I have done the resistation with your referral code
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Testcase for software and hardware
  • Ans. 

    Testcases for software and hardware

    • For software: unit testing, integration testing, system testing, acceptance testing

    • For hardware: functional testing, performance testing, stress testing, environmental testing

    • Testcases should cover all possible scenarios and edge cases

    • Testcases should be repeatable and automated where possible

  • Answered by AI
  • Q2. What is firmware, have done any hardware testing, is your product is sustainabile
  • Ans. 

    Firmware is a software program that controls hardware devices. Yes, I have done hardware testing. Our product is sustainable.

    • Firmware is a type of software that is embedded in hardware devices to control their functionality.

    • I have experience in testing hardware components such as circuit boards, processors, and memory modules.

    • Our product is designed with sustainability in mind, using eco-friendly materials and energy-e

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared your self. the interview spend only 10 mins in my interview I dint know why he is outside didn't spend proper time for taking interview it was bad time for me.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Compilation process in c
  • Ans. 

    Compilation process in C involves preprocessing, compiling, assembling, and linking.

    • Preprocessing: Includes header files, macro expansions, and conditional compilation.

    • Compiling: Translates source code to assembly code specific to the target architecture.

    • Assembling: Converts assembly code to machine code in object files.

    • Linking: Combines object files and libraries to generate an executable file.

  • Answered by AI
  • Q2. Write a function pointer syntax?
  • Ans. 

    Function pointer syntax allows for storing the address of a function in a pointer variable.

    • Syntax: return_type (*pointer_name)(parameters)

    • Example: void (*funcPtr)(int) = &someFunction;

  • Answered by AI
  • Q3. Discussion on current project?
  • Q4. Reverse the string?
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Continue swapping until reaching the middle of the string

  • Answered by AI
  • Q5. Set , clear and toggle the bit
Round 2 - HR 

(2 Questions)

  • Q1. Mostly salary discussion
  • Q2. Tell about yourself

Interview Preparation Tips

Topics to prepare for TCS Embedded Firmware Engineer interview:
  • Embedded C
Interview preparation tips for other job seekers - Prepare it well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Linked list related questions
  • Q2. Memory allocation in c
  • Ans. 

    Memory allocation in C involves dynamically allocating and deallocating memory during program execution.

    • Memory allocation in C is done using functions like malloc, calloc, realloc, and free.

    • malloc function is used to allocate a block of memory of a specified size.

    • calloc function is used to allocate a block of memory for an array of elements, initializing all bytes to zero.

    • realloc function is used to resize a previously...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Basic c datastructucture networking l2 l3 questions

Round 2 - Technical 

(5 Questions)

  • Q1. Question on projects.
  • Q2. How packet goes from source to destination.
  • Ans. 

    Packets are sent from source to destination through a series of network devices using routing protocols.

    • Packet is created at the source with source and destination IP addresses.

    • Packet is sent to the default gateway or router.

    • Router checks its routing table to determine the next hop for the packet.

    • Packet is forwarded to the next hop until it reaches the destination.

    • Destination receives the packet and sends an acknowledg

  • Answered by AI
  • Q3. Delete a node from single linked list.
  • Ans. 

    To delete a node from a single linked list, we need to find the node and update the pointers.

    • Traverse the list to find the node to be deleted

    • Update the previous node's pointer to point to the next node

    • Free the memory of the node to be deleted

  • Answered by AI
  • Q4. Dynamic memory alocation in c
  • Ans. 

    Dynamic memory allocation in C allows allocation of memory at runtime.

    • Dynamic memory allocation is done using functions like malloc(), calloc(), realloc() and free().

    • malloc() allocates memory block of specified size and returns a pointer to the first byte of allocated memory.

    • calloc() allocates memory block of specified size and initializes all bits to zero.

    • realloc() changes the size of previously allocated memory block...

  • Answered by AI
  • Q5. Interprocess communication in OS
  • Ans. 

    Interprocess communication is a mechanism that allows processes to communicate with each other in an OS.

    • IPC mechanisms include pipes, sockets, message queues, shared memory, and signals.

    • IPC can be used for synchronization, data sharing, and coordination between processes.

    • IPC can be implemented using system calls such as fork(), pipe(), socket(), and msgget().

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Embedded Engineer interview:
  • Pointer array structure linked l
Interview preparation tips for other job seekers - Slove c problems and clear all basic concepts.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Work for in our industry process

Interview Preparation Tips

Interview preparation tips for other job seekers - Reliability testing, handling tool, maintance work processes

Delancey Technologies Interview FAQs

How many rounds are there in Delancey Technologies Verification Engineer interview?
Delancey Technologies interview process usually has 1 rounds. The most common rounds in the Delancey Technologies interview process are Technical.
What are the top questions asked in Delancey Technologies Verification Engineer interview?

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

  1. what is difference btwn always and init...read more
  2. what is the procedural bl...read more

Tell us how to improve this page.

Delancey Technologies Verification Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Software Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Explore more salaries
Compare Delancey Technologies with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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