Upload Button Icon Add office photos

Filter interviews by

Geotrackers Mobile Resource Management Technical Support Engineer Interview Questions and Answers

Updated 4 Jul 2023

Geotrackers Mobile Resource Management Technical Support Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal 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 - HR 

(1 Question)

  • Q1. Past experience mainly
Round 3 - Technical 

(1 Question)

  • Q1. About gps and wireless devices and past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Competitive.

Interview questions from similar companies

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

Simple mcq questions from java, msql, html, css, javascript

Round 2 - Technical 

(1 Question)

  • Q1. They asked everything mentioned in resume, asked situation based coding questions and the projects.

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic of C# and few logic like reverse and palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview and cover all the easy and medium level question from hakerrank
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic java questions
  • Q2. Sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. How internally work HashMap ?
  • Ans. 

    HashMap uses key-value pairs, hashing, and buckets for efficient data retrieval and storage.

    • HashMap stores data in key-value pairs, where each key is unique.

    • It uses a hash function to compute an index (hash code) for each key.

    • The computed index points to a bucket in an array where the value is stored.

    • If multiple keys hash to the same index (collision), they are stored in a linked list or tree structure.

    • Example: For a k...

  • Answered by AI
  • Q2. Write the logic of prime number
  • Ans. 

    A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.

    • A prime number has exactly two distinct positive divisors: 1 and itself.

    • Examples of prime numbers include 2, 3, 5, 7, 11, and 13.

    • The number 1 is not prime because it has only one positive divisor.

    • The number 4 is not prime because it can be divided by 1, 2, and 4.

    • To check if a number n is prime, test divisi

  • Answered by AI
  • Q3. Difference between hash map and hash set?
  • Ans. 

    HashMap stores key-value pairs; HashSet stores unique keys without values.

    • HashMap allows duplicate values but not duplicate keys. Example: {1: 'A', 2: 'B', 1: 'C'} results in {1: 'C', 2: 'B'}.

    • HashSet only stores unique elements. Example: {1, 2, 2} results in {1, 2}.

    • HashMap provides O(1) average time complexity for get and put operations.

    • HashSet provides O(1) average time complexity for add, remove, and contains operati...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude followed with english and reasoning

Round 2 - Technical 

(3 Questions)

  • Q1. Core java technical questions , spring , spring boot
  • Q2. What is JIT in java
  • Ans. 

    JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.

    • JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.

    • It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.

    • This compilation happens at runtime, just before the code is executed, hence the name Just-...

  • Answered by AI
  • Q3. Explain lifecyxle of thread in java
  • Ans. 

    The lifecycle of a thread in Java includes several stages from creation to termination.

    • A thread is created using the Thread class or implementing the Runnable interface.

    • The thread goes through the new, runnable, and blocked states before running.

    • Once running, the thread can be paused, resumed, or stopped.

    • Finally, the thread reaches the terminated state and cannot be restarted.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Questions was based on SQL
  • Q2. SQL queries and joins and

Interview Preparation Tips

Interview preparation tips for other job seekers - was good and easy process, HR was supportive but i did not get selected

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SDLC, Agile, Power Sector

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why are you interested in Finance?
  • Q2. What do you understand about securitization?
  • Ans. 

    Securitization is the process of pooling various types of debt and selling them as securities to investors.

    • Securitization involves bundling together various types of debt, such as mortgages, auto loans, or credit card debt.

    • These debts are then sold to investors in the form of securities, such as bonds or asset-backed securities.

    • Investors receive payments based on the underlying debt, while the issuer of the securities ...

  • Answered by AI
Round 2 - Panel interview 

(2 Questions)

  • Q1. Probability related questions
  • Q2. Logic Puzzles, like Josephus problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know why you are interested in the field, read about the company, read the JD properly, understand the role.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Securitisation and how it works.
  • Ans. 

    Securitisation is the process of pooling various types of debt and selling them as securities to investors.

    • Securitisation involves bundling together various types of debt, such as mortgages, auto loans, or credit card debt.

    • These debts are then sold to a special purpose vehicle (SPV) which issues securities backed by the cash flows from the underlying assets.

    • Investors purchase these securities and receive payments based...

  • Answered by AI
  • Q2. Financial Ratios and how they work and what is a good number to have.
  • Ans. 

    Financial ratios are tools used to evaluate a company's financial performance and health.

    • Financial ratios are calculated using data from a company's financial statements.

    • They help investors and analysts assess a company's profitability, liquidity, efficiency, and solvency.

    • A good number for a financial ratio can vary depending on the industry and company size.

    • For example, a current ratio of 2 or higher is generally cons...

  • Answered by AI
  • Q3. Random number crunching based on some scenario that needs you to make assumptions and get an answer
  • Q4. How an Excel function works. (Vlookup, Hlookup, Xlookup, IF/AND/OR)
  • Ans. 

    Excel functions like Vlookup, Hlookup, Xlookup, IF/AND/OR are used for data lookup and logical operations.

    • Vlookup: Searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • Hlookup: Similar to Vlookup but searches for a value in the first row of a table.

    • Xlookup: A more versatile version of Vlookup and Hlookup that can search both vertically and horizontally.

    • IF: Retu...

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

(2 Questions)

  • Q1. Personal Questions.
  • Q2. My expertise and proficiency of excel
Round 3 - HR 

(1 Question)

  • Q1. No questions. Was confirmed my job

Interview Preparation Tips

Topics to prepare for Oxane Partners Analyst interview:
  • Alternative Investments
  • Fixed Income
  • Derivatives
  • Quantitative Math
  • Financial Analysis

Geotrackers Mobile Resource Management Interview FAQs

How many rounds are there in Geotrackers Mobile Resource Management Technical Support Engineer interview?
Geotrackers Mobile Resource Management interview process usually has 3 rounds. The most common rounds in the Geotrackers Mobile Resource Management interview process are Resume Shortlist, HR and Technical.
How to prepare for Geotrackers Mobile Resource Management Technical Support Engineer 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 Geotrackers Mobile Resource Management. The most common topics and skills that interviewers at Geotrackers Mobile Resource Management expect are Instrumentation Engineering, IOT, Android, Automation Engineering and Configuration.
What are the top questions asked in Geotrackers Mobile Resource Management Technical Support Engineer interview?

Some of the top questions asked at the Geotrackers Mobile Resource Management Technical Support Engineer interview -

  1. About gps and wireless devices and past experie...read more
  2. Past experience mai...read more

Tell us how to improve this page.

Geotrackers Mobile Resource Management Technical Support Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Oxane Partners Interview Questions
3.4
 • 25 Interviews
Tradebulls Interview Questions
3.2
 • 16 Interviews
50 Hertz Interview Questions
1.9
 • 9 Interviews
Muthoot Money Interview Questions
3.7
 • 9 Interviews
Comvision Interview Questions
3.6
 • 5 Interviews
ESOP Direct Interview Questions
3.3
 • 4 Interviews
Global Payex Interview Questions
2.7
 • 3 Interviews
View all
36% less than the average Technical Support Engineer Salary in India
View more details

Geotrackers Mobile Resource Management Technical Support Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Manager- Corporate Sales
11 salaries
unlock blur

₹4.5 L/yr - ₹8.6 L/yr

Technical Support Engineer
6 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Engineer- Customer Support
5 salaries
unlock blur

₹3.1 L/yr - ₹4 L/yr

Zonal Business Manager
5 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Assistant Manager Operations
4 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Explore more salaries
Compare Geotrackers Mobile Resource Management with

Tradebulls

3.2
Compare

Muthoot Money

3.7
Compare

SysArc Infomatix

3.7
Compare

Grivaa Capital

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview