Upload Button Icon Add office photos

Filter interviews by

Smart Software Services(I) Associate Software Test Engineer Interview Questions and Answers

Updated 28 Aug 2023

Smart Software Services(I) Associate Software Test Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Aug 2022. 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 - Technical 

(4 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your past projects
  • Q3. Difference between smoke and Sanity
  • Ans. 

    Smoke testing is a quick test to check if the software build is stable for further testing, while sanity testing is a subset of regression testing to ensure the specific changes made are working fine.

    • Smoke testing is done to check if the critical functionalities of the software are working fine after a build, while sanity testing is done to check if the specific changes made in the software are working as expected.

    • Smok...

  • Answered by AI
  • Q4. Agile methodology
Round 3 - Case Study 

They gave me one scenario and ask me to prepare Test cases

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Method overloading
  • Q2. Constructor uses and types
  • Ans. 

    Constructors are special methods used to initialize objects in a class. They can be parameterized or default.

    • Constructors have the same name as the class they belong to

    • They are called automatically when an object is created

    • Parameterized constructors accept arguments to initialize object properties

    • Default constructors have no parameters and provide default values

    • Constructors can be overloaded by having multiple construc

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected
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 

(1 Question)

  • Q1. In-depth on testing processes and various real-time scenario based questions
Round 3 - Coding Test 

Good in coding, edge cases, and easy, medium-level DSA questions

Round 4 - Technical 

(1 Question)

  • Q1. Deep dive into testing and automation.
Round 5 - Coding Test 

Easy, medium-level DSA questions. Edge cases should be taken care of.

Round 6 - Technical 

(1 Question)

  • Q1. More on leadership and team handling and team playing

I applied via Job Fair and was interviewed in Sep 2022. There were 2 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 - Technical 

(4 Questions)

  • Q1. What about Testing ?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing is an essential part of software development.

    • It helps to identify defects and errors in the software.

    • Testing can be done manually or through automation.

    • Types of testing include functional, performance, security, and usability testing.

    • Testing should be done throughout t

  • Answered by AI
  • Q2. Which tool using in software testing ?
  • Ans. 

    There are various tools used in software testing such as Selenium, JMeter, Appium, etc.

    • Selenium is used for web application testing

    • JMeter is used for load testing

    • Appium is used for mobile application testing

    • Other tools include TestComplete, SoapUI, etc.

  • Answered by AI
  • Q3. Why are you using Java?
  • Ans. 

    Java is a popular programming language for software testing due to its platform independence, object-oriented nature, and vast community support.

    • Java is platform-independent, meaning that code written in Java can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Java is object-oriented, making it easier to write modular and reusable code.

    • Java has a vast community of developers and testers, providing a...

  • Answered by AI
  • Q4. How to iterate Map ?
  • Ans. 

    To iterate a Map, use for-each loop or Iterator interface.

    • Use for-each loop to iterate over the Map entries.

    • Use keySet() method to get the Set of keys and then iterate over it.

    • Use values() method to get the Collection of values and then iterate over it.

    • Use entrySet() method to get the Set of Map.Entry objects and then iterate over it.

    • Use Iterator interface to iterate over the Map entries.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Web Services Software Testing Engineer interview:
  • Java Selinium
Interview preparation tips for other job seekers - Every one should be perfect but once get a chance to prove it

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General topics, technical in nature

Round 3 - Technical 

(1 Question)

  • Q1. Automation Tools, Selenium
Round 4 - HR 

(1 Question)

  • Q1. Why are you changing job now, some case examples

Interview Preparation Tips

Interview preparation tips for other job seekers - It is simple interview. Technical can be detailed.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test ask about English grammar maths reasoning

Round 2 - Technical 

(4 Questions)

  • Q1. What is risc and cisc
  • Ans. 

    RISC (Reduced Instruction Set Computing) and CISC (Complex Instruction Set Computing) are two types of CPU architectures.

    • RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.

    • RISC processors typically execute instructions faster than CISC processors.

    • Examples of RISC architectures include ARM and MIPS, while examples of CISC architectures include x86 a...

  • Answered by AI
  • Q2. Oprating system,data structures
  • Q3. C programming, pointers
  • Q4. Microcontroller and microprocessor about college project
Round 3 - HR 

(1 Question)

  • Q1. About myself and baground

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Codility questions with some basic logic

Round 2 - Technical 

(1 Question)

  • Q1. What are the testing techniques
  • Ans. 

    Testing techniques are methods used to verify the functionality and quality of software.

    • Black box testing

    • White box testing

    • Gray box testing

    • Unit testing

    • Integration testing

    • System testing

    • Acceptance testing

    • Regression testing

    • Performance testing

    • Security testing

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Nothing much .Salary discussion

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Pattern program, array segregation prograk

Round 3 - One-on-one 

(3 Questions)

  • Q1. Selenium wait, oops concept
  • Q2. Collection in java
  • Ans. 

    Collection in Java is a framework that provides an architecture to store and manipulate a group of objects.

    • Collections are used to store, retrieve, manipulate, and communicate aggregate data.

    • Common collection types include List, Set, Map, and Queue.

    • Example: List names = new ArrayList<>(); names.add("Alice"); names.add("Bob");

    • Example: Set numbers = new HashSet<>(); numbers.add(1); numbers.add(2);

Answered by AI
  • Q3. TestNg question
  • Round 4 - HR 

    (1 Question)

    • Q1. Salary discussion

    Skills evaluated in this interview

    I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

    Interview Questionnaire 

    1 Question

    • Q1. Test Cases, Test Plan, API related question

    Interview Preparation Tips

    Interview preparation tips for other job seekers - This interview process have 2 technical rounds. Both the rounds lasted about 1 hour. Most of the questions were asked from your skills mentioned on resume. Please go through the job description to ensure that you are a best fit for the position.

    Smart Software Services(I) Interview FAQs

    How many rounds are there in Smart Software Services(I) Associate Software Test Engineer interview?
    Smart Software Services(I) interview process usually has 3 rounds. The most common rounds in the Smart Software Services(I) interview process are Resume Shortlist, Technical and Case Study.
    What are the top questions asked in Smart Software Services(I) Associate Software Test Engineer interview?

    Some of the top questions asked at the Smart Software Services(I) Associate Software Test Engineer interview -

    1. Difference between smoke and San...read more
    2. Agile methodol...read more

    Tell us how to improve this page.

    People are getting interviews through

    based on 1 Smart Software Services(I) interview
    Referral
    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

    Google Interview Questions
    4.4
     • 815 Interviews
    Amdocs Interview Questions
    3.8
     • 514 Interviews
    Zoho Interview Questions
    4.3
     • 492 Interviews
    SAP Interview Questions
    4.2
     • 298 Interviews
    KPIT Technologies Interview Questions
    3.5
     • 281 Interviews
    Salesforce Interview Questions
    4.1
     • 262 Interviews
    Adobe Interview Questions
    4.0
     • 246 Interviews
    View all
    Softwaretest Engineer
    191 salaries
    unlock blur

    ₹3.2 L/yr - ₹5.5 L/yr

    Software Developer
    59 salaries
    unlock blur

    ₹3.5 L/yr - ₹7.5 L/yr

    Application Support Engineer
    49 salaries
    unlock blur

    ₹2.2 L/yr - ₹4.5 L/yr

    AR Caller
    44 salaries
    unlock blur

    ₹3 L/yr - ₹4.5 L/yr

    Power BI Developer
    35 salaries
    unlock blur

    ₹3.4 L/yr - ₹5 L/yr

    Explore more salaries
    Compare Smart Software Services(I) with

    Bosch Global Software Technologies

    4.0
    Compare

    Amdocs

    3.8
    Compare

    Automatic Data Processing (ADP)

    4.0
    Compare

    24/7 Customer

    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