Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
On-chip protocols are communication standards used for data transfer within a single integrated circuit.
On-chip protocols define how different components on a chip communicate with each other
Common on-chip protocols include AXI, AHB, SPI, I2C, and UART
These protocols specify the format of data, timing, and control signals for communication
They help ensure compatibility and interoperability between different components
Top trending discussions
posted on 14 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
3 coding question and some sptutude
Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java
Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass
Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in...
posted on 15 Jul 2024
Quantitative logical
SQL
Java coding string array SQL relational DBMS
I am a Quality Engineer with a background in ensuring products meet standards and specifications.
Experienced in quality control processes
Skilled in root cause analysis
Knowledgeable in statistical analysis
Proficient in quality management systems
Strong communication and problem-solving skills
I applied via Nextwave and was interviewed in Dec 2023. There were 3 interview rounds.
I got the opportunity through Nextwave. In the coding test I’m supposed to solve few aptitude questions and around 5-6 coding questions. Out of them 2 are of easy level ,2 are medium and 2 are of hard level.
I solved 2 easy, 1 medium and 1 hard problem.
posted on 28 Sep 2023
I applied via Job Portal
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the middle index and compare the target value with the middle element.
If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.
Repeat the process until the target value is found or the s
CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.
Continuous Integration (CI) focuses on automating the build and testing of code c...
Enums are a feature in programming languages that allow you to define a set of named constants.
Enums can be used to improve code readability by giving meaningful names to values
Enums can be used in switch statements to handle different cases
Enums can have associated values or raw values for more flexibility
Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.
Singleton pattern restricts the instantiation of a class to one object.
It provides a global point of access to the instance.
Synchronization can be implemented in the Singleton pattern to ensure thread safety.
Example: Singleton pattern is commonly used in database connections to ensure
External libraries are pre-written code that can be imported and used in a project to provide additional functionality.
External libraries help in reducing development time by providing ready-made solutions for common tasks.
Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.
posted on 27 Aug 2023
I applied via Walk-in and was interviewed in Jul 2023. There were 4 interview rounds.
First round was a coding test on hackerearth. 5 objective, 2 coding and 1 sql question was there. Questions were easy.
Sort a list of cards based on their rank and suit.
Create a custom sorting function that first sorts by rank and then by suit
Use a comparison function to compare ranks and suits of each card
Example: ['2H', '3D', '10S', 'AH', '4C'] should be sorted as ['2H', '3D', '4C', '10S', 'AH']
Java hash map is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.
HashMap in Java implements the Map interface and allows null keys and values.
It uses hashing to store and retrieve key-value pairs, providing O(1) time complexity for get() and put() operations.
Example: HashMap
posted on 28 Sep 2023
I was interviewed in Aug 2022.
To check if a linkedlist is palindrome or not
Traverse the linkedlist and push each element into a stack
Traverse the linkedlist again and compare each element with the popped element from the stack
If all elements match, then the linkedlist is palindrome
Sort employees by salary and department
Create a comparator function to compare salary and department
Use the comparator function with the sort() method on the employee stream
Return the sorted employee stream
Count duplicates in array of strings
Create a dictionary to store the count of each string
Loop through the array and increment the count in dictionary
Loop through the dictionary and count the duplicates
Return the count of duplicates
Interview experience
based on 1 review
Rating in categories
Associate Engineer
183
salaries
| ₹2.8 L/yr - ₹7.6 L/yr |
Physical Design Engineer
129
salaries
| ₹3 L/yr - ₹10.1 L/yr |
Design & Verification Engineer
82
salaries
| ₹3.1 L/yr - ₹11 L/yr |
Senior Engineer
62
salaries
| ₹9.1 L/yr - ₹31 L/yr |
Engineer
50
salaries
| ₹4.4 L/yr - ₹15 L/yr |
Intel
Qualcomm
Texas Instruments
Analog Devices