Upload Button Icon Add office photos

Filter interviews by

GLOBALFOUNDRIES Senior Software Engineer Interview Questions and Answers

Updated 20 May 2024

GLOBALFOUNDRIES Senior Software Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium xpath and dynamic loading of elements
  • Ans. 

    Selenium xpath is used to locate elements on a web page, especially useful for dynamic loading scenarios.

    • Use xpath to locate elements based on their attributes or position on the page

    • For dynamic loading, use explicit waits to ensure elements are present before interacting with them

    • Consider using relative xpath expressions to make your tests more robust and maintainable

  • Answered by AI
  • Q2. Java programs on strings
  • Q3. Test Ng architecture explain
  • Ans. 

    TestNG is a testing framework inspired by JUnit and NUnit, with more advanced features for test automation.

    • TestNG uses annotations to define test methods and test configurations.

    • It supports parameterized tests, test dependencies, and test groups.

    • TestNG allows parallel execution of tests, making it faster than other testing frameworks.

    • It provides detailed test reports and supports data-driven testing.

    • TestNG can be integ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and go for interview

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dsa questions , angular , .net core and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company if you are passionate about work
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your Protect?
  • Q2. Questions on C++
Round 2 - Technical 

(2 Questions)

  • Q1. Day to day tasks
  • Ans. 

    Day to day tasks involve coding, debugging, testing, and collaborating with team members.

    • Writing code for new features or fixing bugs

    • Debugging and troubleshooting issues

    • Testing code to ensure quality and functionality

    • Collaborating with team members on projects

    • Participating in code reviews and providing feedback

  • Answered by AI
  • Q2. Team management questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Bahaviour questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. C questions on oops concepts
  • Q2. Python and ml questions
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. System design round about ott
  • Q2. Leetcode rain water problem
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. A scenario to create a new Android service
  • Ans. 

    Creating a new Android service

    • Define a class that extends Service class

    • Override onStartCommand() method to handle service logic

    • Register the service in AndroidManifest.xml file

  • Answered by AI
  • Q2. 2 puzzles. one was to find min no of weighs to find faulty item among 8 items and the other one was to min no of races required to find top three horses among 25 horses
  • Q3. How to manage gralloc buffers
  • Ans. 

    Managing gralloc buffers involves allocating, locking, and freeing memory for graphics rendering in Android.

    • Allocate gralloc buffer using gralloc_alloc() function

    • Lock buffer for reading or writing using gralloc_lock() function

    • Free buffer using gralloc_free() function

    • Example: gralloc_alloc(usage, width, height, format, &handle)

    • Example: gralloc_lock(handle, usage, left, top, width, height, &vaddr)

  • Answered by AI
  • Q4. What is HIDL vs AIDL
  • Ans. 

    HIDL stands for Hardware Interface Definition Language and is used for communication between HAL and framework. AIDL stands for Android Interface Definition Language and is used for inter-process communication in Android.

    • HIDL is used for communication between Hardware Abstraction Layer (HAL) and framework in Android

    • AIDL is used for inter-process communication in Android

    • HIDL is more efficient and faster than AIDL

  • Answered by AI
  • Q5. How Android buffers are passed from application to drivers.
  • Ans. 

    Android buffers are passed from application to drivers through shared memory and buffer queues.

    • Android applications communicate with drivers through the HAL (Hardware Abstraction Layer)

    • Buffers are typically passed using shared memory regions

    • Buffer queues are used to manage the flow of data between application and driver

    • Example: Camera application passing image data to camera driver for processing

  • Answered by AI
  • Q6. What happens if LINUX faces a hardware interrupt
  • Ans. 

    When LINUX faces a hardware interrupt, it stops executing the current code and jumps to a specific interrupt handler.

    • LINUX stops executing the current code and jumps to a specific interrupt handler

    • The interrupt handler processes the interrupt and resumes normal execution afterwards

    • Different hardware interrupts are handled by different interrupt handlers

  • Answered by AI
  • Q7. What is the challenge while creating multiple services in Android
  • Ans. 

    The challenge while creating multiple services in Android is managing communication between services and ensuring proper synchronization.

    • Managing communication between services can be complex and error-prone.

    • Ensuring proper synchronization between services to avoid race conditions and data inconsistencies.

    • Handling dependencies between services and coordinating their interactions.

    • Testing and debugging multiple services ...

  • Answered by AI
  • Q8. Boot up Android sequence
  • Ans. 

    The Android boot up sequence involves several stages including power on, bootloader, kernel initialization, system server startup, and app launch.

    • Power on the device

    • Bootloader loads the Android OS kernel

    • Kernel initializes the system and drivers

    • System server starts up and launches essential services

    • Apps are launched and user interface becomes accessible

  • Answered by AI
  • Q9. Describe about Permission files/SE Linux policy
  • Ans. 

    Permission files/SE Linux policy control access to resources based on rules set by administrators.

    • Permission files define who can access a file or directory and what actions they can perform.

    • SE Linux policy is a security mechanism that enforces rules on how processes interact with resources.

    • SE Linux policy is based on labels assigned to processes and resources, determining access permissions.

    • SE Linux policy can be cust...

  • Answered by AI
  • Q10. What is manifestation file and how is it used?
  • Ans. 

    A manifestation file is a configuration file used to define the properties and settings of a software application.

    • Manifestation files typically include information such as the application's name, version, dependencies, and permissions.

    • They are commonly used in software development to ensure that the application runs correctly and has access to necessary resources.

    • Examples of manifestation files include AndroidManifest....

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

C++, DSA, 3 hours should have good knowledge of data structure and algorithms

Round 2 - One-on-one 

(1 Question)

  • Q1. 1. Find the max 3 items in a unsorted array
  • Ans. 

    Find the max 3 items in an unsorted array of strings.

    • Sort the array in descending order.

    • Return the first 3 elements of the sorted array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It was a graph coloring problem.

Round 2 - Technical 

(1 Question)

  • Q1. Chessboard knight problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. No one joined the interview from interview panel and it happened twice to which HR after ignoring my mails/call for long told me that since team works from Korea they don't get time. She was having very c...

Interview Preparation Tips

Interview preparation tips for other job seekers - If HR behaviour looks unprofessional don't ever waste your leave or time for appearing into Samsung's interview process.
Round 1 - Technical 

(1 Question)

  • Q1. Python related questions
Round 2 - Technical 

(1 Question)

  • Q1. Behavioral and management

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic clear and focus on data structures and algorithms

GLOBALFOUNDRIES Interview FAQs

How many rounds are there in GLOBALFOUNDRIES Senior Software Engineer interview?
GLOBALFOUNDRIES interview process usually has 1 rounds. The most common rounds in the GLOBALFOUNDRIES interview process are Technical.
How to prepare for GLOBALFOUNDRIES Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at GLOBALFOUNDRIES. The most common topics and skills that interviewers at GLOBALFOUNDRIES expect are SQL, Software Engineering, Javascript, Software Development and Web Services.
What are the top questions asked in GLOBALFOUNDRIES Senior Software Engineer interview?

Some of the top questions asked at the GLOBALFOUNDRIES Senior Software Engineer interview -

  1. Selenium xpath and dynamic loading of eleme...read more
  2. Test Ng architecture expl...read more
  3. Java programs on stri...read more

Tell us how to improve this page.

GLOBALFOUNDRIES Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
GLOBALFOUNDRIES Senior Software Engineer Salary
based on 29 salaries
₹12 L/yr - ₹24 L/yr
25% more than the average Senior Software Engineer Salary in India
View more details

GLOBALFOUNDRIES Senior Software Engineer Reviews and Ratings

based on 7 reviews

4.3/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

3.9

Salary

3.8

Job security

4.4

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Senior Software Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Analyst
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare GLOBALFOUNDRIES with

Intel

4.2
Compare

TSMC

3.0
Compare

Samsung

3.9
Compare

Micron Technology

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview