Filter interviews by
I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.
I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Dec 2016. There were 5 interview rounds.
To rotate a matrix by 90 degrees clockwise, transpose the matrix and then reverse each row. To rotate anticlockwise, reverse each row and then transpose.
Transpose the matrix by swapping elements at (i, j) with (j, i)
Reverse each row of the transposed matrix
To rotate anticlockwise, reverse each row of the original matrix and then transpose
There are three common methods to compress images: lossless compression, lossy compression, and resizing.
Lossless compression reduces file size without losing any image quality. Examples include PNG and GIF formats.
Lossy compression reduces file size by discarding some image data. Examples include JPEG format.
Resizing reduces file size by changing the dimensions of the image. It can be done manually or using image proc
Identify the most recent duplicate in an array of strings.
Iterate through the array and keep track of the indices of each string using a hashmap.
If a string is already present in the hashmap, update its index.
After iterating through the array, find the string with the highest index in the hashmap.
There are 3 possible triangles that can be formed using the two lines.
To form a triangle, we need three points.
With two lines, we have a total of four points.
By choosing any three points, we can form a triangle.
Therefore, there are 3 possible triangles.
The function should return the element k from a Binary Search Tree (BST).
Traverse the BST in-order and keep track of the current element
If the current element is equal to k, return it
If the current element is greater than k, move to the left subtree
If the current element is less than k, move to the right subtree
Repeat until the element is found or the entire tree is traversed
The question is asking for a solution to find the nearest element to a given element in an array.
Iterate through the array and calculate the absolute difference between each element and the given element.
Keep track of the minimum difference encountered and the corresponding element.
Return the element with the minimum difference as the nearest element.
Top trending discussions
posted on 24 Dec 2024
I applied via Approached by Company
To prevent application downtime, implement redundancy, monitoring, automation, and disaster recovery plans.
Implement redundancy by using load balancers, multiple servers, and failover systems.
Set up monitoring tools to detect issues proactively and alert the team.
Automate processes like deployments, scaling, and backups to reduce human errors.
Create disaster recovery plans with backups, replication, and failover strate...
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.
Agile values prioritize individuals and interactions over processes and tools
Scrum values include commitment, courage, focus, openness, and respect
Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective
Story points are a unit of...
As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.
Prepare project plans outlining scope, objectives, deliverables, and timelines
Create schedules to allocate tasks and track progress
Develop budgets to manage project costs effectively
Conduct risk assessments...
Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.
Clearly communicate expectations and goals to the resource.
Offer support and training to help the resource improve their skills and knowledge.
Provide regular feedback and recognition for progress made.
Set specific goals and milestones to track improvement.
Create a development plan with the resource to addr...
Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.
Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.
PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...
posted on 23 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to be used for different data types or classes.
Examples include method overloading and method overriding in object-oriented programming.
Find missing number from nth number array.
Iterate through the array and calculate the sum of all numbers
Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2
Subtract the sum of array from the sum of numbers from 1 to n to find the missing number
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows a class to reuse code from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.
Example: Class B inherits from Class A, so Class B can access
Find 2nd max element from array of strings
Sort the array in descending order
Skip the first element (max element)
Return the second element
posted on 20 Dec 2024
Experienced Accounts Manager with a strong background in financial analysis and team leadership.
Over 5 years of experience in managing accounts and financial reporting
Skilled in budgeting, forecasting, and variance analysis
Led a team of 10 accountants to streamline processes and improve efficiency
Proficient in using accounting software such as QuickBooks and SAP
I have over 5 years of experience in business development, including identifying new opportunities, building relationships, and closing deals.
Developed and implemented strategic plans to expand client base
Identified new market opportunities and conducted market research
Built and maintained relationships with key stakeholders
Closed deals and negotiated contracts
Increased sales revenue by 20% in the first year at my prev
I have over 5 years of experience in business development, including identifying new opportunities, building relationships, and closing deals.
Identifying new business opportunities
Building and maintaining relationships with clients
Negotiating and closing deals
Creating and implementing business development strategies
Collaborating with marketing and sales teams
Increasing revenue and market share
Example: Successfully secu...
Salary is negotiable based on experience, qualifications, and company budget.
Salary is typically determined by factors such as experience, qualifications, industry standards, and company budget.
It is common for candidates to discuss salary expectations during the interview process.
Employers may offer a salary range or ask candidates for their salary requirements.
Negotiating salary is a normal part of the job offer proc
posted on 23 Dec 2024
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
based on 34 reviews
Rating in categories
Member Technical Staff
47
salaries
| ₹9.7 L/yr - ₹36 L/yr |
Escalation Engineer
17
salaries
| ₹15 L/yr - ₹29 L/yr |
Technical Lead
12
salaries
| ₹36.6 L/yr - ₹60 L/yr |
Software Engineer
6
salaries
| ₹4.5 L/yr - ₹23.3 L/yr |
Software Developer
6
salaries
| ₹7 L/yr - ₹11 L/yr |
Cisco
Juniper Networks
VMware Software
Palo Alto Networks