Upload Button Icon Add office photos

Filter interviews by

Anonymous Content Softwaretest Engineer Interview Questions and Answers

Updated 6 Jan 2025

Anonymous Content Softwaretest Engineer Interview Experiences

1 interview found

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

Coding questions, Amrstrong Number, Reverse string

Round 2 - Group Discussion 

Group discussion, Any topic

Round 3 - Aptitude Test 

Aptitude test, Quantite

Round 4 - Technical 

(1 Question)

  • Q1. Explain oops, Inheritance, Polymorhism
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

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

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Example of Inheritance: Class 'Car' can inherit from class 'Vehicle'.

    • Example of Polymorphism: A 'Shape' class can have...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Anonymous Content?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Jan 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 - Aptitude Test 

They want English Grammar prepare those thing whatever you think

Round 3 - Technical 

(2 Questions)

  • Q1. What is bug life cycles
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.

    • Bug is identified by testers or users

    • Bug is reported to developers

    • Developers fix the bug

    • Testers verify the fix

    • Bug is closed if verified or reopened if not

    • Bug tracking tools are used to manage the process

  • Answered by AI
  • Q2. Which types of game you most play
  • Ans. 

    I mostly play strategy and puzzle games.

    • I enjoy games that challenge my problem-solving skills

    • I also like games that require strategic thinking and planning

    • Some of my favorite games include Chess, Sudoku, and Civilization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well and prepare manual testing

Knowledge about game testing

Skills evaluated in this interview

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If you encounter a blocker defect the day before the release date ... read more
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

What is aptitude and reasoning profits and comparable

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is free fire
  • Ans. 

    Free Fire is a popular battle royale game where players compete against each other to be the last person standing.

    • Free Fire is a mobile game developed by Garena.

    • It is a battle royale game where players are dropped onto an island and fight against each other until only one player or team remains.

    • Players can choose their starting point, collect weapons and resources, and strategically move around the map to survive.

    • The g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Position good hr good Company Greate achieve sector to this Company
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic OOP questions for python programming language

Round 2 - HR 

(2 Questions)

  • Q1. What's abstraction
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.

    • Abstraction allows users to focus on what an object does instead of how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q2. What's the difference between SQL and NoSQL database
  • Ans. 

    SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.

    • SQL d...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. Implement binary search algorithm
  • Ans. 

    Binary search algorithm efficiently finds the target value in a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index and compare the target value with the value at mid.

    • If target is less than mid value, update high to mid-1; if greater, update low to mid+1.

    • Repeat until target is found or low is greater than high.

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

(2 Questions)

  • Q1. Brief Introduction and basic questions
  • Q2. Future plans and how am i going to achieve them

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2023. There were 3 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 

Aptitude test in numbers system

Round 3 - One-on-one 

(5 Questions)

  • Q1. Technical question means skill based
  • Q2. Only manual and automation and sql
  • Q3. What is the manual testing
  • Ans. 

    Manual testing is the process of testing software manually to identify defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand without the use of automation scripts.

    • Testers verify that the software functions correctly and meets requirements through manual exploration.

    • Manual testing is time-consuming but allows for thorough testing of user interfaces, usability, and edge ...

  • Answered by AI
  • Q4. What is Automaction testing
  • Ans. 

    Automation testing is the use of software to execute test cases and compare actual outcomes with expected outcomes.

    • Automation testing saves time and effort by automating repetitive tasks.

    • It helps in increasing test coverage and accuracy.

    • Popular automation testing tools include Selenium, Appium, and JUnit.

  • Answered by AI
  • Q5. Why using in Oracle sql
  • Ans. 

    Using 'IN' in Oracle SQL allows for filtering data based on a list of specific values.

    • Allows for filtering data based on multiple specific values

    • Can be used with subqueries to retrieve data from another table

    • Improves readability and performance compared to multiple OR conditions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. SQL Joins
  • Q2. Swap 2 numbers without 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable

    • Use arithmetic operations to swap the values

    • Add the two numbers and store the result in the first variable

    • Subtract the second number from the result and store it in the second variable

    • Subtract the second variable from the first variable to get the original value of the second variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st Round : Long set of Aptitude questions
2nd Round : Technical Interview
3rd Round : Technical Interview and HR questions

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions on react js, also question related to data structure and sorting algorithm
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the use of namespace in Php?
  • Ans. 

    Namespace in PHP is used to avoid naming conflicts between classes, functions, and variables.

    • Namespace allows grouping of related classes, functions, and variables under a common name.

    • It helps in organizing code and makes it easier to maintain.

    • Namespace can be declared using the 'namespace' keyword followed by the namespace name.

    • Example: namespace MyNamespace;

    • To use a class or function from a namespace, we need to spec...

  • Answered by AI
  • Q2. Difference between interface and abstract class

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong oops skills expected
For Php, get knowledge about latest concepts

Skills evaluated in this interview

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

I applied via Indeed and was interviewed before Jan 2022. 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 

Practical module need to solve and execute the progream

Round 3 - Technical 

(3 Questions)

  • Q1. Need the linux server commands and OOP concept, CSS, etc
  • Q2. All relavent of the oops, css, aws, mysql related questions. Eg: Primary key vs Unique. Write the joins query for left and inner join. Cat command for linux server. hide vs invisible. block ns display Abs...
  • Q3. Write a program for login page with using session Database design for one example given by interviewer Palindrome program
  • Ans. 

    Program for login page with session and palindrome program

    • Create a login page with HTML and CSS

    • Use PHP to handle form submission and validate user credentials

    • Create a session for the logged-in user

    • Design a database to store user information

    • Write a program to check if a given string is a palindrome

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. For our last company of the project details and module discussion. And Technology tech interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. You must say your answer with confident
2. Basic technic questions and answer needs to know for your field
3. You should develop your's developing skills with relatime exmples. Like Duplicate removing, reverse the input, Loop and Loop with index concept, OOPs concepts (optional if this has yours field)
4. If you had work with database means, better you know the design of the db and connecion through the program.
5. API intergrations and UI design (optional If you had work in that otherwise needs to know the basic things)
6. Domain knowledge is most important. Example what kind of projects done by your office. If you are fresher means, better you have to search, which company you are going to interview, know those companies project, technics, and tools.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdlc process, MVC architecture, entity framework, SQL queries
  • Q2. SQL queries, state vs stateless, url

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics alone. Work experience is important

Anonymous Content Interview FAQs

How many rounds are there in Anonymous Content Softwaretest Engineer interview?
Anonymous Content interview process usually has 4 rounds. The most common rounds in the Anonymous Content interview process are Coding Test, Group Discussion and Aptitude Test.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Kantar Interview Questions
3.5
 • 106 Interviews
Aptara Interview Questions
3.2
 • 67 Interviews
Pole To Win Interview Questions
3.4
 • 60 Interviews
Hathway Interview Questions
3.4
 • 45 Interviews
View all
Assistant Vice President Analytics
7 salaries
unlock blur

₹19 L/yr - ₹19 L/yr

IOS Developer
5 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Team Lead
5 salaries
unlock blur

₹13 L/yr - ₹35 L/yr

Analyst
4 salaries
unlock blur

₹6.5 L/yr - ₹32 L/yr

Software Engineer
4 salaries
unlock blur

₹4.3 L/yr - ₹36 L/yr

Explore more salaries
Compare Anonymous Content with

Emcure Pharmaceuticals

3.7
Compare

Kantar

3.5
Compare

Aptara

3.2
Compare

Hathway

3.4
Compare
write
Share an Interview