Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Puratech Solutions Team. If you also belong to the team, you can get access from here

Puratech Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Puratech Solutions Interview Questions and Answers

Updated 6 Aug 2024
Popular Designations

9 Interview questions

A Java Developer was asked 10mo ago
Q. What is the output of the following code?
Ans. 

The code will output 'Hello World!'

  • The code is simply printing the string 'Hello World!' to the console

  • There are no variables or conditions involved in this code

View all Java Developer interview questions
A Java Developer was asked 10mo ago
Q. Can you write a program to print a pattern?
Ans. 

Pattern programs in Java involve printing shapes or sequences using loops and conditional statements.

  • Use nested loops to create patterns. Example: for a triangle, use an outer loop for rows and an inner loop for columns.

  • Control the number of stars or characters printed using conditions. Example: for a right-angled triangle, print stars based on the row number.

  • Patterns can include numbers or letters. Example: print...

View all Java Developer interview questions
A QA QC Engineer was asked
Q. What are the advantages of manual testing over automation?
Ans. 

Manual testing is advantageous in certain scenarios.

  • Manual testing is better for exploratory testing and usability testing.

  • Manual testing is more flexible and adaptable to changes in requirements.

  • Manual testing can be more cost-effective for small projects or one-time tests.

  • Manual testing can catch visual and aesthetic issues that automation may miss.

  • Manual testing can provide more accurate and detailed feedback o...

View all QA QC Engineer interview questions
A Manual Test Engineer was asked
Q. Write test cases for a pen.
Ans. 

Test case for Pen

  • Verify the ink color of the pen

  • Check if the pen writes smoothly on paper

  • Test the durability of the pen by writing continuously for a certain time

  • Ensure the cap of the pen fits properly and doesn't fall off

  • Check if the pen is refillable or disposable

View all Manual Test Engineer interview questions
A Manual Test Engineer was asked
Q. Why are you switching to the IT field from Mechanical Engineering?
Ans. 

I am switching to the IT field from Mechanical because of my passion for technology and the opportunities it offers for growth and innovation.

  • Passion for technology and desire to work in a dynamic and evolving industry

  • Opportunities for growth and learning in the IT field

  • Ability to apply problem-solving skills and attention to detail in a different context

  • Interest in exploring new challenges and expanding my skill ...

View all Manual Test Engineer interview questions
A Manual Test Engineer was asked
Q. What are the levels of testing?
Ans. 

Levels of testing refer to the different stages or phases of testing in software development.

  • Unit Testing: Testing individual components or units of code.

  • Integration Testing: Testing the interaction between different components or modules.

  • System Testing: Testing the entire system as a whole.

  • Acceptance Testing: Testing the system against the user's requirements.

  • Regression Testing: Testing to ensure that changes or ...

View all Manual Test Engineer interview questions
A Manual Test Engineer was asked
Q. What is SDLC?
Ans. 

SDLC stands for Software Development Life Cycle, a process followed by software development teams to design, develop and test high-quality software.

  • SDLC is a structured approach to software development.

  • It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables.

  • The goal of SDLC is to produce high-quality softwa...

View all Manual Test Engineer interview questions
Are these interview questions helpful?
A Java Developer Intern was asked 10mo ago
Q. Mcq and write the output of code
Ans. 

The question involves answering multiple choice questions and predicting the output of Java code.

  • Understand the concepts of Java programming language thoroughly.

  • Practice solving MCQs and predicting code outputs to improve accuracy.

  • Pay attention to details and syntax in the code snippets provided.

View all Java Developer Intern interview questions
A Manual Test Engineer was asked
Q. What is Agile Model, water fall model
Ans. 

Agile and Waterfall are software development models used to manage projects.

  • Agile is an iterative and flexible approach that emphasizes collaboration and customer feedback.

  • Waterfall is a linear and sequential approach that follows a strict process from planning to deployment.

  • Agile is best suited for projects with changing requirements and short development cycles.

  • Waterfall is best suited for projects with well-def...

View all Manual Test Engineer interview questions

Puratech Solutions Interview Experiences

5 interviews found

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

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Multiple choice question related to java
  • Q2. Write the output of code
Round 2 - Technical 

(1 Question)

  • Q1. Questions on advance java,sql
Round 3 - Technical 

(2 Questions)

  • Q1. Start pattern programsq
  • Q2. Write sql query

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mcq and write the output of code
  • Ans. 

    The question involves answering multiple choice questions and predicting the output of Java code.

    • Understand the concepts of Java programming language thoroughly.

    • Practice solving MCQs and predicting code outputs to improve accuracy.

    • Pay attention to details and syntax in the code snippets provided.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Advance java core java sql

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What is Agile Model, water fall model
  • Ans. 

    Agile and Waterfall are software development models used to manage projects.

    • Agile is an iterative and flexible approach that emphasizes collaboration and customer feedback.

    • Waterfall is a linear and sequential approach that follows a strict process from planning to deployment.

    • Agile is best suited for projects with changing requirements and short development cycles.

    • Waterfall is best suited for projects with well-defined ...

  • Answered by AI
  • Q2. What is SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process followed by software development teams to design, develop and test high-quality software.

    • SDLC is a structured approach to software development.

    • It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • The goal of SDLC is to produce high-quality software th...

  • Answered by AI
  • Q3. Draw Test case for Pen
  • Ans. 

    Test case for Pen

    • Verify the ink color of the pen

    • Check if the pen writes smoothly on paper

    • Test the durability of the pen by writing continuously for a certain time

    • Ensure the cap of the pen fits properly and doesn't fall off

    • Check if the pen is refillable or disposable

  • Answered by AI
  • Q4. What are Levels of Testing
  • Ans. 

    Levels of testing refer to the different stages or phases of testing in software development.

    • Unit Testing: Testing individual components or units of code.

    • Integration Testing: Testing the interaction between different components or modules.

    • System Testing: Testing the entire system as a whole.

    • Acceptance Testing: Testing the system against the user's requirements.

    • Regression Testing: Testing to ensure that changes or fixes...

  • Answered by AI
  • Q5. Why should we hire you?
  • Q6. What is your future aim?
  • Ans. 

    My future aim is to enhance my skills in testing and contribute to quality assurance in software development.

    • I aim to become a lead test engineer, guiding a team in best testing practices.

    • I plan to learn automation testing tools like Selenium to improve efficiency.

    • I aspire to gain certifications like ISTQB to validate my skills and knowledge.

    • I want to contribute to open-source testing projects to gain real-world experi...

  • Answered by AI
  • Q7. Why you switching to IT field from Mechanical ?
  • Ans. 

    I am switching to the IT field from Mechanical because of my passion for technology and the opportunities it offers for growth and innovation.

    • Passion for technology and desire to work in a dynamic and evolving industry

    • Opportunities for growth and learning in the IT field

    • Ability to apply problem-solving skills and attention to detail in a different context

    • Interest in exploring new challenges and expanding my skill set

    • Ex...

  • Answered by AI
  • Q8. Tell me about yourself in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Honest, be specific. Be your best version of yourself on the day of interview

Skills evaluated in this interview

QA QC Engineer Interview Questions & Answers

user image Sushant Ade

posted on 24 Jul 2022

I applied via Referral and was interviewed in Jan 2022. There were 2 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. Advantages of manual testing over automation
  • Ans. 

    Manual testing is advantageous in certain scenarios.

    • Manual testing is better for exploratory testing and usability testing.

    • Manual testing is more flexible and adaptable to changes in requirements.

    • Manual testing can be more cost-effective for small projects or one-time tests.

    • Manual testing can catch visual and aesthetic issues that automation may miss.

    • Manual testing can provide more accurate and detailed feedback on use...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic of manual testing,automation,frameworks,agile,smoke,sanity testing,sdlc,stlc,alpha,beta tesing

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. 1)basic php,what is ajax how it works? 2)jquery related,html,javascript?
  • Q2. 1)Query optimization

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare before going iterview

Top trending discussions

View All
Interview Tips & Stories
1w
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 Puratech Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1.  It is a telephonic round. First question:Tell me about yourself , second question :method overriding .then he asked about my salary current CTC and expected CTC ,I have answered the same and said that we...

Interview Preparation Tips

Interview preparation tips for other job seekers - Really felt the technical interviewer behaviour is not professional.

I applied via Company Website and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question based on oops java concept, logical reasoning, multithreading, data structures , collection, Servlet , ajax .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic concept knowledge based on core and advanced java

Give your answer in very confident mode .
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Duration:1 hour
Topic:missing number, Train problem, handshake problem, angle between minute and hour hand, chocolate distribution problem
Require to score atleast 35% selected to next round

Round 3 - Coding Test 

I cannot receive mail to coding round, waiting to next round.
But i see reviews about company recruitment process i. e; job obtain from Technical related field like developer, devoos, QA- require to solve 3 /3coding question. In non-technical like UI/UX require to solve 2/3coding question

Interview Preparation Tips

Topics to prepare for Mitsogo Technologies Software Developer interview:
  • quantitative
  • Coding
Interview preparation tips for other job seekers - Require technical skill and communication
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

They can ask 60 question as a fill in the blanks ,if you are correct in 21 answer you'll be selected for level 2

Round 2 - Assignment 

They can give a topic and we have to make a essay or comprehension about the topic

Interview Preparation Tips

Topics to prepare for Mitsogo Technologies Software Developer interview:
  • Programming
Interview preparation tips for other job seekers - Always answer with a confidential manner
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

We have a aptitude round where we have to be qualified for next coding round

Round 2 - Coding Test 

Coding round consist of 3 questions

Puratech Solutions Interview FAQs

How many rounds are there in Puratech Solutions interview?
Puratech Solutions interview process usually has 2-3 rounds. The most common rounds in the Puratech Solutions interview process are Technical and Resume Shortlist.
How to prepare for Puratech Solutions interview?
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 Puratech Solutions. The most common topics and skills that interviewers at Puratech Solutions expect are .Net, C#, HTML, JQuery and Javascript.
What are the top questions asked in Puratech Solutions interview?

Some of the top questions asked at the Puratech Solutions interview -

  1. Why you switching to IT field from Mechanica...read more
  2. What is Agile Model, water fall mo...read more
  3. What are Levels of Test...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 5 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Puratech Solutions Reviews and Ratings

based on 35 reviews

2.5/5

Rating in categories

2.3

Skill development

2.3

Work-life balance

2.5

Salary

2.2

Job security

2.1

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 35 Reviews and Ratings
Softwaretest Engineer
19 salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Java Developer
17 salaries
unlock blur

₹2.5 L/yr - ₹7.8 L/yr

Software Developer
12 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Testing Engineer
11 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Junior Software Developer
7 salaries
unlock blur

₹3.3 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Puratech Solutions with

Karvy Financial Services

3.8
Compare

Reliance Money

3.6
Compare

Bss Microfinance

3.6
Compare

Sonata Finance

3.9
Compare
write
Share an Interview