Upload Button Icon Add office photos

Filter interviews by

CoutLoot Interview Questions and Answers

Updated 11 Nov 2023

CoutLoot Interview Experiences

Popular Designations

4 interviews found

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

I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic of javascript, async-await, promise, simple Dsa
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate nodejs / express js /MongoDB

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

One recurrsion problem was given.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical Questions regarding node js deep was asked.
  • Q2. Explain node js, event loop
  • Ans. 

    Node.js is a runtime environment that allows JavaScript to be run on the server side, utilizing an event-driven, non-blocking I/O model.

    • Node.js is built on the V8 JavaScript engine from Google Chrome.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • The event loop is a mechanism that allows Node.js to perform non-blocking I/O operations by offloading operations to the system kernel...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself, aim after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge should be strong on mern and some javascript tricky questions alos.

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

I applied via Naukri.com and was interviewed in Oct 2020. There were 2 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is the previous experience I hold?
  • Q2. What was my goal as an HR?
  • Q3. Have I been managing a team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Great process, very detailed and organized. The managers were supportive and empathetic

Manager / Sr Manager - Administration Interview Questions asked at other Companies

Q1. Do you know how to orthopedic device industry work ?
View answer (2)

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Ware did you work before and what is your work experience.
  • Ans. How to get started work from day to eod.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepaid for interview. Answer the question fully on confidence.

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)

CoutLoot interview questions for popular designations

 Senior Software Developer

 (1)

 Full Stack Developer

 (1)

 Manager / Sr Manager - Administration

 (1)

 Operations Executive

 (1)

Interview questions from similar companies

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

Basic coding qns and aptitude questions which can be done easily

Round 2 - Case Study 

They gave guesstimate questions where scenarios will be given and you have to give an approximate estimate to it based on various factors

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

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between logistic regression and svm
  • Ans. 

    Logistic regression is a linear model used for binary classification, while SVM is a non-linear model that can handle complex decision boundaries.

    • Logistic regression is a probabilistic model that predicts the probability of a binary outcome based on input features.

    • SVM aims to find the hyperplane that best separates the classes in a high-dimensional space.

    • Logistic regression is more interpretable and easier to implement...

  • Answered by AI
  • Q2. Data augmentation related questions

Interview Preparation Tips

Topics to prepare for HyperVerge Data Analyst interview:
  • Machine Learning

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and experienced professional with a background in marketing and a passion for driving results.

    • Experienced in marketing strategies and campaigns

    • Strong track record of achieving goals and targets

    • Passionate about driving results and exceeding expectations

  • Answered by AI
  • Q2. Strengths and weaknesses
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

General mathematics, english and coding

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.

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. Up selling concept
  • Ans. 

    Up selling is the practice of encouraging customers to purchase a higher-end product or additional items in order to increase sales.

    • Understand the customer's needs and preferences to recommend relevant upgrades or add-ons

    • Highlight the benefits of the higher-end product or additional items

    • Offer package deals or discounts for purchasing multiple items

    • Provide excellent customer service to build trust and increase likeliho...

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

(2 Questions)

  • Q1. Cross selling concept
  • Q2. Up selling concept
  • Ans. 

    Up selling is the practice of encouraging customers to purchase a higher-end product or additional items in order to increase sales and revenue.

    • Understand the customer's needs and preferences to recommend relevant products or services

    • Highlight the benefits and features of the higher-end product to justify the additional cost

    • Offer package deals or discounts for purchasing multiple items together

    • Provide excellent custome...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Merge 2 Sorted linked list
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be merged

    • Update the next pointers of the nodes in the new linked list accordingly

  • Answered by AI

Skills evaluated in this interview

CoutLoot Interview FAQs

How many rounds are there in CoutLoot interview?
CoutLoot interview process usually has 3-4 rounds. The most common rounds in the CoutLoot interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for CoutLoot 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 CoutLoot. The most common topics and skills that interviewers at CoutLoot expect are Javascript, Node.Js, Android, Java and Kotlin.
What are the top questions asked in CoutLoot interview?

Some of the top questions asked at the CoutLoot interview -

  1. Explain node js, event l...read more
  2. Technical Questions regarding node js deep was ask...read more
  3. Basic of javascript, async-await, promise, simple ...read more

Tell us how to improve this page.

CoutLoot Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
AJIO Interview Questions
3.7
 • 64 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
MyCaptain Interview Questions
3.2
 • 41 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
LimeRoad Interview Questions
2.6
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
Voonik Interview Questions
2.1
 • 1 Interview
View all

CoutLoot Reviews and Ratings

based on 19 reviews

2.8/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

2.8

Salary

2.8

Job security

2.8

Company culture

3.0

Promotions

2.8

Work satisfaction

Explore 19 Reviews and Ratings
Full Stack Developer
9 salaries
unlock blur

₹6.5 L/yr - ₹9 L/yr

Customer Care Executive
6 salaries
unlock blur

₹2 L/yr - ₹10.6 L/yr

Inventory Executive
6 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Software Engineer
5 salaries
unlock blur

₹6.5 L/yr - ₹7 L/yr

HR Manager
5 salaries
unlock blur

₹5.1 L/yr - ₹7.9 L/yr

Explore more salaries
Compare CoutLoot with

Cogoport

2.9
Compare

Arzooo.com

2.4
Compare

KrazyBee

3.7
Compare

Treebo Hotels

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