Upload Button Icon Add office photos

Filter interviews by

360Logica Software Testing Services QA Trainee Interview Questions and Answers

Updated 13 May 2024

360Logica Software Testing Services QA Trainee Interview Experiences

1 interview found

QA Trainee Interview Questions & Answers

user image Apar Garg

posted on 13 May 2024

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Dp you have any experience in the software Testing? How will you deal with the day to day pressure? Are you ready to relocate to Noida if required?
Round 2 - Technical 

(3 Questions)

  • Q1. What do you understand by Regression Testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Regression testing can be automated to save time and effort.

    • Examples of regression test

  • Answered by AI
  • Q2. Difference between smoke testing and sanity testing.
  • Ans. 

    Smoke testing is a basic test to check if the software build is stable, while sanity testing is a narrow regression test to check specific functionalities.

    • Smoke testing is done to ensure the critical functionalities of the software are working fine after a build.

    • Sanity testing is done to verify that the specific changes made in the code are working as expected.

    • Smoke testing is a broader test that covers major functiona...

  • Answered by AI
  • Q3. Agile Methodology and terminologies.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
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 2 interview rounds.

Round 1 - Aptitude Test 

It was deciphering spoken language to subtitle for a complicated accented show

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to work here?
  • Ans. 

    I am passionate about the company's mission and values, and I believe my skills and experience align well with the opportunities here.

    • Passionate about company's mission and values

    • Skills and experience align well with opportunities

    • Excited about potential for growth and development

  • Answered by AI
  • Q2. What are you passionate about that made you apply for this job?
  • Ans. 

    I am passionate about using data analysis to drive business decisions and improve processes.

    • I have always been fascinated by the power of data to uncover insights and drive strategic decision-making.

    • I enjoy working with large datasets and using statistical tools to extract meaningful information.

    • I believe that data-driven decision-making is crucial for businesses to stay competitive in today's market.

    • For example, in my...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at the language you are applying for
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Selenium Questions
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

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 - One-on-one 

(2 Questions)

  • Q1. Manual testing, database trsting
  • Q2. Smoke, sanity, regression retesting
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about moduleproject
  • Ans. 

    moduleproject is a software component that performs a specific function within a larger project.

    • moduleproject is a self-contained unit of code that can be easily integrated into a larger software project

    • It helps in organizing code into manageable and reusable components

    • Examples include login module, payment module, and notification module

  • Answered by AI
  • Q2. Explain about api
  • Ans. 

    API stands for Application Programming Interface, which allows different software applications to communicate with each other.

    • APIs define the methods for how different software components should interact

    • APIs can be used to access data or functionality from a remote server

    • Examples of APIs include Google Maps API, Twitter API, and Facebook Graph API

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - preapre for interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Based on verbal and manual testing

Round 2 - Technical 

(2 Questions)

  • Q1. Fully about manual testing, API testing and selenium
  • Q2. SQL difference betweens
  • Ans. 

    SQL difference between SELECT and SELECT DISTINCT

    • SELECT retrieves all rows from a table, while SELECT DISTINCT retrieves only unique rows

    • SELECT may return duplicate rows, while SELECT DISTINCT eliminates duplicates

    • SELECT is used to retrieve all columns, while SELECT DISTINCT is used to retrieve unique values

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Situation based questions
  • Q2. Based on the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well on manual testing.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

I appeared for an interview before Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Basic analysis questions
  • Q2. Excel Based analysis as it was a entry-level position

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Read about the interviewer

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

360Logica Software Testing Services Interview FAQs

How many rounds are there in 360Logica Software Testing Services QA Trainee interview?
360Logica Software Testing Services interview process usually has 2 rounds. The most common rounds in the 360Logica Software Testing Services interview process are HR and Technical.
What are the top questions asked in 360Logica Software Testing Services QA Trainee interview?

Some of the top questions asked at the 360Logica Software Testing Services QA Trainee interview -

  1. What do you understand by Regression Testi...read more
  2. Difference between smoke testing and sanity testi...read more
  3. Agile Methodology and terminologi...read more

Tell us how to improve this page.

360Logica Software Testing Services QA Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
Ginesys Interview Questions
3.7
 • 23 Interviews
View all
QA Consultant
65 salaries
unlock blur

₹2.8 L/yr - ₹13 L/yr

Senior QA Consultant
33 salaries
unlock blur

₹4.9 L/yr - ₹20 L/yr

Associate Qa Consultant
25 salaries
unlock blur

₹2.8 L/yr - ₹5.8 L/yr

Consultant Qa Engineer
22 salaries
unlock blur

₹4.3 L/yr - ₹10.8 L/yr

Associate QA Lead
21 salaries
unlock blur

₹6 L/yr - ₹17.5 L/yr

Explore more salaries
Compare 360Logica Software Testing Services with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Peel-works

3.6
Compare

Yodlee

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