Upload Button Icon Add office photos

Filter interviews by

CloudThing Senior Test Engineer Interview Questions and Answers for Experienced

Updated 19 Oct 2022

CloudThing Senior Test Engineer Interview Experiences for Experienced

1 interview found

I applied via Referral 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 - Technical 

(2 Questions)

  • Q1. Prepare based on your profile
  • Q2. All direct questions so know what you kept in resume
Round 3 - Technical 

(1 Question)

  • Q1. Will be discussing on you technical knowledge and handling
Round 4 - HR 

(1 Question)

  • Q1. Checked on handling different project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare we'll what you know and mentioned and be confident and genuine.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

HR discussed the salary details

Round 2 - HR 

(2 Questions)

  • Q1. What was previous salary
  • Ans. 

    I am not comfortable disclosing my previous salary.

    • It is not appropriate to discuss previous salary in an interview setting.

    • Focus on the value I can bring to the company in this role.

    • Salary expectations can be discussed during the negotiation phase.

  • Answered by AI
  • Q2. What is expected salary
  • Ans. 

    Salary expectations are based on experience, skills, location, and industry standards.

    • Consider factors like years of experience, relevant skills, industry standards, and location when determining salary expectations.

    • Research average salaries for Senior Test Engineers in your area to get an idea of the market rate.

    • Be prepared to negotiate based on your qualifications and the company's budget.

    • Provide a salary range rathe...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Letter of Employment
  • Q2. Contractual agreement Signature formalities

Interview Preparation Tips

Interview preparation tips for other job seekers - Never go in ApMoSys...no growth ,no excellence & entire timepass in APMOSYS.
ApMoSys is a trap for freshers as well as experienced candidates as this candidates does not get any idea about interviews scheduled and interviews scheduled does not belong to our core domains or match criteria does not get fulfilled with the criteria we belong to.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

HR discussed the salary details

Round 2 - HR 

(2 Questions)

  • Q1. What was previous salary
  • Ans. 

    I am not comfortable disclosing my previous salary.

    • It is not appropriate to discuss previous salary in an interview setting.

    • Focus on the value I can bring to the company in this role.

    • Salary expectations can be discussed during the negotiation phase.

  • Answered by AI
  • Q2. What is expected salary
  • Ans. 

    Salary expectations are based on experience, skills, location, and industry standards.

    • Consider factors like years of experience, relevant skills, industry standards, and location when determining salary expectations.

    • Research average salaries for Senior Test Engineers in your area to get an idea of the market rate.

    • Be prepared to negotiate based on your qualifications and the company's budget.

    • Provide a salary range rathe...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Letter of Employment
  • Q2. Contractual agreement Signature formalities

Interview Preparation Tips

Interview preparation tips for other job seekers - Never go in ApMoSys...no growth ,no excellence & entire timepass in APMOSYS.
ApMoSys is a trap for freshers as well as experienced candidates as this candidates does not get any idea about interviews scheduled and interviews scheduled does not belong to our core domains or match criteria does not get fulfilled with the criteria we belong to.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn 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 - Technical 

(1 Question)

  • Q1. Basic concepts of testing, sdlc, stlc, regression, sanity and smoke, api testing..
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions about sql, and projects i worked on and other hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR i contacted was unprofessional. If you are from bfsi domain then you have chances.

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Assignment 

Selenium ,java any topic based question

Round 2 - Technical 

(1 Question)

  • Q1. Any Techinical questions
Round 3 - HR 

(1 Question)

  • Q1. Project level question thank

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Tester interview:
  • Selenium
  • Core Java
  • Automation Testing
Interview preparation tips for other job seekers - thanks for giving me thise oppertunities........................

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application. Sanity testing is a subset of regression testing that focuses on testing the specific changes made to an application.

    • Smoke testing is performed to ensure that the most critical functionalities of an application are working as expected.

    • It is usually performed after a build is deployed to check if the a...

  • Answered by AI
  • Q2. What is regression testing, testing
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • Regression testing is performed after making changes to the software to ensure that the modifications have not introduced new bugs or issues.

    • It involves re-executing previously executed test cases to verify that the existing functionalities still work as expected.

    • Regression testing helps in iden...

  • Answered by AI
  • Q3. Black Box and what Box testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics technical questions for manual Testing, test cases writing , test scenarios

Skills evaluated in this interview

I applied via campus placement at Mumbai University and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Oops concepts
  • Q2. Tell me about yourself
  • Q3. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation is a fundamental concept in object-oriented programming.

    • It helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Example: A class in Java can have private variables and public methods to access them.

    • Example: A capsule is a go...

  • Answered by AI
  • Q4. What is polymorphysm
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It allows a single interface to be used for different types of objects.

    • Polymorphism is achieved through method overriding and method overloading.

    • Example: A shape class with different subclasses like circle, square, and ...

  • Answered by AI
  • Q5. Difference between Java and c++
  • Ans. 

    Java is a high-level programming language, while C++ is a general-purpose programming language.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java uses automatic memory management (garbage collection), while C++ requires manual memory management.

    • Java has a simpler syntax and is easier to learn, while C++ has a more complex syntax.

    • Java is mainly used for developing web and enterprise applications, while C...

  • Answered by AI
  • Q6. Inheritance
  • Q7. Tuple in python
  • Ans. 

    A tuple is an immutable sequence of elements in Python.

    • Tuples are defined using parentheses ()

    • Tuples can contain elements of different data types

    • Elements in a tuple can be accessed using indexing

    • Tuples are immutable, meaning their elements cannot be modified once created

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare about testing of software and languages too. They will asked anything. Strong oops concepts of languages. Be confident.

Skills evaluated in this interview

CloudThing Interview FAQs

How many rounds are there in CloudThing Senior Test Engineer interview for experienced candidates?
CloudThing interview process for experienced candidates usually has 4 rounds. The most common rounds in the CloudThing interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for CloudThing Senior Test Engineer 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 CloudThing. The most common topics and skills that interviewers at CloudThing expect are BAC, Customer Service, Member Activities and UCP.
What are the top questions asked in CloudThing Senior Test Engineer interview for experienced candidates?

Some of the top questions asked at the CloudThing Senior Test Engineer interview for experienced candidates -

  1. Will be discussing on you technical knowledge and handl...read more
  2. Checked on handling different proj...read more
  3. Prepare based on your prof...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 CloudThing interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
CloudThing Senior Test Engineer Salary
based on 4 salaries
₹12.5 L/yr - ₹23 L/yr
62% more than the average Senior Test Engineer Salary in India
View more details

CloudThing Senior Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
50 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹7.5 L/yr - ₹22 L/yr

Software Developer
11 salaries
unlock blur

₹4.4 L/yr - ₹21.2 L/yr

Technical Lead
9 salaries
unlock blur

₹9.8 L/yr - ₹28 L/yr

Project Lead
9 salaries
unlock blur

₹12.9 L/yr - ₹22.5 L/yr

Explore more salaries
Compare CloudThing with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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