Filter interviews by
I applied via LinkedIn and was interviewed in Nov 2022. There were 2 interview rounds.
CMOS devices are the building blocks of digital circuits, consisting of a PMOS and an NMOS transistor.
CMOS stands for Complementary Metal-Oxide-Semiconductor
PMOS and NMOS transistors are used to create logic gates
CMOS devices have low power consumption and high noise immunity
The operation of a CMOS device involves charging and discharging the gate capacitance to control the flow of current
The output of a CMOS device is...
Top trending discussions
posted on 31 Jul 2025
I appeared for an interview in Jan 2025, where I was asked the following questions.
posted on 13 Nov 2024
I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.
Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.
Start by pushing the root node into a queue.
While the queue is not empty, pop a node, print its value, and push its children into the queue.
Alternate between popping nodes from the queue and printing their values in a spiral manner.
The coin change problem involves finding the number of ways to make a certain amount using given coin denominations.
Dynamic Programming Approach: Use an array to store the number of ways to make each amount up to the target.
Example: For coins [1, 2, 5] and target 5, ways are: 5 (1x5), 2+2+1, 2+1+1+1, 1+1+1+1+1.
Base Case: Initialize dp[0] = 1, as there's one way to make 0 amount (using no coins).
Iterate through each coi...
I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.
I appeared for an interview in Apr 2020.
Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.
Use a relational database like MySQL or PostgreSQL
Create tables for colleges, departments, students, and elections
Use foreign keys to establish relationships between tables
Add columns for election details like candidate names and vote counts
Write a query to join tables and filter for maximum vot...
Design a bit.ly URL shortening service with database choice, table design, and endpoints.
Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.
Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.
Endpoints should include URL shortening, redirection, and analytics.
Implement caching to improve performance and reduce database load...
Coding test was on reactjs and html
posted on 2 May 2025
I appeared for an interview in Apr 2025, where I was asked the following questions.
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 2 interview rounds.
posted on 2 May 2025
I appeared for an interview in Apr 2025, where I was asked the following questions.
based on 1 interview experience
Difficulty level
Duration
Physical Design Engineer
4
salaries
| ₹6.3 L/yr - ₹8.1 L/yr |
Senior Validation Engineer
4
salaries
| ₹11.5 L/yr - ₹18 L/yr |
Design & Verification Engineer
3
salaries
| ₹41 L/yr - ₹48 L/yr |