Upload Button Icon Add office photos

Filter interviews by

Thar Worx QC Chemist Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good and easy test. Maths and some reasoning questions.

Round 2 - HR 

(2 Questions)

  • Q1. What do you understand by Customer care executive
  • Ans. 

    A customer care executive is responsible for providing assistance and support to customers regarding products or services.

    • Responsible for addressing customer inquiries and resolving issues

    • Provide information about products or services

    • Assist customers with placing orders or making changes to existing orders

    • Handle complaints and ensure customer satisfaction

    • Maintain records of customer interactions and transactions

  • Answered by AI
  • Q2. Explain your hurdles in the Job
  • Ans. 

    My hurdles in the job include adapting to a new team dynamic, learning new technologies, and managing a heavy workload.

    • Adapting to a new team dynamic can be challenging, especially if there are communication or personality differences.

    • Learning new technologies requires time and effort to become proficient, which can be a hurdle when trying to meet deadlines.

    • Managing a heavy workload can lead to stress and burnout if no

  • Answered by AI

I applied via Walk-in and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is the main purpose of doing job..?

Interview Preparation Tips

Interview preparation tips for other job seekers - Gud at interview

Interview Questionnaire 

2 Questions

  • Q1. About e commerce
  • Q2. About bpo

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very smooth and good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - objects of a superclass should be replaceable with objects of its subclasses without a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on what you have written in resume

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you

I applied via Walk-in and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Firstly asked about sale and what is Key point of success of a good seles exicutive
  • Q2. Tell about your dist and he try to check communication skills
  • Q3. Speech on any topic for 2 minute
  • Q4. Why do i select you in our compony

Interview Preparation Tips

Topics to prepare for NIFTEL COMMUNICATIONS Sales Executive interview:
  • Sales Management
Interview preparation tips for other job seekers - Be confident and positive will make your selection
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 2 - Case Study 

CRUD based application

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

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Materiality used in Audit.
  • Ans. 

    Materiality in audit refers to the threshold at which misstatements or omissions in financial statements could influence the decisions of users.

    • Materiality is determined by the auditor based on the size and nature of the item being audited.

    • It helps auditors decide where to focus their efforts and resources during an audit.

    • Materiality is important in ensuring that financial statements are reliable and provide relevant i...

  • Answered by AI
  • Q2. How would you audit investments
  • Ans. 

    Auditing investments involves reviewing financial statements, analyzing risks, and ensuring compliance with regulations.

    • Review financial statements to ensure accuracy and completeness

    • Analyze risks associated with investments, including market risk and credit risk

    • Ensure compliance with regulations such as GAAP and SEC guidelines

    • Verify the valuation of investments and assess any impairments

    • Consider the impact of economic

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What are your professional goals?
  • Ans. 

    My professional goal is to become a senior analyst in a reputable company, where I can utilize my skills to provide valuable insights and contribute to strategic decision-making.

    • Advance to a senior analyst position

    • Utilize skills to provide valuable insights

    • Contribute to strategic decision-making

    • Continue professional development through training and certifications

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is threading, and what are its types in detail?
  • Ans. 

    Threading is a way for a program to split itself into multiple simultaneous tasks.

    • Threading allows for concurrent execution of tasks within a single process.

    • Types of threading include user-level threads and kernel-level threads.

    • User-level threads are managed by the application, while kernel-level threads are managed by the operating system.

    • Examples of threading in programming languages include Java's Thread class and P

  • Answered by AI
  • Q2. What is oops? What are variables, class, methods and its types?
  • Ans. 

    OOPs stands for Object-Oriented Programming. Variables are placeholders for data, classes are blueprints for objects, and methods are functions within classes.

    • OOPs stands for Object-Oriented Programming, which is a programming paradigm based on the concept of objects.

    • Variables are used to store data within a program. They can be of different types such as int, float, string, etc.

    • A class is a blueprint for creating obje...

  • Answered by AI
  • Q3. How is the deployment of an application carried out?
  • Ans. 

    Deployment of an application involves transferring the application from development to production environment.

    • Choose a deployment method (e.g. manual, automated)

    • Prepare the production environment (e.g. servers, databases)

    • Package the application (e.g. Docker container, zip file)

    • Deploy the application to production environment

    • Test the deployed application for functionality and performance

  • Answered by AI
  • Q4. What are Docker, Dockerfile, and Docker Compose, and can you explain the concepts of PORT, MOUNT, and RUN in detail?
  • Ans. 

    Docker is a platform for developing, shipping, and running applications. Dockerfile is a script to create Docker images. Docker Compose is a tool for defining and running multi-container Docker applications.

    • Docker is a platform that allows you to package, distribute, and run applications in containers.

    • Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image...

  • Answered by AI
Round 2 - Assignment 

The objective was to develop a production-ready application that interacts with customer details, essentially related to customer management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the fundamentals of programming languages, such as object-oriented programming (OOP), threading, classes, variables, methods, sorting functions, and lambda functions.

Tell us how to improve this page.

Interview Questions from Similar Companies

Athena BPO Interview Questions
3.2
 • 51 Interviews
BPO+ Interview Questions
4.1
 • 42 Interviews
Silverskills Interview Questions
3.4
 • 23 Interviews
Talent Formula Interview Questions
4.4
 • 17 Interviews
View all
AR Caller
109 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Senior Executive
78 salaries
unlock blur

₹2.6 L/yr - ₹5.6 L/yr

Quality Analyst
56 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Senior AR Executive
51 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Medical Billing Executive
50 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Thar Worx with

Athena BPO

3.2
Compare

Metriqe Solutions

4.2
Compare

Pace Setters Business Solutions

3.3
Compare

Imarque Solutions

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