Filter interviews by
I approach troubleshooting by systematically identifying issues, analyzing data, and implementing solutions while ensuring minimal disruption.
Identify the symptoms: Gather information on the issue from users and logs to understand the problem's scope.
Isolate the components: Determine if the issue is hardware or software-related by testing each component individually.
Check compatibility: Ensure that hardware and so...
I implement process automation, continuous training, and performance metrics to enhance operational efficiency in IT services.
Implement process automation tools like ServiceNow to streamline ticketing and incident management.
Conduct regular training sessions for staff to keep them updated on best practices and new technologies.
Utilize performance metrics and KPIs to identify bottlenecks and areas for improvement, ...
I am driven by the challenge of optimizing processes and the impact of efficient supply chains on overall business success.
I thrive on challenges; for example, I once streamlined a logistics process that reduced delivery times by 20%.
I enjoy analyzing data to identify inefficiencies; in a previous role, I used data analytics to cut costs by 15%.
Collaboration with cross-functional teams motivates me; I believe dive...
The code to determine the minimum number of dice throws required to reach 100 in Snakes and Ladders game.
Use Breadth First Search (BFS) algorithm to find the shortest path from 1 to 100 on the Snakes and Ladders board.
Create a queue to store the current position and number of dice throws taken to reach that position.
Keep track of visited positions to avoid revisiting them.
Continue BFS until reaching position 100 a...
Inventory refers to the list of goods and materials held available in stock by a business.
Inventory includes raw materials, work-in-progress, and finished goods.
It helps in tracking the availability of products for sale.
Inventory management involves ordering, storing, and tracking inventory levels.
Examples of inventory include electronics, clothing, food items, and office supplies.
VCB safety refers to the safety measures and precautions taken when working with Vacuum Circuit Breakers to prevent accidents and ensure proper functioning.
VCB safety involves proper training on handling and operating vacuum circuit breakers.
Regular maintenance and inspection of VCBs to ensure they are in good working condition.
Following safety protocols and guidelines provided by manufacturers when working with V...
Swap alternative nodes of a linked list
Iterate through the linked list and swap the data of alternate nodes
Use temporary variables to store data during swapping
Ensure to handle cases where the linked list has an odd number of nodes
Inorder traversal of a binary tree involves visiting the left subtree, then the root, and finally the right subtree.
Start at the root node
Recursively traverse the left subtree
Visit the current node
Recursively traverse the right subtree
Repeat until all nodes are visited
Breadth First Search is a graph traversal algorithm that explores all the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.
Start by visiting the root node and then visit all the neighbor nodes at the present depth level before moving on to the nodes at the next depth level.
Use a queue data structure to keep track of the nodes to be visited.
Mark each node as visited to avo...
Reverse a linked list by changing the next pointers of each node
Start with three pointers: current, prev, and next
Iterate through the linked list, updating the next pointer of each node to point to the previous node
Update prev, current, and next pointers for each iteration
Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null
I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.
Medium level coding questions were asked
Breadth First Search is a graph traversal algorithm that explores all the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.
Start by visiting the root node and then visit all the neighbor nodes at the present depth level before moving on to the nodes at the next depth level.
Use a queue data structure to keep track of the nodes to be visited.
Mark each node as visited to avoid re...
Depth First Search is a graph traversal algorithm that explores as far as possible along each branch before backtracking.
Start at a node and explore as far as possible along each branch before backtracking
Use a stack to keep track of nodes to visit
Mark visited nodes to avoid revisiting them
Can be implemented recursively or iteratively
Inorder traversal of a binary tree involves visiting the left subtree, then the root, and finally the right subtree.
Start at the root node
Recursively traverse the left subtree
Visit the current node
Recursively traverse the right subtree
Repeat until all nodes are visited
Swap alternative nodes of a linked list
Iterate through the linked list and swap the data of alternate nodes
Use temporary variables to store data during swapping
Ensure to handle cases where the linked list has an odd number of nodes
Reverse a linked list by changing the next pointers of each node
Start with three pointers: current, prev, and next
Iterate through the linked list, updating the next pointer of each node to point to the previous node
Update prev, current, and next pointers for each iteration
Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null
I appeared for an interview in Apr 2025, where I was asked the following questions.
I thrive under pressure by prioritizing tasks, maintaining clear communication, and leveraging team strengths to meet deadlines.
Prioritization: I use tools like Kanban boards to visualize tasks and focus on high-impact activities first.
Clear Communication: I hold daily stand-up meetings to ensure everyone is aligned and aware of their responsibilities.
Team Collaboration: I delegate tasks based on team members' strength...
I am driven by the challenge of optimizing processes and the impact of efficient supply chains on overall business success.
I thrive on challenges; for example, I once streamlined a logistics process that reduced delivery times by 20%.
I enjoy analyzing data to identify inefficiencies; in a previous role, I used data analytics to cut costs by 15%.
Collaboration with cross-functional teams motivates me; I believe diverse p...
I have extensive experience implementing robotics in warehouse automation, enhancing efficiency and accuracy in inventory management.
Implemented automated guided vehicles (AGVs) for material transport, reducing manual labor by 30%.
Integrated robotic arms for picking and packing, increasing order fulfillment speed by 40%.
Utilized warehouse management systems (WMS) to coordinate robotic operations, improving inventory ac...
Fostering collaboration involves clear communication, shared goals, and leveraging tools for effective teamwork across technical teams.
Establish regular cross-team meetings to discuss ongoing projects and share updates.
Utilize collaboration tools like Slack or Microsoft Teams for real-time communication.
Create shared documentation repositories (e.g., Confluence) for easy access to project information.
Encourage team-bui...
I implement process automation, continuous training, and performance metrics to enhance operational efficiency in IT services.
Implement process automation tools like ServiceNow to streamline ticketing and incident management.
Conduct regular training sessions for staff to keep them updated on best practices and new technologies.
Utilize performance metrics and KPIs to identify bottlenecks and areas for improvement, such ...
I developed a cost-effective IT solution to streamline service requests with limited budget and resources.
Identified bottlenecks in the service request process that caused delays.
Proposed a simple web-based form to replace the existing email system, reducing processing time.
Collaborated with the development team to create the form using open-source tools, minimizing costs.
Trained staff on the new system, ensuring a smo...
I stay updated on automation technologies through continuous learning, networking, and hands-on experience with new tools.
Subscribe to industry newsletters like TechCrunch and Automation World for the latest trends.
Participate in webinars and online courses on platforms like Coursera and Udemy to enhance my skills.
Join professional networks such as LinkedIn groups focused on automation to exchange knowledge with peers.
...
I approach troubleshooting by systematically identifying issues, analyzing data, and implementing solutions while ensuring minimal disruption.
Identify the symptoms: Gather information on the issue from users and logs to understand the problem's scope.
Isolate the components: Determine if the issue is hardware or software-related by testing each component individually.
Check compatibility: Ensure that hardware and softwar...
Balancing innovation with reliability involves strategic planning, risk assessment, and iterative testing to ensure quality solutions.
Adopt a phased approach: Implement new technologies in stages to monitor performance and reliability, e.g., pilot programs.
Utilize feedback loops: Regularly gather user feedback to refine innovations while ensuring they meet reliability standards.
Implement robust testing: Use automated t...
In a robotics-driven organization, I envision a role that bridges technology and service management to enhance operational efficiency.
Lead cross-functional teams to integrate robotics solutions, ensuring alignment with business objectives.
Implement ITIL best practices to streamline service delivery, enhancing user experience with robotic systems.
Utilize data analytics to monitor robotic performance and identify areas f...
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
The code to determine the minimum number of dice throws required to reach 100 in Snakes and Ladders game.
Use Breadth First Search (BFS) algorithm to find the shortest path from 1 to 100 on the Snakes and Ladders board.
Create a queue to store the current position and number of dice throws taken to reach that position.
Keep track of visited positions to avoid revisiting them.
Continue BFS until reaching position 100 and re...
posted on 6 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
SaaS products are cloud-based and subscription-based, while non-SaaS products are typically installed locally and may require one-time purchases.
SaaS products are accessed via the internet, e.g., Google Workspace.
Non-SaaS products are installed on local machines, e.g., Microsoft Office (desktop version).
SaaS typically operates on a subscription model, while non-SaaS may involve a one-time purchase.
SaaS allows for autom...
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
It was the ask mostly about DSA
I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.
It started with basic introduction, than move ahead with Java, Spring boot question in the end, he asked one leetcode medium question based on DP . Ques : Find a minimum number of jumps required to reach the end of the array, and each index , it can jump arr[index] time at max, you need to calculate minimum number of steps required to reach at the end.
Experienced HR professional with a background in recruitment, employee relations, and training.
Over 5 years of experience in HR roles
Skilled in conducting interviews and onboarding new employees
Strong understanding of labor laws and regulations
Implemented successful employee engagement initiatives
Certified in HR management
I have over 5 years of experience in HR, including recruitment, onboarding, and employee relations.
Recruitment experience includes sourcing candidates, conducting interviews, and making job offers.
Onboarding experience involves coordinating orientation sessions and ensuring new hires have necessary resources.
Employee relations experience includes resolving conflicts, conducting performance evaluations, and implementing...
I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.
It was Java based MCQ test and apart from that they asked 2 easy DSA Java problems. The first question was test case writing in which a web application was shown and we had to assume and create test cases based on the scenarios that can happen
I applied via Approached by Company and was interviewed in Aug 2023. There were 2 interview rounds.
Top trending discussions
Some of the top questions asked at the Grey Orange interview -
The duration of Grey Orange interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 31 interview experiences
Difficulty level
Duration
based on 359 reviews
Rating in categories
Senior Engineer
73
salaries
| ₹5.7 L/yr - ₹20 L/yr |
Senior Software Engineer
62
salaries
| ₹19 L/yr - ₹31 L/yr |
Software Engineer
56
salaries
| ₹7.6 L/yr - ₹21 L/yr |
Senior Member of Technical Staff
45
salaries
| ₹12.6 L/yr - ₹43.7 L/yr |
Assistant Manager
44
salaries
| ₹7.5 L/yr - ₹30 L/yr |
Thomson Reuters
Oracle Cerner
Duck Creek Technologies
FinThrive