Upload Button Icon Add office photos
Engaged Employer

i

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

Saksoft Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 325 Reviews

Filter interviews by

Saksoft QA Consultant Interview Questions and Answers for Experienced

Updated 22 Nov 2022

Saksoft QA Consultant Interview Experiences for Experienced

1 interview found

QA Consultant Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2022

I applied via Naukri.com and was interviewed before Apr 2021. There were 4 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 - Coding Test 

JAVA, OOPS, BASICS, AUTOMATION CONCEPTS

Round 3 - Technical 

(3 Questions)

  • Q1. PROJECT RELATED QUESTION
  • Q2. ASSIGNMENT BASED ON SPECIFIC CONCEPT
  • Q3. GIVE YOU ONE CONDITION TO TAKE YOUR THOUGHT ABOUT IT
  • Ans. 

    The condition is that I have access to all necessary resources and support.

    • Access to necessary resources such as tools, software, and data

    • Support from team members and management

    • Examples: access to testing environments, collaboration tools, training resources

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. ASK ABOUT SUSTAINIBILITY AND RELAIBILTY

Interview Preparation Tips

Topics to prepare for Saksoft QA Consultant interview:
  • Core Java
  • Selenium
  • Software Testing
  • Testng
  • Maven
  • Jenkins
  • REST ASSURED
Interview preparation tips for other job seekers - PREPARE WITH A PRACTICAL APPROACH AND HAVE KNOWLEDGE OF THE LATEST TOOLS

Interview questions from similar companies

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

(1 Question)

  • Q1. UI Automation question on Cypress
Round 2 - Technical 

(1 Question)

  • Q1. API and Ui Automation question
Round 3 - HR 

(1 Question)

  • Q1. Functional testing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself Test cases and test scenario Agile smoke testing and sanity testing Functional and non fintional testing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic question llike smoke and sanity testing differnece,regression and retesting differencve
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Aptitude Test 

Totally it was 45 questions...

Round 3 - Technical 

(5 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to verify that existing features still work correctly

    • Helps prevent the introduction of new bugs or issues

    • Automated tools can be used to streamline the process

    • Examples: running test cases after a software update, checking for bugs in previou

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

    Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

    • Smoke testing is done to check if the software build is stable enough for further testing, while sanity testing is done to check if the specific functionality is working as expected.

    • Smoke testing is usually performed by developers before handing over the build to QA, while sanity testing is usually performed by QA en...

  • Answered by AI
  • Q3. What is functional testing
  • Ans. 

    Functional testing is a type of software testing where the system is tested against the functional requirements/specifications.

    • Tests the functionality of the software application

    • Focuses on what the system does

    • Verifies that the system behaves as expected

    • Does not concern with how the system works internally

    • Examples: testing login functionality, search feature, data validation

  • Answered by AI
  • Q4. Oops concepts and its definition
  • Ans. 

    Oops concepts refer to object-oriented programming principles like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hides the complex implementation detail...

  • Answered by AI
  • Q5. Testng and cucumber framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your technical skills

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2022. There were 5 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 - Aptitude Test 

Normal aptitude question and be ready for the maths simple questions

Round 3 - Group Discussion 

Giving GD topic ex. Mobile phone

Round 4 - Technical 

(1 Question)

  • Q1. 1.Coding question 2.SQL
Round 5 - HR 

(1 Question)

  • Q1. 1.About yourself 2.Where do you see after 5 years etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lose hopes and try to give your best and sleep well

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain current project framework
  • Ans. 

    Our current project framework is based on Selenium WebDriver and TestNG.

    • We use Selenium WebDriver for automating web application testing.

    • TestNG is used for test management and reporting.

    • We follow Page Object Model design pattern for better code maintainability.

    • We use Maven for project build and dependency management.

    • We integrate with Jenkins for continuous integration and deployment.

  • Answered by AI
  • Q2. 2. WAP to reverse a string using while loop.
  • Ans. 

    WAP to reverse a string using while loop.

    • Declare a string variable and initialize it with the input string

    • Declare an empty string variable to store the reversed string

    • Use a while loop to iterate through the input string from the end to the beginning

    • Append each character to the empty string variable

    • Print the reversed string

  • Answered by AI
  • Q3. 3. WAP to print all the alphabets only from the below string - I/p: "selenium 123java456", o/p: "seleniumjava"
  • Ans. 

    Write a program to print all the alphabets from a given string.

    • Loop through each character in the string

    • Check if the character is an alphabet using isalpha() function

    • If it is an alphabet, add it to a new string

    • Print the new string

  • Answered by AI
  • Q4. 4. Cucumber hooks and background
  • Q5. 5. How do u start designing framework?
  • Ans. 

    Designing a framework involves identifying the scope, selecting the right tools, creating a structure, and implementing it.

    • Identify the scope of the framework

    • Select the right tools and technologies

    • Create a structure for the framework

    • Implement the framework and test it

    • Ensure the framework is scalable and maintainable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were four rounds of interview -
1. Technical 1
2. Technical 2
3. Discussion with Project Director
4. HR Discussion

All the rounds were of 30 mins except the third one. It went for 15 mins discussion with project director.

Skills evaluated in this interview

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

I applied via Q spiders and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

They give different topics to discuss

Round 2 - Technical 

(1 Question)

  • Q1. All manual testing basic questions

I applied via Indeed and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Question asked about insurance domain
  • Q2. Basic manual concept
  • Q3. Bug tracking,
  • Q4. Project management

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience.
Interview test deep knowledge about insurance domain concept, specially insurance products knowledge.

Saksoft Interview FAQs

How many rounds are there in Saksoft QA Consultant interview for experienced candidates?
Saksoft interview process for experienced candidates usually has 4 rounds. The most common rounds in the Saksoft interview process for experienced candidates are Resume Shortlist, Coding Test and Technical.
How to prepare for Saksoft QA Consultant interview for experienced candidates?
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 Saksoft. The most common topics and skills that interviewers at Saksoft expect are Analytical skills, Automation, Automation Testing, C and JIRA.
What are the top questions asked in Saksoft QA Consultant interview for experienced candidates?

Some of the top questions asked at the Saksoft QA Consultant interview for experienced candidates -

  1. GIVE YOU ONE CONDITION TO TAKE YOUR THOUGHT ABOUT...read more
  2. ASSIGNMENT BASED ON SPECIFIC CONC...read more
  3. ASK ABOUT SUSTAINIBILITY AND RELAIBI...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Saksoft interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
View all
Saksoft QA Consultant Salary
based on 32 salaries
₹2.8 L/yr - ₹10.5 L/yr
39% less than the average QA Consultant Salary in India
View more details

Saksoft QA Consultant Reviews and Ratings

based on 6 reviews

4.3/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

3.2

Salary & Benefits

4.9

Job Security

4.3

Company culture

3.8

Promotions/Appraisal

4.5

Work Satisfaction

Explore 6 Reviews and Ratings
Senior Consultant
339 salaries
unlock blur

₹5.4 L/yr - ₹22 L/yr

Consultant
291 salaries
unlock blur

₹3 L/yr - ₹12.1 L/yr

Lead Consultant
159 salaries
unlock blur

₹7.7 L/yr - ₹29.3 L/yr

Associate Consultant
96 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Software Engineer
50 salaries
unlock blur

₹3.5 L/yr - ₹13.6 L/yr

Explore more salaries
Compare Saksoft with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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