i
Ameyo
Filter interviews by
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.
Machine coding round
I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota and was interviewed in Dec 2024. There were 2 interview rounds.
A 90-minute coding test on HackerRank, which includes one medium, one easy, and one hard question.
posted on 24 Jun 2024
There are 3 questions moderate one with topics like dp ( edit distance variant ), dequeue and hashing question. I cleared the test and move forward to interview round 1
Topological sort is a linear ordering of vertices in a directed acyclic graph.
Use Depth First Search (DFS) to visit each vertex and add it to the result list after visiting all its neighbors.
Maintain a visited set to keep track of visited vertices and a result list to store the sorted order.
If a cycle is detected during DFS, the graph is not a DAG and topological sort is not possible.
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
Some Objective questions and 1 Coding Questions
Experience with Applicant Tracking Systems (ATS) is essential for HR Intern role.
Familiarity with popular ATS platforms such as Greenhouse, Lever, and iCIMS
Ability to post job listings, review resumes, and track candidate progress within ATS
Experience in customizing ATS workflows and generating reports for recruitment metrics
The number of positions closed refers to the total number of job openings that have been filled by candidates.
The number of positions closed can be tracked through the recruitment process, from job posting to candidate selection.
This metric is important for evaluating the efficiency and effectiveness of the hiring process.
For example, if a company has closed 50 positions in a quarter, it indicates a high level of recru
Proficient in Excel with experience in creating complex formulas, pivot tables, and data analysis.
Experience in creating and manipulating spreadsheets
Ability to use functions and formulas effectively
Knowledge of pivot tables and data visualization techniques
Experience in data analysis and reporting
Familiarity with VLOOKUP, INDEX-MATCH, and conditional formatting
posted on 3 May 2024
I applied via campus placement at Sri Krishna College of Engineering and Technology, Coimbatore and was interviewed before May 2023. There were 3 interview rounds.
We had 21 questions including 3 coding questions. It was simple and beginners friendly questions
I was interviewed in Sep 2021.
Round duration - 60 minutes
Round difficulty - Medium
The round was technical round and it was held on google meet around 1 pm
Given an M x N matrix of integers ARR
, your task is to identify the rectangle within the matrix that has the greatest sum of its elements.
The first line of input co...
In this approach, we'll try to consider each rectangle that can be formed using elements of the array. To do this we fix (X1,Y1) coordinates of starting vertex and iterate through the matrix for every pair (X2,Y2) as the coordinates of ending vertex. Now we have a rectangle with coordinates (X1,Y1), (X1,Y2), (X2,Y1) and (X2,Y2).
We'll find the sum of elements within this rectangle and compare it with MAXSUM. ...
Round duration - 60 minutes
Round difficulty - Medium
It was managerial round and took place around 3 pm
You are provided with a string EXP
which represents a valid infix expression. Your task is to convert this given infix expression into a postfix expression.
An i...
We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.
Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]
Order of precedence [ link ]
The algorithm will be-
Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability
Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.
Machine coding round
I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Mar 2024. There were 3 interview rounds.
There were 3 questions in the online assessment.
1 - Binary Search
2 - DP
3 - Graphs
Implement a persistence stack with constant time operations
Use a combination of a stack and a hashmap to achieve constant time operations for push, pop, and get operations
Maintain a stack to store the elements and a hashmap to store the index of each element in the stack
When pushing an element, add it to the stack and update its index in the hashmap
When popping an element, remove it from the stack and also remove its i...
Finding the median of two sorted arrays and discussing OOPs basics
To find the median of two sorted arrays, merge the arrays and then calculate the median
OOPs basics include concepts like encapsulation, inheritance, polymorphism, and abstraction
Example: Median of [1, 3] and [2] is 2.0
Interview experience
Product Engineer
80
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Senior Product Engineer
46
salaries
| ₹4.4 L/yr - ₹11.1 L/yr |
Product Support Engineer
29
salaries
| ₹3.2 L/yr - ₹10.9 L/yr |
Sales Manager
24
salaries
| ₹8.5 L/yr - ₹22.1 L/yr |
Associate Technical Leader
24
salaries
| ₹7.5 L/yr - ₹20.7 L/yr |
Freshworks
Knowlarity
Exotel
Ozonetel Systems