Premium Employer

i

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

FIS Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 5.4k Reviews

Filter interviews by

FIS Sdet (Software Development Engineer in Test) Interview Questions and Answers

Updated 22 Jul 2021

FIS Sdet (Software Development Engineer in Test) Interview Experiences

1 interview found

I applied via Referral and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Selenium Automation, Java programs and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for SQL specially

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Overloading and overriding
  • Q2. Smoke and sanity
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Hard assert
  • Ans. 

    Hard assert is a type of assertion in test automation that stops the test execution immediately when a failure occurs.

    • Hard assert is used to validate the expected outcome of a test case

    • If the assertion fails, the test execution is halted and marked as failed

    • It is commonly used in automated test scripts to ensure the correctness of the application under test

  • Answered by AI
  • Q2. What is soft assert
  • Ans. 

    Soft assert is a way to continue the execution of a test case even after an assertion failure.

    • Soft assert does not stop the execution of the test case when an assertion fails.

    • It is useful when you want to log the failure but continue with the remaining test steps.

    • Soft assert is commonly used in test automation frameworks like TestNG in Java.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What are the methods of select
  • Ans. 

    Methods of selecting elements in automation testing include using locators, XPath, CSS selectors, and various other strategies.

    • Using locators such as ID, class name, name, tag name, link text, and partial link text

    • Using XPath to navigate through elements in the HTML structure

    • Using CSS selectors to target elements based on their styles

    • Using various strategies like text matching, attribute values, and sibling/child relat...

  • Answered by AI
  • Q2. Background keyword of cucumber
  • Ans. 

    Cucumber is a keyword used in BDD (Behavior Driven Development) testing framework to define test scenarios in a human-readable format.

    • Cucumber is used to write test scenarios in Gherkin language

    • It helps in bridging the communication gap between technical and non-technical team members

    • Cucumber allows for easy collaboration and understanding of test cases

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is overriding
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Inheritance allows a subclass to inherit methods from its superclass.

    • Overriding allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • The method in the subclass must have the same name, return type, and pa...

  • Answered by AI
  • Q2. Basic java programs
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and strong communication abilities.

    • Attention to detail - I have a keen eye for spotting errors and ensuring accuracy in my work.

    • Problem-solving skills - I am able to analyze complex problems and come up with effective solutions.

    • Strong communication abilities - I can effectively communicate with team members and stakeholders to ensure clarity and collabor

  • Answered by AI
  • Q2. Explain agile process and environment
  • Ans. 

    Agile process is a software development methodology that promotes adaptive planning, evolutionary development, early delivery, and continuous improvement.

    • Agile process involves breaking down the project into small increments called sprints

    • It emphasizes collaboration between cross-functional teams

    • Feedback is gathered regularly from stakeholders to make necessary adjustments

    • Scrum, Kanban, and XP are common frameworks use

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 mins based on aptitude

Round 2 - Coding Test 

90 min based on DSA

Interview Preparation Tips

Topics to prepare for Accenture Sdet Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Self-Assessment: Take time to understand your skills, strengths, weaknesses, and interests. Knowing yourself well will help you target suitable positions and industries.
Research: Explore various industries, companies, and job roles. Research market trends, company culture, and job requirements to align your goals with opportunities available.
Networking: Build and maintain professional relationships. Attend networking events, join industry-specific groups or online forums, and leverage social media platforms like LinkedIn to connect with professionals in your field.
Resume and Cover Letter: Tailor your resume and cover letter for each job application. Highlight relevant experiences, skills, and accomplishments that align with the job requirements. Keep them concise, clear, and error-free.
Interview Preparation: Practice common interview questions and scenarios. Research the company and its culture, prepare questions to ask the interviewer, and be ready to articulate how your skills and experiences make you a good fit for the role.
Continuous Learning: Stay updated with industry trends, advancements, and new technologies. Consider taking courses, attending workshops, or obtaining certifications to enhance your skill set and marketability.
Flexibility and Persistence: Be open to new opportunities and willing to adapt to changing circumstances. Job searching can be challenging and may require perseverance. Stay positive, maintain a routine, and seek support from friends, family, or career counselors if needed.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good and easy, guesstimate and puzzles

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

(1 Question)

  • Q1. Tell me about yourself
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Add very long numbers integers.

Round 3 - Technical 

(3 Questions)

  • Q1. System Design. Design central logging system.
  • Ans. 

    Design a central logging system for efficient monitoring and troubleshooting.

    • Use a centralized server to collect logs from all systems

    • Implement log aggregation tools like ELK stack or Splunk

    • Set up alerts for critical errors or anomalies

    • Ensure secure access controls for log data

    • Consider scalability and storage requirements

  • Answered by AI
  • Q2. Central logging system
  • Q3. Ratelimit apis not system design
  • Ans. 

    Ratelimiting APIs is a crucial aspect of ensuring system stability and preventing abuse.

    • Implement rate limiting to restrict the number of API calls a user can make within a specific time frame.

    • Use tokens or counters to track and enforce rate limits.

    • Consider using a distributed cache or database to store rate limit data for scalability.

    • Monitor and adjust rate limits based on usage patterns and system performance.

    • Provide...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for leadership principles questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via campus placement at Manav Rachana International University, Faridabad and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was actually a mix of aptitude and technical. 1st round included aptitude, English, essay writing and coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. This was an online technical interview round. Questions were moderate on difficulty level. The interviewer was friendly and asked questions from the resume.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical+HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - I think with good communication skills and basic knowledge of your domain will enable you to qualify this round. Also be confident, extremely important.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

From string, reverse the string and check palingdrone

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about old culural exp
  • Ans. 

    I have had the opportunity to experience various old cultural traditions and practices.

    • Participating in traditional festivals and ceremonies

    • Learning about ancient customs and rituals

    • Visiting historical sites and museums

    • Interacting with elders and hearing their stories

  • Answered by AI
  • Q2. Tell me about yourself

Tell us how to improve this page.

Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
Paytm Interview Questions
3.3
 • 771 Interviews
PhonePe Interview Questions
4.0
 • 303 Interviews
View all
FIS Sdet (Software Development Engineer in Test) Salary
based on 4 salaries
₹10.1 L/yr - ₹15.2 L/yr
36% less than the average Sdet (Software Development Engineer in Test) Salary in India
View more details
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.6k salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Lead Engineer
683 salaries
unlock blur

₹7.3 L/yr - ₹27 L/yr

Team Member
677 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
638 salaries
unlock blur

₹9.9 L/yr - ₹32.1 L/yr

Explore more salaries
Compare FIS with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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