Upload Button Icon Add office photos
Engaged Employer

i

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

Cerence Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 108 Reviews

Filter interviews by

Cerence Senior Software Engineer Interview Questions and Answers

Updated 22 Oct 2024

Cerence Senior Software Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Java related basic questions
  • Q2. Android questions based on previous roles
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions were asked
  • Q2. In depth questions for knowledge check
Round 3 - Behavioral 

(2 Questions)

  • Q1. Previous roles & responsibilities
  • Q2. One basic stack & queue question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Last project details
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
Round 2 - Coding Test 

Given one code to do the optimization

Round 3 - HR 

(1 Question)

  • Q1. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Senior Software Engineers.

    • Consider my years of experience in software development

    • Take into account my expertise in specific programming languages or technologies

    • Research the average salary for Senior Software Engineers in the current market

    • Negotiate based on the benefits and perks offered by the company

  • Answered by AI

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Senior Software Engineer Jobs at Cerence

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website

Round 1 - Assignment 

A code to identify errors and write Junit. Optimise the code as well.

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks using queue
  • Ans. 

    Implementing a stack using two queues

    • Use two queues to simulate a stack

    • Push operation: Enqueue the element to queue 1

    • Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 1, then swap the queues

    • Top operation: Return the front element of queue 1

    • Example: Push 1, 2, 3 - Queue 1: [1, 2, 3], Queue 2: []

    • Example: Pop - Queue 1: [1, 2], Queue 2: [3]

  • Answered by AI
  • Q2. BFS and Knapsack problem, previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very clear with the technology stack and basic DSA problems.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. How to identify if a queue is circular
  • Ans. 

    A circular queue can be identified by checking if the rear pointer is one position behind the front pointer.

    • Check if rear pointer is one position behind front pointer

    • Check if front pointer is at index 0 and rear pointer is at index n-1 in an array of size n

    • Check if front pointer is at index rear+1 modulo n in an array of size n

  • Answered by AI
Round 2 - System design 

(1 Question)

  • Q1. Design notification system
  • Ans. 

    Design a notification system for a software application.

    • Identify the types of notifications needed (e.g. email, SMS, in-app)

    • Consider the frequency and urgency of notifications

    • Implement a notification queue to handle multiple notifications

    • Include user preferences for notification settings

    • Utilize push notifications for real-time updates

  • Answered by AI
Round 3 - Coding Test 

Write multiple polyfills for array

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test. Basic coding questions on arrays, list etc.

Round 2 - Technical 

(1 Question)

  • Q1. Interactive session. Theoritical questions on oops, multithreading, springboot, java8 and few coding questions.
Round 3 - Technical 

(1 Question)

  • Q1. Design round. Questions on system design and best practices to be followed while developing any service. Few managerial questions as well.
Round 4 - HR 

(1 Question)

  • Q1. Profile related questions and salary discussion.

Interview Preparation Tips

Topics to prepare for Bottomline Senior Software Engineer interview:
  • Java8 and above
  • Data structure
  • Springboot
Interview preparation tips for other job seekers - Practice coding questions on java8 functions and few mid level data-structures based questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About company values
Round 2 - Technical 

(1 Question)

  • Q1. UML class diagram
  • Ans. 

    UML class diagram is a visual representation of classes, attributes, methods, and relationships in a system.

    • Classes are represented as boxes with three compartments for class name, attributes, and methods.

    • Attributes are listed in the second compartment with their data types.

    • Methods are listed in the third compartment with their parameters and return types.

    • Relationships between classes are shown using lines with arrows ...

  • Answered by AI
Round 3 - Group Discussion 

Competency based questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Problem solving (coding)
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical discussion
Round 3 - HR 

(1 Question)

  • Q1. HR discussion, pay discussion

Interview Preparation Tips

Topics to prepare for One Trust Senior Software Engineer interview:
  • Java
  • Angularjs
Interview preparation tips for other job seekers - Less job security, be cautious while accepting the offer. Check for layoff happened on June 9th 2022. There was a mass layoff (removed 950 employees)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Discussion about OOPS concepts and String related program

Round 2 - Coding Test 

Program on Recursion and Array

Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. Reason for joining with company

I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Good technical round, you can manage, mainly Java questions used to come

Round 2 - HR 

(2 Questions)

  • Q1. HR round is also good package discussion will happen
  • Q2. Company personal so kept secret

Interview Preparation Tips

Topics to prepare for Yodlee Senior Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - With ML & advanced technology in working condition in place, they require less staffs

Cerence Interview FAQs

How many rounds are there in Cerence Senior Software Engineer interview?
Cerence interview process usually has 3 rounds. The most common rounds in the Cerence interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Cerence Senior 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 Cerence. The most common topics and skills that interviewers at Cerence expect are Automotive, Python, Computer science, Java and C++.
What are the top questions asked in Cerence Senior Software Engineer interview?

Some of the top questions asked at the Cerence Senior Software Engineer interview -

  1. Android questions based on previous ro...read more
  2. in depth questions for knowledge ch...read more
  3. one basic stack & queue quest...read more

Tell us how to improve this page.

Cerence Senior Software Engineer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
Cerence Senior Software Engineer Salary
based on 99 salaries
₹12 L/yr - ₹30 L/yr
44% more than the average Senior Software Engineer Salary in India
View more details

Cerence Senior Software Engineer Reviews and Ratings

based on 16 reviews

3.3/5

Rating in categories

2.7

Skill development

4.0

Work-life balance

3.1

Salary

2.2

Job security

3.2

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
121 salaries
unlock blur

₹5.7 L/yr - ₹18.2 L/yr

Senior Software Engineer
99 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Software Quality Assurance Engineer
58 salaries
unlock blur

₹7 L/yr - ₹14.3 L/yr

Associate Software Engineer
28 salaries
unlock blur

₹4.4 L/yr - ₹8.9 L/yr

Software Developer
24 salaries
unlock blur

₹7.7 L/yr - ₹22 L/yr

Explore more salaries
Compare Cerence with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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