i
Cerence
Filter interviews by
RAID (Redundant Array of Independent Disks) enhances data storage reliability and performance through disk redundancy.
RAID combines multiple physical disks into a single logical unit.
Common RAID levels include RAID 0 (striping), RAID 1 (mirroring), and RAID 5 (striping with parity).
RAID 0 offers improved performance but no redundancy; if one disk fails, all data is lost.
RAID 1 provides redundancy by duplicating da...
A JIRA ticket is a task or issue tracked in JIRA, a popular project management tool used in software development.
JIRA tickets can represent bugs, tasks, or user stories.
Each ticket includes details like description, priority, and assignee.
Example: A bug ticket might describe a software error and steps to reproduce it.
Tickets can be linked to sprints or epics for better project organization.
JIRA allows for tracking...
Ping is a network utility used to test the reachability of a host and measure round-trip time for messages sent.
Ping sends ICMP Echo Request packets to a specified IP address.
It measures the time taken for the packets to return, indicating latency.
Commonly used to troubleshoot network connectivity issues.
Example: 'ping google.com' checks if Google's server is reachable.
Results include response time and packet loss...
A packet is a formatted unit of data carried by a packet-switched network, containing both payload and control information.
Packets are used in network communication to transmit data between devices.
Each packet contains a header (with source and destination addresses) and a payload (the actual data).
For example, in an email, the message is divided into packets for transmission over the internet.
Packets can vary in ...
This formula calculates the edit distance between two texts, measuring how many changes are needed to transform one into the other.
Edit distance is commonly used in natural language processing for spell checking.
For example, transforming 'kitten' to 'sitting' requires 3 operations: substitution (k->s), substitution (e->i), and insertion (g).
The formula helps in assessing the similarity between two strings, u...
WER, or Word Error Rate, measures the accuracy of speech recognition systems by comparing transcriptions to reference texts.
WER is calculated as: WER = (S + D + I) / N, where S = substitutions, D = deletions, I = insertions, and N = total words in reference.
A WER of 0% indicates perfect accuracy, while a higher percentage signifies more errors in the transcription.
For example, if the reference text is 'Hello world...
I prefer to commute by car for its convenience and flexibility.
Convenience and flexibility are important factors in choosing a mode of transportation
Car allows for personal space and control over the journey
Consider factors like cost, time, and environmental impact when selecting a mode of transportation
Code to validate user input for a web form using JavaScript.
Use regular expressions to validate email format: e.g., /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/
Check for empty fields before submission: e.g., if (inputField.value === '') { alert('Field cannot be empty'); }
Implement client-side validation using HTML5 attributes like 'required' and 'pattern'.
Provide user feedback with error messages next to inv...
Testing scenarios involve creating conditions to validate software functionality and performance under various situations.
Identify user requirements and create test cases based on them.
Example: For a login feature, test valid and invalid credentials.
Consider edge cases, such as maximum input lengths or special characters.
Example: Test how the system handles a username with 255 characters.
Include negative testing t...
LAN, WAN, and MAN are types of networks that connect devices over different distances, each serving unique purposes.
LAN (Local Area Network): Connects devices in a small geographic area, like a home or office. Example: Wi-Fi network in a coffee shop.
WAN (Wide Area Network): Covers large geographic areas, often connecting multiple LANs. Example: The internet itself is a WAN.
MAN (Metropolitan Area Network): Spans a ...
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
I am currently evaluating my options and can join within two weeks, specifically on [insert date].
I need to provide my current employer with a two-week notice period.
This allows me to ensure a smooth transition and handover of my responsibilities.
I am committed to leaving on good terms and maintaining professional relationships.
I prefer to commute by car for its convenience and flexibility.
Convenience and flexibility are important factors in choosing a mode of transportation
Car allows for personal space and control over the journey
Consider factors like cost, time, and environmental impact when selecting a mode of transportation
I appeared for an interview in Mar 2023.
I appeared for an interview before May 2024, where I was asked the following questions.
A JIRA ticket is a task or issue tracked in JIRA, a popular project management tool used in software development.
JIRA tickets can represent bugs, tasks, or user stories.
Each ticket includes details like description, priority, and assignee.
Example: A bug ticket might describe a software error and steps to reproduce it.
Tickets can be linked to sprints or epics for better project organization.
JIRA allows for tracking prog...
A packet is a formatted unit of data carried by a packet-switched network, containing both payload and control information.
Packets are used in network communication to transmit data between devices.
Each packet contains a header (with source and destination addresses) and a payload (the actual data).
For example, in an email, the message is divided into packets for transmission over the internet.
Packets can vary in size,...
RAID (Redundant Array of Independent Disks) enhances data storage reliability and performance through disk redundancy.
RAID combines multiple physical disks into a single logical unit.
Common RAID levels include RAID 0 (striping), RAID 1 (mirroring), and RAID 5 (striping with parity).
RAID 0 offers improved performance but no redundancy; if one disk fails, all data is lost.
RAID 1 provides redundancy by duplicating data ac...
Ping is a network utility used to test the reachability of a host and measure round-trip time for messages sent.
Ping sends ICMP Echo Request packets to a specified IP address.
It measures the time taken for the packets to return, indicating latency.
Commonly used to troubleshoot network connectivity issues.
Example: 'ping google.com' checks if Google's server is reachable.
Results include response time and packet loss stat...
LAN, WAN, and MAN are types of networks that connect devices over different distances, each serving unique purposes.
LAN (Local Area Network): Connects devices in a small geographic area, like a home or office. Example: Wi-Fi network in a coffee shop.
WAN (Wide Area Network): Covers large geographic areas, often connecting multiple LANs. Example: The internet itself is a WAN.
MAN (Metropolitan Area Network): Spans a city ...
I applied via Job Portal and was interviewed before Sep 2023. There were 3 interview rounds.
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
Given one code to do the optimization
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
I appeared for an interview before Mar 2024, where I was asked the following questions.
WER, or Word Error Rate, measures the accuracy of speech recognition systems by comparing transcriptions to reference texts.
WER is calculated as: WER = (S + D + I) / N, where S = substitutions, D = deletions, I = insertions, and N = total words in reference.
A WER of 0% indicates perfect accuracy, while a higher percentage signifies more errors in the transcription.
For example, if the reference text is 'Hello world' and...
This formula calculates the edit distance between two texts, measuring how many changes are needed to transform one into the other.
Edit distance is commonly used in natural language processing for spell checking.
For example, transforming 'kitten' to 'sitting' requires 3 operations: substitution (k->s), substitution (e->i), and insertion (g).
The formula helps in assessing the similarity between two strings, useful...
I appeared for an interview before Apr 2022.
1 introduction round
2 coding round
3 manager round
4 client round
5 HR round
Code to validate user input for a web form using JavaScript.
Use regular expressions to validate email format: e.g., /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/
Check for empty fields before submission: e.g., if (inputField.value === '') { alert('Field cannot be empty'); }
Implement client-side validation using HTML5 attributes like 'required' and 'pattern'.
Provide user feedback with error messages next to invalid ...
Testing scenarios involve creating conditions to validate software functionality and performance under various situations.
Identify user requirements and create test cases based on them.
Example: For a login feature, test valid and invalid credentials.
Consider edge cases, such as maximum input lengths or special characters.
Example: Test how the system handles a username with 255 characters.
Include negative testing to ens...
Testing scenarios involve identifying and documenting various conditions to validate software functionality and performance.
Identify user requirements: Understand what the end-users need from the application.
Create test cases: Develop specific scenarios to validate each requirement, e.g., testing login functionality with valid and invalid credentials.
Consider edge cases: Test scenarios that push the limits of the appli...
I applied via Naukri.com and was interviewed in May 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2020. There were 4 interview rounds.
Top trending discussions
I applied via Company Website and was interviewed in Nov 2020. There were 5 interview rounds.
The duration of Cerence interview process can vary, but typically it takes about 2-4 weeks to complete.
based on 5 interview experiences
Difficulty level
Duration
based on 118 reviews
Rating in categories
Software Engineer
129
salaries
| ₹10 L/yr - ₹18.2 L/yr |
Senior Software Engineer
106
salaries
| ₹17 L/yr - ₹30.3 L/yr |
Software Quality Assurance Engineer
64
salaries
| ₹7 L/yr - ₹14.3 L/yr |
Associate Software Engineer
29
salaries
| ₹4.4 L/yr - ₹10 L/yr |
Senior Project Manager
25
salaries
| ₹17.8 L/yr - ₹25 L/yr |
Amdocs
Prime Focus Technologies
MapmyIndia
OnProcess Technology