Upload Button Icon Add office photos

Fidelity Investments

Compare button icon Compare button icon Compare
4.2

based on 905 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Fidelity Investments Sdet Interview Questions and Answers

Updated 19 Aug 2024

Fidelity Investments Sdet Interview Experiences

2 interviews found

Sdet Interview Questions & Answers

user image Anonymous

posted on 19 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions mostly related to Java and Api

Round 2 - Assignment 

Algorithm specific questions to understand approach

Sdet Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2022

Round 1 - Coding Test 

Coding and mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Technical round about QA process

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on automation and technical stuffs.

Sdet Interview Questions Asked at Other Companies

Q1. Given a M x N 2D array containing random alphabets and a function ... read more
asked in Amazon
Q2. what happen between, when you enter a URL into a browser address ... read more
asked in InMobi
Q3. In a line where words are separated by spaces, , and capitalize f ... read more
Q4. Given a circular linked list containing sorted elements (int valu ... read more
asked in Amazon
Q5. how will you check that each page of amazon.com is having its log ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Pusedo code explain and improve
  • Ans. 

    Pseudo code explanation and improvement for better understanding and efficiency

    • Pseudo code is a high-level description of a computer program or algorithm

    • It uses natural language mixed with programming language-like syntax

    • Improvements can include adding comments for clarity, using proper indentation, and simplifying complex logic

    • Example: Original pseudo code - 'if x > 5 then print 'Hello World' else print 'Goodbye'

    • Impro...

  • Answered by AI
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, libraries, and tools used to develop and maintain software applications.

    • Provides structure and organization for code

    • Promotes code reusability

    • Facilitates automation and testing

    • Examples: Selenium for web automation, JUnit for unit testing

  • Answered by AI
Round 2 - Group Discussion 

Agile and day to day working
Stakeholders and conflict management

Round 3 - HR 

(2 Questions)

  • Q1. Salary and benefits
  • Q2. Ways of working
  • Ans. 

    Effective ways of working include clear communication, collaboration, prioritization, and continuous improvement.

    • Clear communication is essential for sharing information and avoiding misunderstandings.

    • Collaboration helps team members work together towards common goals.

    • Prioritization ensures that tasks are completed in the most efficient order.

    • Continuous improvement involves learning from mistakes and finding ways to wo...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. OOPS Concepts,Java Coding,Testing
Round 2 - Technical 

(1 Question)

  • Q1. Selenium, APIs, Automation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(5 Questions)

  • Q1. Basic questions on manual testing concepts, SQL query, Unix shell scripting questions,etl and some situations based questions
  • Q2. What is bug life cycle
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

    • Bug identification: Bug is identified by QA engineer during testing.

    • Bug reporting: QA engineer reports the bug with detailed information.

    • Bug fixing: Developer fixes the bug based on the reported details.

    • Bug retesting: QA engineer retests the fixed bug to ensure it is resolved.

    • Bug closing: Once the bug is confirmed fix

  • Answered by AI
  • Q3. Write query for duplicate records
  • Ans. 

    Query to find duplicate records in a database table

    • Use GROUP BY clause with HAVING COUNT() function to identify duplicate records

    • Select columns to display duplicate records

    • Example: SELECT column1, column2, COUNT(*) FROM table_name GROUP BY column1, column2 HAVING COUNT(*) > 1

  • Answered by AI
  • Q4. How to copy one file to another
  • Ans. 

    Use a file copy command to copy one file to another

    • Use the 'cp' command in Unix/Linux systems

    • Syntax: cp source_file destination_file

    • Example: cp file1.txt file2.txt

  • Answered by AI
  • Q5. How would you handle major bugs in your current project

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

UBS user image Sayali Bagal

posted on 10 Oct 2024

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

(2 Questions)

  • Q1. Write program to get count of letters in a word
  • Ans. 

    Program to count letters in a word using array of strings

    • Create an array to store the count of each letter in the word

    • Iterate through each letter in the word and increment the count in the array

    • Return the array with the count of each letter

  • Answered by AI
  • Q2. How to find elements that are not available in dom in selenium? exception in selenium
  • Ans. 

    To find elements not available in DOM in Selenium, use try-catch block to handle NoSuchElementException.

    • Use try-catch block to handle NoSuchElementException when trying to find elements not available in DOM.

    • Catch the exception and handle it appropriately in the code.

    • Use WebDriverWait with ExpectedConditions to wait for the element to be present before interacting with it.

  • 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 was interviewed in Oct 2024.

Round 1 - Coding Test 

Basics js question was there

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Types of testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers.

    • Automated testing: Testing performed using automate...

  • Answered by AI
  • Q2. Cucumber framework
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. General discussion

Skills evaluated in this interview

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

Maths. reasoning, logical etc

Round 2 - Coding Test 

Java coding and logical testing

Round 3 - HR 

(1 Question)

  • Q1. Given the input values and find output response
  • Ans. 

    The question is asking to provide the output response based on given input values.

    • Understand the input values provided

    • Analyze the expected output based on the input values

    • Apply any relevant logic or rules to determine the output response

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and well prepared
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Hackerearth test 2 automata questions , 7 automata fix and 8 mcq

Fidelity Investments Interview FAQs

How many rounds are there in Fidelity Investments Sdet interview?
Fidelity Investments interview process usually has 2 rounds. The most common rounds in the Fidelity Investments interview process are Coding Test, Technical and Assignment.

Tell us how to improve this page.

Fidelity Investments Sdet Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 562 Interviews
Wells Fargo Interview Questions
3.9
 • 561 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Goldman Sachs Interview Questions
3.6
 • 407 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
Morgan Stanley Interview Questions
3.7
 • 305 Interviews
Morningstar Interview Questions
3.9
 • 242 Interviews
Bank of America Interview Questions
4.3
 • 234 Interviews
View all
Fidelity Investments Sdet Salary
based on 4 salaries
₹12 L/yr - ₹18 L/yr
7% more than the average Sdet Salary in India
View more details

Fidelity Investments Sdet Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Lead Software Engineer
974 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Software Engineer
914 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Process Specialist
295 salaries
unlock blur

₹3.4 L/yr - ₹7.2 L/yr

Principal Software Engineer
218 salaries
unlock blur

₹19.8 L/yr - ₹55 L/yr

Senior Process Specialist
187 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Fidelity Investments with

Vanguard

4.1
Compare

Blackrock

3.8
Compare

Charles Schwab

4.2
Compare

JPMorgan Chase & Co.

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