Upload Button Icon Add office photos

Tcg Digital Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Tcg Digital Solutions Softwaretest Engineer Interview Questions and Answers

Updated 5 Mar 2023

Tcg Digital Solutions Softwaretest Engineer Interview Experiences

1 interview found

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

I applied via Monster and was interviewed before Mar 2022. There were 3 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 - Aptitude Test 

Basic Mathematics test and English test if the candidates having less than 3 years of experience.
Not required for more than 3 years

Round 3 - Technical 

(9 Questions)

  • Q1. They will check your technical skills
  • Q2. How you worked in previous company
  • Ans. 

    I worked as a Software Test Engineer in my previous company.

    • I was responsible for designing and executing test cases to ensure the quality of software products.

    • I collaborated with the development team to understand requirements and identify potential issues.

    • I performed manual and automated testing to validate software functionality and performance.

    • I reported and tracked defects using bug tracking tools like JIRA.

    • I part...

  • Answered by AI
  • Q3. They might ask some programming
  • Q4. Basically they ask from JD so pls refer job description before your interview.
  • Q5. How you deal with real time scenarios.
  • Ans. 

    I handle real-time scenarios by analyzing the situation, prioritizing tasks, and taking quick decisions.

    • I analyze the situation and identify the critical components

    • I prioritize tasks based on their impact on the system

    • I take quick decisions to resolve the issue and minimize the impact

    • I communicate effectively with the team to ensure everyone is on the same page

  • Answered by AI
  • Q6. Situational based questions
  • Q7. If the delivery time is done and still few works to be done then how do you tackle this situation.
  • Ans. 

    I would prioritize the remaining tasks based on their criticality and impact on the overall delivery.

    • Assess the remaining tasks and their impact on the overall delivery

    • Prioritize the tasks based on their criticality and impact

    • Communicate the situation to the team and stakeholders

    • Work with the team to complete the remaining tasks as efficiently as possible

  • Answered by AI
  • Q8. Are you capable to train new hired candidates?
  • Ans. 

    Yes, I am capable of training new hired candidates.

    • I have experience in conducting training sessions for new hires.

    • I am knowledgeable about the software testing process and can effectively teach it to others.

    • I have good communication and presentation skills to deliver information clearly.

    • I can provide practical examples and hands-on exercises to enhance learning.

    • I am patient and can adapt my teaching style to suit diff...

  • Answered by AI
  • Q9. In the Final round they can ask your salary expectations and if you are from other location then they might ask when you can report the office.

Interview Preparation Tips

Topics to prepare for Tcg Digital Solutions Softwaretest Engineer interview:
  • Agile Methodology
  • SDLC
  • Testing
  • Core Java
Interview preparation tips for other job seekers - Be specific while answering the questions.
Don't take much time while clarifying the answers
Go through some basic programming if you are going for automation testing role
If you are going for Mobile or Manual testing the go through Agile Methodologies, SDLC, STLC, Bug life cycle and some tools like ALM & Jira tool.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Tcg Digital Solutions?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Test cases and test scenarios difference, scenario based question, aptitude , defect tracking, difference between smoke and sanity
  • Q2. Sql related questions

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is the scope of Manual Testing?
  • Ans. 

    Manual testing involves the process of manually checking software for defects without automation tools, ensuring quality and functionality.

    • Exploratory Testing: Testers explore the application without predefined test cases, identifying unexpected issues. For example, testing a new feature by navigating through the UI.

    • Usability Testing: Evaluating the user interface and user experience to ensure it is intuitive. For inst...

  • Answered by AI
  • Q2. What are the steps to effectively debug a program?
  • Ans. 

    Effective debugging involves systematic identification and resolution of issues in a program to ensure correct functionality.

    • Reproduce the Issue: Start by replicating the bug consistently to understand its conditions. For example, if a function fails under specific inputs, test those inputs repeatedly.

    • Check Error Messages: Analyze any error messages or logs generated by the program. For instance, a stack trace can prov...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Emphasize the importance of communication and foundational principles.

I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming concepts, OOPs & logical questions
  • Q2. Particular technology related and basic array programming

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process was very smooth

I applied via Recruitment Consulltant and was interviewed before Oct 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 - Aptitude Test 

Reasoning and aptitude questions are given

Round 3 - HR 

(2 Questions)

  • Q1. Tell all concepts of Overloading
  • Ans. 

    Overloading is a concept in programming where multiple functions can have the same name but different parameters.

    • Functions with the same name but different parameters can be defined in a class

    • Overloading allows for flexibility in function usage

    • Example: void print(int num) and void print(string text) are overloaded functions

  • Answered by AI
  • Q2. Tell me about a live example of inheritance
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Inheritance allows a subclass to reuse code from a superclass

    • Subclass can also add new functionalities or override existing ones

    • Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell about the your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic concepts of oops, practice all the concepts

I applied via Job Fair and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

In this round, we have questions from time relation, blood relation, programming questions. Around 45 questions in 30 minutes,

Round 2 - Coding Test 

In this round, we have two programming questions. Both are hacker rank easy to medium level.

Round 3 - Technical 

(1 Question)

  • Q1. In this round, we have questions from the core java and a famous scooter tire question.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the questions are at a medium level. Always keep your confidence high.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is MVC architecture?, What is partial view in MVC , state purpose of it & how to define it? , Prepare SQL query
  • Ans. 

    MVC is a software architecture pattern that separates an application into three interconnected components: Model, View, and Controller.

    • MVC stands for Model-View-Controller

    • Model represents the data and business logic

    • View represents the user interface

    • Controller handles user input and updates the model and view accordingly

    • Partial view is a reusable view component that can be rendered within another view

    • It is used to reduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic things, focus on concepts

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. General resume discussions
  • Q2. HR questiosn aslso
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
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. What languages do you know? Asked about the project I did and various clarification questions on that.
  • Q2. What are various assumption you made while implementing this project.
  • Ans. 

    Assumptions made during project implementation include resource availability, stakeholder engagement, and timeline feasibility.

    • Assumed that all necessary resources (human and material) would be available as planned, e.g., having the right team members on board.

    • Assumed stakeholders would be engaged and supportive throughout the project, ensuring timely feedback and decision-making.

    • Assumed that the project timeline was r...

  • Answered by AI

Tcg Digital Solutions Interview FAQs

How many rounds are there in Tcg Digital Solutions Softwaretest Engineer interview?
Tcg Digital Solutions interview process usually has 3 rounds. The most common rounds in the Tcg Digital Solutions interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Tcg Digital Solutions Softwaretest Engineer interview?

Some of the top questions asked at the Tcg Digital Solutions Softwaretest Engineer interview -

  1. If the delivery time is done and still few works to be done then how do you tac...read more
  2. How you deal with real time scenari...read more
  3. Situational based questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

VDart Interview Questions
4.0
 • 29 Interviews
DISYS Interview Questions
3.1
 • 27 Interviews
Ciklum Interview Questions
3.4
 • 22 Interviews
EagleView Interview Questions
3.3
 • 21 Interviews
View all
Tcg Digital Solutions Softwaretest Engineer Salary
based on 5 salaries
₹7.6 L/yr - ₹14.2 L/yr
60% more than the average Softwaretest Engineer Salary in India
View more details

Tcg Digital Solutions Softwaretest Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

2.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
91 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Senior Software Developer
56 salaries
unlock blur

₹9.6 L/yr - ₹16.6 L/yr

Consultant
49 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Consultant
38 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Senior Manager
34 salaries
unlock blur

₹16.4 L/yr - ₹29.9 L/yr

Explore more salaries
Compare Tcg Digital Solutions with

Saama Technologies

3.7
Compare

Jumio

3.8
Compare

DISYS

3.1
Compare

Data-Core Systems

3.1
Compare
write
Share an Interview