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 Software Developer Interview Questions, Process, and Tips

Updated 13 Nov 2024

Top GTROPY Software Developer Interview Questions and Answers

GTROPY Software Developer Interview Experiences

3 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

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:
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 - 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

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is inheritence
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to reuse code from another class

    • Creates a parent-child relationship between classes

    • Derived class inherits attributes and methods from base class

  • Answered by AI
  • Q2. What is garbage collector
  • Ans. 

    Garbage collector is a program that automatically manages memory by reclaiming memory occupied by objects that are no longer in use.

    • Garbage collector is a part of the runtime environment of a programming language.

    • It helps prevent memory leaks by reclaiming memory from objects that are no longer needed.

    • Examples of languages with garbage collectors include Java, C#, and Python.

  • Answered by AI
  • Q3. Explain yourself
  • Q4. How try catch blick works
  • Ans. 

    Try catch block is used in programming to handle exceptions and errors that may occur during the execution of code.

    • Try block contains the code that may throw an exception.

    • Catch block is used to handle the exception thrown by the try block.

    • Finally block is optional and is used to execute code regardless of whether an exception is thrown or not.

    • Exceptions can be of different types such as runtime exceptions, checked exce...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Including coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of python
  • Q2. Data base questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

The aptitude test consists of pen and paper method. They have asked the mcqs of the concepts Networking,Database, Basic Aptitude, and one program.

Round 2 - Technical 

(1 Question)

  • Q1. 1) Tell me about your self 2) Tell me about your projects and what is your contribution in your projects 3) What is the difference between global variables and local variables in c 4) Difficulties faced i...
Round 3 - HR 

(1 Question)

  • Q1. 1) Tell me about your self that is not in the resume 2) Why did you choose Engineering 3) Are you available to work in night shifts 4) How did you hear about us? 5) Are you willing to relocate? 6) What is...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic tech questions
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was for about 20 minutes for 20 questions

Round 2 - Coding Test 

Coding test was for 20 minutes with few code snippets and one design question

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. About .net, ASP .net and deep discussion on C# and SQL server
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Comprised of DSA, MCQ

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions on project and DSA
Round 3 - HR 

(1 Question)

  • Q1. General HR Questions, Relocation etc

GTROPY Interview FAQs

How many rounds are there in GTROPY Software Developer interview?
GTROPY interview process usually has 2-3 rounds. The most common rounds in the GTROPY interview process are Technical, Assignment and Resume Shortlist.
How to prepare for GTROPY Software Developer 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 Java, Python, Algorithms, Data Structures and C#.
What are the top questions asked in GTROPY Software Developer interview?

Some of the top questions asked at the GTROPY Software Developer 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 2 GTROPY interviews
Job Portal
50%
50% 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
GTROPY Software Developer Salary
based on 10 salaries
₹4 L/yr - ₹8 L/yr
39% less than the average Software Developer Salary in India
View more details

GTROPY Software Developer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 3 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