Upload Button Icon Add office photos

Filter interviews by

Namekart Research Analyst Interview Questions and Answers

Updated 23 Oct 2023

Namekart Research Analyst Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Sep 2023. There were 2 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 - HR 

(4 Questions)

  • Q1. What is you hobbies? Where do you see yourself in next 5 years? Which one is your favourite subject? Why do want to join namekart? And many more....
  • Q2. Where do see yourself in next 5 years?
  • Q3. General knowledge questions
  • Q4. Recent ongoing news

Interview Preparation Tips

Interview preparation tips for other job seekers - I would namekart 2 out of 5.

Likes:
They will give you leaves as and when required.
They are quite supportive.

Dislike:
Delay in response
Poor management
No doubt solving
They gave positive feedback throughout the internship period. When it comes to offer PPO, suddenly they will start giving you all the negative feedback. But they want you to continue your internship. It's just very confusing. They just want to work at a lower salary.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you suitable for this role
  • Q2. Why are you applying for this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Nil
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your current job like
  • Q2. What tools do you use in regular work
  • Q3. If you had to expand in India, which city would you expand in

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, they like people with great communication skills and insights on topics.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

Medium to Hard 4 DSA questions

I applied via Campus Placement and was interviewed in Jan 2022. There were 2 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 - Name 

(2 Questions)

  • Q1. What was do searching?
  • Ans. 

    Searching is the process of looking for information or data in a systematic way.

    • Searching involves identifying a specific topic or question to investigate.

    • It can be done through various methods such as online research, surveys, interviews, or experiments.

    • Effective searching requires critical thinking, analysis, and evaluation of sources.

    • Examples of searching include conducting a literature review for a research paper, ...

  • Answered by AI
  • Q2. How can explain plan
  • Ans. 

    Explain plan is a tool used to analyze and optimize SQL queries.

    • Explain plan shows the steps the database takes to execute a query.

    • It helps identify performance bottlenecks and suggests ways to optimize the query.

    • The plan shows the order in which tables are accessed, the join methods used, and the indexes utilized.

    • It can be accessed using the EXPLAIN keyword in SQL.

    • Explain plan can be used to compare the performance of

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good listener and observe and learning

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your current job like
  • Q2. What tools do you use in regular work
  • Q3. If you had to expand in India, which city would you expand in

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, they like people with great communication skills and insights on topics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2022. There were 5 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 - Technical 

(2 Questions)

  • Q1. CV discussion and question related to python and data science
  • Q2. Cumulative sum of an array, frequency of each word in a sentence
  • Ans. 

    The question asks about calculating cumulative sum of an array and frequency of each word in a sentence.

    • To calculate cumulative sum of an array, we can use a loop and keep adding the current element to a running sum variable.

    • To calculate frequency of each word in a sentence, we can split the sentence into words and use a dictionary to keep track of the count of each word.

    • We can use built-in functions in programming lan...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Behavioural Questions
  • Q2. Leadership principles
Round 4 - Technical 

(2 Questions)

  • Q1. Data Science and SQL round
  • Q2. Groupby, joins and window functions
Round 5 - Technical 

(1 Question)

  • Q1. CV discussion and data science question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your CV well, practice python pandas and SQL and common data science questions related to ML and DL

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you suitable for this role
  • Q2. Why are you applying for this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Nil

I was interviewed in May 2021.

Round 1 - Telephonic Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Started with project description, deep dive into project
Questions about ML, Statistics
Coding questions for Python, SQL

  • Q1. 

    Stream of Characters Problem Statement

    You are provided with a list, DICTIONARY[], which contains a collection of words, along with a stream of characters (queries). The task is to implement a class Chara...

  • Ans. Brute Force

    The idea is to use the brute force approach for this problem. At every queried character, we will form strings in a backward direction and will simultaneously check for the string in the ‘DICTIONARY’. If we found the string, then return true. Otherwise, check till the first queried character. If still no string found in ‘DICTIONARY’, return false.
     

    Note:

    1. For faster search, we can store the strings present...

  • Answered Anonymously
  • Q2. How do you retrieve the second highest salary from a SQL database?
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Projects
Machine Learning

  • Q1. Aptitude Questions

    Questions about Statistics

Round 3 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

Behavioral Round
Questions asked about Amazon Leadership Principles

Round 4 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Medium Python questions
Medium SQL questions

  • Q1. Ninja and Mathematics

    Ninja is a genius in mathematics. He got an interview call from MIT. During the interview, the professor asked Ninja a challenging question.

    Given two integers 'N1' and '...

  • Ans. Remainder Theorm

    The idea is to notice that the fractional part repeats only when we have already seen the same remainder before. So, that means we have to store the end index where this repetition starts in some data structure. 

     

    We can use Map / HashMap / Dictionary to store the remainder and its associated index while doing division so that whenever the same remainder comes up, we know there is a repeating f...

  • Answered Anonymously
  • Q2. How can you find the top 2 salaries for each department in SQL?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Research Analyst in BengaluruEligibility criteriaNAAmazon interview preparation:Topics to prepare for the interview - Python, SQL, Machine Learning, Statistics, Deep LearningTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice String and array based questions for python coding test
Tip 2 : Practice Window Functions, Rank functions for SQL
Tip 3 : Describe the one project that you're confident with and have worked deeply

Application resume tips for other job seekers

Tip 1 : Start with projects and then move to skills
Tip 2 : Explain each project in around 3 bullet points
Tip 3 : Include numbers in projects (ex increased x% revenue by applying ... )

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2022. There were 2 interview rounds.

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 - Name 

(2 Questions)

  • Q1. What was do searching?
  • Ans. 

    Searching is the process of looking for information or data in a systematic way.

    • Searching involves identifying a specific topic or question to investigate.

    • It can be done through various methods such as online research, surveys, interviews, or experiments.

    • Effective searching requires critical thinking, analysis, and evaluation of sources.

    • Examples of searching include conducting a literature review for a research paper, ...

  • Answered by AI
  • Q2. How can explain plan
  • Ans. 

    Explain plan is a tool used to analyze and optimize SQL queries.

    • Explain plan shows the steps the database takes to execute a query.

    • It helps identify performance bottlenecks and suggests ways to optimize the query.

    • The plan shows the order in which tables are accessed, the join methods used, and the indexes utilized.

    • It can be accessed using the EXPLAIN keyword in SQL.

    • Explain plan can be used to compare the performance of

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good listener and observe and learning

Skills evaluated in this interview

Namekart Interview FAQs

How many rounds are there in Namekart Research Analyst interview?
Namekart interview process usually has 2 rounds. The most common rounds in the Namekart interview process are Resume Shortlist and HR.
What are the top questions asked in Namekart Research Analyst interview?

Some of the top questions asked at the Namekart Research Analyst interview -

  1. Recent ongoing n...read more
  2. General knowledge questi...read more

Tell us how to improve this page.

Namekart Research Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 432 Interviews
BigBasket Interview Questions
3.9
 • 355 Interviews
PolicyBazaar Interview Questions
3.6
 • 343 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
JustDial Interview Questions
3.5
 • 329 Interviews
View all
Namekart Research Analyst Salary
based on 8 salaries
₹3 L/yr - ₹5 L/yr
24% less than the average Research Analyst Salary in India
View more details

Namekart Research Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Research Analyst
8 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Business Analyst
7 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Market Research Analyst
5 salaries
unlock blur

₹4.2 L/yr - ₹7.2 L/yr

Business Development Executive
5 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Analyst
4 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare Namekart with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Amazon Development Centre India

4.1
Compare

Udaan

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