Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Linit Exports Intern Interview Questions and Answers

Updated 14 Jun 2022

Linit Exports Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2022

I applied via Referral and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. CP-CPK, Sampling plans, Co-ordinate measuring machine?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be vocal about your goals and what you wish to learn.

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All basic knowledge of your skills

Interview Preparation Tips

Interview preparation tips for other job seekers - You should clear about ur skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and manipulated efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Each data structure has its own advantages and use cases depending on the requirements of the program.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 3 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 Resume tips
Round 2 - Group Discussion 

Job back ground discuss .Discuss my work and experiences. What thinking job working

Round 3 - HR 

(2 Questions)

  • Q1. Query for my salary Barging for salary
  • Q2. No Qustion for Hr Side only discuss for salary

Interview Preparation Tips

Topics to prepare for RJ Corp Sales Executive interview:
  • Job area
  • Customer’s relations
Interview preparation tips for other job seekers - Don't nervous give interview with confidence share you real work experience give Good idea to growing mkt
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Python,django,sql related questions

Interview Preparation Tips

Topics to prepare for Retail Insights Software Developer interview:
  • python
  • django
  • sql
  • devops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you gather requirement for a new project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Job Fair

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 Resume tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. My name is gaurav kumar but you call me gaurav i am hard working bachelor of science in basic computer knowledge I did the work 1 year experience Tata Trent and v- Bazzar pvt ltd
  • Answered by palatablenoni
  • Q2. My name is gaurav kumar
  • Q3. I am from agra My study b.sc 3 year complet
  • Q4. Working experience 1 year tata Trent
  • Q5. Apparel floor knowledge and hard work

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 year experience Tata Trent sale assosiate
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 interview rounds.

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 Resume tips
Round 2 - HR 

(5 Questions)

  • Q1. What is your Work experience
  • Q2. What do you know about retail
  • Ans. 

    Retail involves the sale of goods or services to consumers through various channels such as brick-and-mortar stores, online platforms, and mobile apps.

    • Retail involves selling products or services directly to consumers

    • It includes various channels like physical stores, e-commerce websites, and mobile apps

    • Retailers often purchase products from wholesalers or manufacturers and sell them at a markup to make a profit

    • Customer...

  • Answered by AI
  • Q3. How would you present your self to Coustmer
  • Q4. What do you know about conversion
  • Ans. 

    Conversion refers to turning leads or prospects into paying customers through sales techniques and strategies.

    • Conversion rate is the percentage of visitors who take a desired action, such as making a purchase or filling out a form.

    • Conversion optimization involves testing and improving various elements of a sales process to increase the conversion rate.

    • Common strategies for improving conversion include A/B testing, crea...

  • Answered by AI
  • Q5. What is up sale and cross sale
  • Ans. 

    Upselling is persuading a customer to buy a more expensive item, while cross-selling is selling related or complementary products.

    • Upselling involves convincing a customer to purchase a higher-end version of the product they are interested in.

    • Cross-selling involves offering additional products that complement or enhance the original purchase.

    • Example of upselling: Suggesting a customer upgrade to a premium version of a s...

  • Answered by AI
Round 3 - Aptitude Test 

Basic mathematics and retail sector questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work make your communication skills more fluent

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

- write code for permutations & combination out of n numbers with k possibilities

Round 2 - Technical 

(3 Questions)

  • Q1. - diff between generator & decorator - write code for recursive decorator
  • Ans. 

    Generator produces a sequence of values while decorator adds functionality to an existing function. Recursive decorator calls itself within the decorator function.

    • Generator produces values lazily while decorator enhances functionality of a function.

    • Generators use 'yield' keyword to yield values one at a time.

    • Decorators use '@' symbol to apply additional functionality to a function.

    • Example of recursive decorator: def re...

  • Answered by AI
  • Q2. Explain generators
  • Ans. 

    Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.

    • Generators are defined using a function with 'yield' statements instead of 'return'.

    • They can be iterated over using a for loop or by calling the next() function.

    • Generators are memory efficient as they do not store all values in memory at once.

    • They are useful for generating large sequences of values or pro...

  • Answered by AI
  • Q3. Sample application using flask
  • Ans. 

    A sample application using Flask, a Python web framework

    • Create a virtual environment for the project

    • Install Flask using pip

    • Create routes and views for different pages

    • Use templates to render HTML pages

    • Connect to a database using Flask-SQLAlchemy

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is product knowledge?
  • Ans. 

    Product knowledge is understanding the features, benefits, and uses of a product or service.

    • Understanding the features and specifications of the product

    • Knowing the benefits and advantages it offers to customers

    • Being aware of how the product can be used in different scenarios

    • Having knowledge of competitors' products and how they compare

    • Being able to effectively communicate the value of the product to potential customers

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Linit Exports Interview FAQs

How many rounds are there in Linit Exports Intern interview?
Linit Exports interview process usually has 1 rounds. The most common rounds in the Linit Exports interview process are Technical.
How to prepare for Linit Exports Intern 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 Linit Exports. The most common topics and skills that interviewers at Linit Exports expect are Bootstrap, CSS, Ajax, HTML and Javascript.

Recently Viewed

REVIEWS

Masu Brakes

No Reviews

LIST OF COMPANIES

University of Zambia

Overview

SALARIES

4Sphere Solutions

No Salaries

SALARIES

Myholidays

No Salaries

COMPANY BENEFITS

DCIS

No Benefits

Tell us how to improve this page.

HCLTech

An opportunity to work for Fortune 500 companies

Interview Questions from Similar Companies

Tresor Systems Interview Questions
4.1
 • 10 Interviews
JK Files Interview Questions
3.6
 • 8 Interviews
GKB Opticals Interview Questions
4.3
 • 6 Interviews
Le Marche Interview Questions
3.4
 • 6 Interviews
Midas Safety Interview Questions
3.8
 • 5 Interviews
View all
PPC Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA QC Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Planning Control Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Linit Exports with

Karuna Management Services

4.1
Compare

Citylife Retail

3.9
Compare

RJ Corp

4.0
Compare

Tresor Systems

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent