Upload Button Icon Add office photos

Filter interviews by

ADNOC Distribution QA Engineer Interview Questions and Answers

Updated 4 May 2019

ADNOC Distribution QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 4 May 2019

Interview Preparation Tips

General Tips: Dear Sir/Madam,

With the view to seek employment opportunity commensurate with my
qualification, I am sending my resume and hope the same will be
considered favorably hope the attached resume will enable you to
review my potential and capacity. It will be a matter of pleasure for
me if you give me a chance to work in your esteemed organization. I
promise to fulfill the duties conferred on me to your at-most
satisfaction.

I greatly appreciate your consideration and eagerly waiting for your reply

Kind regards,
Nishad N.S
0559559301

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic java coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

  • Q1. Explain your test automation framework.
  • Ans. 

    My test automation framework is a modular, scalable solution that enhances testing efficiency and reliability across applications.

    • Utilizes Selenium WebDriver for browser automation, allowing for cross-browser testing.

    • Incorporates TestNG for test management, enabling parallel execution and detailed reporting.

    • Employs Page Object Model (POM) design pattern to enhance code reusability and maintainability.

    • Integrates with CI...

  • Answered by AI
  • Q2. OOPS concept used in your framework, explain with an example.
  • Ans. 

    OOP concepts like encapsulation and inheritance enhance test automation frameworks for better maintainability and scalability.

    • Encapsulation: Wrapping data and methods in classes. Example: A 'TestCase' class that contains test steps and results.

    • Inheritance: Creating a base class for common functionalities. Example: 'BaseTest' class that other test classes extend.

    • Polymorphism: Using a single interface for different data ...

  • Answered by AI
  • Q3. What is RTM?
  • Ans. 

    RTM stands for Requirements Traceability Matrix, a tool used to ensure all requirements are met in software development.

    • RTM links requirements to their corresponding test cases, ensuring coverage.

    • It helps in tracking changes in requirements throughout the project lifecycle.

    • Example: If a requirement changes, RTM shows which test cases need updates.

    • RTM aids in identifying gaps in testing and ensures all requirements are

  • Answered by AI
  • Q4. Difference between static and dynamic binding in java
  • Ans. 

    Static binding occurs at compile time, while dynamic binding happens at runtime in Java.

    • Static binding is resolved during compile time, e.g., method overloading.

    • Dynamic binding is resolved during runtime, e.g., method overriding.

    • Static binding is faster as it doesn't involve runtime overhead.

    • Dynamic binding allows for polymorphism, enabling flexible code behavior.

  • Answered by AI
  • Q5. What is an abstract class and interface in java
  • Ans. 

    Abstract classes and interfaces are key concepts in Java for defining abstract types and enforcing contracts for classes.

    • An abstract class can have both abstract methods (without implementation) and concrete methods (with implementation).

    • An interface can only have abstract methods (prior to Java 8) and default methods (from Java 8 onwards).

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

  • Answered by AI
  • Q6. Selenium code for generate stale element reference exception
  • Q7. Selenium script for fetch data from table using index
  • Q8. SQL queries, (Highest value, joining columns)
  • Q9. What are the Git commands
  • Ans. 

    Git commands are essential for version control, enabling collaboration and tracking changes in code repositories.

    • git init: Initializes a new Git repository in the current directory.

    • git clone <repository>: Creates a local copy of a remote repository.

    • git add <file>: Stages changes to be committed.

    • git commit -m 'message': Records the staged changes with a descriptive message.

    • git push: Uploads local commits to ...

  • Answered by AI
  • Q10. Put and patch method difference
  • Ans. 

    PUT replaces a resource, while PATCH updates a resource partially.

    • PUT is idempotent; multiple identical requests have the same effect as a single request.

    • PATCH is not necessarily idempotent; repeated requests may yield different results.

    • Example of PUT: Updating a user's profile by sending the entire profile data.

    • Example of PATCH: Updating just the user's email address without affecting other fields.

  • Answered by AI
  • Q11. Syntax for taking screenshot
  • Ans. 

    Taking a screenshot in automation testing captures the current state of the application for verification.

    • In Selenium WebDriver, use: driver.getScreenshotAs(OutputType.FILE);

    • For saving the screenshot: FileUtils.copyFile(screenshot, new File('path/to/save/screenshot.png'));

    • In Python with Selenium: driver.save_screenshot('screenshot.png')

    • In JavaScript with Puppeteer: await page.screenshot({ path: 'screenshot.png' });

  • Answered by AI
  • Q12. How to handle failed scenarios in your framework
  • Ans. 

    Implementing robust handling for failed scenarios ensures reliability and aids in debugging within a QA framework.

    • Use logging to capture detailed error messages and stack traces for failed tests.

    • Implement retry logic for flaky tests to reduce false negatives. For example, retry a network call up to three times.

    • Categorize failures into critical and non-critical to prioritize fixes. Critical failures halt the pipeline, w...

  • Answered by AI

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

Interview Questionnaire 

1 Question

  • Q1. Process related

Interview Preparation Tips

Interview preparation tips for other job seekers - It doesn't matter if you are not subject matter expert... Your behavior matters more than functional.

I applied via Campus Placement and was interviewed in Dec 2016. There were 2 interview rounds.

Interview Preparation Tips

Round: HR Interview
Experience: HR was really friendly and discussed resume in detail.

Round: Technical Interview
Experience: Had more discussion on technical terms on resume.

Round: Technical Interview
Experience: Asked questions on Programming and questions related to course work mentioned in the resume. The interview was completely candidate driven.

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 2 interview rounds.

Interview Preparation Tips

Round: HR Interview
Experience: HR was really friendly and asked about projects in the resume.

Round: Technical Interview
Experience: Interviewer asked questions related to programming and algorithms.

Round: Technical Interview
Experience: Interviewer asked all technical details inside the resume. This round was more technical. More emphasis was on problem solving skills.

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: There were totally 8 sections to the test. But they could be broadly put under 4 categories. Firstly all questions were compulsory to attempt and there was no negative marking. Aptitude: Basic quantitative math questions were asked. There was one simple programming question where one could code in C/Java in your local IDE and upload the code file. It was a DO or DIE question, either you get the question and proceed to the next questions of the test or the test gets stopped if the code is not successfully compiled within 5 attempts. This programming question, as was told was an important criteria to filter out candidates for the next round. There was a descriptive question asking about a recent team project done.
Tips: Achievements in sports and other extra curricular activities are valued. Mention them in the resume, if applicable.
Duration: 1 hour 30 minutes

Round: Technical Interview
Experience: In this round, they look for the candidate's experience in coding in whatever language mentioned in the resume - I was asked to write some simple codes in c. I was also asked to explain some projects from the resume.
Tips: basic knowledge of data structures, resume preparation

Round: Technical + HR Interview
Experience: In this round, the questions were mostly based on the resume and the projects done. Also, HR questions like What do you know about Schlumberger, How do you perform in a team, What makes you unique from the other candidates etc. were asked. They also ask if you have any questions from your side - Better to ask questions if you have one or if you can't think upon any specific question, ask them a doubt from whatever they have said(usually they say a lot about their company and principles before they ask you for questions)
Tips: Prepare for a HR interview separately, resume preparation

College Name: IIT Madras

Interview Questionnaire 

1 Question

  • Q1. Oops, dbms, situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Use STAR scheme for answering questions

Interview Questionnaire 

1 Question

  • Q1. Oops , dbms , hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - answer using STAR technique

I applied via Naukri.com and was interviewed in Feb 2022. 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 

(1 Question)

  • Q1. Core Java, spring jpa, relationship like one to one, one to many, many to oneetc, composit key. More important many questions come from your cv like what you did in your project
Round 3 - Behavioral 

(1 Question)

  • Q1. Just basic behaviour questions, also be ready with some technical questions as well
Round 4 - HR 

(1 Question)

  • Q1. Only joining discussion and formalities 😃😃

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick with your core java basics, your project details

Tell us how to improve this page.

Interview Questions from Similar Companies

Shell Interview Questions
4.0
 • 194 Interviews
Schlumberger Interview Questions
3.9
 • 140 Interviews
ExxonMobil Interview Questions
3.8
 • 65 Interviews
bp Interview Questions
3.8
 • 61 Interviews
Saudi Aramco Interview Questions
4.4
 • 56 Interviews
Baker Hughes Interview Questions
4.0
 • 55 Interviews
Linde India Interview Questions
4.0
 • 46 Interviews
TotalEnergies Interview Questions
3.8
 • 29 Interviews
ADNOC Interview Questions
4.5
 • 24 Interviews
View all
Sales Attendant
4 salaries
unlock blur

₹5 L/yr - ₹6.9 L/yr

Mechanical Technician
4 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Instrumentation Technician
4 salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Operator
4 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Safety Officer
4 salaries
unlock blur

₹6.4 L/yr - ₹12 L/yr

Explore more salaries
Compare ADNOC Distribution with

Reliance Industries

4.0
Compare

Shell

4.0
Compare

Schlumberger

3.9
Compare

Linde India

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