Upload Button Icon Add office photos
Engaged Employer

i

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

NICE Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NICE Sdet Lead Interview Questions and Answers

Updated 21 Jan 2025

NICE Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image Rogue Knight

posted on 21 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Nice and nice and nice and nice and nice and nice and nice and nice and nice and

Round 2 - One-on-one 

(2 Questions)

  • Q1. Nice and nice and nice and nice
  • Q2. Rjd ke liye message Kiya tha na
Round 3 - Aptitude Test 

Aptitude test and attribute of the day of the day of the day of

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice and nice and nice and nice and nice and nice

Interview questions from similar companies

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

(1 Question)

  • Q1. Check palindrom from given string
  • Ans. 

    Check if a given string is a palindrome

    • Iterate through the string from both ends and compare characters

    • Ignore spaces and punctuation marks while checking for palindrome

    • Convert the string to lowercase for case-insensitive comparison

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Debugging an application and wirtting cases
  • Ans. 

    Debugging an application involves identifying and fixing issues in the code, while writing test cases ensures the application functions correctly.

    • Understand the functionality of the application and identify the root cause of the issue

    • Use debugging tools like breakpoints, logging, and stack traces to pinpoint the problem

    • Write test cases to cover different scenarios and ensure the issue is resolved

    • Reproduce the issue to ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Combination of abvoe two rounds
Round 4 - Technical 

(1 Question)

  • Q1. Combination of above three rounds
Round 5 - HR 

(1 Question)

  • Q1. Discussed about why this company and the compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend

Skills evaluated in this interview

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

Codility test. Data structure and algos

Round 2 - Technical 

(2 Questions)

  • Q1. Greedy algrithm
  • Q2. Sorting an array
  • Ans. 

    Sorting an array of strings

    • Use built-in sorting functions like sort() in most programming languages

    • Consider the case sensitivity of the strings when sorting

    • You can customize the sorting order by providing a comparison function

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions & Answers

Autodesk user image Anonymous

posted on 18 Oct 2024

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

I was interviewed in Sep 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated SDET with a passion for automation testing and ensuring software quality.

    • Experienced in creating and executing automated test scripts using tools like Selenium and JUnit

    • Proficient in programming languages such as Java and Python

    • Skilled in identifying and reporting software defects

    • Strong understanding of software development lifecycle and agile methodologies

  • Answered by AI
  • Q2. Why you want to join autodesk
  • Ans. 

    I want to join Autodesk because of its innovative technology and global impact in the design industry.

    • Autodesk is a leader in providing cutting-edge software solutions for design and engineering professionals

    • I am excited about the opportunity to work on challenging projects and contribute to the company's success

    • I admire Autodesk's commitment to sustainability and diversity in the workplace

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. Work experinece
  • Q2. Behavioral Questions
  • Q3. Scenario based questions
Round 3 - Technical 

(2 Questions)

  • Q1. Javascript basic difference between var let.
  • Ans. 

    var is function scoped, let is block scoped in JavaScript.

    • var is function scoped, let is block scoped

    • var can be redeclared, let cannot be redeclared

    • let is recommended for use over var in modern JavaScript

  • Answered by AI
  • Q2. OOPS concept of java
  • Ans. 

    OOPS concept of Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation detail

  • Answered by AI
Round 4 - Group Discussion 

How you handle a difficult situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in the interview

Skills evaluated in this interview

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

I applied via campus placement at Marathwada Mitra Mandal's College of Engineering, Pune and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General apptitude and 2 easy coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. What polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can override these methods to have t

  • Answered by AI
  • Q2. What is virtualization
  • Ans. 

    Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

    • Virtualization allows multiple virtual instances to run on a single physical machine

    • It helps in optimizing resources and increasing efficiency

    • Examples include VMware, VirtualBox, and Hyper-V

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

It was on hackerrank(OA). There were two string and array based medium question.(Part of Blind 75 list)

Sdet Interview Questions & Answers

Fynd user image Anonymous

posted on 20 Jul 2024

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

(2 Questions)

  • Q1. How will you Handle/ Locate Dynamic Web Elements in a Web Table?
  • Ans. 

    To handle dynamic web elements in a web table, I will use techniques like XPath, CSS selectors, and dynamic element identification.

    • Use XPath to locate elements based on their attributes or position in the DOM

    • Utilize CSS selectors to target specific elements based on their styling

    • Implement dynamic element identification techniques to handle elements that change on page reloads or updates

  • Answered by AI
  • Q2. Find Missing numbers from an Integer Array
  • Ans. 

    Find missing numbers in an integer array

    • Iterate through the array and keep track of seen numbers

    • Compare the seen numbers with a range of expected numbers to find missing ones

    • Handle edge cases like duplicates or negative numbers

    • Example: Array [1, 2, 4, 6] should return missing numbers 3 and 5

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude and out put realted questions

Round 2 - Coding Test 

Face to face dsa and string manipulations

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a java program to convert the first letter of each word in upper case
  • Ans. 

    Java program to convert first letter of each word to upper case

    • Split the input string into an array of words

    • Iterate through each word and capitalize the first letter

    • Join the words back together into a single string

  • Answered by AI
  • Q2. Write a java program to remove the duplicate characters from a string
  • Ans. 

    Java program to remove duplicate characters from a string

    • Create a HashSet to store unique characters

    • Iterate through the string and add each character to the HashSet

    • Construct a new string by appending characters from the HashSet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Git workflow and xpath. Reverse a string

NICE Interview FAQs

How many rounds are there in NICE Sdet Lead interview?
NICE interview process usually has 3 rounds. The most common rounds in the NICE interview process are Aptitude Test and One-on-one Round.

Tell us how to improve this page.

NICE Sdet Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sdet Lead Interview Questions from Similar Companies

TCS Sdet Lead Interview Questions
3.7
 • 7 Interviews
View all
Software Engineer
249 salaries
unlock blur

₹7 L/yr - ₹18.5 L/yr

Technical Lead
175 salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Senior Software Engineer
157 salaries
unlock blur

₹11.5 L/yr - ₹30 L/yr

Software Engineering Specialist
142 salaries
unlock blur

₹18.5 L/yr - ₹44 L/yr

Software Engineer and Technical Lead
124 salaries
unlock blur

₹9 L/yr - ₹27.1 L/yr

Explore more salaries
Compare NICE with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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