Upload Button Icon Add office photos

Filter interviews by

ESRI India Technologies Interview Questions and Answers

Updated 5 Nov 2024

ESRI India Technologies Interview Experiences

Popular Designations

6 interviews found

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

I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Prepare important sums for clearing sums

Interview Preparation Tips

Interview preparation tips for other job seekers - nice experience.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. ANDROID LIFE CYCLE
  • Q2. Oncreate(),onstart()

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Knowledge on ArcGIS Suite of Products.
  • Q2. How will you disseminate data using ESRI Suit of products?
  • Ans. 

    I will disseminate data using ESRI Suit of products by creating interactive maps, conducting spatial analysis, and sharing insights with stakeholders.

    • Utilize ArcGIS Online to create interactive web maps for easy data visualization

    • Use ArcGIS Pro for advanced spatial analysis and modeling

    • Share data and insights with stakeholders through Story Maps and dashboards

    • Collaborate with team members using ArcGIS Enterprise for da

  • Answered by AI

Skills evaluated in this interview

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Areas of Growth for a specific Industry

Round 2 - Group Discussion 

What kind of SaaS offering is more relevant to the market

Round 3 - One-on-one 

(2 Questions)

  • Q1. Can you able to excel in this field
  • Q2. Have you sold any SaaS offering before
  • Ans. 

    Yes, I have experience selling SaaS offerings in my previous role.

    • Sold SaaS offering to multiple clients, demonstrating its value and benefits

    • Utilized sales techniques to effectively communicate the features and advantages of the SaaS product

    • Negotiated contracts and pricing to close deals successfully

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confient about your learnings and growth progression in the company.

Assistant Business Manager Interview Questions asked at other Companies

Q1. Have you sold any SaaS offering before
View answer (1)

ESRI India Technologies interview questions for popular designations

 Analyst

 (1)

 Assistant Business Manager

 (1)

 Business Analyst

 (1)

 Customer Success Manager

 (1)

 Engineer

 (1)

Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2024

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

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

Round 1 - Aptitude Test 

Basic Aptitude test and GIS based questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is IOT and how you can use with GIS
  • Ans. 

    IOT stands for Internet of Things, it is the network of physical devices that are embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the internet.

    • IOT can be used with GIS to collect real-time data from sensors and devices in the field.

    • GIS can analyze and visualize the data collected from IOT devices to provide insights and make i...

  • Answered by AI
  • Q2. Explain your College projects

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (5)

GIS Group Lead Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2021

Interview Questionnaire 

1 Question

  • Q1. About model builder

Jobs at ESRI India Technologies

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavior, worst personality, useless manager
  • Q2. Always keeping eyes on girls one of the worst manager

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the most concerning behaviors was exhibited by an HR manager named Shoeb Ahmed. Despite having ten years of experience, he struggled to collaborate effectively with coworkers and demonstrated inappropriate conduct towards female employees. Unfortunately, no action was taken against him, leading to our eventual departure from the company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Agile Values? Scrum Values? Scrum Ceremonies? Story Points?
  • Ans. 

    Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.

    • Agile values prioritize individuals and interactions over processes and tools

    • Scrum values include commitment, courage, focus, openness, and respect

    • Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

    • Story points are a unit of...

  • Answered by AI
  • Q2. As project manager what docs do you prepare? How do you contribute as a PM?
  • Ans. 

    As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.

    • Prepare project plans outlining scope, objectives, deliverables, and timelines

    • Create schedules to allocate tasks and track progress

    • Develop budgets to manage project costs effectively

    • Conduct risk assessments...

  • Answered by AI
  • Q3. Capacity? Velocity? etc Agile/Scrum-based questions (bookish) this round was taken by Rajni
Round 2 - One-on-one 

(6 Questions)

  • Q1. Megha took my final round and asked me questions about Agile/Scrum, Stroy Points (estimation).
  • Q2. Ques on explaining Sprint Planning, Retro, Review, using Doc/Excel (screen sharing)
  • Q3. Ques on Conflict and Resource Management, some scenario-based question.
  • Q4. How will you make a low-performing resource a high-performing one?
  • Ans. 

    Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

    • Clearly communicate expectations and goals to the resource.

    • Offer support and training to help the resource improve their skills and knowledge.

    • Provide regular feedback and recognition for progress made.

    • Set specific goals and milestones to track improvement.

    • Create a development plan with the resource to addr...

  • Answered by AI
  • Q5. Megha did not hire me because she felt I had adequate knowledge and practical experience. (insecurities) Anyway, good luck with your interview.
  • Q6. What is Scrum of Scrums? What is PI planning?
  • Ans. 

    Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.

    • Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.

    • PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magic Edtech Project Manager interview:
  • Agile Methodology
  • Waterfall
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be well prepared with your bookish as well as practical answers.

Skills evaluated in this interview

ESRI India Technologies Interview FAQs

How many rounds are there in ESRI India Technologies interview?
ESRI India Technologies interview process usually has 1-2 rounds. The most common rounds in the ESRI India Technologies interview process are Technical, Group Discussion and Aptitude Test.
How to prepare for ESRI India Technologies 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 ESRI India Technologies. The most common topics and skills that interviewers at ESRI India Technologies expect are GIS, Arcgis, Windows, Remote Sensing and CRM.
What are the top questions asked in ESRI India Technologies interview?

Some of the top questions asked at the ESRI India Technologies interview -

  1. How will you disseminate data using ESRI Suit of produc...read more
  2. Have you sold any SaaS offering bef...read more
  3. What is IOT and how you can use with ...read more

Tell us how to improve this page.

ESRI India Technologies Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 896 Interviews
Google Interview Questions
4.4
 • 862 Interviews
SAP Interview Questions
4.2
 • 304 Interviews
View all

ESRI India Technologies Reviews and Ratings

based on 89 reviews

3.9/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.7

Salary

3.9

Job security

3.8

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 89 Reviews and Ratings
Product Engineer II Cloud

New Delhi

3-7 Yrs

Not Disclosed

Software Reliability Engineer II

New Delhi

2-5 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
34 salaries
unlock blur

₹5.5 L/yr - ₹12.5 L/yr

GIS Technician
24 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Group Manager
15 salaries
unlock blur

₹16 L/yr - ₹31.8 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹6.5 L/yr - ₹11.5 L/yr

Team Lead
13 salaries
unlock blur

₹6.2 L/yr - ₹13 L/yr

Explore more salaries
Compare ESRI India Technologies with

Google

4.4
Compare

Microsoft Corporation

4.0
Compare

IBM

4.0
Compare

Oracle

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