Upload Button Icon Add office photos

Filter interviews by

Fidelity National Financial Ats Engineer Interview Questions and Answers

Updated 30 Jan 2024

Fidelity National Financial Ats Engineer Interview Experiences

1 interview found

Ats Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2024

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

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Didn't remember the exact questions now but if you have a thorough knowledge of Linux then I'm sure you can easily make it through the technical interview very easily. Note: 1. Patching is a must-have ma...
Round 2 - Technical 

(1 Question)

  • Q1. If Andrew is the Interviewer then you can expect the silliest of the silliest questions you might have encountered in your entire life, maybe a puzzle-based question like: Q. If a man is living in a house ...
Round 3 - HR 

(1 Question)

  • Q1. Easy peasy, this is an HR round, and mostly the questions are related to you and your salary negotiations.

Interview Preparation Tips

Topics to prepare for Fidelity National Financial Ats Engineer interview:
  • Ansible
  • Patching
  • Redhat Linux
  • Linux Administration
  • Linux Kernel
  • ManageEngine
  • log monitoring
  • Monitoring Tools
Interview preparation tips for other job seekers - Everything is good. It's not easy to crack the interviews of fidelity and go to the final round and hold an offer/ acceptance letter.

Note: accept the offer at your own risk. as mentioned earlier also that there is "NO JOB SECURITY".
Rest everything is good.

My review means a real review. I'm exactly showing you a very clear picture.

Interview questions from similar companies

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    Find an odd occurring number among even occurring numbers.

    • Use XOR operation to cancel out even occurring numbers and get the odd occurring number.

    • Iterate through the array and XOR each element with the result variable.

    • The final result will be the odd occurring number.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    Print the spiral order of a binary tree and matrix.

    • For binary tree, use level order traversal and alternate direction for each level.

    • For matrix, use four pointers to traverse in spiral order.

    • Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

    • Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    Finding pairs in an array with a given sum.

    • Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If there are multiple pairs with the same sum, return any one of them.

    • If no pair is found, return null or an empty array.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    Find total number of k element with given avg in an array in minimum time complexity.

    • Use sliding window technique to traverse the array in O(n) time complexity.

    • Maintain a sum variable to keep track of the sum of elements in the window.

    • If the sum of elements in the window is equal to k times the given avg, increment the count.

    • Move the window by subtracting the first element and adding the next element in the array.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    Printing non-boundary elements of a binary tree

    • Traverse the tree in any order (preorder, inorder, postorder)

    • Check if the current node is not a boundary node (not the first or last node in its level)

    • If it is not a boundary node, print its value

    • Recursively traverse its left and right subtrees

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: 7 CGPA cut off, The First round was an Aptitude test (quant+DI+verbal ) 20 questions + 10 basic C/C+ questions
Total Questions: 30

Round: Other Interview
Experience: Second Stage: 2 rounds Tech interview + 1 HR, Very casual personal interview with questions based on resume onlyNo core coding questions since I was from ECE but for Comps/IT they expect knowledge in DBMS.Some finance questions like what are stocks/shares, mutual funds etc. I was asked more detailed finance questions also since I had mentioned my finance interns.

Skill Tips: Be thorough with apti tests . Past CAT papers are ideal as they cover all aspects  (quant+Data Interpretation +Logical reasoning +verbal ) For learning finance jargon use Economist A-Z list and Investopedia
Skills: quant, Data Interpretation , Logical reasoning
College Name: NIT SURATHKAL

Interview Questionnaire 

1 Question

  • Q1. Asked many Dbsa questions. You need to be thorough about the joins in the databases.

Interview Preparation Tips

Round: Test
Experience: Practice questions on Indiabix.

Round: Technical Interview
Experience: Operating Systems basics, Dbsa basics

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skill Tips: Make sure you do a course on object oriented programming
Skills: C, Sql, Java
College Name: BITS PILANI
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

During the coding round, I was asked a question about performing insertion sort using recursion. Additionally, there were theoretical questions regarding DBMS and some puzzles. The interview lasted for 45 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. What questions were asked regarding your projects, particularly those that required a deep dive into the programming languages you utilized, including inquiries about how the server operates and various ap...
Round 3 - HR 

(1 Question)

  • Q1. How was your college experience? Where do you live? Your interests and hobbies?
  • Ans. 

    My college experience was enriching, I live in a bustling city, and my interests include coding, hiking, and playing the guitar.

    • College experience was enriching with challenging coursework and extracurricular activities

    • I live in a bustling city with access to diverse cultural events and opportunities

    • Interests include coding, hiking, and playing the guitar for relaxation and creativity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I joined through campus placement. For interviews as freshers, it is important to focus on puzzles (from GFG), basic data structures and algorithms up to linked lists, and to have a thorough understanding of the skills mentioned in the resume.

I applied via Naukri.com and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related debugging, views, scripting, control_m schedule related & Aws basic concepts and real time issues

Interview Preparation Tips

Interview preparation tips for other job seekers - We should be very carefully while answering the question because with in that answer again they will ask one more question.

And be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked a few Leetcode style questions

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Explain SCD Type 2 Implementation in Informatica
  • Ans. 

    SCD Type 2 is a technique used to track historical changes in data over time in a data warehouse.

    • SCD Type 2 maintains a separate row for each change in data, with a start and end date.

    • It requires a surrogate key to uniquely identify each row.

    • Informatica provides a built-in SCD Type 2 transformation to implement this technique.

    • Example: tracking changes in customer addresses over time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly focus on basic BI terminologies, common to trivial scenarios and introductory information on latest trending tools and technologies.

Skills evaluated in this interview

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

Interview Questionnaire 

4 Questions

  • Q1. Tell me something about yourself
  • Q2. Why do you want to join Amex?
  • Q3. Where do you see yourself in next 2-3 years?
  • Q4. What matters most in a company - it's people, it's culture or it's tech stack?

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have very good command on what you have written in your CV. You also need to have very basic idea about what the company is doing.

I applied via Company Website and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Difference between Spring & Spring Boot
  • Ans. 

    Spring Boot is an extension of Spring Framework that simplifies the development of Spring-based applications.

    • Spring Boot provides a pre-configured environment for building applications, while Spring Framework requires more configuration.

    • Spring Boot includes an embedded server, while Spring Framework requires an external server.

    • Spring Boot provides a variety of starter dependencies to quickly add functionality, while Sp...

  • Answered by AI
  • Q2. Java 8 stream questions, some hands on problems as well
  • Q3. Project deployment strategy in current project
  • Ans. 

    We use a continuous deployment strategy with automated testing and manual approval.

    • We have a Jenkins pipeline set up for continuous integration and deployment.

    • Our code is automatically tested using unit tests and integration tests.

    • Once the tests pass, the code is deployed to a staging environment for manual testing.

    • If the staging tests pass, the code is deployed to production.

    • We also have rollback procedures in place i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of your technology, basic level DS Algo like searching, sorting plus current project architecture & deployment mechanism etc

Skills evaluated in this interview

Fidelity National Financial Interview FAQs

How many rounds are there in Fidelity National Financial Ats Engineer interview?
Fidelity National Financial interview process usually has 3 rounds. The most common rounds in the Fidelity National Financial interview process are Technical and HR.
What are the top questions asked in Fidelity National Financial Ats Engineer interview?

Some of the top questions asked at the Fidelity National Financial Ats Engineer interview -

  1. If Andrew is the Interviewer then you can expect the silliest of the silliest q...read more
  2. Didn't remember the exact questions now but if you have a thorough knowledge of...read more

Tell us how to improve this page.

Fidelity National Financial Ats Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 563 Interviews
Wells Fargo Interview Questions
3.8
 • 562 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
FactSet Interview Questions
3.9
 • 204 Interviews
BNP Paribas Interview Questions
3.8
 • 177 Interviews
View all

Fast track your campus placements

View all
Fidelity National Financial Ats Engineer Salary
based on 25 salaries
₹5 L/yr - ₹8.6 L/yr
At par with the average Ats Engineer Salary in India
View more details

Fidelity National Financial Ats Engineer Reviews and Ratings

based on 5 reviews

2.6/5

Rating in categories

2.9

Skill development

3.0

Work-life balance

2.9

Salary

2.1

Job security

3.3

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 5 Reviews and Ratings
Senior Analyst
944 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
784 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Analyst
338 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Analyst
212 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Specialist
190 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fidelity National Financial with

Wells Fargo

3.9
Compare

Citicorp

3.7
Compare

American Express

4.2
Compare

UBS

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