Filter interviews by
I can manage troubleshooting by identifying the root cause, analyzing the situation, and implementing a solution.
Identify the problem and gather information
Analyze the situation and determine the root cause
Develop a plan of action and implement a solution
Evaluate the effectiveness of the solution and make adjustments if necessary
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
20 questions 40 minutes, 3 type of question easy, medium and hard each of 1, 3 and 5 points respectively, if you answer correct then you move above in difficulty else go down.
Implementing binary search and bubble sort algorithms in Python
Binary search: Divide and conquer algorithm to find a target value in a sorted array
Bubble sort: Iteratively swap adjacent elements if they are in the wrong order
Example for binary search: def binary_search(arr, target):
Example for bubble sort: def bubble_sort(arr):
I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Jul 2021. There were 4 interview rounds.
I appeared for an interview in Dec 2020.
Round duration - 70 Minutes
Round difficulty - Medium
There were 5 people in the zoom meet, including me. Rest all 4 were interviewers, 3 from India and 1 from the United Kingdom.
They started with my introduction and then moved on to the questions from my resume, starting with my internship at Samsung Bangalore and then projects.
Then another interviewer asked about my weakness and strength. Then comes the turn of coding questions.
Starting with finding the minimum element in O(1) time, rotating the 2-D array by 90 degrees, OOPS questions were also asked like- polymorphism, abstraction, virtual class. Some OS questions were- cache, paging algorithms.
Then come my POR and other activities.
You are provided with an array of integers ARR
of size N
and an integer K
. Your task is to find and return the K
-th smallest value present in the array. All elements...
Find the K-th smallest element in an array of distinct integers.
Sort the array and return the element at index K-1.
Use a min-heap to find the K-th smallest element efficiently.
Implement quickselect algorithm for optimal performance.
You are provided with a square matrix of non-negative integers of size 'N x N'
. The task is to rotate this matrix by 90 degrees in an anti-clockwise directi...
Rotate a square matrix by 90 degrees anti-clockwise without using extra space.
Iterate through each layer of the matrix from outer to inner layers
Swap elements in groups of 4 to rotate the matrix in place
Handle odd-sized matrices separately by adjusting the loop boundaries
Page replacement algorithms are used in operating systems to decide which page to replace when a new page needs to be brought in.
FIFO (First In, First Out) - replaces the oldest page in memory
LRU (Least Recently Used) - replaces the page that has not been used for the longest time
LFU (Least Frequently Used) - replaces the page that has been used the least number of times
Optimal - replaces the page that will not be used
Tip 1 : Practice GFG Must Do section, solve at least 5 Questions daily
Tip 2 : Start talking to new people regarding technology to remove hesitation at the time of the interview.
Tip 3 : Be in contact with a senior already working in that company, ask them regarding previous experience and new project the company is working on.
Tip 4 : Once you are done with GFG must do questions, now complete leetcode sorting by your target company.
Tip 5 : For core subjects refer to gate smashers and knowledge gate videos on youtube.
Tip 1 : Try to modify your resume according to the company you are applying for, for this read their Job Description provided to you.
Tip 2 : Mention no more than 3 projects and 1,2 internships.
Tip 3 : Divide your skills into beginner, intermediate and hard sections, otherwise don't mention too many skills.
Tip 4 : Don't mention to many Position Of Responsibilities( at max 2-3).
I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.
posted on 27 Jan 2023
I applied via Job Portal and was interviewed in Dec 2022. There were 2 interview rounds.
To find code performance issues in production, use monitoring tools and profiling techniques.
Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.
Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.
Analyze logs and error messages to identify patterns a...
Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.
Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.
It involves the use of callbacks, promises, and async/await keywords in JavaScript.
Asynchronous programming can be used in both front-end and back-end development.
Examples of asynchro...
Program to change background color on button click in Angular
Create a button in Angular template
Add click event listener to the button
Use setInterval() function to change background color after every 0.5 sec
Use ngStyle directive to change background color dynamically
Use Angular's 'resolve' property to load component after services are loaded.
Create a resolver service that waits for all three services to complete before resolving.
Add the resolver service to the 'resolve' property of the component's route.
Access the resolved data in the component using the ActivatedRoute service.
Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }
IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.
IQueryable is used for deferred execution while IEnumerable is used for immediate execution.
IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.
IQueryable is more efficient for large datasets as...
Entity Framework is an ORM while ADO.NET is a data access technology.
Entity Framework is easier to use and provides more abstraction than ADO.NET.
ADO.NET is faster and more flexible than Entity Framework.
Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.
posted on 8 Sep 2024
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 5 interview rounds.
My expertise lies in the field of mechanical engineering with a focus on structural analysis and design.
Specialize in structural analysis and design
Proficient in CAD software such as AutoCAD and SolidWorks
Experience with finite element analysis (FEA)
Knowledge of material properties and stress analysis
Worked on projects involving designing and testing mechanical components
The main problem in the part at my working company is frequent breakdowns due to poor quality materials.
Frequent breakdowns due to poor quality materials
Lack of proper maintenance procedures
Inadequate training of maintenance staff
Supplier issues with delivering substandard parts
Quality is the measure of excellence or superiority of something.
Quality is meeting or exceeding customer expectations.
It involves consistency, reliability, and durability.
Quality can be subjective and may vary depending on the context.
Examples include high-quality products, services, processes, and experiences.
As a Sr. Engineer, my responsibility is to lead and manage engineering projects, provide technical expertise, and ensure the successful completion of tasks.
Leading and managing engineering projects from conception to completion
Providing technical expertise and guidance to team members
Ensuring the successful execution of tasks within deadlines and budget constraints
Collaborating with cross-functional teams to achieve pr...
To solve the problem, first identify the root cause, brainstorm potential solutions, evaluate each solution, implement the best one, and monitor the results.
Identify the root cause of the problem by analyzing data and gathering information.
Brainstorm potential solutions with a team or individually.
Evaluate each solution based on feasibility, cost, and impact.
Implement the best solution and monitor the results to ensure...
Seeking new challenges and opportunities for growth in a different environment.
Looking for new challenges and opportunities for professional growth
Interested in working with new technologies or industries
Seeking a better work-life balance or company culture
Wanting to relocate to a different city or country for personal reasons
I am impressed by the company's commitment to innovation, strong team culture, and focus on employee development.
Innovative projects and technologies being developed
Positive team culture and collaboration
Opportunities for professional growth and development
Company's reputation and success in the industry
I am currently earning a competitive salary based on my experience and qualifications.
My current salary is in line with industry standards
I am open to discussing compensation based on the responsibilities of the Sr. Engineer role
I believe my salary should reflect my skills and contributions to the company
The aspect refers to a particular part or feature of something.
Aspect is a specific element or characteristic of a subject or situation.
It can also refer to a particular way in which something can be viewed or interpreted.
For example, in engineering, the aspect of a design could refer to its functionality, aesthetics, or cost-effectiveness.
based on 14 reviews
Rating in categories
Executive Production
49
salaries
| ₹2.8 L/yr - ₹10.1 L/yr |
Executive
14
salaries
| ₹3.3 L/yr - ₹11 L/yr |
Production Manager
11
salaries
| ₹12.5 L/yr - ₹23.1 L/yr |
Senior Executive
11
salaries
| ₹5 L/yr - ₹11 L/yr |
Procurement Executive
9
salaries
| ₹4.7 L/yr - ₹5.5 L/yr |
Amphenol Interconnect
Becton Dickinson
Toyoda Gosei Minda
Alfanar