Upload Button Icon Add office photos

Filter interviews by

FarEye Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top FarEye Interview Questions and Answers

View all 17 questions

FarEye Interview Experiences

Popular Designations

27 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concepts in JAVA ,Armstrong, Palindrome and Scenario based questions.
  • Q2. Interviewer asked scenario based question on time

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare JAVA BASIC CONECPTS AND OOPS CONCEPTS.

Solution Engineer Interview Questions asked at other Companies

Q1. 1. What is triggers and where we use triggers in xamarin? 2. Oops concepts with example 3. What is data binding? 4. Xamarin Page life cycle 5. Layouts in xamarin 6. Find gretest number from list of array (coding)
View answer (1)

Solution Engineer Interview Questions & Answers

user image saikumarcheemala

posted on 25 Apr 2022

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Mar 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical and Logical
Round 3 - HR 

(1 Question)

  • Q1. Self Introduction carer opportunities

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics on any programming language with Aptitude will fetch you this job.

Solution Engineer Interview Questions asked at other Companies

Q1. 1. What is triggers and where we use triggers in xamarin? 2. Oops concepts with example 3. What is data binding? 4. Xamarin Page life cycle 5. Layouts in xamarin 6. Find gretest number from list of array (coding)
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 7 May 2022

I applied via Approached by Company and was interviewed in Nov 2021. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Online test link will be sent. With questions on java, selenium etc. Two programming questions were also there.
Result is calculated on overall performance so don't worry if you are unable to solve programming questions.

Round 3 - Technical 

(1 Question)

  • Q1. Few OOPs concepts, selenium basics , annotations, testing types and definitions , annotations in TestNg, two programming questions.
Round 4 - Technical 

(1 Question)

  • Q1. Based on previous experience questions were asked, related to selenium, Java, parameterized xpath. Two java coding questions medium level.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and revise your basics.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2022

I applied via Referral

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about basics javascript and ops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with whatever language you know, mainly the use of objects and operators, learn about ops concept, also prepare sql basic.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

FarEye interview questions for popular designations

 Solution Engineer

 (4)

 Senior Solution Engineer

 (3)

 Technical Support Engineer

 (2)

 Software Engineer

 (2)

 Software Developer

 (2)

 QA Engineer

 (2)

 UI/UX Designer

 (1)

 HR Intern

 (1)

I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Programming questions- 1) wap to print 1,5,10,....,100. 2)wap to print Fibonacci series. 3)given an array to strings. Print last 3words of every string in that array.
  • Ans. 

    Programming questions on printing numbers and manipulating strings.

    • For printing 1,5,10,...,100, use a loop and increment the number by 4 in each iteration.

    • For printing Fibonacci series, use a loop and add the previous two numbers to get the next number.

    • For printing last 3 words of every string in an array, split each string into words and print the last three words.

  • Answered by AI
  • Q2. Analytical questions and puzzles.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic programming questions like strings, arrays, etc. Also see some puzzles and analytical questions.

Associate Solutions Engineer Interview Questions asked at other Companies

Q1. 3. Which emerging technology excites you the most ? Explain any use case about it.
View answer (1)

Get interview-ready with Top FarEye Interview Questions

I applied via Approached by Company and was interviewed in Dec 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

4-5 coding questions and puzzle

Round 3 - Coding Test 

Technical questions and 3-4 coding questions

Round 4 - Technical 

(1 Question)

  • Q1. Technical, behaviour and role fitment discussion
Round 5 - HR 

(2 Questions)

  • Q1. Salary expectations and negotiations
  • Q2. Role figment, company culture, job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical and coding skills and go through some puzzles.

Senior Solution Engineer Interview Questions asked at other Companies

Q1. What are the different methods to save cost in an Azure environment?
View answer (1)

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tree, bfs and dfs and dynamic programming is asked mainly, medium level leetcode questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up dfs bfs and medium lc, a little bit of system design and sql too

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Sde1 Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2022

I applied via Campus Placement and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Too find all numbers whose consecutive digits differ by 1
  • Ans. 

    Find all numbers whose consecutive digits differ by 1

    • Iterate through all numbers and check if consecutive digits differ by 1

    • Start with 12 and increment by 1 until 98

    • Add the number to the result array if it satisfies the condition

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Discussion on Projects, HR questions, then a DS problem to find all numbers whose consecutive digits differ by 1.

Skills evaluated in this interview

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. How to find second highest salaried person details from a table
  • Ans. 

    To find the second highest salaried person details from a table

    • Sort the table in descending order based on salary

    • Select the second row from the sorted table

    • Retrieve the details of the person from the selected row

  • Answered by AI
  • Q2. Few easy level coding questions

Interview Preparation Tips

Topics to prepare for FarEye Solution Engineer interview:
  • Programming
  • SQL
  • puzzle
Interview preparation tips for other job seekers - Only one round of interview
Technical interview
They will mostly ask the basic of java or any programming language and basic to intermediate Sql questions
One or two problem solving questions and a puzzle to solve

Skills evaluated in this interview

Solution Engineer Interview Questions asked at other Companies

Q1. 1. What is triggers and where we use triggers in xamarin? 2. Oops concepts with example 3. What is data binding? 4. Xamarin Page life cycle 5. Layouts in xamarin 6. Find gretest number from list of array (coding)
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Basic HR questions round
Round 3 - One-on-one 

(1 Question)

  • Q1. It was technical round with relating to my profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be a friend of founders or CFO, you’ll get selected for high pay without any interview or technical round. Simple and easy!

Senior Manager Legal Interview Questions asked at other Companies

Q1. How did you handled the regulatory issues in telecom sector?
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

FarEye Interview FAQs

How many rounds are there in FarEye interview?
FarEye interview process usually has 2-3 rounds. The most common rounds in the FarEye interview process are Technical, HR and Aptitude Test.
How to prepare for FarEye 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 FarEye. The most common topics and skills that interviewers at FarEye expect are Analytical, Agile, SAAS, Javascript and Project Management.
What are the top questions asked in FarEye interview?

Some of the top questions asked at the FarEye interview -

  1. What is LRU caching and how it can be implement...read more
  2. How to find second highest salaried person details from a ta...read more
  3. Programming questions- 1) wap to print 1,5,10,....,100. 2)wap to print Fibon...read more
How long is the FarEye interview process?

The duration of FarEye interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

REVIEWS

Baker Hughes

No Reviews

JOBS

Baker Hughes

No Jobs

LIST OF COMPANIES

Oceaneering International

Overview

JOBS

Baker Hughes

No Jobs

SALARIES

Baker Hughes

LIST OF COMPANIES

MathCo

Locations

REVIEWS

Baker Hughes

No Reviews

INTERVIEWS

FarEye

No Interviews

REVIEWS

Baker Hughes

No Reviews

Tell us how to improve this page.

FarEye Interview Process

based on 15 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
Chegg Interview Questions
4.1
 • 155 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
GATI-KWE Interview Questions
3.9
 • 87 Interviews
View all

FarEye Reviews and Ratings

based on 202 reviews

3.1/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

3.2

Salary

2.4

Job security

3.1

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 202 Reviews and Ratings
Solution Engineer
109 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Solution Engineer
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare FarEye with

LogiNext Solutions

1.8
Compare

Shiprocket Private Limited

3.7
Compare

Shadowfax Technologies

3.6
Compare

Delhivery

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