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 104 Reviews

Filter interviews by

Cerence Software Development Engineer Test Interview Questions and Answers

Updated 17 Aug 2020

Cerence Software Development Engineer Test Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. OOPS concepts
  • Q2. Cloud technologies like docker Kubernates
  • Q3. Automation framework questions
  • Q4. Selenium java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

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

I applied via Referral and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java oops concept Selenium all concepts like where we use action class how handle drop-down how to handle alert and windows pop It's all good experience with interviewer
  • Q2. Oops concept java selenium
Round 2 - Technical 

(1 Question)

  • Q1. They asked about Manual testing They asked about jira they asked about project details some scenario based questions all over experience is good interviewer also very friendly
Round 3 - Behavioral 

(1 Question)

  • Q1. They ask about project they told their work what amdocs products what is amdocs company culture experience was very good manager is also very friendly nature they will co-operate
Round 4 - HR 

(2 Questions)

  • Q1. Here they asked about salary disscusion
  • Q2. What is expected CTC What amdocs n all hr common questions totaly it was very good experience with all members who can took the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on project
If you mention automation testing then go with java all concepts like oops
This and super keyword constructor
Focus on selenium and framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Networking concepts

Interview Questionnaire 

3 Questions

  • Q1. How do you work on APIs
  • Ans. 

    I work on APIs by understanding their functionality and testing them using various tools and techniques.

    • I review API documentation to understand its functionality

    • I use tools like Postman to test API endpoints

    • I verify API responses against expected results

    • I perform load testing to ensure API can handle expected traffic

    • I collaborate with developers to resolve any issues found during testing

  • Answered by AI
  • Q2. Can you create set of data using api
  • Ans. 

    Yes, I can create a set of data using API.

    • I can use API endpoints to create data in the system.

    • I can use tools like Postman or cURL to send API requests.

    • I can also write scripts in programming languages like Python to automate the process.

    • Examples include creating new users, adding products to a catalog, or updating customer information.

  • Answered by AI
  • Q3. How do you pass query params through api
  • Ans. 

    Query params can be passed through API by appending them to the URL after a '?' symbol.

    • Add '?' symbol after the endpoint URL

    • Add the parameter name followed by '=' and the value

    • Separate multiple parameters with '&' symbol

    • Example: https://api.example.com/users?id=123&name=John

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Asked about my Major project
  • Q2. Write sql join and other queries
  • Ans. 

    SQL join and other queries are used to retrieve data from multiple tables based on specified conditions.

    • Use INNER JOIN to retrieve rows from both tables that have matching values

    • Use LEFT JOIN to retrieve all rows from the left table and the matched rows from the right table

    • Use WHERE clause to specify conditions for the join

    • Use GROUP BY to group rows that have the same values

    • Use ORDER BY to sort the result set

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic coding java
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Scenario based question from LR

Round 2 - One-on-one 

(1 Question)

  • Q1. What is lr function for parameter
  • Ans. 

    The lr function is used in load testing to parameterize values in scripts.

    • The lr function is specific to LoadRunner, a performance testing tool.

    • It allows testers to replace hard-coded values with dynamic data during script execution.

    • The lr function can be used to simulate different user behaviors and data inputs.

    • For example, lr_eval_string can be used to extract values from server responses and use them in subsequent r

  • Answered by AI
Round 3 - Aptitude Test 

C scripting question regarding lr

Round 4 - HR 

(2 Questions)

  • Q1. Nothing to say about
  • Q2. He was good behaviour

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic Java Questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(4 Questions)

  • Q1. Which is a best technique to generate automated test report ?
  • Ans. 

    The best technique to generate automated test report is to use a reporting tool that integrates with the automation framework.

    • Choose a reporting tool that supports the programming language and automation framework being used

    • Configure the reporting tool to generate reports in the desired format

    • Include relevant information in the report such as test case name, status, and duration

    • Add screenshots or videos to the report t...

  • Answered by AI
  • Q2. How you can compare expected and actual result in selenium?
  • Ans. 

    Use Assertion methods to compare expected and actual results in Selenium.

    • Use Assertion methods like assertEquals(), assertNotEquals(), assertTrue(), assertFalse(), etc.

    • Pass the expected and actual results as parameters to the Assertion methods.

    • If the expected and actual results match, the test case will pass, else it will fail.

    • Example: assertEquals(expectedResult, actualResult);

  • Answered by AI
  • Q3. Describe best technologies to build a good software testing framework?
  • Ans. 

    The best technologies for building a good software testing framework are Selenium, Appium, JUnit, TestNG, and Cucumber.

    • Selenium for web application testing

    • Appium for mobile application testing

    • JUnit and TestNG for unit testing

    • Cucumber for behavior-driven testing

    • Continuous Integration tools like Jenkins for automated testing

  • Answered by AI
  • Q4. What is difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick and shallow test to check if the application is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new changes have not affected the existing functionality.

    • Smoke testing is done to check if the critical functionalities of the application are working fine.

    • Sanity testing is done to check if the bugs have been fixed and new ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To achive goals in testing uh have to learn updated and latest technology was used by world

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Describe your current Role
  • Q2. Question Based on ISTQB
Round 2 - One-on-one 

(2 Questions)

  • Q1. HR Related questions
  • Q2. Salary discussion

Cerence Interview FAQs

What are the top questions asked in Cerence Software Development Engineer Test interview?

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

  1. Cloud technologies like docker Kuberna...read more
  2. Automation framework questi...read more
  3. Selenium java questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
Amdocs Interview Questions
3.8
 • 524 Interviews
View all
Software Engineer
124 salaries
unlock blur

₹6 L/yr - ₹18 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.7
Compare

Wipro

3.7
Compare

HCLTech

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