Upload Button Icon Add office photos

Filter interviews by

Scanpoint Geomatics Interview Questions and Answers

Updated 9 May 2024

Scanpoint Geomatics Interview Experiences

Popular Designations

5 interviews found

GIS Analyst Interview Questions & Answers

user image Anonymous

posted on 9 May 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 May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It requires basic knowledge of GIS

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will ask basic questions from your project.
Round 3 - HR 

(1 Question)

  • Q1. Some personal questions were asked

Interview Preparation Tips

Topics to prepare for Scanpoint Geomatics GIS Analyst interview:
  • GIS
  • Remote Sensing
Interview preparation tips for other job seekers - This was the first interview of my life and I cracked it.

GIS Analyst Interview Questions asked at other Companies

Q1. what is buffer and explain its applications or usage?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why you want to join our company?
Round 2 - Technical 

(2 Questions)

  • Q1. How does javascript and ajax works ?
  • Ans. 

    JavaScript is a scripting language used for web development, while AJAX is a technique for creating asynchronous web applications.

    • JavaScript is a client-side scripting language used to create interactive web pages.

    • AJAX (Asynchronous JavaScript and XML) is a technique used to create asynchronous web applications.

    • AJAX allows web pages to be updated asynchronously by exchanging data with a web server behind the scenes.

    • Jav...

  • Answered by AI
  • Q2. What is asynchronous operation in javascript ?
  • Ans. 

    Asynchronous operation in JavaScript allows code to run without blocking the main thread, improving performance and user experience.

    • Asynchronous operations use callbacks or promises to handle tasks that may take time to complete.

    • Allows multiple operations to run concurrently without waiting for each other to finish.

    • Commonly used for fetching data from APIs, handling user input, and performing time-consuming tasks.

    • Examp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall company is good to work with but now they are promoting the politics rather then work.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to join our company?
  • Q2. From where you know about this company?
Round 2 - Technical 

(1 Question)

  • Q1. What is AJAX in javascript ?
  • Ans. 

    AJAX (Asynchronous JavaScript and XML) is a technique used in web development to create asynchronous web applications.

    • AJAX allows web pages to be updated asynchronously by exchanging data with a web server behind the scenes.

    • It enables web pages to be more responsive and interactive without the need to reload the entire page.

    • AJAX uses XMLHttpRequest object to communicate with the server and update the page dynamically.

    • C...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're fresher go for it.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

I appeared for an interview in Aug 2021.

Round 1 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Where do you see yourself in 5 years?
  • Q5. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad working environment no social life

Executive Accountant Interview Questions asked at other Companies

Q1. What is the file extension name which is created by the TDS Return software
View answer (4)

Scanpoint Geomatics interview questions for popular designations

 Software Developer

 (2)

 GIS Analyst

 (1)

 Executive Accountant

 (1)

 Senior Executive

 (1)

Interview Questionnaire 

1 Question

  • Q1. Mostly technical

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (56)

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I appeared for an interview before Apr 2020.

Interview Questionnaire 

2 Questions

  • Q1. What is abstraction
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction is a fundamental concept in object-oriented programming.

    • It allows us to create simplified models of complex systems.

    • Abstraction can be achieved through the use of abstract classes and interfaces.

    • For example, a car can be abstracted as a vehicle with wheels, an engine, and a steering wheel.

    • Abstract...

  • Answered by AI
  • Q2. How do we implement multiple inheritance in Apex
  • Ans. 

    Multiple inheritance is not supported in Apex. Workarounds include using interfaces or wrapper classes.

    • Apex does not support multiple inheritance

    • Use interfaces to achieve similar functionality

    • Wrapper classes can also be used as a workaround

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on practical questions, logical analytical

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

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

I appeared for an interview before Nov 2023.

Round 1 - Coding Test 

A machine task is assigned you need to compete that first.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question depends upon your profile
  • Q2. Depends upon interviewer also nu specific questions as such
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience

Scanpoint Geomatics Interview FAQs

How many rounds are there in Scanpoint Geomatics interview?
Scanpoint Geomatics interview process usually has 2 rounds. The most common rounds in the Scanpoint Geomatics interview process are HR, Technical and Aptitude Test.
How to prepare for Scanpoint Geomatics 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 Scanpoint Geomatics. The most common topics and skills that interviewers at Scanpoint Geomatics expect are GIS, HTML, CAD, Image Processing and SDLC.
What are the top questions asked in Scanpoint Geomatics interview?

Some of the top questions asked at the Scanpoint Geomatics interview -

  1. what is asynchronous operation in javascrip...read more
  2. how does javascript and ajax work...read more
  3. what is AJAX in javascrip...read more

Tell us how to improve this page.

Scanpoint Geomatics Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
Izmo Interview Questions
3.5
 • 13 Interviews
Nxtra Data Interview Questions
4.1
 • 10 Interviews
Lirik Infotech Interview Questions
3.9
 • 8 Interviews
DCM Infotech Interview Questions
3.7
 • 7 Interviews
View all

Fast track your campus placements

View all

Scanpoint Geomatics Reviews and Ratings

based on 62 reviews

3.5/5

Rating in categories

3.1

Skill development

4.1

Work-life balance

2.8

Salary

3.3

Job security

3.2

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 62 Reviews and Ratings
Software Engineer
37 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Software Developer
16 salaries
unlock blur

₹3.6 L/yr - ₹7.6 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹7.8 L/yr - ₹19 L/yr

GIS Analyst
11 salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

Business Development Manager
10 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Explore more salaries
Compare Scanpoint Geomatics with

HCL Infosystems

3.9
Compare

AYN InfoTech

4.7
Compare

Izmo

3.5
Compare

Acer India

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