Filter interviews by
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Sequence detector is a digital circuit that detects a specific sequence of bits in a stream of input data.
FSM (Finite State Machine) is commonly used to design sequence detectors.
RTL (Register Transfer Level) describes the behavior of digital circuits using registers and logic gates.
Example: A sequence detector that detects '1010' in a stream of binary data.
Example: FSM states for this detector could be S0, S1, S2, S3
I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.
C++ on leetcode programming
Verify last level cache by running stress tests, analyzing cache hit/miss rates, and comparing performance metrics.
Run stress tests to simulate high load scenarios and observe cache behavior
Analyze cache hit/miss rates to ensure data is being efficiently stored and retrieved
Compare performance metrics before and after cache verification to measure improvements
Use tools like CacheGrind or Valgrind for detailed cache ana
Identifying and fixing a race condition in a multi-threaded system
Observed intermittent failures in test results
Used debugging tools like gdb and log analysis to trace the issue
Identified the root cause as a race condition between two threads
Implemented a mutex lock to resolve the issue
Verified the fix by running stress tests
Top trending discussions
I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Mar 2020. There was 1 interview round.
Triggers are database objects that automatically execute in response to certain events or changes in data.
Triggers are used to enforce business rules or data integrity.
They can be used to audit changes to data.
Triggers can be set to execute before or after an event, such as an insert, update, or delete operation.
They can be defined on tables, views, or schemas.
Examples of triggers include sending an email notification ...
I appeared for an interview in Sep 2021.
based on 3 interviews
Interview experience
TCS
Accenture
Wipro
Cognizant