Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Fidelis Technology Services Team. If you also belong to the team, you can get access from here

Fidelis Technology Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Fidelis Technology Services Senior Software Engineer Interview Questions and Answers for Experienced

Updated 12 Jun 2021

Fidelis Technology Services Senior Software Engineer Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Very general question were asked, as I am hired for client side so all the interviews are taken by client only.
  • Q2. Tell me about yourself
  • Q3. Who is in your family? What they do.
  • Q4. Some technical questions related to Magento and mysql.
  • Q5. One managerial round was also done. It was logical based (related to skill sets)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and sure about what you answering. If you don't know any answer simply ask for jump. Before start giving interviews always brush ups the basics of your technology and skill sets.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They specifically didn’t asked any questions by looking at my strong resume but just asked me if to come Hyderabad for training of a month

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good in technical knowledge then it would be easy for you to get opportunity here at client site you will learn a lot as mostly you will be at your own, companies technical support is not very good so mostly you are on your own

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic oops concept. Code : linked list, deleting middle element in array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask questions about the project you are supposed to work on. Reality can be totally different from what you are expecting. In my case I was hired for Development team. But I got support with no coding at all.

I applied via LinkedIn and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. You should have basic understanding of technologies mentioned in your profile
Round 2 - Technical 

(1 Question)

  • Q1. This is one level up. Practical questions related to your work
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good understanding on topics. Be confident with your knowledge and answers very calmly and clearly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Technical round with coding test
Round 2 - One-on-one 

(1 Question)

  • Q1. Project explanation
Round 3 - HR 

(1 Question)

  • Q1. Gaps if there any and salary discussions

Interview Questionnaire 

3 Questions

  • Q1. -React lifecycle?-Fragment vs React. Fragment? -React pure component?
  • Ans. 

    React lifecycle, Fragment vs React.Fragment, React.PureComponent

    • React lifecycle consists of mounting, updating, and unmounting phases

    • Fragment is a shorthand for React.Fragment, used to group multiple elements

    • React.PureComponent is a class component that implements shouldComponentUpdate method for performance optimization

  • Answered by AI
  • Q2. JavaScript hoisting?- Let, var and cont difference?
  • Ans. 

    JavaScript hoisting and differences between let, var and const.

    • Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.

    • Var declarations are hoisted to the top of their scope, while let and const declarations are not.

    • Var can be redeclared and reassigned, let can be reassigned but not redeclared, and const cannot be reassigned or redeclared.

    • Using const is recommend...

  • Answered by AI
  • Q3. Dofferemt ways to prevent rerendering of a child component in react?
  • Ans. 

    Prevent rerendering of a child component in React

    • Use shouldComponentUpdate() lifecycle method

    • Use React.memo() to memoize functional components

    • Use PureComponent instead of Component

    • Pass props as a callback function to avoid unnecessary re-renders

    • Use React.PureComponent for class components

    • Use React.memo() for functional components

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. It was related to some current working projects, roles and responsibilities and what some technical knowledge.
  • Q2. No one is respond after that first round, and during the call it was positive from interviewer. I have tried multiple times by mail and call but no one is responding.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1.About collections 2. Database
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.

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 - Call discussion 

(1 Question)

  • Q1. Basic JavaScript-based questions which we can find by searching JavaScript interview questions on Google. A Quick QnA session via a call where I was not asked to ask any questions to the interviewer
Round 3 - Technical 

(2 Questions)

  • Q1. Normal discussion on JavaScript and ReactJs. One coding challenge where given an array ["abc", "Silent", "Code"]. Find the matching element when the user input is "bca". It should match "abc".
  • Q2. Solved it by looping through each element first. Split the string into an array to get access to each character. Using the .every() method checks whether each character of the string is present inside the ...
  • Ans. 

    The question asks about using .every() and .includes() methods to check if each character of a string is present in another string.

    • Loop through each element of the string

    • Split the string into an array to access each character

    • Use .every() method to check if each character is present in the user string

    • Use .includes() method to check if the character is present

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NeoSOFT Senior Software Engineer interview:
  • Javascript
  • React.Js
  • CSS3

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic OOP question database question
  • Q2. Method overloading and method overriding and SQL question for Primary key.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy question and answer no need to worry about

Fidelis Technology Services Interview FAQs

What are the top questions asked in Fidelis Technology Services Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Fidelis Technology Services Senior Software Engineer interview for experienced candidates -

  1. Very general question were asked, as I am hired for client side so all the inte...read more
  2. One managerial round was also done. It was logical based (related to skill sets...read more
  3. Some technical questions related to Magento and mysq...read more

Tell us how to improve this page.

Fidelis Technology Services Senior Software Engineer Salary
based on 11 salaries
₹5.4 L/yr - ₹18 L/yr
18% less than the average Senior Software Engineer Salary in India
View more details

Fidelis Technology Services Senior Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Desktop Support Engineer
131 salaries
unlock blur

₹1.1 L/yr - ₹3.6 L/yr

Network Engineer
48 salaries
unlock blur

₹2.3 L/yr - ₹7.3 L/yr

Application Support Engineer
41 salaries
unlock blur

₹2.4 L/yr - ₹6.2 L/yr

Technical Support Engineer
36 salaries
unlock blur

₹2.1 L/yr - ₹5.1 L/yr

Talent Acquisition Executive
32 salaries
unlock blur

₹2.1 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Fidelis Technology Services with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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