Upload Button Icon Add office photos

Filter interviews by

Centurion Software Solutions Softwaretest Engineer Interview Questions and Answers

Updated 16 Apr 2022

Centurion Software Solutions Softwaretest Engineer Interview Experiences

1 interview found

Round 1 - Technical 

(2 Questions)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • It is a quick and shallow testing of the critical functionalities of the software.

    • It is done to ensure that the build is stable enough for further testing.

    • It is usually done after every build.

    • It helps in identifying the critical defects early in the testing cycle.

    • Examples: login functionality, basic navigation, da

  • Answered by AI
  • Q2. Smoke testing is nothing but testing the basic and critical future of on application before doing component, integration and system testing is called smoke testing
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me your project titles
  • Ans. 

    I have worked on multiple projects as a Software Test Engineer.

    • Project A: Developed test cases and executed them for a web application.

    • Project B: Conducted performance testing for a mobile application.

    • Project C: Automated regression testing for a desktop software.

    • Project D: Validated software requirements and performed system integration testing.

  • Answered by AI
  • Q2. I done mortgage loan app and compas management

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever you know you have to speak out and don't scare

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Hacker Rank problem for Product Category and Product Category Hierarchy and coupan related to them.. Need to print all coupons.

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

45 min and 30 question

Interview experience
4
Good
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 - One-on-one 

(2 Questions)

  • Q1. Automation testing with testing tools
  • Ans. 

    Automation testing with testing tools involves using software to execute tests and compare actual results with expected results.

    • Automation testing saves time and effort compared to manual testing

    • Testing tools like Selenium, Appium, and TestComplete are commonly used for automation testing

    • Automation testing can be used for regression testing, load testing, and performance testing

    • Automation testing requires programming s...

  • Answered by AI
  • Q2. Integration with automation Devops process
  • Ans. 

    Integration with automation DevOps process is crucial for efficient software testing.

    • Automation testing tools can be integrated with DevOps tools like Jenkins, Git, and Docker.

    • Continuous integration and continuous delivery (CI/CD) pipelines can be set up for automated testing.

    • Test cases can be triggered automatically with each code commit or deployment.

    • Test results can be reported back to the development team for quick...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience with hr interview process and communication

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Dec 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Whatever written in cv keep it in mind
Round 3 - Behavioral 

(1 Question)

  • Q1. One to one round with manager
Round 4 - HR 

(1 Question)

  • Q1. Final salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared whatever written in cv. Try to make straight conversation.

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Ans. 

    Solved a sorting problem by implementing quicksort algorithm.

    • Implemented quicksort algorithm to efficiently sort the array.

    • Used recursion to divide the array into smaller subarrays and sort them individually.

    • Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.

  • Answered by AI
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Ans. 

    The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.

    • Understand the context of the query being asked about

    • Analyze the structure and purpose of the SQL query

    • Explain the expected output or result of the query

  • Answered by AI
  • Q4. Write a code to Reverse Digits.
  • Ans. 

    Code to reverse digits of a number

    • Use modulo operator to extract the last digit of the number

    • Multiply the result by 10 and add the next digit until all digits are reversed

    • Handle negative numbers separately by converting to positive before reversing

  • Answered by AI
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Technical sql questions

Round 2 - Coding Test 

Oops concept and sql db questions

Round 3 - Technical 

(1 Question)

  • Q1. Dependency injection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Hirist and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test was on Coderbyte. Consisted 4 questions. 1 coding and 3 of web developement.

Round 2 - HR 

(1 Question)

  • Q1. General HR questions.
Round 3 - Technical 

(1 Question)

  • Q1. General Techinal questions

Interview Preparation Tips

Topics to prepare for Busibud Junior Software Engineer interview:
  • HTML
  • CSS
  • Javascript
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations

Centurion Software Solutions Interview FAQs

How many rounds are there in Centurion Software Solutions Softwaretest Engineer interview?
Centurion Software Solutions interview process usually has 2 rounds. The most common rounds in the Centurion Software Solutions interview process are Technical.
What are the top questions asked in Centurion Software Solutions Softwaretest Engineer interview?

Some of the top questions asked at the Centurion Software Solutions Softwaretest Engineer interview -

  1. What is smoke test...read more
  2. Smoke testing is nothing but testing the basic and critical future of on applic...read more
  3. I done mortgage loan app and compas managem...read more

Tell us how to improve this page.

Centurion Software Solutions Softwaretest Engineer Salary
based on 80 salaries
₹3.8 L/yr - ₹7.5 L/yr
13% less than the average Softwaretest Engineer Salary in India
View more details

Centurion Software Solutions Softwaretest Engineer Reviews and Ratings

based on 6 reviews

4.7/5

Rating in categories

4.5

Skill development

4.5

Work-Life balance

4.5

Salary & Benefits

4.5

Job Security

4.7

Company culture

4.3

Promotions/Appraisal

4.7

Work Satisfaction

Explore 6 Reviews and Ratings
Software Engineer
147 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Software Developer
88 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Softwaretest Engineer
80 salaries
unlock blur

₹3.8 L/yr - ₹7.5 L/yr

Devops Engineer
61 salaries
unlock blur

₹4.8 L/yr - ₹8.2 L/yr

Test Engineer
44 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Explore more salaries
Compare Centurion Software Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview