Upload Button Icon Add office photos
Engaged Employer

i

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

Geo Informatics Consultants Verified Tick

Compare button icon Compare button icon Compare
2.6

based on 53 Reviews

Filter interviews by

Geo Informatics Consultants Senior Engineer Interview Questions and Answers

Updated 29 May 2024

Geo Informatics Consultants Senior Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Some technical briefings
Round 2 - Technical 

(2 Questions)

  • Q1. About your technical Expertises
  • Q2. In depth discussion on technical aspects

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything is good but , Better to ask budget for position so that you can’t waste your time as well as their . Simply they took 4rounds later . They will say your expectation is not under our budget .

Interview questions from similar companies

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

60 mins test with 60 questions. All the questions are fill in the blanks type.

Round 2 - Technical 

(3 Questions)

  • Q1. Work and time based questions in multiple choice type
  • Q2. Percentage question in multiple choice
  • Q3. Distance and time based questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about on technogy
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail

    • Experience with testing tools such as Selenium and Jira

    • Excellent problem-solving skills

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to moderate question

Round 2 - One-on-one 

(1 Question)

  • Q1. What is Axios? What is friend function? Given any array find the multiple elements?
  • Ans. 

    Axios is a popular JavaScript library used for making HTTP requests.

    • Axios is commonly used in frontend applications to communicate with backend servers.

    • It supports promises and can be used in both browser and Node.js environments.

    • Example: axios.get('https://api.example.com/data')

    • Friend function is a function that is not a member of a class but has access to its private and protected members.

    • It is declared with the keyw...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 - Aptitude Test 

Basic java based questions

Round 3 - Technical 

(2 Questions)

  • Q1. Data structures and algorithms
  • Q2. Linked list implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently

    • Traversal starts from the head node

    • Example: Singly linked list, Doubly linked list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 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 - HR 

(1 Question)

  • Q1. Question for , salary current CTC expected CTC, then sedule for interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Ask for my work place
Round 4 - Technical 

(1 Question)

  • Q1. Industrial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good , but there is no future for ur salary satisfaction

I applied via campus placement at University of Hyderabad, Hyderabad and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitude + Coding Test. 27 basic Aptitude problems and 3 problem solving questions.

Round 2 - Technical 

(1 Question)

  • Q1. Technical Round 1 has questions based on databases. NoSql will be + point. UI technologies and basic data structures.
Round 3 - Technical 

(1 Question)

  • Q1. Technical Round 2, follow-up from round 1. Some more questions on databases

Interview Preparation Tips

Topics to prepare for Valuefy Solutions Software Engineer interview:
  • MySQL
  • Angularjs
  • Node.Js
  • NoSQL
Interview preparation tips for other job seekers - Prepare Databases concept and anyone programing language. Nodejs/Angular will be great to have.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal , logical -60qes -60 mins

Round 2 - Case Study 

Given two topics to elaborate essay

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Core java Java script Servlet jsp
Round 3 - Technical 

(1 Question)

  • Q1. Servlet and jsp
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Linked list implementation and stack
  • Ans. 

    Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Linked list implementation involves creating nodes with data and a pointer to the next node.

    • Stack implementation involves pushing elements onto the stack and popping them off in reverse order.

    • Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

In the coding test two sum question was asked

Geo Informatics Consultants Interview FAQs

How many rounds are there in Geo Informatics Consultants Senior Engineer interview?
Geo Informatics Consultants interview process usually has 2 rounds. The most common rounds in the Geo Informatics Consultants interview process are HR and Technical.
How to prepare for Geo Informatics Consultants Senior 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 Geo Informatics Consultants. The most common topics and skills that interviewers at Geo Informatics Consultants expect are Account Management, HVAC, OEM Sales, Project Sales and Sales Account.
What are the top questions asked in Geo Informatics Consultants Senior Engineer interview?

Some of the top questions asked at the Geo Informatics Consultants Senior Engineer interview -

  1. In depth discussion on technical aspe...read more
  2. Some technical briefi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Cyient Interview Questions
3.7
 • 279 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
MapmyIndia Interview Questions
3.9
 • 23 Interviews
View all
Applications Engineer
41 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Design Engineer
22 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Senior Application Engineer
14 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Senior Sales Engineer
10 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Inside Sales Executive
7 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Explore more salaries
Compare Geo Informatics Consultants with

Cyient

3.7
Compare

RAMTeCH Software Solutions

3.8
Compare

ESRI India Technologies

4.0
Compare

Rolta India

2.7
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