Filter interviews by
I appeared for an interview in Oct 2024, where I was asked the following questions.
An anagram is a word or phrase formed by rearranging the letters of another, often used in word games and puzzles.
Definition: An anagram is created by rearranging the letters of a word or phrase to form a new word or phrase. For example, 'listen' can be rearranged to 'silent'.
Input: The function should take an array of strings as input, where each string is a word or phrase to be checked for anagrams.
Output: The output...
Set entire rows and columns to 0 in a matrix if an element is 0, using O(1) space.
Use the first row and first column to track which rows and columns need to be zeroed.
First, iterate through the matrix to mark the rows and columns that should be zeroed.
Then, zero out the marked rows and columns, except for the first row and column.
Finally, handle the first row and first column separately if they need to be zeroed.
60 mins general aptitude test
I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.
Problem would be given to solve
I applied via Naukri.com and was interviewed in Dec 2017. There were 6 interview rounds.
I am currently working as a software engineer at a tech company.
Developing and maintaining software applications
Collaborating with team members on projects
Participating in code reviews and testing
Implementing new features and enhancements
Troubleshooting and debugging issues
Discussing technologies currently in use, focusing on their applications and benefits in software engineering.
Utilizing cloud services like AWS for scalable application deployment.
Implementing RESTful APIs for seamless communication between services.
Using version control systems like Git for collaborative development.
Employing CI/CD pipelines to automate testing and deployment processes.
Leveraging frameworks like React...
I am looking for a competitive salary based on my experience, skills, and the market rate for software engineers.
Research the average salary for software engineers in your area and industry
Consider your years of experience, education level, and specialized skills
Be prepared to negotiate based on the company's budget and benefits package
I am excited to join the company because of its innovative projects and collaborative work environment.
Exciting opportunities for growth and learning
Innovative projects that align with my interests
Collaborative work environment that fosters teamwork and creativity
Top trending discussions
posted on 7 May 2017
I appeared for an interview in Feb 2017.
malloc is a function in C that dynamically allocates memory on the heap. It is used to allocate memory for variables or data structures.
malloc is used in C programming language.
It is used to allocate memory on the heap.
malloc is different from 'new' in C++ as it does not call constructors for objects.
C++ is a general-purpose programming language while Objective C is a superset of C used for iOS and macOS development.
C++ is widely used for developing applications, games, and system software.
Objective C is mainly used for iOS and macOS development.
C++ supports both procedural and object-oriented programming paradigms.
Objective C is an object-oriented language with dynamic runtime features.
C++ has a larger community a...
Class container is a class that holds objects of other classes, while class composition is a way to combine multiple classes to create a new class.
Class container holds objects of other classes, acting as a collection or container.
Class composition combines multiple classes to create a new class with its own behavior and attributes.
In class container, the objects are typically stored in a data structure like an array o...
Divide the horses into groups of 5 and race them. Take the top 2 from each race and race them again. Finally, race the top 2 horses to determine the top 3.
Divide the horses into 3 groups of 5 and race them.
Take the top 2 horses from each race and race them again.
Finally, race the top 2 horses to determine the top 3.
Developing a real-time data processing system for a high-traffic e-commerce website
Implemented a distributed system architecture to handle large volumes of data
Optimized algorithms for efficient data processing and storage
Utilized caching mechanisms to improve system performance
Worked closely with cross-functional teams to troubleshoot and resolve issues
Example: Successfully reduced data processing time by 50% by imple...
The width of a tree is the maximum number of nodes at any level in the tree.
To calculate the width of a tree, we can perform a level order traversal and keep track of the maximum number of nodes at any level.
We can use a queue data structure to perform the level order traversal.
At each level, we count the number of nodes in the queue and update the maximum width if necessary.
I appeared for an interview in Aug 2017.
I appeared for an interview in Aug 2017.
I come from a close-knit family that values education and support, fostering my passion for technology and problem-solving.
My parents are both educators, which instilled a love for learning in me from a young age.
I have two siblings; my older brother is an engineer, and my younger sister is studying computer science.
Family gatherings often involve discussions about technology and innovation, inspiring my career path.
We...
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.
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
AC and DC are two types of electrical current with different characteristics.
AC stands for Alternating Current, while DC stands for Direct Current.
AC periodically changes direction, while DC flows in one direction.
AC is commonly used in household electrical systems, while DC is used in batteries and electronic devices.
AC can be easily transformed to different voltage levels using transformers, while DC requires convert...
Fill the cells in the pyramid
The pyramid is a pattern of numbers or characters arranged in a triangular shape
Each row of the pyramid has one more cell than the previous row
Start filling the pyramid from the top and move downwards
The cells can be filled with any desired numbers or characters
An alternator and generator are devices that convert mechanical energy into electrical energy.
Both alternators and generators are used to generate electricity.
They work on the principle of electromagnetic induction.
Alternators are commonly used in modern vehicles to charge the battery and power the electrical systems.
Generators are often used as backup power sources during power outages.
Examples of alternators include ...
Quick sort has an average and worst-case time complexity of O(n log n).
Quick sort is a divide-and-conquer algorithm.
It selects a pivot element and partitions the array around the pivot.
The average and worst-case time complexity is O(n log n).
However, in the worst-case scenario, it can have a time complexity of O(n^2).
I developed a mobile app for tracking daily water intake and hydration levels.
Researched best practices for hydration tracking
Designed user-friendly interface for inputting water intake
Implemented data visualization for tracking hydration levels
Tested app with focus groups for feedback
Continuously updated app based on user suggestions
SHA Algorithm is a cryptographic hash function that takes an input and produces a fixed-size output.
SHA stands for Secure Hash Algorithm.
It is widely used in various security applications and protocols.
SHA-1, SHA-256, SHA-384, and SHA-512 are common variants of SHA.
It generates a unique hash value for each unique input.
The output is a fixed length, regardless of the input size.
SHA is used for data integrity, password h...
To delete a node in a linked list, we need to adjust the pointers of the previous node and the next node.
Find the node to be deleted
Adjust the pointers of the previous node and the next node
Free the memory of the deleted node
I am a passionate software engineer with experience in developing web applications and a strong background in computer science.
Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React
Strong background in computer science with knowledge of data structures and algorithms
Proficient in programming languages such as Java, Python, and C++
Familiar with Agile development methodologies...
As an intern supervisor, I faced challenges in terms of communication, technical skills, and time management.
Communication barriers due to language or cultural differences
Lack of technical skills or knowledge required for the job
Difficulty in managing time and meeting deadlines
Inability to work independently or as part of a team
Resistance to feedback or constructive criticism
Limited exposure to real-world scenarios and...
I prefer a job place that offers a collaborative and innovative work environment.
Prefer a workplace that encourages teamwork and communication
Value opportunities for learning and growth
Seek a company that fosters creativity and innovation
I will solve disputes by promoting open communication, active listening, and finding mutually beneficial solutions.
Encourage open and honest communication between parties involved
Actively listen to each party's concerns and perspectives
Identify common goals and interests to find mutually beneficial solutions
Mediate discussions and facilitate negotiations if necessary
Document agreements and ensure follow-up to prevent f...
Qualcomm is a leading semiconductor and telecommunications equipment company.
Qualcomm is known for its expertise in wireless technologies and mobile chipsets.
They have developed popular Snapdragon processors used in smartphones and tablets.
Qualcomm has made significant contributions to the advancement of 5G technology.
The company has a strong patent portfolio and is involved in licensing its technology to other manufac...
I appeared for an interview in Dec 2016.
I appeared for an interview in Sep 2016.
Code for scheduling in C
Define a struct for the task with fields like start time, end time, priority, etc.
Create an array of tasks and sort them based on priority and start time
Implement a scheduling algorithm like Round Robin or Priority Scheduling
Use system calls like fork() and exec() to create and execute processes
Implement synchronization mechanisms like semaphores or mutexes to avoid race conditions
Some of the top questions asked at the Applied Materials Software Engineer interview -
based on 3 interview experiences
Difficulty level
Duration
based on 10 reviews
Rating in categories
Technical Lead
313
salaries
| ₹19.5 L/yr - ₹34.1 L/yr |
Senior Software Engineer
137
salaries
| ₹14.4 L/yr - ₹25 L/yr |
Software Engineer
101
salaries
| ₹10.7 L/yr - ₹20 L/yr |
Manufacturing Engineer
98
salaries
| ₹7 L/yr - ₹15 L/yr |
Senior Engineer Mechanical
72
salaries
| ₹11.2 L/yr - ₹20 L/yr |
Qualcomm
Intel
Molex
TDK India Private Limited