Upload Button Icon Add office photos

Nutanix

Compare button icon Compare button icon Compare

Filter interviews by

Nutanix Sdet Automation Test Engineer Interview Questions and Answers for Freshers

Updated 19 Jan 2025

Nutanix Sdet Automation Test Engineer Interview Experiences for Freshers

1 interview found

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Work Experience?
  • Q2. Questions Regarding CV ?
  • Q3. Question on Xpath (Selenium)
  • Q4. Questions on Python basic coding
  • Q5. Questions on API Testing
Round 2 - Coding Test 

Q1) Write a functions to perform all CRUD in api.
Q2) Given two sorted list
ar1 =[1,2,3,4,7,7,12,18,19]
ar2 = [3, 4, 7, 7,14, 18, 19]

You can add and find largest sum but you can switch when ar1 and ar2 have same numbers.

Solution: you can base your solution on merge algo and recursively call your function to return largest sum possible.

Interview Preparation Tips

Interview preparation tips for other job seekers - The first interviewer was very up high in the rank but was very bad at taking interviews.
He did said ask if you have anything to ask.
But when I started asking questions, he behaved very badly .
I do not remember his name. You should forget toxic people immediately.
It was shocking to me that he was Staff Engineer.

The second round of interview was the best experience I ever had.
I remember his name but for sake of confidconfidentiality, I will only tell his position. He was MTS 3.
The questions were very good and the interviewer was very soft spoken and knowledgeable.
He answered my questions and would love to see these people climb up the ladder rather than others.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2022. There were 4 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 - Coding Test 

Basic Easy Level LeetCode Questions.

Round 3 - Coding Test 

Medium Level Questions from LeetCode along with questions on String and one scenario based DS question.

Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round where he asked me about my past experience and some basic day to day tasks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

6 questions asked in an interview

Round 2 - Technical 

(2 Questions)

  • Q1. Slider window problem
  • Ans. 

    The slider window problem involves finding the maximum sum of a subarray of a fixed size k within an array of integers.

    • Use a sliding window approach to efficiently find the maximum sum subarray.

    • Keep track of the current sum within the window and update it as you slide the window.

    • Maintain a variable to store the maximum sum found so far.

    • Example: Given array [1, 3, -1, -3, 5, 3, 6, 7] and window size k=3, the maximum sum

  • Answered by AI
  • Q2. Stock buy sell problem
  • Ans. 

    The stock buy sell problem involves finding the maximum profit that can be made by buying and selling a stock at the right times.

    • Calculate the difference between each pair of consecutive prices in the array

    • Find the maximum subarray sum of the differences using Kadane's algorithm

    • The maximum subarray sum is the maximum profit that can be made

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Networking related questions
  • Q2. Questions related to file transfer between multiple systems
Round 2 - Technical 

(2 Questions)

  • Q1. Multithreading questions
  • Q2. Related to multiple thread synchronization, lock etc
Round 3 - Coding Test 

Space and time complexities were asked for program

Round 4 - Technical 

(1 Question)

  • Q1. Managerial round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain framework
  • Ans. 

    A framework is a set of guidelines, libraries, and tools that help in developing and executing automated tests efficiently.

    • Provides structure and organization for test automation projects

    • Promotes reusability of code and components

    • Offers built-in functionalities for common testing tasks

    • Supports integration with different tools and technologies

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

    My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.

    • Utilizes Selenium WebDriver for interacting with web elements

    • Uses TestNG for test case management and execution

    • Employs data-driven approach for test data management

    • Supports parallel execution for faster testing

    • Includes reporting features for test results analysis

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 Basic leetcode problems

Round 2 - One-on-one 

(4 Questions)

  • Q1. Asked questions from my Resume.
  • Q2. Asked questions about my Non-Technical Experiences
  • Q3. Asked me to automate some things from selenium webdriver because I had mentioned projects on resume.
  • Q4. Asked me to write some content explaining about cybersecurity awareness because I had mentioned Content Writing on my resume.

Interview Preparation Tips

Topics to prepare for IBM Sdet Automation Test Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Be Honest and Concise, Dont overshare when a question is asked, just answer the question in its entirety
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 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 

(2 Questions)

  • Q1. Selenium and testng questions.
  • Q2. Java program to reverse a sentence
  • Ans. 

    Java program to reverse a sentence

    • Split the sentence into words using the split() method

    • Create a new array to store the reversed words

    • Iterate through the words in reverse order and add them to the new array

    • Join the reversed words using the join() method to form the reversed sentence

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Oops and collection questions.
  • Q2. Program to find repeated character in a word.
  • Ans. 

    Program to find repeated character in a word.

    • Iterate through each character in the word

    • Store each character in a data structure

    • If a character is already present in the data structure, it is a repeated character

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Core java and OOPS concepts and basic coding tricks and puzzly questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Selenium webdriver basic
  • Q2. Automation testing
Round 3 - HR 

(1 Question)

  • Q1. Salarydiscussion
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA two sum. question was asked
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 4 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 - Coding Test 

Java oops ds algo framework design api sql must

Round 3 - Coding Test 

Coding ds framework design sql

Round 4 - HR 

(2 Questions)

  • Q1. What is salary expectation
  • Q2. Location of joining and how soon you can join.

Nutanix Interview FAQs

How many rounds are there in Nutanix Sdet Automation Test Engineer interview for freshers?
Nutanix interview process for freshers usually has 2 rounds. The most common rounds in the Nutanix interview process for freshers are Technical and Coding Test.
What are the top questions asked in Nutanix Sdet Automation Test Engineer interview for freshers?

Some of the top questions asked at the Nutanix Sdet Automation Test Engineer interview for freshers -

  1. Questions on Python basic cod...read more
  2. Question on Xpath (Seleni...read more
  3. Questions on API Test...read more

Tell us how to improve this page.

Nutanix Sdet Automation Test Engineer Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more
Nutanix Sdet Automation Test Engineer Salary
based on 8 salaries
₹9.5 L/yr - ₹26 L/yr
7% more than the average Sdet Automation Test Engineer Salary in India
View more details

Nutanix Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Member Technical Staff
101 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Reliability Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mts1
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

MTS-4
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Staff Member 3
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nutanix with

Red Hat

4.3
Compare

VMware Software

4.4
Compare

Cisco

4.1
Compare

Dell

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