Upload Button Icon Add office photos

The Nuance Group AG

Compare button icon Compare button icon Compare

Filter interviews by

The Nuance Group AG Interview Questions and Answers

Updated 16 Feb 2025

The Nuance Group AG Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sql question find senond highest salary
  • Ans. 

    Query to find the second highest salary in a SQL database table.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the result to the second row.

    • Consider handling cases where there might be ties for the highest salary.

  • Answered by AI
  • Q2. Reverse the string
  • Ans. 

    Reverse a given string

    • Use string slicing with a step of -1 to reverse the string

    • Alternatively, use the built-in 'reversed' function to reverse the string

  • Answered by AI

Skills evaluated in this interview

Python Automation Engineer Interview Questions asked at other Companies

Q1. Find the largest no. to be created from the list of numbers in the string format. Example ['234', 56','100'] -> 56234100
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Question regarding anatomy.

Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2022

I applied via Company Website and was interviewed in Apr 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 - One-on-one 

(1 Question)

  • Q1. 1. Intro. 2. Medical Terminology 3. Case Study
Round 3 - HR 

(1 Question)

  • Q1. Offer Letter - discussion and info sharing

Interview Preparation Tips

Interview preparation tips for other job seekers - Must be fluent in representing their self.

Medical Terminology, anatomy, common drugs and lab tests must be on tips

Interview Questions & Answers

user image

posted on 23 Nov 2022

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in data analysis and problem-solving.

    • Experienced data analyst with a track record of successfully analyzing complex datasets

    • Proficient in various data analysis tools and programming languages such as Python and SQL

    • Strong problem-solving skills and ability to think critically

    • Excellent communication and presentation skills

    • Proven ability to work

  • Answered by AI
  • Q2. They will ask about previous experiences.
  • Ans. Tell them about your previous experiences
  • Answered by narendar dabade

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be easy and simple. No need to be nervous

The Nuance Group AG interview questions for popular designations

 Python Automation Engineer

 (1)

Jobs at The Nuance Group AG

View all

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join Incedo, what is your plan in future, explain your past experience with an example
  • Q2. Basic of capital market
  • Q3. Market capitalisation, capital market, derivatives, accounting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be more confident and should give prompt response

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude topics, 30 mins - 30 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case Study for how to design a data Lake ? standard questions - tell me about yourself, why us
  • Q2. Case Study for how to design a chess game

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Intern interview:
  • SQL
  • Java
Interview preparation tips for other job seekers - Easy, They want to check for approach and ability of the candidate

Interview Questionnaire 

1 Question

  • Q1. Filters in Tableau,sql
  • Ans. 

    Filters in Tableau and SQL are used to narrow down data based on specific criteria.

    • Filters in Tableau can be applied to individual worksheets or the entire dashboard

    • SQL filters can be applied using the WHERE clause

    • Tableau filters can be based on dimensions or measures

    • SQL filters can be based on any column in the table

    • Tableau filters can be interactive, allowing users to adjust the criteria

    • SQL filters can be combined wi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql,tableau,python, business understanding

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 1. If you given a no return its corresponding excel no.
  • Ans. 

    Convert given no to corresponding excel no.

    • Excel no starts from 1 and goes up to 16384

    • Excel no is calculated using column and row numbers

    • For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on

  • Answered by AI
  • Q2. 2. find unique character in a window of k size in a string
  • Ans. 

    Find unique characters in a window of k size in a string.

    • Use a sliding window approach.

    • Maintain a hash table to keep track of character frequency.

    • Remove characters from hash table as the window slides.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is very important. Give your solution from brute force to optimal. Interviewer has tell me to write code of both questions in any programming language.

Skills evaluated in this interview

The Nuance Group AG Interview FAQs

How many rounds are there in The Nuance Group AG interview?
The Nuance Group AG interview process usually has 1-2 rounds. The most common rounds in the The Nuance Group AG interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for The Nuance Group AG 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 The Nuance Group AG. The most common topics and skills that interviewers at The Nuance Group AG expect are Java, Azure, Kubernetes, SQL and Python.
What are the top questions asked in The Nuance Group AG interview?

Some of the top questions asked at the The Nuance Group AG interview -

  1. sql question find senond highest sal...read more
  2. reverse the str...read more
  3. 1. Intro. 2. Medical Terminology 3. Case St...read more

Tell us how to improve this page.

The Nuance Group AG Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 336 Interviews
CitiusTech Interview Questions
3.4
 • 271 Interviews
NeoSOFT Interview Questions
3.6
 • 264 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Altimetrik Interview Questions
3.8
 • 218 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 173 Interviews
View all

The Nuance Group AG Reviews and Ratings

based on 125 reviews

4.2/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

4.3

Salary

3.6

Job security

4.2

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 125 Reviews and Ratings
Cashier

Bangalore / Bengaluru

0-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
31 salaries
unlock blur

₹11.9 L/yr - ₹35.6 L/yr

Software Engineer
27 salaries
unlock blur

₹8.1 L/yr - ₹24 L/yr

Java Developer
14 salaries
unlock blur

₹4 L/yr - ₹4.9 L/yr

Software Developer
13 salaries
unlock blur

₹4.2 L/yr - ₹4.7 L/yr

Medical Scribe Specialist
12 salaries
unlock blur

₹4.3 L/yr - ₹8.3 L/yr

Explore more salaries
Compare The Nuance Group AG with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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