Upload Button Icon Add office photos

Filter interviews by

Mol Information Processing Services India SQA Engineer Interview Questions and Answers

Updated 18 Jun 2024

Mol Information Processing Services India SQA Engineer Interview Experiences

1 interview found

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Basic details about yourself
  • Q2. How long have you been in this role and your experience on this role
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Related questions asked
  • Q2. Testing fundamentals questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice for SQL

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, speed, logical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Background and coding knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. Difference between Asp.net and Ado.net? Explain about Ado.net complete briefly?
  • Ans. 

    ASP.NET is a web development framework while ADO.NET is a data access technology for connecting to databases.

    • ASP.NET is used for building web applications, while ADO.NET is used for accessing and manipulating data from databases.

    • ASP.NET provides a framework for creating dynamic web pages, handling user input, and managing state, while ADO.NET provides a set of classes for interacting with databases.

    • ASP.NET includes fea...

  • Answered by AI
  • Q2. Difference between Functions and stored procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of SQL statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions are deterministic while stored procedures may not be.

    • Functions c...

  • Answered by AI
  • Q3. Interface Inheritance Difference between overloading and overriding
  • Ans. 

    Interface is a contract that defines the methods a class must implement. Inheritance is the ability of a class to inherit properties and methods from another class.

    • Interface is used to achieve abstraction and multiple inheritance in Java.

    • Inheritance allows code reuse and promotes code organization.

    • Overloading is having multiple methods with the same name but different parameters.

    • Overriding is providing a different impl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare oops and asp.net ,ado.net ,SQL server concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DevOps tools related questions
  • Q2. And python programming questions
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Group Discussion 

Love Marriage vs Arrange Marriage

Round 2 - Assignment 

Related to check the background verification

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

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

  • Q1. Where do you see the company in five years?
  • Ans. 

    In five years, I envision the company as a leader in innovation, expanding its market reach and enhancing customer satisfaction.

    • Increased market share through strategic partnerships and collaborations.

    • Introduction of cutting-edge products that address emerging customer needs, like AI-driven solutions.

    • Enhanced customer engagement through personalized services and improved user experience.

    • A strong commitment to sustainab...

  • Answered by AI
  • Q2. Can you provide your introduction?
  • Ans. 

    I am a dedicated professional with a background in finance and a passion for data analysis and problem-solving.

    • Education: Bachelor's degree in Finance from XYZ University.

    • Experience: 2 years as a financial analyst at ABC Corp, where I improved reporting efficiency by 30%.

    • Skills: Proficient in Excel, SQL, and data visualization tools like Tableau.

    • Interests: Enjoy analyzing market trends and developing strategic financia

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online test to check our mathematical ability and logical reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Online test and also one to one from lead engineers
Round 3 - HR 

(1 Question)

  • Q1. Salary and travelling related details if finalized
Round 4 - One-on-one 

(1 Question)

  • Q1. Face to face virtual interview from manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge about coding and basics and be confident
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What is Java?
  • Ans. 

    Java is a versatile, object-oriented programming language designed for portability across platforms.

    • Object-Oriented: Supports concepts like inheritance, encapsulation, and polymorphism.

    • Platform-Independent: Write once, run anywhere (WORA) due to Java Virtual Machine (JVM).

    • Rich API: Offers a wide range of libraries for tasks like networking, I/O, and GUI development.

    • Strongly Typed: Enforces strict type checking at compi...

  • Answered by AI
  • Q2. What are the methods to effectively use threads in programming?
  • Ans. 

    Effective thread usage enhances performance and responsiveness in applications by enabling concurrent execution of tasks.

    • Use thread pools to manage a fixed number of threads, reducing overhead. Example: Java's ExecutorService.

    • Implement synchronization mechanisms (like mutexes) to prevent race conditions. Example: using 'synchronized' keyword in Java.

    • Utilize concurrent data structures (like ConcurrentHashMap) to avoid l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is advisable not to join the company for better opportunities, as this organization is not favorable; they focus solely on work. There are health issues that the company does not address, and they do not care about their employees.

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Mol Information Processing Services India Interview FAQs

How many rounds are there in Mol Information Processing Services India SQA Engineer interview?
Mol Information Processing Services India interview process usually has 2 rounds. The most common rounds in the Mol Information Processing Services India interview process are HR and Technical.
What are the top questions asked in Mol Information Processing Services India SQA Engineer interview?

Some of the top questions asked at the Mol Information Processing Services India SQA Engineer interview -

  1. Testing fundamentals questions as...read more
  2. SQL Related questions as...read more

Tell us how to improve this page.

Mol Information Processing Services India SQA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Avontix Interview Questions
3.9
 • 19 Interviews
VHS Consulting Interview Questions
3.7
 • 14 Interviews
Dataflow Group Interview Questions
3.0
 • 14 Interviews
Emtec Interview Questions
4.3
 • 14 Interviews
View all

Mol Information Processing Services India SQA Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

5.0

Work-life balance

3.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Executive
108 salaries
unlock blur

₹1.8 L/yr - ₹5.6 L/yr

Senior Executive
66 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Executive Accountant
54 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Junior Executive
51 salaries
unlock blur

₹1.5 L/yr - ₹3.4 L/yr

Team Lead
30 salaries
unlock blur

₹4.8 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Mol Information Processing Services India with

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

DynPro

3.8
Compare

Apex CoVantage

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