i
Grab Greco
Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
Use SQL query to find shortest flight duration from NY to HND
Use SQL query with MIN function to find shortest duration
Filter flights from NY to HND using WHERE clause
Calculate duration by subtracting arrival time from departure time
Issues faced during projects include scope creep, communication breakdowns, resource constraints, and technical challenges.
Scope creep: When project requirements continuously expand beyond the initial scope, leading to delays and budget overruns.
Communication breakdowns: Lack of clear communication among team members can result in misunderstandings and errors.
Resource constraints: Limited availability of resources such...
Implementing a feedback system for continuous improvement
Collect feedback from interns on their experience
Analyze feedback to identify areas for improvement
Implement changes based on feedback to enhance the internship program
I applied via Company Website and was interviewed before Jul 2022. There were 6 interview rounds.
This round contains live coding round on any online editor.
Grab Greco interview questions for popular designations
Top trending discussions
I applied via LinkedIn and was interviewed in Jul 2024. There were 4 interview rounds.
Two more coding rounds - Can remember the questions
posted on 31 Dec 2024
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 6 interview rounds.
Conducting an interview session involves preparation, active listening, asking relevant questions, and providing a positive experience for the candidate.
Prepare by reviewing the candidate's resume and job description
Create a comfortable environment for the candidate to feel at ease
Ask open-ended questions to encourage detailed responses
Listen actively and take notes to remember key points
Provide clear information about...
Utilize networking, tailor your resume, apply to multiple positions, and follow up with potential employers.
Network with professionals in your desired field to learn about job opportunities.
Customize your resume and cover letter for each job application to highlight relevant skills and experiences.
Apply to a variety of positions to increase your chances of securing a job quickly.
Follow up with potential employers after...
How should I complete my assignments?
How can I effectively complete my tasks?
What training is available to help me perform my job?
I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed in Oct 2024. There were 3 interview rounds.
It was a combination of mcq and coding questions
mcq: aptitude + c++ + sql question, nothing really tough
Coding question: 3 leetcode question, medium level, of stack, binary search and graph traversal
I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2024. There were 2 interview rounds.
The question is asking for a variation of sorting an array containing 0s, 1s, and 2s.
Use a three-way partitioning algorithm to sort the array in a single pass.
Keep track of three pointers - low, mid, and high to partition the array.
Example: Input array = [0, 1, 2, 1, 0], Output array = [0, 0, 1, 1, 2]
A palindromic substring is a string that reads the same forwards and backwards.
Use dynamic programming to find the longest palindromic substring.
Start by considering each character as the center of a potential palindrome.
Expand outwards from each center to check for palindromic substrings.
Keep track of the longest palindrome found so far.
Example: Input 'babad', Output 'bab' or 'aba'.
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Test contains 26 questions for me 13 are java based 13 are c++ based
Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Examples of indexing techniques include B-tree, hash, and bitmap indexes.
Indexing can...
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Use a stack to simulate the recursive inorder traversal process
Create an empty stack to store nodes
Start with the root node and push it onto the stack
While the stack is not empty, keep traversing left and pushing nodes onto the stack
Once you reach a leaf node, pop it from the stack, print its value, and move to its right child
Repeat the process until all nodes have been visited
To make a class final, use the 'final' keyword in the class declaration.
Use the 'final' keyword before the 'class' keyword in the class declaration
A final class cannot be subclassed or extended
Final classes are often used for utility classes or classes that should not be modified
Interview experience
based on 20 reviews
Rating in categories
Senior Software Engineer
16
salaries
| ₹31.5 L/yr - ₹53 L/yr |
Software Engineer
9
salaries
| ₹10 L/yr - ₹24 L/yr |
QA Engineer
8
salaries
| ₹9.3 L/yr - ₹32 L/yr |
Software Developer
4
salaries
| ₹10 L/yr - ₹27 L/yr |
Junior Project Manager
4
salaries
| ₹6.4 L/yr - ₹7 L/yr |
Zomato
Swiggy
Ola Cabs
Uber