Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by GTROPY Team. If you also belong to the team, you can get access from here

GTROPY Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 26 Reviews

Filter interviews by

GTROPY Interview Questions, Process, and Tips

Updated 13 Nov 2024

Top GTROPY Interview Questions and Answers

GTROPY Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Sort the array with even no on left and odd no on right
  • Ans. 

    Sort array with even numbers on left and odd numbers on right.

    • Iterate through the array and separate even and odd numbers into two separate arrays.

    • Merge the two arrays with even numbers on the left and odd numbers on the right.

    • Return the sorted array.

  • Answered by AI
  • Q2. Find freq of each element in array
  • Ans. 

    Count the frequency of each element in an array of strings.

    • Create a hashmap to store the frequency of each element.

    • Iterate through the array and update the frequency count in the hashmap.

    • Return the hashmap with element frequencies.

  • Answered by AI
  • Q3. ACID PROPERTIES
  • Ans. 

    ACID properties are a set of properties that guarantee database transactions are processed reliably.

    • Atomicity: All operations in a transaction are completed successfully or none at all.

    • Consistency: Database remains in a consistent state before and after the transaction.

    • Isolation: Transactions are isolated from each other until they are completed.

    • Durability: Once a transaction is committed, changes are permanent and can...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Count pairs equal to target values
  • Ans. 

    Count pairs in an array that sum up to a target value

    • Iterate through the array and for each element, check if the target value minus the element exists in a hashmap

    • If it exists, increment the count of pairs

    • Return the total count of pairs at the end

  • Answered by AI
  • Q2. Reverse a string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GTROPY Software Developer interview:
  • DSA
  • OOPS
  • SQL
Interview preparation tips for other job seekers - always well prepared

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Nothing important asked in the aptitude test

Round 2 - Coding Test 

Basic dsa was asked jn the dsa round

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

I applied via Naukri.com and was interviewed in Oct 2022. There were 8 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your Job role.
Round 4 - Aptitude Test 

Many time appreciate me , Shabash card and spot excellence

Round 5 - Aptitude Test 

I'm handling pan India billing

Round 6 - Coding Test 

I'm working excel and software

Round 7 - One-on-one 

(1 Question)

  • Q1. Try to all time give my best feedback.
Round 8 - Any 

(1 Question)

  • Q1. I'm ready for all time learn any where

Interview Preparation Tips

Topics to prepare for GTROPY Billing Executive interview:
  • Excel
  • SAP
  • Tms
  • Ramco
  • Powerpoint
  • MS Office Word
  • Internet
  • Computer Skills
  • Compliance
  • Accounting
  • Billing
  • Manpower Handling
  • Manpower Planning
  • Team Handling
  • customer support
Interview preparation tips for other job seekers - I'm smart working in the excel and software.And if any issues try to close EOD.

Billing Executive Interview Questions asked at other Companies

Q1. If a customer doesn't have a GST, how will you ship the goods him...?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Enumerating dictionary of words starting with a given for eg. Jake

Round 3 - HR 

(5 Questions)

  • Q1. Normal questions and salary negotiation
  • Ans. Asked for 6 ctc agreed at 4.5
  • Answered Anonymously
  • Q2. Why do you want to join
  • Ans. Because of love of logistics and great culture and location.
  • Answered Anonymously
  • Q3. Do you have other offers
  • Q4. Are you in position to get more offers.
  • Q5. If got any offer which would you join

Interview Preparation Tips

Topics to prepare for GTROPY Software Developer interview:
  • Trie
  • Tree
  • Data structures
  • Sorting
Interview preparation tips for other job seekers - Be humble and honest show some guts to managers that you are for and have done something.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

GTROPY interview questions for popular designations

 Software Developer

 (3)

 Billing Executive

 (1)

 Software Development Engineer

 (1)

Round 1 - Assignment 

Oop ,Java , Core Java

Round 2 - Technical 

(1 Question)

  • Q1. Oop concept, java Mysql sevrlet Hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - I am fresher and I have thororical knowledge

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql and python Based questions .
Round 2 - One-on-one 

(2 Questions)

  • Q1. About past work experience.
  • Q2. Projects and case study
Round 3 - One-on-one 

(2 Questions)

  • Q1. Situational Q's.
  • Q2. Past experience.
Round 4 - One-on-one 

(1 Question)

  • Q1. Director round , so past experience and situation based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. More of solid principles
  • Q2. Design patters questions based on scenerio
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Logistics and current scenarios
  • Q2. What is major modes of Transport used in India
  • Ans. 

    Major modes of transport in India include road, rail, air, and waterways.

    • Road transport is the most widely used mode in India, with a vast network of highways and roads.

    • Rail transport is also popular, with Indian Railways being one of the largest rail networks in the world.

    • Air transport is growing rapidly, with several domestic and international airports across the country.

    • Waterways are utilized for transporting goods ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell us about your self
  • Ans. 

    Experienced operations professional with a strong track record in managing teams and improving processes.

    • Over 5 years of experience in operations management

    • Proven ability to lead and motivate teams to achieve targets

    • Skilled in process improvement and optimization

    • Strong communication and problem-solving skills

    • Previous role as Operations Supervisor at XYZ Company

  • Answered by AI
  • Q2. What is the strengths and weaknesses
  • Ans. 

    Strengths include strong leadership skills and attention to detail. Weaknesses include difficulty delegating tasks and lack of experience in certain areas.

    • Strengths: strong leadership skills

    • Strengths: attention to detail

    • Weaknesses: difficulty delegating tasks

    • Weaknesses: lack of experience in certain areas

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical round on what you did previously
  • Q2. Explain the role perused and how you tackle critical situations
  • Ans. 

    The role of Assistant Manager Operations involves overseeing daily operations and handling critical situations.

    • As Assistant Manager Operations, I am responsible for ensuring smooth daily operations within the organization.

    • I handle critical situations by remaining calm, analyzing the situation, and making quick decisions to resolve issues efficiently.

    • I communicate effectively with team members and stakeholders to addres...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work. Need to have some knowledge about the global news impacting the world trade lanes
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How will approach a prospect interested in logistics service you are offering?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for Business Development role be very confident about when you speak.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About turbo engine how it works
  • Ans. Shortly saying that outside air blows into the engine.
  • Answered Anonymously
  • Q2. Why cant we give CNG vehicle more production
  • Ans. 

    CNG vehicles require specialized infrastructure and may not be as popular as traditional gasoline vehicles.

    • Limited availability of CNG refueling stations

    • Higher upfront cost for CNG vehicles

    • Consumer preference for gasoline vehicles

    • Lack of government incentives for CNG vehicles

    • Limited variety of CNG vehicle models

  • Answered by AI

GTROPY Interview FAQs

How many rounds are there in GTROPY interview?
GTROPY interview process usually has 3-4 rounds. The most common rounds in the GTROPY interview process are Technical, Aptitude Test and Assignment.
How to prepare for GTROPY interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at GTROPY. The most common topics and skills that interviewers at GTROPY expect are Data Structures, Direct Sales, Field Sales, Python and Vehicle Tracking.
What are the top questions asked in GTROPY interview?

Some of the top questions asked at the GTROPY interview -

  1. sort the array with even no on left and odd no on ri...read more
  2. find freq of each element in ar...read more
  3. count pairs equal to target val...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 GTROPY interviews
Job Portal
67%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Bharti Airtel Interview Questions
4.0
 • 805 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
View all

GTROPY Reviews and Ratings

based on 26 reviews

4.2/5

Rating in categories

3.6

Skill development

4.1

Work-Life balance

3.4

Salary & Benefits

4.0

Job Security

3.6

Company culture

3.2

Promotions/Appraisal

3.5

Work Satisfaction

Explore 26 Reviews and Ratings
Software Developer
10 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Assistant Manager
7 salaries
unlock blur

₹5.1 L/yr - ₹6.8 L/yr

Senior Executive
6 salaries
unlock blur

₹3.7 L/yr - ₹4.6 L/yr

Team Lead
5 salaries
unlock blur

₹4 L/yr - ₹4.6 L/yr

Senior Executive Logistics
5 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Explore more salaries
Compare GTROPY with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Reliance Industries

4.1
Compare

Tata Group

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview