Filter interviews by
I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.
Top trending discussions
posted on 16 Dec 2024
I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.
Was working with Neoteric Distributor of Gigabyte also had previous experience of Intel
I have a proven track record of exceeding sales targets and building strong relationships with clients.
Exceeded sales targets by 20% in my previous role
Developed and maintained relationships with key clients, resulting in repeat business
Implemented new sales strategies that increased revenue by 30%
posted on 21 Dec 2021
I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.
Hashmap is a data structure that stores key-value pairs and allows constant time access to values.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Hashmap operations like insertion, deletion, and lookup have an average time complexity of O(1).
posted on 18 Feb 2022
I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.
A stack is a linear data structure that follows the Last In First Out (LIFO) principle.
Implement using an array or linked list
Push operation adds element to top of stack
Pop operation removes element from top of stack
Peek operation returns top element without removing it
To find intersection of two linked lists, traverse both lists and compare each node.
Traverse both linked lists and compare each node
Use two pointers, one for each linked list
If a node is common, return the node
If both pointers reach the end, return null
I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.
Problem would be given to solve
General aptitude questions
Problem solving, solved 2 out of 3 questions
General topics were given in gd
I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.
Identify if a number is positive, negative, or zero
Check if the number is greater than 0 to determine if it is positive
Check if the number is less than 0 to determine if it is negative
If the number is neither greater nor less than 0, it is zero
I was interviewed before Feb 2023.
3 coding questions out of which 2 are easy and 1 is medium
I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.
References and pointers are both used to refer to memory locations, but references cannot be null and cannot be reseated.
Pointers can be null or uninitialized
Pointers can be reseated to point to a different memory location
References are automatically dereferenced
References cannot be used with arrays
Pointers can be used with arrays
References are necessary when passing large objects to functions or when returning objects from functions.
When passing large objects to functions
When returning objects from functions
When working with complex data structures
When implementing operator overloading
When working with polymorphism
Const pointers should be declared in the same scope as the variable they point to.
Declaring const pointers in the same scope as the variable they point to ensures that the pointer cannot be used to modify the variable.
If the pointer is only used within a function, it should be declared within that function.
If the pointer is used across multiple functions, it should be declared in a header file or at the top of the sour...
Copy constructor with pointers creates a new object by copying the values of the existing object's pointers.
Copy constructor is used to create a new object from an existing object.
Pointers in the new object point to the same memory locations as the original object.
Deep copy should be used to avoid shallow copy issues.
new and malloc are used for dynamic memory allocation in C++ and C respectively.
new is an operator in C++ while malloc is a function in C.
new automatically calls the constructor while malloc does not.
new returns a pointer to the object while malloc returns a void pointer.
new throws an exception if allocation fails while malloc returns NULL.
new can be overloaded while malloc cannot be.
new and delete are used together wh
based on 1 interview
Interview experience
Vlsi Engineer
23
salaries
| ₹0 L/yr - ₹0 L/yr |
Amts
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Physical Design Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Memory Circuit Design Engineer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Innovace Technology Solutions
Gigabyte Technology (India) Pvt. Ltd.
Intel
Qualcomm