Filter interviews by
I appeared for an interview before Mar 2023.
Top trending discussions
I applied via Referral and was interviewed in Nov 2023. There were 6 interview rounds.
Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.
Using Bitwise OR operation to find the smallest missing number in an array.
Iterate through the array and perform Bitwise OR operation with each element to set corresponding bit in a bitmask
Iterate through the bitmask to find the first unset bit, which represents the smallest missing number
Example: Array [0, 1, 3, 4, 6] would have a bitmask of 10101, smallest missing number is 2
Pseudo code for a scenario
Define variables and data structures needed
Write the main logic using conditional statements and loops
Handle edge cases and error conditions
Test the pseudo code with sample inputs
I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.
UVM is a methodology for verifying complex designs using SystemVerilog. Blocking assignments execute sequentially, while non-blocking assignments execute concurrently.
UVM (Universal Verification Methodology) is a standardized methodology for verifying complex designs in SystemVerilog.
Blocking assignments in SystemVerilog execute sequentially, meaning the next statement waits for the current statement to finish.
Non-bloc...
posted on 20 Aug 2024
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
Storage variables in C are used to store data temporarily during program execution.
Storage variables in C are declared using data types like int, float, char, etc.
They can be stored in different memory locations like stack, heap, or data segment.
Variables declared outside functions have global scope and are stored in data segment.
Variables declared inside functions have local scope and are stored in stack memory.
Dynami...
The first three kinds of sorting are bubble sort, selection sort, and insertion sort.
Bubble sort compares adjacent elements and swaps them if they are in the wrong order.
Selection sort selects the smallest element and swaps it with the first element, then selects the second smallest element and swaps it with the second element, and so on.
Insertion sort builds the final sorted array one item at a time by inserting each
posted on 21 Feb 2024
I appeared for an interview before Feb 2023.
I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.
Pointer and linked list
Pure technical on kernel programming
Multi-threaded programming can be achieved by creating multiple threads that run concurrently.
Identify the tasks that can be executed in parallel
Create threads using threading libraries in the chosen programming language
Synchronize the threads to avoid race conditions and deadlocks
Use locks, semaphores, and mutexes to manage shared resources
Optimize the performance by balancing the workload among threads
I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.
A module in Python is a file containing Python code, which can define functions, classes, and variables.
Modules help organize Python code into reusable components
Modules can be imported into other Python scripts using the 'import' keyword
Examples of modules in Python include math, random, and os
posted on 23 Jan 2024
I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.
Bitwise operations are used to manipulate individual bits in memory. Memory layout in C refers to how data is stored in memory.
Bitwise operations include AND, OR, XOR, and NOT.
They are often used for tasks like setting or clearing specific bits, checking if a bit is set, or toggling bits.
Memory layout in C determines how variables are stored in memory, including their size, alignment, and order.
It is important to under...
LTE stands for Long-Term Evolution, a standard for wireless communication in mobile networks.
LTE is a 4G wireless communication technology
It provides high-speed data transmission and low latency
LTE uses OFDMA for downlink and SC-FDMA for uplink
LTE supports multiple antennas for improved signal quality (MIMO)
LTE Advanced (LTE-A) is an enhanced version with higher data rates and capacity
based on 1 interview
Interview experience
Assistant Manager
24
salaries
| ₹6 L/yr - ₹9.3 L/yr |
Senior Engineer
21
salaries
| ₹4.7 L/yr - ₹7.2 L/yr |
Engineer
20
salaries
| ₹2.4 L/yr - ₹5.8 L/yr |
Quality Engineer
17
salaries
| ₹1.7 L/yr - ₹3.8 L/yr |
Graduate Engineer Trainee (Get)
16
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Samsung Semiconductor
STJ Electronics
Element14
Autocop India