Upload Button Icon Add office photos

NSL Textiles

Compare button icon Compare button icon Compare

Filter interviews by

NSL Textiles Textile Designer and Merchandiser Interview Questions and Answers

Updated 18 Jul 2022

NSL Textiles Textile Designer and Merchandiser Interview Experiences

1 interview found

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

Textile design and fashion

Interview Preparation Tips

Topics to prepare for NSL Textiles Textile Designer and Merchandiser interview:
  • Textile
  • Textile Designing
  • fashion
Interview preparation tips for other job seekers - About my knowledge , and about job relative questions

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. How to sale
  • Ans. 

    To sell effectively, understand customer needs, build relationships, demonstrate value, and close the deal.

    • Listen actively to understand customer needs and pain points.

    • Build rapport and trust with customers through effective communication.

    • Highlight the unique value proposition of the product or service.

    • Provide demonstrations or samples to showcase the benefits.

    • Address objections and concerns to alleviate customer hesit...

  • Answered by AI
  • Q2. How to convince customer
  • Ans. 

    To convince a customer, understand their needs, build trust, provide value, and address objections.

    • Listen actively to understand their needs

    • Build trust by being honest and transparent

    • Provide value by offering solutions that meet their needs

    • Address objections by providing evidence and addressing concerns

    • Follow up to ensure satisfaction and build long-term relationships

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak well talk well sale well

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

Interview Questionnaire 

10 Questions

  • Q1. Experience level
  • Q2. Hard work
  • Q3. Honestly
  • Q4. Responsible
  • Q5. Punctuality
  • Q6. Team worker
  • Q7. Fashion Update
  • Q8. Knowledge
  • Q9. Customer Experience
  • Q10. Follow the Company Rules

Interview Preparation Tips

Interview preparation tips for other job seekers - I think some people need the job but we don’t have Excellent English but Apart from the other person Experience level is highly Doesn't matter Dr Abdul KALAM said confidence level is Matter

I applied via H&M Careers and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Most of the questions are from Cloud. The different applications you have worked on the cloud, code quality. How you will secure your cloud application? How to set up cloud infra solutions for the produc...
Round 2 - One-on-one 

(1 Question)

  • Q1. This was a bit technical come business interview. 1. How you will handle the business scenarios in your application? 2. Customer-centric questions. 3. How your application brings value to the customer. ...
Round 3 - One-on-one 

(1 Question)

  • Q1. This is was country head and hr. Experience, Area of Interest, Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - H&M group has started its delivery hub in Bangalore.
The overall interview experience was good and their business interview with PALE(Product Area Lead Engineer) was a bit difficult, you have to understand the scenarios and answer.
Lots of transformations are going on in the organization and good to start if you are experienced.

I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to join H&M?
  • Q2. What are your roles and responsibilities?
Round 2 - Technical 

(1 Question)

  • Q1. Solutioning for a high performant event driver microservice.
  • Ans. 

    To create a high performant event driver microservice, we need to focus on efficient event handling and scalability.

    • Use asynchronous event-driven architecture

    • Choose a lightweight and efficient framework like Node.js or Go

    • Implement caching and load balancing techniques

    • Optimize database queries and use NoSQL databases for faster data retrieval

    • Use containerization and orchestration tools like Docker and Kubernetes for sca...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reason for leaving the current job
  • Q2. Problem statement where in you have to use Azure/Azure functions to solve it.
Round 4 - Leadership 

(2 Questions)

  • Q1. How did you solve a business problem with an innovative idea?
  • Q2. What is that one factor which would make you choose H&M over any other company?

Interview Preparation Tips

Topics to prepare for H&M Senior Software Engineer interview:
  • Azure
  • .Net Core
  • Angular
  • MS SQL Server
  • Entity Framework
  • CICD
Interview preparation tips for other job seekers - Questions are mostly scenario based and also on your past work and experience.

Skills evaluated in this interview

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

Good level of questiosn

Round 2 - Technical 

(1 Question)

  • Q1. Basic sql and python questions
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 Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 related programming
  • Q2. Data Structures
Round 2 - Technical 

(1 Question)

  • Q1. Techno Managerial around

Interview Preparation Tips

Topics to prepare for H&M Software Engineer interview:
  • Data Structures
  • Java
  • Devops
  • Cloud Computing

Analyst Interview Questions & Answers

H&M user image Deepthi Mattewada

posted on 24 Jul 2024

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

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

Round 1 - Aptitude Test 

1 hour test. The test consists of 3 sections. First section is aptitude and second section is verbal and the third section is logical thinking.

Round 2 - Group Discussion 

Speak about a topic. 5 minutes of time will be given.. After 5 minutes start speaking about the given topic.

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

(2 Questions)

  • Q1. Spring Boot annotations related question
  • Q2. Java 8 advantages
  • Ans. 

    Java 8 introduced several new features and improvements, including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow for more concise and readable code.

    • Functional interfaces enable the use of lambda expressions.

    • Streams provide a way to work with collections in a more functional style.

    • Default methods allow interfaces to have method implementations.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on microservices
  • Q2. Types of HTTP methods, what is idempotency in rest api
  • Ans. 

    HTTP methods include GET, POST, PUT, DELETE, PATCH. Idempotency in REST API means multiple identical requests have the same effect as a single request.

    • HTTP methods: GET, POST, PUT, DELETE, PATCH

    • Idempotency in REST API: Multiple identical requests have the same effect as a single request

    • Example: GET and PUT are idempotent as they do not change the state of the server with multiple identical requests

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well in Core Java and Spring Boot related topics

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

It was very easy to code leetcode easy

Round 2 - Aptitude Test 

Very good interviewing experience in this

NSL Textiles Interview FAQs

How many rounds are there in NSL Textiles Textile Designer and Merchandiser interview?
NSL Textiles interview process usually has 2 rounds. The most common rounds in the NSL Textiles interview process are Resume Shortlist and Assignment.

Tell us how to improve this page.

Interview Questions from Similar Companies

H&M Interview Questions
3.9
 • 95 Interviews
Bata Interview Questions
3.7
 • 63 Interviews
PUMA Interview Questions
4.3
 • 55 Interviews
Zara Interview Questions
3.7
 • 32 Interviews
Fossil Group Interview Questions
3.7
 • 27 Interviews
Arvind Fashions Interview Questions
3.7
 • 20 Interviews
VKC Group Interview Questions
3.7
 • 18 Interviews
Tommy Hilfiger Interview Questions
4.3
 • 13 Interviews
View all
Assistant Manager
24 salaries
unlock blur

₹4.1 L/yr - ₹6.5 L/yr

Cost Accountant
15 salaries
unlock blur

₹4 L/yr - ₹5.8 L/yr

Accountant
7 salaries
unlock blur

₹1.8 L/yr - ₹4.4 L/yr

Deputy Manager
7 salaries
unlock blur

₹4.9 L/yr - ₹6.9 L/yr

Supervisor
7 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare NSL Textiles with

Bata

3.7
Compare

H&M

3.9
Compare

PUMA

4.3
Compare

United Colors of Benetton

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