Upload Button Icon Add office photos

Nutanix

Compare button icon Compare button icon Compare

Filter interviews by

Nutanix Senior QA Engineer Interview Questions and Answers

Updated 2 Aug 2024

Nutanix Senior QA Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was some sorting question - 1 Hour JAVA

Round 2 - Technical 

(2 Questions)

  • Q1. Some selenium and java based question
  • Q2. How would kill the child process
  • Ans. 

    Use the kill command with the child process ID to terminate it

    • Find the child process ID using tools like ps or pgrep

    • Use the kill command with the appropriate signal (e.g. SIGTERM, SIGKILL) and the child process ID

    • Example: kill -9

Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Given a String contains only 0s, 1s and 2s, count the number of sub strings that have equal number of 0s, 1s, and 2s. Input : str = "0102010" output : 2. Very Hard question is being asked in interview for...
  • Ans. 

    Count the number of substrings with equal number of 0s, 1s, and 2s in a given string.

    • Iterate through the string and maintain counts of 0s, 1s, and 2s encountered so far.

    • Keep track of the counts in a hashmap and increment the count of substrings whenever counts of 0s, 1s, and 2s are equal.

    • Return the total count of substrings at the end.

  • Answered by AI
  • Q2. Group of anagrams together. input : ["eat", "tea", "tan", "ate", "nat", "bat"] output : [["eat" ,"tea", "ate"],["tan", "nat"],["bat"]] This is another hard level question is asked in interview for the QA p...
  • Ans. 

    Group anagrams together in an array of strings.

    • Create a hashmap to store sorted strings as keys and corresponding anagrams as values.

    • Iterate through the input array, sort each string, and add it to the hashmap.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.

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 - Technical 

(3 Questions)

  • Q1. If 2 threads are given and one burns in 30 minutes, how you can count 45 minutes
  • Ans. Burn 1 thread at one end another at both ends
  • Answered by Tejas
  • Q2. OOPS concepts explain in practical manner
  • Ans. 

    OOPS concepts are fundamental to software engineering. They help in creating modular, reusable, and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Ability of objects to take on multiple forms.

    • Abstraction: Focusing on essential features and ignoring implementation details.

    • Example: A car is ...

  • Answered by AI
  • Q3. Selenium practical based questions
Round 3 - HR 

(2 Questions)

  • Q1. Reason behind leaving current company
  • Q2. Financial growth, technical growth

Interview Preparation Tips

Topics to prepare for Dassault Systemes Senior QA Engineer interview:
  • robot framework
  • Python
  • Java
  • Selenium
Interview preparation tips for other job seekers - Selenium basics
Selenium practical question
Core Java
OOPS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java related qs

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Requirement Analysis Questions, Functional domain knowledge, Testing Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have clear understanding of Functional and Test Management, defect management and domain knowledge

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is SRS, BRD
  • Ans. 

    SRS stands for Software Requirements Specification and BRD stands for Business Requirements Document.

    • SRS is a document that outlines the functional and non-functional requirements of a software system.

    • BRD is a document that outlines the business requirements of a project.

    • SRS is used by developers and testers to understand what needs to be built and tested.

    • BRD is used by project managers and stakeholders to understand t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have clear domain knowledge

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was Technical + Aptitude MCQ round.The technical section consisted if MCQ related to DSA,OS,DBMS.The aptitude section consisted of questions related to basic mathematics.

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the given criteria.

    • Consider the ratings of adjacent students to decide the number of candies to distribute.

    • Calculate the total candies req...

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

It was a technical interview testing the basic skills of OS and DBMS of candidates along with few project discussions from your CV.

  • Q1. Can you write 15 Linux commands along with their functions?
  • Ans. 

    List of 15 Linux commands with their functions

    • ls - list directory contents

    • pwd - print working directory

    • cd - change directory

    • mkdir - make a new directory

    • rm - remove files or directories

    • cp - copy files and directories

    • mv - move or rename files and directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • ps - display information about running processes

    • top - display and update sorted information about pr...

  • Answered by AI
  • Q2. What are DDL (Data Definition Language) and DML (Data Manipulation Language)?
  • Ans. 

    DDL is used to define the structure of database objects, while DML is used to manipulate data within those objects.

    • DDL includes commands like CREATE, ALTER, DROP to define database objects like tables, indexes, etc.

    • DML includes commands like INSERT, UPDATE, DELETE to manipulate data within tables.

    • Example of DDL: CREATE TABLE employees (id INT, name VARCHAR(50));

    • Example of DML: INSERT INTO employees VALUES (1, 'John Doe

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vellore Institute of Technology. I applied for the job as System Engineer in BangaloreEligibility criteriaAbove 8 CGPACerner Corporation interview preparation:Topics to prepare for the interview - Data Structures, DBMS, Linux, Algorithms,Cloud computing, Operating systemsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be clear about the concepts of Linux and shell scripting.
Tip 2 : Learn about the basics of Data structures and Algorithm.
Tip 3 : Be prepared to explain your projects mentioned in your CV.

Application resume tips for other job seekers

Tip 1 : Use professional Keywords in your resume.
Tip 2 : Don't mention anything you are not confident in.

Final outcome of the interviewSelected

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. ACTIVE DIRECTORY, DHCP, DNS and Windows Server, Linux basic questions, Linux fundamental and networking basics.
Round 2 - One-on-one 

(1 Question)

  • Q1. Behaviour questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for interview by learning all IT fundamentals.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Linux boot process
  • Q2. Disk partition questions
  • Q3. Network troubleshooting
  • Q4. Other troubleshooting
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - English proficiency test 

(1 Question)

  • Q1. Automated Online test which tested speaking, writing, listening.
Round 2 - Technical 

(3 Questions)

  • Q1. List any 5 linux commands
  • Ans. 

    List of 5 commonly used Linux commands for system engineers

    • ls - list directory contents

    • pwd - print working directory

    • cd - change directory

    • grep - search for specific text in files

    • chmod - change file permissions

  • Answered by AI
  • Q2. Where do you see yourself in 5 years
  • Q3. Few questions about SQL

Skills evaluated in this interview

Nutanix Interview FAQs

How many rounds are there in Nutanix Senior QA Engineer interview?
Nutanix interview process usually has 2 rounds. The most common rounds in the Nutanix interview process are Coding Test and Technical.
How to prepare for Nutanix Senior 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 Nutanix. The most common topics and skills that interviewers at Nutanix expect are AWS, Automation Framework, Computer science, Java and Python.
What are the top questions asked in Nutanix Senior QA Engineer interview?

Some of the top questions asked at the Nutanix Senior QA Engineer interview -

  1. how would kill the child proc...read more
  2. Some selenium and java based quest...read more

Tell us how to improve this page.

Nutanix Senior QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Member Technical Staff
100 salaries
unlock blur

₹14 L/yr - ₹48 L/yr

System Reliability Engineer
46 salaries
unlock blur

₹10.3 L/yr - ₹30.5 L/yr

Technical Staff Member 3
38 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Solution Consultant
36 salaries
unlock blur

₹20 L/yr - ₹23 L/yr

Mts1
35 salaries
unlock blur

₹16 L/yr - ₹38.4 L/yr

Explore more salaries
Compare Nutanix with

Red Hat

4.3
Compare

24/7 Customer

3.5
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

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