Upload Button Icon Add office photos

Filter interviews by

Technotharanga Solutions Softwaretest Engineer Interview Questions and Answers

Updated 28 May 2022

Technotharanga Solutions Softwaretest Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is manual testing and advantages and disadvantage,what is manual testing and advantages,difference b/w bug and diffect what is bud , diffraction b/w alpa and beata testing and SDLC, WBT,BBT,
  • Ans. 

    Manual testing is the process of manually testing software for defects. It has advantages and disadvantages.

    • Manual testing involves executing test cases manually without the use of automation tools.

    • Advantages of manual testing include human intuition, flexibility, and cost-effectiveness for small projects.

    • Disadvantages include time-consuming nature, lack of repeatability, and limited coverage.

    • A bug is a coding error th...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Technotharanga Solutions Softwaretest Engineer interview:
  • Manual Testing
  • Core java , selenium
Interview preparation tips for other job seekers - To helping my all techno Tharanga solutions private limited coligs

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. CDS Annotations
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface is a contract specifying methods that a class must implement, while abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritan...

  • Answered by AI
  • Q3. Scenario based question from RAP and OO ABAP
  • Q4. Scenario based questions on Odata and CDS

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall difficulty level was high, from basics to advanced covering all topics including OO ABAP, RAP, CDS, Odata, Enhancements, InApp Extensibility etc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic questions only.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions like, how react works?
  • Q2. What is the equivalent of ReactDOM in mobile application development?
  • Ans. 

    The equivalent of ReactDOM in mobile application development is React Native.

    • React Native is a framework for building mobile applications using React.

    • It allows developers to write code in JavaScript and render native components.

    • Just like ReactDOM in web development, React Native handles rendering components to the screen.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why do you want to change the job
  • Q2. Manual testing and automation testing questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Where u see yourself after 5 years
  • Ans. 

    In 5 years, I see myself as a senior software test engineer leading a team and contributing to innovative testing strategies.

    • Leading a team of software test engineers

    • Contributing to innovative testing strategies

    • Continuing to learn and grow in the field of software testing

  • Answered by AI
  • Q2. I would like to learn new things and work on various projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 5 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 

Basic testing mcq questions

Round 3 - Technical 

(2 Questions)

  • Q1. First round of interview technical interview
  • Q2. Api, sql, debugging
Round 4 - Technical 

(1 Question)

  • Q1. Second round is also technical
Round 5 - HR 

(1 Question)

  • Q1. About company and salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for manual testing concept very clearly

Softwaretest Engineer Interview Questions & Answers

Synechron user image SRIMANIKANDAN SEETHARAMAN

posted on 24 Apr 2024

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

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, RDBMS, ETL transformation related questions
Round 2 - Technical 

(1 Question)

  • Q1. Explain your typical Software Testing Life Cycle.
  • Ans. 

    Software Testing Life Cycle involves planning, designing, executing, and reporting on tests to ensure quality software.

    • 1. Planning phase involves defining test objectives, scope, and resources.

    • 2. Design phase includes creating test cases, test data, and test environment setup.

    • 3. Execution phase is where tests are run, defects are logged, and retesting is done.

    • 4. Reporting phase involves documenting test results, defect...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to change your job?
Round 1 - Aptitude Test 

Quite easy and straight forward

Round 2 - One-on-one 

(2 Questions)

  • Q1. Sort a array of integers
  • Ans. 

    Sort an array of integers

    • Use a sorting algorithm like bubble sort, insertion sort, or quicksort

    • Consider the size of the array and the efficiency of the algorithm

    • Check for edge cases like empty arrays or arrays with only one element

  • Answered by AI
  • Q2. Remove element from doubly linked list
  • Ans. 

    To remove an element from a doubly linked list, we need to update the pointers of the previous and next nodes.

    • Find the node to be removed

    • Update the pointers of the previous and next nodes to skip the node to be removed

    • Free the memory occupied by the removed node

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What will you do if you have a conflict with manger
  • Q2. How good are you at multitasking

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer to the point. Tell the recruiter if you do not know the answers

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.
  • Q3. What are test cases What is your name What is ur education Tell me about yourself How many years of work experience Is your notice period is starting Are you relocate in pune

Interview Preparation Tips

Interview preparation tips for other job seekers - I am giving all answers till I am not getting the call from companies
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple DSA questions based on arrays and linkedlist

Round 2 - Technical 

(2 Questions)

  • Q1. Remove duplicates from the string.
  • Ans. 

    Use a set to remove duplicates from a string array.

    • Create a set to store unique strings.

    • Iterate through the array and add each string to the set.

    • Convert the set back to an array to get the unique strings.

  • Answered by AI
  • Q2. Write a code for binary search
  • Ans. 

    Binary search code implementation in Python

    • Define a function that takes a sorted array and a target value as input

    • Initialize variables for low and high indices

    • Use a while loop to continue searching until low is less than or equal to high

    • Calculate mid index and compare value at mid with target

    • Update low or high based on comparison result

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Epam?
  • Q2. What are your strengths and weakness?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just decent DSA and knowledge of your projects is enough to get through the company

Skills evaluated in this interview

Technotharanga Solutions Interview FAQs

How many rounds are there in Technotharanga Solutions Softwaretest Engineer interview?
Technotharanga Solutions interview process usually has 1 rounds. The most common rounds in the Technotharanga Solutions interview process are Technical.

Tell us how to improve this page.

Technotharanga Solutions Softwaretest Engineer Salary
based on 4 salaries
₹1.4 L/yr - ₹2.5 L/yr
65% less than the average Softwaretest Engineer Salary in India
View more details

Technotharanga Solutions Softwaretest Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
15 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Junior Software Engineer
13 salaries
unlock blur

₹1.8 L/yr - ₹2.2 L/yr

Software Developer
10 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Junior Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

Software Engineer Trainee
4 salaries
unlock blur

₹1.2 L/yr - ₹1.8 L/yr

Explore more salaries
Compare Technotharanga Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview