Upload Button Icon Add office photos

Filter interviews by

Neostencil Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you think about the online education system in India?
  • Ans. 

    Online education system in India has great potential but needs improvement.

    • Online education has become more popular due to the pandemic.

    • There is a lack of infrastructure and resources for online education in rural areas.

    • Online education can be more affordable and accessible than traditional education.

    • There is a need for better quality control and accreditation for online courses.

    • Online education can provide opportuniti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always select real life examples that display key hiring traits.

Interview Questionnaire 

2 Questions

  • Q1. Well my interview was for marketing intern and Ques was asked regarding sales and the interviewer said they both and closely related, but sales and marketing have no connection
  • Q2. I would like to know how to crack confusing interviews
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project discussion
Round 2 - Coding Test 

Was a small test and was easy

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

(2 Questions)

  • Q1. About basic info tech
  • Q2. Database,sql,oracle
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA Questions based on dp graph tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. String medium Hard Leetcode
  • Q2. Simple Easy Graph leetcode
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 

(5 Questions)

  • Q1. I got refral from a friend so i was directly interviewed
  • Q2. What have you done in react js ?
  • Ans. 

    I have developed multiple single-page applications using React JS.

    • Created reusable components to improve code reusability

    • Implemented state management using Redux for better data flow

    • Utilized React Router for navigation between different pages

    • Integrated APIs to fetch and display data dynamically

  • Answered by AI
  • Q3. What is javascript
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive effects within web browsers.

    • JavaScript is a high-level, interpreted programming language.

    • It is used to make web pages interactive and dynamic.

    • JavaScript can be used for client-side and server-side development.

    • Commonly used frameworks/libraries include React, Angular, and Node.js.

  • Answered by AI
  • Q4. Showyour projects
  • Q5. What loibraries you used
  • Ans. 

    I have used a variety of libraries in my projects, including React, Redux, Axios, and Material-UI.

    • React

    • Redux

    • Axios

    • Material-UI

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on key concepts , focus on dsa concepts and prepare for web development if you are working for developer intern

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Projects you have done
  • Q2. Scenario based questions
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best ☺️
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Sell me an ice tea in a cold hill station.
  • Ans. 

    Refreshing ice tea is the perfect drink to enjoy in the cool hill station weather.

    • Highlight the refreshing and cooling properties of ice tea

    • Emphasize the versatility of ice tea - can be enjoyed hot or cold

    • Mention the variety of flavors available, such as lemon, peach, or mint

    • Suggest pairing the ice tea with local snacks or pastries for a complete experience

  • Answered by AI
  • Q2. Sell me an branded car.
  • Ans. 

    Experience luxury and performance like never before with our top-of-the-line branded car.

    • Our branded car offers cutting-edge technology for a seamless driving experience.

    • Experience unparalleled comfort with premium leather seats and state-of-the-art amenities.

    • Enjoy powerful performance with a high-performance engine that delivers top-notch speed and acceleration.

    • Stand out on the road with a sleek and stylish design tha

  • Answered by AI
  • Q3. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be creative
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 - One-on-one 

(1 Question)

  • Q1. How will you sell ice cream in winters
  • Ans. 

    By offering warm toppings and promoting it as a cozy treat, we can sell ice cream in winters.

    • Offer warm toppings like hot fudge, caramel, or toasted nuts

    • Promote it as a cozy treat to enjoy indoors

    • Create seasonal flavors like peppermint or gingerbread

    • Offer discounts or bundle deals to incentivize purchases

    • Partner with local businesses to cross-promote winter activities and ice cream

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - stay positive and ready to work hard . the company has ultimate growth structure but what matters is your performance

I appeared for an interview in Jul 2020.

Interview Questionnaire 

4 Questions

  • Q1. 1 if we call finish from oncreate in an activity in android. Will it call onresume and other lifecycle functions before ondestroy.
  • Ans. 

    No, calling finish() in onCreate() will not call onResume() or other lifecycle functions before onDestroy().

    • Calling finish() in onCreate() will immediately destroy the activity without calling any other lifecycle methods.

    • If you want to finish an activity after it has been created and resumed, you should call finish() in onPause() or onStop().

    • It is generally not recommended to call finish() in onCreate() as it can lead

  • Answered by AI
  • Q2. 2 Explain recyclerview and its corner cases.
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large sets of data efficiently

    • It uses a ViewHolder pattern to recycle views

    • Corner cases include handling empty data sets and updating data dynamically

  • Answered by AI
  • Q3. 3 Define communication between acticity and fragment.
  • Ans. 

    Communication between activity and fragment is done through interfaces.

    • Activity implements an interface and passes it to the fragment

    • Fragment can then call methods of the interface to communicate with the activity

    • This allows for communication between the two components without tight coupling

  • Answered by AI
  • Q4. 4 find second largest element in an array.
  • Ans. 

    Find the second largest element in an array of strings.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recise data structures basic codes and relevant technology interview questions.

Skills evaluated in this interview

Neostencil Interview FAQs

How to prepare for Neostencil 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 Neostencil. The most common topics and skills that interviewers at Neostencil expect are Educational Sales, Cold Calling, Customer Complaints, Customer Handling and Outbound Calling.

Tell us how to improve this page.

Interview Questions from Similar Companies

Adda 247 Interview Questions
3.2
 • 30 Interviews
Airblack Interview Questions
4.2
 • 17 Interviews
Prepca Eduserv Interview Questions
4.1
 • 16 Interviews
Talview Interview Questions
3.2
 • 10 Interviews
AccioJob Interview Questions
3.6
 • 10 Interviews
Playto Labs Interview Questions
4.2
 • 10 Interviews
CareerLabs Interview Questions
3.1
 • 9 Interviews
ENTRI SOFTWARE Interview Questions
3.7
 • 9 Interviews
View all

Neostencil Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

4.5

Salary

3.7

Job security

3.9

Company culture

4.1

Promotions

4.0

Work satisfaction

Explore 7 Reviews and Ratings
Head of Product
4 salaries
unlock blur

₹20 L/yr - ₹40 L/yr

Technical Operations Executive
4 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

SEO Manager
3 salaries
unlock blur

₹5.8 L/yr - ₹6 L/yr

Devops Engineer
3 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Neostencil with

Adda 247

3.2
Compare

Futurense Technologies

3.4
Compare

Prepca Eduserv

4.1
Compare

Airblack

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