Upload Button Icon Add office photos

Filter interviews by

Jaysynth Dyestuff (I) Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About the purchase field
Round 3 - One-on-one 

(1 Question)

  • Q1. Technik question about purchase
Round 4 - One-on-one 

(1 Question)

  • Q1. HR round asked persona question

I applied via Referral and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. What is your family background?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.
Round 2 - HR 

(1 Question)

  • Q1. This was final round, interview held on online Google meet .. face to face interview with Company General manager. Should be confident, and answer the question frequently. They ask some teachnilcal questio...

Interview Preparation Tips

Interview preparation tips for other job seekers - Should Be confident and should prepare for self introduction and product knowledge like DPL , GST , Customer rate and teachnilcal knowledge. Also prepared for basic mathematics question like manely persentage%....

Interview Questionnaire 

2 Questions

  • Q1. Working experience in last company
  • Ans. 

    I have 5 years of experience as a Sales Executive in my previous company.

    • Managed a team of 10 sales representatives

    • Exceeded sales targets by 20% for three consecutive years

    • Developed and implemented effective sales strategies

    • Built strong relationships with key clients

    • Trained new sales team members

  • Answered by AI
  • Q2. How we will progress in our new market
  • Ans. 

    We will progress in our new market by identifying customer needs, developing strong relationships, and adapting to changes.

    • Conduct market research to understand customer needs and preferences

    • Develop a strong sales strategy and build relationships with key customers

    • Stay up-to-date with industry trends and adapt to changes in the market

    • Invest in marketing and advertising to increase brand awareness

    • Offer exceptional custo...

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

I applied via Approached by Company and was interviewed in Sep 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. Process of wood coating done on wood
  • Ans. 

    Wood coating is a process of applying a protective layer on wood surfaces to enhance its appearance and durability.

    • The wood surface is prepared by sanding and cleaning it to remove any dirt or previous coatings.

    • A primer is applied to seal the wood and provide a smooth base for the topcoat.

    • The topcoat is then applied using techniques like brushing, spraying, or dipping.

    • The type of coating used can vary, such as varnish,...

  • Answered by AI
  • Q2. How the complaint has to be handle
  • Ans. 

    Complaints should be handled promptly and effectively to ensure customer satisfaction.

    • Listen attentively to the customer's complaint

    • Apologize for the inconvenience caused

    • Empathize with the customer's situation

    • Offer a solution or propose alternatives

    • Follow up with the customer to ensure satisfaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One should know about the working knowledge of products which we have to pitch
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified, tuple cannot be modified

    • List uses square brackets [], tuple uses parentheses ()

    • List is used for collections of items that may change, tuple is used for fixed collections

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Assignment 

Only DSa and aptitude was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are lucky, you will be selected.
dene wala toh bhagwan hi hota h.
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 Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ round on OOPS (java) , JS, C#, SQL(dbms)

Round 2 - Technical 

(4 Questions)

  • Q1. Two DSA questions , Happy Number (leetcode Q.202) , First Unique character in String (leetcode Q.387)
  • Q2. Polymorphism, Function Overloading & Overriding (code), Constructor, Access Specifier
  • Q3. Project (about nextjs, diff. b/w next & react, advantage of nextjs, SPA, some discussion about tailwind, miui (library), js)
  • Q4. DBMS query of second highest employee , find employeeid of manager whose employee name is 'something' (based on self join & only one table)
  • Ans. 

    Use self join in a DBMS query to find the employeeid of the manager whose employee name is 'something'.

    • Use a self join on the table to compare employee and manager names

    • Order the results by employeeid in descending order to get the second highest employee

    • Select the manager's employeeid where the employee name is 'something'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn OOPS concept in deep (very deep) , DBMS in deep (especially joins queries) , well prepare for DSA & your projects.

Skills evaluated in this interview

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 Mar 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Tricky questions from js, sql, c#

Round 3 - Technical 

(2 Questions)

  • Q1. Uses of B Tree
  • Ans. 

    B Trees are used for indexing in databases and file systems.

    • Used for efficient searching, insertion, and deletion operations in databases.

    • Helps in maintaining sorted data for quick retrieval.

    • Commonly used in file systems to store large amounts of data efficiently.

    • Each node in a B Tree can have multiple children, reducing the height of the tree.

  • Answered by AI
  • Q2. What is CTE in sql
  • Ans. 

    CTE stands for Common Table Expression in SQL, used to create temporary result sets that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • CTEs improve readability and maintainability of complex queries

    • CTEs can be recursive, allowing for hierarchical data querying

    • CTEs are defined using the WITH keyword followed by the CTE name and query

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Program to reverse a linked list
  • Ans. 

    Reverse a linked list by changing the next pointers of each node to point to the previous node.

    • Start with three pointers: current, prev, and next.

    • Iterate through the linked list, updating the next pointers to point to the previous node.

    • Update prev, current, and next pointers in each iteration until the end of the list is reached.

  • Answered by AI
  • Q2. Puzzles from geeksforgeeks
Round 5 - HR 

(1 Question)

  • Q1. General HR questions like difficulties, strength weakness etc.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your current role?
  • Ans. 

    I am currently working as a Business Analyst at a technology company.

    • Analyzing business processes and requirements

    • Creating reports and dashboards for stakeholders

    • Collaborating with cross-functional teams to gather and analyze data

  • Answered by AI
  • Q2. About basic finance
Round 2 - Technical 

(2 Questions)

  • Q1. What is hedge fund?
  • Ans. 

    A hedge fund is an investment fund that pools capital from accredited individuals or institutional investors and invests in a variety of assets.

    • Hedge funds are typically only available to accredited investors due to their complex and risky nature.

    • They often use leverage and derivatives to amplify returns.

    • Hedge funds charge both a management fee and a performance fee based on the fund's profits.

    • They can invest in a wide...

  • Answered by AI
  • Q2. What are derivatives ?
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Derivatives can be used for hedging, speculation, or arbitrage.

    • Common types of derivatives include options, futures, forwards, and swaps.

    • Derivatives allow investors to take positions on the price movements of assets without owning the assets themselves.

    • They are often used to manage risk in financial markets.

    • Derivati...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you wan to change?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for professional growth and development

    • Interest in exploring new industries or sectors

    • Seeking a more collaborative work environment

    • Opportunity to work on more impactful projects

    • Desire for better work-life balance

  • Answered by AI
  • Q2. Salary discussion

Software Developer Interview Questions & Answers

IVP (India) user image MCA22 Gaurav Prakash

posted on 13 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. What is arrow function in JS
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions have a shorter syntax compared to regular functions.

    • They do not have their own 'this' keyword, and instead inherit 'this' from the parent scope.

    • Arrow functions are best suited for non-method functions, and cannot be used as constructors.

    • Example: const add = (a, b) => a + b;

  • Answered by AI
  • Q2. What is runtime polymerphism
  • Ans. 

    Runtime polymorphism is the ability of a subclass to override a method from its superclass during runtime.

    • Runtime polymorphism is achieved through method overriding in object-oriented programming.

    • It allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • The actual method called is determined by the type of object at runtime.

    • Example: Animal class has a method 'makeSo...

  • Answered by AI
  • Q3. What is abstraction in oops
  • Ans. 

    Abstraction in OOP is the concept of hiding complex implementation details and showing only the necessary features to the outside world.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of code

    • Example: A car is an abstraction of various components like engine, wheels, etc. Users interact with the car without needing to know the

  • Answered by AI
Round 3 - Coding Test 

DSA questions Reverse the linkedlist

Round 4 - One-on-one 

(2 Questions)

  • Q1. Explain your project
  • Q2. He asked two SQL queries

Skills evaluated in this interview

Jaysynth Dyestuff (I) Interview FAQs

How to prepare for Jaysynth Dyestuff (I) 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 Jaysynth Dyestuff (I). The most common topics and skills that interviewers at Jaysynth Dyestuff (I) expect are Accounts and Finance, Civil Engineering, Company Secretarial, Digital Marketing and Fashion Designing.

Tell us how to improve this page.

Jaysynth Dyestuff (I) Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Air Liquide Interview Questions
3.7
 • 24 Interviews
Sika Interview Questions
3.7
 • 16 Interviews
Paushak Interview Questions
3.8
 • 14 Interviews
IVP (India) Interview Questions
4.0
 • 13 Interviews
Chemfab Alkalis Interview Questions
3.4
 • 10 Interviews
View all

Jaysynth Dyestuff (I) Reviews and Ratings

based on 11 reviews

4.2/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

4.1

Salary

4.4

Job security

4.2

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 11 Reviews and Ratings
ACCOUNTS

Mumbai

3-5 Yrs

Not Disclosed

INTERNAL AUDIT

Mumbai

1-4 Yrs

Not Disclosed

SECRETARIAL

Mumbai

2-4 Yrs

Not Disclosed

Explore more jobs
QC Chemist
6 salaries
unlock blur

₹1.7 L/yr - ₹2.8 L/yr

Chief Manager Sales
5 salaries
unlock blur

₹25 L/yr - ₹25 L/yr

Assistant Manager
4 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Chief Information Officer
4 salaries
unlock blur

₹14 L/yr - ₹20 L/yr

Chief Accounts Manager
4 salaries
unlock blur

₹7.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Jaysynth Dyestuff (I) with

Gulf Oil Lubricants

4.1
Compare

Jubilant Industries

3.6
Compare

Bodal Chemicals

3.8
Compare

Garware Hi-Tech Films

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