Upload Button Icon Add office photos

Filter interviews by

Millennium Management QA Engineer Interview Questions and Answers

Updated 16 Jul 2024

Millennium Management QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image santosh singh

posted on 16 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was leetcode easy question. Interviwer asked about general question.
Implement a stack.

Round 2 - Coding Test 

Parenthesis validations question.
QA automation related questions.

Round 3 - HR 

(2 Questions)

  • Q1. Whats the challenges faced in last company
  • Q2. WHy you want to join millennium?

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy

QA Engineer Jobs at Millennium Management

View all

Interview questions from similar companies

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
-
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Abouy agile methodology
Interview experience
5
Excellent
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 - One-on-one 

(1 Question)

  • Q1. Experience and Knowledge Gained .
Round 3 - HR 

(1 Question)

  • Q1. Knowledge and Work Experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience will be preferable.
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 Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium questions - iframes, window handles, locators, synchronization (waits)
  • Q2. What is Test harness
  • Ans. 

    Test harness is a software tool used to run automated tests on software applications.

    • Test harness provides a framework for running test cases and reporting results.

    • It includes test data, test scripts, and a way to execute tests.

    • Test harness can simulate user interactions and test different scenarios.

    • Examples of test harness tools include JUnit for Java and NUnit for .NET.

  • Answered by AI
  • Q3. How will you write test case for a scenario
  • Ans. 

    To write a test case for a scenario, identify the objective, define test steps, determine expected results, and validate the outcome.

    • Identify the objective of the test case

    • Define the test steps to be executed

    • Determine the expected results for each step

    • Validate the outcome against the expected results

    • Include preconditions and postconditions if necessary

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. 1. Unit Test 2. Java program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Try not to answer any wrong answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Including coding questions and basic questions regarding QA and backend and front end technologies.

Round 3 - Technical 

(1 Question)

  • Q1. What is QA Testing? Why do you want to join UBS?
  • Ans. 

    QA testing is the process of ensuring that software products meet the required quality standards.

    • QA testing involves identifying defects and errors in software products.

    • It includes testing the functionality, performance, security, and usability of software.

    • QA testing is done throughout the software development life cycle to ensure that the final product meets the customer's requirements.

    • Examples of QA testing tools inc

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Coding Test 

Java coding get the largest number

Millennium Management Interview FAQs

How many rounds are there in Millennium Management QA Engineer interview?
Millennium Management interview process usually has 3 rounds. The most common rounds in the Millennium Management interview process are Coding Test and HR.
How to prepare for Millennium Management QA Engineer 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 Millennium Management. The most common topics and skills that interviewers at Millennium Management expect are Financial Services, Python, SQL, Automation Testing and GIT.

Tell us how to improve this page.

Millennium Management QA Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
QA Engineer

Bangalore / Bengaluru

5-11 Yrs

Not Disclosed

Explore more jobs
Software Engineer
10 salaries
unlock blur

₹40 L/yr - ₹99 L/yr

Compliance Analyst
5 salaries
unlock blur

₹7.5 L/yr - ₹15.4 L/yr

Software Developer
4 salaries
unlock blur

₹40 L/yr - ₹150 L/yr

Quantitative Researcher
4 salaries
unlock blur

₹45 L/yr - ₹90 L/yr

Accountant
4 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Explore more salaries
Compare Millennium Management with

The Blackstone Group

3.2
Compare

Citadel

3.9
Compare

Renaissance Technologies

1.0
Compare

AQR Capital Management

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