Upload Button Icon Add office photos

Applied Materials

Compare button icon Compare button icon Compare

Filter interviews by

Applied Materials Software Developer Interview Questions and Answers

Updated 17 Dec 2024

Applied Materials Software Developer Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. OOPS question to develop a fault-sensing algorithm in machines
  • Q2. Debug array question in bubble sort

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Views, sp's, functions,joins,temp tables,table variables, indexes,cte,subquery,derived tables, correlated subquery, constrains and types , find n th highest salary, find out duplicates ,delete duplicates ,...
Round 2 - HR 

(1 Question)

  • Q1. Current organization, product based or contractual based, current sal, expect salary, which domain, notice period..etc

Interview Preparation Tips

Topics to prepare for Applied Materials Software Developer interview:
  • SQL Server
  • Tsql
  • Data Warehousing
Interview preparation tips for other job seekers - Good knowledge on technical and communication skills

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

ZeroOddEven program will always be asked

Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions , some coding questions around threads
Round 3 - HR 

(1 Question)

  • Q1. Its just about salary and why you want to join and all

What people are saying about Applied Materials

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

Interview questions from similar companies

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

General aptitude questions

Round 2 - Coding Test 

Problem solving, solved 2 out of 3 questions

Round 3 - Group Discussion 

General topics were given in gd

Round 4 - Technical 

(2 Questions)

  • Q1. Programming concepts
  • Q2. Projects and coding round questions solved
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Its basically a test comprising 32 mcq
12- logical reasoning
20- core C,DBMS, OS , Computer Networks

2 coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. He just Gave me to design a React Page and removed all the starting code and gave me blank folder and asked to code all by myself
  • Q2. He asked me SQL queries which was quite tough as its of nested queries
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is used to eliminate data redundancy by breaking up tables into smaller, related tables.

    • It helps in reducing data anomalies such as insertion, update, and deletion anomalies.

    • Normalization is achieved through a series of stages called normal forms, with the most common being First Normal Form (1NF)...

  • Answered by AI
  • Q2. Code for armstrong alogrithm
  • Ans. 

    Armstrong algorithm is used to find Armstrong numbers in a given range.

    • Iterate through the numbers in the given range

    • Calculate the sum of cubes of each digit in the number

    • Check if the sum is equal to the original number

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

Intel user image Bhavaa Dharshini

posted on 17 Oct 2024

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

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. What was malloc
  • Ans. 

    malloc is a function in C programming used to dynamically allocate memory during runtime.

    • malloc stands for 'memory allocation'.

    • It is used to allocate a specific amount of memory during program execution.

    • The allocated memory is not automatically initialized and must be explicitly freed using the free() function to avoid memory leaks.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Count freq of elements in array
  • Ans. 

    Count frequency of elements in array of strings

    • Iterate through the array and use a hashmap to store the frequency of each element

    • Use a for loop to go through each element and update the count in the hashmap

    • Return the hashmap with element frequencies

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 5-10 Questions on Javascript concepts
  • Q2. 2-3 medium level array coding questions
  • Q3. 2 logical questions
Round 2 - HR 

(1 Question)

  • Q1. Friendly Communication
Round 3 - Technical 

(2 Questions)

  • Q1. One Leetcode medium level coding question
  • Q2. Questions from your skills and the projects you have done so far

Interview Preparation Tips

Topics to prepare for TDK India Private Limited Software Developer interview:
  • DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round is combination of aptitude and technical mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about ur projects
  • Ans. 

    I have worked on various projects including a web-based inventory management system and a mobile app for tracking fitness goals.

    • Developed a web-based inventory management system using React and Node.js

    • Created a mobile app for tracking fitness goals using Flutter

    • Collaborated with a team to implement new features and fix bugs in existing projects

  • Answered by AI
  • Q2. Tell me about two sum code in python
  • Ans. 

    Two sum code in Python finds two numbers in an array that add up to a specific target.

    • Use a dictionary to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement is in the dictionary.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Microchip Technology Software Developer interview:
  • DBMS
  • OOPS
  • Data Structures
  • Python

Skills evaluated in this interview

Applied Materials Interview FAQs

How many rounds are there in Applied Materials Software Developer interview?
Applied Materials interview process usually has 2 rounds. The most common rounds in the Applied Materials interview process are Technical, HR and Coding Test.
How to prepare for Applied Materials Software Developer 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, Winforms, SOAP, WPF and Web Services.
What are the top questions asked in Applied Materials Software Developer interview?

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

  1. Views, sp's, functions,joins,temp tables,table variables, indexes,cte,subquery,...read more
  2. basic java questions , some coding questions around thre...read more
  3. OOPS question to develop a fault-sensing algorithm in machi...read more

Tell us how to improve this page.

Applied Materials Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Applied Materials Software Developer Salary
based on 31 salaries
₹7.9 L/yr - ₹27 L/yr
137% more than the average Software Developer Salary in India
View more details

Applied Materials Software Developer Reviews and Ratings

based on 4 reviews

1.8/5

Rating in categories

2.2

Skill development

3.4

Work-life balance

1.8

Salary

1.8

Job security

1.8

Company culture

2.2

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
Technical Lead
248 salaries
unlock blur

₹12.1 L/yr - ₹46 L/yr

Senior Software Engineer
123 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Manufacturing Engineer
88 salaries
unlock blur

₹5.5 L/yr - ₹17 L/yr

Software Engineer
87 salaries
unlock blur

₹6 L/yr - ₹20.8 L/yr

Senior Engineer Mechanical
61 salaries
unlock blur

₹9 L/yr - ₹20 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