i
Edgrasp.in
Filter interviews by
I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.
Human resource refers to the management of people within an organization to help achieve its goals and objectives.
Human resource involves recruiting, training, and managing employees.
It also includes developing policies and procedures related to employee relations.
Human resource professionals focus on creating a positive work environment and ensuring compliance with labor laws.
Examples include conducting performance ev...
I applied via Referral and was interviewed before Jul 2020. There were 4 interview rounds.
To sell on first call, I will focus on building rapport, understanding the customer's needs, and presenting a compelling solution.
Research the prospect before the call
Ask open-ended questions to understand their pain points
Listen actively and show empathy
Present a solution that addresses their specific needs
Highlight the benefits and value of the solution
Handle objections effectively
Close the sale or schedule a follow-
I applied via Job Fair
Aptitude on clocks, calenders, boats and streams..
Aptitude based on clocks, calendars, boats and streams..
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
I applied via Job Portal and was interviewed in Apr 2022. There were 3 interview rounds.
It was quite easy
I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.
Basic coding maths aptitude java python communication skills test
Java coding c plus python SQL oracle dbmsos
I applied via Naukri.com
I am a software engineering student with a passion for coding. Here is a code to find repetitive characters in a string.
Iterate through the characters in the string and store their occurrences in a HashMap.
Check the HashMap for characters with occurrences greater than 1 to find repetitive characters.
Return the repetitive characters as an array of strings.
HAVING is used with GROUP BY to filter groups, WHERE is used to filter rows
HAVING is used with GROUP BY to filter groups based on aggregate functions
WHERE is used to filter rows based on conditions
HAVING is applied after GROUP BY, WHERE is applied before GROUP BY
Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;
Example: SELECT * FROM employees WHERE department = 'S
I appeared for an interview in Jan 2025.
I have a background in marketing and sales through internships and previous work experience. I am passionate about sales because of the opportunity to build relationships and drive revenue.
Interned at XYZ company where I learned about sales strategies and techniques
Worked as a sales associate at ABC store, exceeding sales targets consistently
Enjoy the challenge of meeting customer needs and closing deals
Passionate abou...
A sales pitch round in which a scenario was provided.
I appeared for an interview in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...
Implement a function to find the shortest distance between two vertices in a weighted, undirected graph.
Use Dijkstra's algorithm to find the shortest path between the given vertices.
Create a graph data structure to represent the weighted, undirected graph.
Handle cases where no path exists between the given vertices by returning -1.
Optimize the algorithm to handle multiple queries efficiently.
Consider edge cases such as...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.
Divide the input array into two halves recursively
Sort the two halves separately
Merge the sorted halves to produce a fully sorted array
Time complexity of Merge Sort is O(n log n)
Example: Input - [5, 2, 9, 1, 5], Output - [1, 2, 5, 5, 9]
You are provided with an N * N
maze where a rat is positioned at starting cell MAZE[0][0]
. The goal is to determine and print all possible paths that the rat can take to r...
Given an N * N maze with binary values, find and print all possible paths for a rat to reach the destination cell.
Use backtracking to explore all possible paths from the starting cell to the destination cell.
At each cell, check if it is a valid move (within bounds and not blocked), then recursively explore all four directions.
Keep track of the path taken so far and mark the cells accordingly.
Once the destination cell i...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
based on 1 interview
Interview experience
based on 16 reviews
Rating in categories
Acadecraft
Lido Learning
Coding Ninjas
Internshala