Filter interviews by
I applied via Walk-in and was interviewed in Mar 2023. There were 2 interview rounds.
Top trending discussions
posted on 27 Sep 2023
I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.
To avoid lu, ensure proper ventilation and use personal protective equipment.
Ensure proper ventilation in work areas to prevent exposure to harmful substances
Use personal protective equipment such as masks, gloves, and goggles when working in hazardous environments
Follow safety protocols and guidelines provided by the company or regulatory agencies
Regularly monitor air quality and conduct risk assessments to identify p...
posted on 21 Apr 2024
I appeared for an interview in Mar 2024.
Implemented clock gating, power gating, and dynamic voltage and frequency scaling techniques to reduce power consumption in digital designs.
Utilized clock gating to disable clocks to unused logic blocks
Implemented power gating to completely shut off power to unused modules
Utilized dynamic voltage and frequency scaling to adjust voltage and frequency based on workload
Optimized power consumption through efficient design
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
It was good one on customer design issues
I applied via Campus Placement and was interviewed in Apr 2021. There was 1 interview round.
I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.
posted on 11 Apr 2021
I applied via LinkedIn and was interviewed in Mar 2021. There was 1 interview round.
Blocking statements halt program execution until the statement is complete, while nonblocking statements allow the program to continue executing while waiting for the statement to complete.
Blocking statements can cause the program to hang or become unresponsive if the statement takes a long time to complete.
Nonblocking statements are often used in asynchronous programming to allow multiple tasks to be executed simultan...
posted on 16 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 30 minutes
Round difficulty - Easy
To search for a node in a linked list, iterate through the list and compare each node's value with the target value.
Start at the head of the linked list
Iterate through each node by following the 'next' pointer
Compare the value of each node with the target value
Return the node if found, otherwise return null
To detect a loop in a linked list, we can use Floyd's Cycle Detection Algorithm.
Initialize two pointers, slow and fast, at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps.
If there is a loop, the two pointers will eventually meet.
Alternatively, we can use a hash set to store visited nodes and check for duplicates.
Implement a stack using a singly linked list
Create a Node class with data and next pointer
Create a Stack class with top pointer pointing to the top of the stack
Implement push, pop, and peek operations by manipulating the linked list
Example: Node class - Node { int data; Node next; }
Round duration - 40 minutes
Round difficulty - Easy
The top view of a binary tree shows the nodes visible from the top when looking down from the root node.
The top view of a binary tree is the set of nodes visible from the top when looking down from the root node.
Nodes at the same horizontal distance from the root are considered at the same level in the top view.
If multiple nodes are at the same horizontal distance, only the topmost node at that level is included in the...
Deleting a node from a linked list involves updating pointers to maintain the list's integrity.
Identify the node to be deleted by traversing the list
Update the previous node's next pointer to skip the node to be deleted
Free the memory allocated to the node to be deleted
Do practice a lot of questions on linked list and stacks as these are two most important data structures asked in the interview. Also, try to implement it yourself without seeing the solution. Also prepare for Computer Science subjects like Operating System, Database Management System, Computer Networks, etc. I prepared them through Coding Ninjas notes which were simpler and easy to understand.
Application resume tips for other job seekersKeep your resume short and up to mark and check spellings before submitting it for the interview process.
Final outcome of the interviewSelectedI appeared for an interview in Aug 2017.
I lack experience in a specific technology required for the role.
I may not have experience with a specific programming language or framework mentioned in the job description.
I may not have worked on projects similar to what your company is working on.
I may not have experience with certain tools or technologies that are crucial for the role.
Some of the top questions asked at the GLOBALFOUNDRIES interview for freshers -
The duration of GLOBALFOUNDRIES interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 1 interview
Interview experience
based on 106 reviews
Rating in categories
Bangalore / Bengaluru
3-6 Yrs
Not Disclosed
Senior Software Engineer
31
salaries
| ₹11.9 L/yr - ₹24 L/yr |
Principal Analyst
29
salaries
| ₹12 L/yr - ₹25 L/yr |
Senior Engineer
21
salaries
| ₹11 L/yr - ₹20.5 L/yr |
Principal Engineer
18
salaries
| ₹19.5 L/yr - ₹28.2 L/yr |
Member Technical Staff
16
salaries
| ₹23 L/yr - ₹48.8 L/yr |
Qualcomm
Intel
TDK India Private Limited
Molex