Upload Button Icon Add office photos

Filter interviews by

EagleView Software Engineer Level 1 Interview Questions and Answers

Updated 21 Aug 2023

EagleView Software Engineer Level 1 Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

It was online coding test having 3 questions:
- -----/
- -----
- -----

Round 2 - One-on-one 

(1 Question)

  • Q1. Resume, DSA, Cs fundamentals
Round 3 - One-on-one 

(1 Question)

  • Q1. DSA, coding Puzzles, Design Pattern
Round 4 - HR 

(1 Question)

  • Q1. Company & values question

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident while interview thy want to judge your problem solving not your answer of questions

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions about C, Structure , OOPS concepts , SOrting ALGO's
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Company overview, salary + perks and bonuses, team, project and culture

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an intro call from HR. It was so nice to speak with her. She told me about the company, culture and team. We have covered everything. Then I have introduced myself, told her my preferences etc. Overall, I left really satisfied! Recommended!
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic questions on python and palindrome

Round 2 - Coding Test 

Medium level complexity problems in python

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical details on previous projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Share the link for codesignal

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Based on the resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Current time and their angles
  • Ans. 

    The question is asking for the current time and the angles formed by the hour and minute hands on a clock.

    • The angle between the hour and minute hands of a clock can be calculated using the formula: angle = |(30*hour - (11/2)*minutes)|

    • At 3:00, the angle between the hour and minute hands is 90 degrees.

    • At 6:00, the angle between the hour and minute hands is 180 degrees.

    • At 9:00, the angle between the hour and minute hands

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Didnt qual here btw
Round 3 - HR 

(1 Question)

  • Q1. Didnt qual either btw
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular and JavaScript.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavioral Questions
  • Q2. CI-CD, Jenkins, AWS
Round 3 - One-on-one 

(1 Question)

  • Q1. Client Interview - Security related.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.

I applied via Campus Placement and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How to find the middle of a linked list in one iteration.
  • Ans. 

    To find the middle of a linked list in one iteration, use two pointers with different speeds.

    • Initialize two pointers, one slow and one fast, both pointing to the head of the linked list.

    • Move the slow pointer one step at a time and the fast pointer two steps at a time.

    • When the fast pointer reaches the end of the linked list, the slow pointer will be at the middle node.

  • Answered by AI
  • Q2. All sorting you know and their complexities both time and space
  • Q3. Eagle eye view of binary tree
  • Ans. 

    A binary tree is a data structure consisting of nodes, where each node has at most two children.

    • Binary tree is used to represent hierarchical relationships between nodes

    • Traversal of binary tree can be done in three ways: inorder, preorder, postorder

    • Binary search tree is a type of binary tree where left child is smaller and right child is greater than parent

    • Balanced binary tree has height difference of at most 1 between...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise everything you learnt just before the intervsiew. Be clear on things you have put on your resume.

Skills evaluated in this interview

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

Round 1 - Technical 

(2 Questions)

  • Q1. Types of data structure and their time complexities
  • Ans. 

    Data structures are used to organize and store data efficiently. Time complexity is the measure of efficiency.

    • Arrays - O(1) for access, O(n) for search and insertion

    • Linked Lists - O(n) for access, O(1) for insertion and deletion

    • Stacks - O(1) for access, insertion and deletion

    • Queues - O(1) for access, insertion and deletion

    • Trees - O(log n) for access, insertion and deletion

    • Hash Tables - O(1) for access, insertion and de

  • Answered by AI
  • Q2. Types of Binary Tree
  • Ans. 

    Binary trees are classified based on the number of children each node can have.

    • Full binary tree: every node has either 0 or 2 children

    • Complete binary tree: all levels except possibly the last are completely filled, and all nodes are as far left as possible

    • Perfect binary tree: all internal nodes have two children and all leaf nodes are at the same level

    • Balanced binary tree: the difference in height between the left and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare time complexities of the data structure algorithms and be through with oops concept

Skills evaluated in this interview

EagleView Interview FAQs

How many rounds are there in EagleView Software Engineer Level 1 interview?
EagleView interview process usually has 5 rounds. The most common rounds in the EagleView interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for EagleView Software Engineer Level 1 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 EagleView. The most common topics and skills that interviewers at EagleView expect are Backend, Agile, Application Development, Coding and Computer science.
What are the top questions asked in EagleView Software Engineer Level 1 interview?

Some of the top questions asked at the EagleView Software Engineer Level 1 interview -

  1. DSA, coding Puzzles, Design Patt...read more
  2. Resume, DSA, Cs fundament...read more

Tell us how to improve this page.

EagleView Software Engineer Level 1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Cyient Interview Questions
3.6
 • 285 Interviews
Magic Edtech Interview Questions
3.1
 • 49 Interviews
Equifax Interview Questions
3.3
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
Trimble Interview Questions
4.2
 • 26 Interviews
VDart Interview Questions
4.5
 • 26 Interviews
SAS Interview Questions
4.4
 • 18 Interviews
View all
EagleView Software Engineer Level 1 Salary
based on 16 salaries
₹7 L/yr - ₹16.5 L/yr
28% more than the average Software Engineer Level 1 Salary in India
View more details

EagleView Software Engineer Level 1 Reviews and Ratings

based on 3 reviews

3.6/5

Rating in categories

4.2

Skill development

3.1

Work-life balance

3.0

Salary

4.7

Job security

3.1

Company culture

1.8

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Measurement Technician
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EagleView with

Maxar Technologies

4.1
Compare

Cyient

3.6
Compare

Genesys

4.1
Compare

Trimble

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