Upload Button Icon Add office photos

Filter interviews by

Etiqu Interview Questions and Answers

Updated 4 Aug 2024

Etiqu Interview Experiences

Popular Designations

5 interviews found

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Pass experience
  • Q3. Elaborate your skill
  • Ans. 

    I have strong analytical skills, excellent problem-solving abilities, and a deep understanding of business processes.

    • Proficient in data analysis and interpretation

    • Skilled in identifying business needs and requirements

    • Experienced in creating detailed reports and presentations

    • Ability to communicate effectively with stakeholders

    • Knowledge of various business analysis tools and techniques

  • Answered by AI
  • Q4. Know agile or not

Interview Preparation Tips

Interview preparation tips for other job seekers - there practice agile, so do some research a bit about it and good luck

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

General knowledge,case study, aptitude there are included in the assignment

Round 2 - One-on-one 

(1 Question)

  • Q1. Who is the president of india?

Tele Marketing Executive Interview Questions asked at other Companies

Q1. What is sales .why it's important for a company. How you can maximise the sales. What if a customer is showing like he is not interested how you will handle this kind of customer etc.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It's easy and understandable

Round 2 - Group Discussion 

It's basic about personal details

Interview Preparation Tips

Interview preparation tips for other job seekers - It's goog company to work who want an entrepreneur in future

Business Developer Interview Questions asked at other Companies

Q1. What are the different products from Tableau
View answer (1)

Business Associate Interview Questions & Answers

user image Jᴏsʜᴜᴀ J

posted on 31 May 2024

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

(1 Question)

  • Q1. Tell about yourself

Business Associate Interview Questions asked at other Companies

Q1. What is the benefits of insurance?
View answer (2)

Etiqu interview questions for popular designations

 Business Associate

 (2)

 Business Analyst

 (1)

 Business Developer

 (1)

 Tele Marketing Executive

 (1)

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction, what you know about marketing skills, what's the main skill to be their telecalling executives
  • Ans. 

    I am a marketing enthusiast with excellent telecalling skills. I understand the importance of effective communication and building relationships with clients.

    • Marketing skills involve understanding the target audience, creating effective campaigns, and analyzing data to measure success.

    • The main skill for telecalling executives is excellent communication skills, both verbal and written.

    • They should also have a good unders...

  • Answered by AI

Business Associate Interview Questions asked at other Companies

Q1. What is the benefits of insurance?
View answer (2)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Coding Test 

It was a Coderbyte coding challenge consisting of questions at an average level of difficulty.

Round 2 - English and Logical Test 

(2 Questions)

  • Q1. English test consist of 3 questions, 1. write a reply mail 2. correct the casual mail 3. why you are fit for this role. The test duration was 30 mins and during the test, The screen will be shared and v...
  • Q2. Logical test consist of 28 questions in 30 mins, All questions were based on general maths, aptitude and basic general knowledge.
Round 3 - Technical 

(1 Question)

  • Q1. This round was 2 hr long, They started with a basic introduction and gave me a react component based question that I had to implement from stratch by screen sharing, they will also discuss your code later.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Practice the implementation of react components from stratch.
- Practice CURD operations
- Api Calling and handling
- Implementation of Redux Store
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Kind a hard question

Round 2 - Aptitude Test 

It is challenging to work with an unprepared candidate.

Round 3 - Technical 

(2 Questions)

  • Q1. What are the effective strategies for selling a pencil?
  • Q2. I don't know how to sell it
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Ans. 

    Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.

    • Identify the pivot point by finding the minimum element in the array.

    • Determine which half of the array the target value falls into based on the pivot point.

    • Perform binary search on the appropriate half of the array to find the target value.

  • Answered by AI
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Ans. 

    package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.

    • Contains project metadata like name, version, description, etc.

    • Lists dependencies required for the project to run.

    • Defines scripts for tasks like building, testing, and running the project.

    • Can include configurations for tools like ESLint, Babel, etc.

  • Answered by AI
  • Q5. What are scripts in package.json file
  • Ans. 

    Scripts in package.json file are commands that can be run using npm.

    • Scripts are defined under the 'scripts' key in package.json.

    • Common scripts include 'start', 'test', 'build', etc.

    • Scripts can be run using 'npm run '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon

Etiqu Interview FAQs

How many rounds are there in Etiqu interview?
Etiqu interview process usually has 1-2 rounds. The most common rounds in the Etiqu interview process are One-on-one Round, Aptitude Test and Group Discussion.
What are the top questions asked in Etiqu interview?

Some of the top questions asked at the Etiqu interview -

  1. elaborate your sk...read more
  2. who is the president of ind...read more
  3. pass experie...read more

Tell us how to improve this page.

Etiqu Interview Process

based on 8 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 436 Interviews
BigBasket Interview Questions
3.9
 • 357 Interviews
Zomato Interview Questions
3.7
 • 322 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
Dunzo Interview Questions
3.4
 • 76 Interviews
Box8 Interview Questions
3.5
 • 13 Interviews
Uber eats Interview Questions
4.3
 • 9 Interviews
FoodPanda Interview Questions
3.7
 • 8 Interviews
View all

Etiqu Reviews and Ratings

based on 22 reviews

4.4/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.2

Salary

4.3

Job security

4.4

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 22 Reviews and Ratings
Business Associate
11 salaries
unlock blur

₹1.8 L/yr - ₹2.6 L/yr

HR Executive
4 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Team Lead
4 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Explore more salaries
Compare Etiqu with

Zomato

3.8
Compare

Swiggy

3.8
Compare

BigBasket

3.9
Compare

Blinkit

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