Upload Button Icon Add office photos

Applied Materials

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Applied Materials Senior Software Engineer Interview Questions and Answers

Updated 7 Jun 2024

Applied Materials Senior Software Engineer Interview Experiences

4 interviews found

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions around testing.
Round 2 - Aptitude Test 

Here they asked lots of logical reasoning questions and checked on how you approached different situations

Round 3 - HR 

(1 Question)

  • Q1. Explained package and other details

I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Hashmap working.
  • Ans. 

    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).

  • Answered by AI
  • Q2. Problem solving. Minimum absolute difference pairs

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two people one hiring manager and one person who asked technical.
This person was so rude.I hardly understood what he was speaking his accent was so bad.I don't understand how a standard company like Applied Materials even hired this person who is lacking at a basic level of Communication.

One should make the person comfortable before the interview to even get the best from the candidate.

First question in discussion was what is your salary expectations and what offer do u already have that's pathetic to ask this question in the beginning itself.

They don't pay well yet they expect the candidate to be perfect.
Worst interview experience I have ever had .
Please be nice to candidates.Have some standards for your hiring process don't be rude and arrogant.if you want to hire a potential candidate be nice to the person at the first place that's when you can check the knowledge and technical capabilites of a person not just simply ask same set of questions.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write your own stack?
  • Ans. 

    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

  • Answered by AI
  • Q2. How to find intersection happened between two linked list?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Applied Materials Senior Software Engineer interview:
  • Data Structures
Interview preparation tips for other job seekers - Basic should be good, interview is easy to medium type only

Skills evaluated in this interview

What people are saying about Applied Materials

View All
a senior ui ux designer
1w (edited)
Hybrid work
Does the company offer Hybrid mode of work at chennai location?
Got a question about Applied Materials?
Ask anonymously on communities.

I applied via Naukri.com and was interviewed in May 2020. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Angular and JavaScript basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Applied Materials interview questions for designations

 Senior Software Engineer 2

 (1)

 Software Engineer

 (3)

 Software QA Engineer

 (1)

 Lead Software Engineer

 (1)

 Senior Test Engineer

 (1)

 Software Developer

 (3)

 Software Tester

 (1)

 Junior Software Developer

 (1)

Senior Software Engineer Jobs at Applied Materials

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1 easy, 1 medium and 1 hard LC

Round 2 - Technical 

(1 Question)

  • Q1. 1. How will access files in a different server? 2. There are several files all containing similar key value pairs. The values differ in all files. How will you identify all the values that are same and ot...
  • Ans. 

    To access files in a different server, use protocols like FTP or SSH. To identify similar key value pairs in multiple files, compare values using a script or tool.

    • Use FTP or SSH protocols to access files in a different server

    • Write a script or use a tool to compare key value pairs in multiple files

    • Identify values that are the same and different across files

    • Example: Use Python script to read files and compare key value p

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Nov 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Find the smallestMissingNumber in given array using Bitwise OR operation alone 2. Based on Array data Manipulation.
  • Ans. 

    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

  • Answered by AI
  • Q2. Q2: Customized Data Extraction From Given Dynamic Array & Perform Some Math Operations On the Extracted Data
Round 4 - Technical 

(1 Question)

  • Q1. Write a Pseudo code for given scenario?
  • Ans. 

    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

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. System Design & Design Pattern based questions
Round 6 - HR 

(1 Question)

  • Q1. Not Applicable (Yet to be scheduled)

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Add two linked list
  • Ans. 

    To add two linked lists, iterate through both lists simultaneously and add corresponding nodes, considering carry from previous addition.

    • Create a dummy node to hold the result.

    • Initialize current node to dummy node.

    • Iterate through both lists, adding values and carry from previous addition.

    • Move to next nodes in both lists.

    • Handle cases where one list is longer than the other.

    • Handle final carry if present.

  • Answered by AI
  • Q2. Find shortest path in graph
  • Ans. 

    Use Dijkstra's algorithm to find the shortest path in a graph

    • Implement Dijkstra's algorithm to find the shortest path between two nodes in a graph

    • Maintain a priority queue to keep track of the shortest distance to each node

    • Update the shortest distance to each node as you traverse the graph

    • Track the path by storing the previous node for each node visited

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Check tree is BST
  • Ans. 

    Check if a binary tree is a Binary Search Tree (BST)

    • Perform an in-order traversal of the tree and check if the resulting array is sorted

    • Keep track of the previous node value during traversal to compare with the current node value

    • Ensure that each node's value is greater than the previous node's value in the in-order traversal

  • Answered by AI
  • Q2. Check substring palindrome or not
  • Ans. 

    Check if a substring in an array of strings is a palindrome or not.

    • Iterate through each string in the array

    • For each string, check if any of its substrings are palindromes

    • Return true if a palindrome substring is found, false otherwise

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse linked list recursively
  • Ans. 

    Reverse a linked list recursively

    • Create a recursive function to reverse the linked list

    • Pass the current node and its next node as parameters

    • Update the next pointer of the current node to point to the previous node

  • Answered by AI
  • Q2. Check if two stacks are equal
  • Ans. 

    Check if two stacks are equal by comparing each element in the stacks

    • Pop elements from both stacks and compare them one by one

    • If the sizes of the stacks are different, they are not equal

    • If any element in the stacks is different, they are not equal

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

OOPS Principle.
SQL
Java Coding Round - with easy level of questions

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
Contribute & help others!
anonymous
You can choose to be anonymous

Applied Materials Interview FAQs

How many rounds are there in Applied Materials Senior Software Engineer interview?
Applied Materials interview process usually has 2 rounds. The most common rounds in the Applied Materials interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Applied Materials 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 Applied Materials. The most common topics and skills that interviewers at Applied Materials expect are Software Development, Data Structures, Algorithms, Software Engineering and C.
What are the top questions asked in Applied Materials Senior Software Engineer interview?

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

  1. How to find intersection happened between two linked li...read more
  2. Write your own sta...read more
  3. Hashmap worki...read more

Recently Viewed

INTERVIEWS

Applied Materials

No Interviews

INTERVIEWS

Hi Tech Projects

No Interviews

INTERVIEWS

Pratiti Technologies

No Interviews

INTERVIEWS

Hi Tech Projects

No Interviews

INTERVIEWS

Applied Materials

No Interviews

INTERVIEWS

Applied Materials

No Interviews

INTERVIEWS

Applied Materials

No Interviews

INTERVIEWS

Applied Materials

No Interviews

INTERVIEWS

Ecom Express

5.6k top interview questions

INTERVIEWS

Ecom Express

No Interviews

Tell us how to improve this page.

Applied Materials Senior Software Engineer Interview Process

based on 1 interview

1 Interview rounds

  • Technical Round
View more
Applied Materials Senior Software Engineer Salary
based on 125 salaries
₹8.9 L/yr - ₹33 L/yr
28% more than the average Senior Software Engineer Salary in India
View more details

Applied Materials Senior Software Engineer Reviews and Ratings

based on 16 reviews

3.0/5

Rating in categories

2.2

Skill development

2.6

Work-life balance

3.2

Salary

2.7

Job security

2.9

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 16 Reviews and Ratings
Technical Lead
248 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
125 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manufacturing Engineer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engineer
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Applied Materials with

Lam Research

3.7
Compare

KLA

3.4
Compare

ASML

3.9
Compare

Entegris

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