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 Associate Software Engineer Interview Questions and Answers

Updated 21 Sep 2024

NICE Associate Software Engineer Interview Experiences

2 interviews found

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

There is aptitude+DBMS+OS+coding online test round

Round 2 - Technical 

(4 Questions)

  • Q1. OOP-Polymorphism
  • Q2. DSA-Mirror image of binary tree
  • Ans. 

    Mirror image of a binary tree involves swapping the left and right children of each node.

    • Start with the root node and recursively swap the left and right children of each node.

    • Repeat this process for all nodes in the binary tree.

    • The resulting tree will be the mirror image of the original binary tree.

  • Answered by AI
  • Q3. SQL query related to joins
  • Q4. Discussion on projects and internship experience

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Focus on operating systems, dbms and oops

Round 2 - Coding Test 

Focus on data structures and algorithms

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on selected track.
Round 2 - Coding Test 

The programming languages available for coding were determined by the chosen track (AI-ML in my case), which included Python and Java. Two coding challenges centered on array and string manipulation, with difficulty levels categorized as easy and medium.

Round 3 - AI Proctored Interview 

(1 Question)

  • Q1. Total of 13 questions. No interviewer. AI based Interview. Questions included Technical questions , a coding question and HR questions as well.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy 1 dsa and 35 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. All oops concepts in detail
  • Ans. 

    Object-oriented programming concepts 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 complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Linked list implementation and some questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

20 Mcqs and 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sort zeroes to end of array
  • Ans. 

    Sort zeroes to end of array

    • Iterate through the array and move all zeroes to the end

    • Use two pointers approach to swap elements

    • Maintain a count of zeroes encountered

  • Answered by AI
  • Q2. Questions on oops

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions Based on arrays level of medium

Round 2 - Technical 

(1 Question)

  • Q1. 2 questions based on array and linked list
Round 3 - Technical 

(1 Question)

  • Q1. Question based on metrix
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for ServiceNow Associate Software Engineer interview:
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - Mostly data structures topics are important so you can practicing data structures questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It was c++ coding test

Round 2 - Technical 

(1 Question)

  • Q1. Coding questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Network related questions
Round 4 - HR 

(1 Question)

  • Q1. About myself and other details

I was interviewed before May 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Timing - flexible 12 hours window to take the test. (9AM - 9PM)
Test was proctored

  • Q1. 

    Combination Sum Problem Statement

    Given three integers X, Y, and Z, calculate the sum of all numbers that can be formed using the digits 3, 4, and 5. Each digit can be used up to a maximum of X, Y, and Z ...

  • Q2. 

    Longest Path In Directed Graph Problem Statement

    Given a Weighted Directed Acyclic Graph (DAG) comprising 'N' nodes and 'E' directed edges, where nodes are numbered from 0 to N-1, and a source node 'Src'....

Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

Timing - 9:00 AM - 9:40 AM

  • Q1. 

    Factorial Trailing Zeros Problem

    You are provided with a positive integer N. Your goal is to determine the smallest number whose factorial has at least N trailing zeros.

    Example:

    Input:
    N = 1
    Output:
    ...
  • Q2. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, your task is to return the head of the reversed linked list.

    Example:

    Input:
    The given linked list is 1 -> 2 -> 3 -&g...
Round 3 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

Timing - 12:00 Pm to 12:40 PM

  • Q1. 

    Implementing a Priority Queue Using Heap

    Ninja has been tasked with implementing a priority queue using a heap data structure. However, he is currently busy preparing for a tournament and has requested yo...

  • Q2. 

    Largest BST Subtree Problem

    Given a binary tree with 'N' nodes, determine the size of the largest subtree that is also a BST (Binary Search Tree).

    Input:

    The first line contains an integer 'T', represen...
Round 4 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Timing - 6:00 PM - 6:30 PM

  • Q1. Can you design a system similar to Splitwise and identify three features that you would change or improve?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as Associate Software Engineer in BangaloreEligibility criteriaNo criteriaSalesforce interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, OOPS, OS, DBMS.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For fresher role, System design is not very important.
Tip 2 : Do at least 1-2 good quality projects.
 

Application resume tips for other job seekers

Tip 1 : Have 1-2 good engaging projects in resume.
Tip 2 : Internships are helpful.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

There is only one 2 hr test. In that 4 sections. Domain specific Qus, English, coding, Gaming

Round 2 - Technical 

(2 Questions)

  • Q1. One easy coding Question
  • Q2. Project, Basic Data structure
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round was online assessment consisting of aptitude and coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. First round consisted of coding 3 questions. String reversal , binary to decimal, finding index of word "golden" in given sentence.
Round 3 - One-on-one 

(1 Question)

  • Q1. It involved questions related to my resume and computer networks and basics of c++.

NICE Interview FAQs

How many rounds are there in NICE Associate Software Engineer interview?
NICE interview process usually has 2 rounds. The most common rounds in the NICE interview process are Aptitude Test, Coding Test and Technical.
How to prepare for NICE Associate Software 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 NICE. The most common topics and skills that interviewers at NICE expect are Computer science, Web Services, Hibernate, JIRA and Javascript.
What are the top questions asked in NICE Associate Software Engineer interview?

Some of the top questions asked at the NICE Associate Software Engineer interview -

  1. DSA-Mirror image of binary t...read more
  2. SQL query related to jo...read more
  3. OOP-Polymorph...read more

Tell us how to improve this page.

NICE Associate Software Engineer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
NICE Associate Software Engineer Salary
based on 78 salaries
₹5.7 L/yr - ₹9.8 L/yr
36% more than the average Associate Software Engineer Salary in India
View more details

NICE Associate Software Engineer Reviews and Ratings

based on 12 reviews

3.9/5

Rating in categories

3.8

Skill development

2.9

Work-life balance

3.4

Salary

3.7

Job security

3.8

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
252 salaries
unlock blur

₹6.5 L/yr - ₹18.3 L/yr

Technical Lead
175 salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Senior Software Engineer
164 salaries
unlock blur

₹11.5 L/yr - ₹31.5 L/yr

Software Engineer and Technical Lead
124 salaries
unlock blur

₹9 L/yr - ₹27.1 L/yr

Software Engineering Specialist
118 salaries
unlock blur

₹19.1 L/yr - ₹44 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