Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Naukri Team. If you also belong to the team, you can get access from here

Naukri Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 701 Reviews

Filter interviews by

Naukri Research Analyst Interview Questions and Answers

Updated 3 Jul 2024

Naukri Research Analyst Interview Experiences

1 interview found

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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

I'm referred so I don't need to do the coding test

Round 2 - HR 

(2 Questions)

  • Q1. Went through the cv, talk about the projects
  • Q2. Weakness and strongness, bq questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Logistic regression questions, svm, etc

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

    You are given a list, ‘DICTIONARY[]’ containing a list of words and a stream of characters (queries). Your task is to choose a suitable data structure to implement ‘CharacterStreamChec...

  • 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 by CodingNinjas
  • Q2. SQL Question

    Second highest salary in SQL

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 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Behavioral Round
Questions asked about Amazon Leadership Principles

  • Q1. Basic HR Questions

    About behavioral questions. No standard questions, each question needs to be answered using STAR method and must represent Amazon's Leadership Priniciple

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 by CodingNinjas
  • Q2. SQL Question

    Find top 2 salary 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

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

I was interviewed in Sep 2023.

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 tips
Round 2 - Technical 

(4 Questions)

  • Q1. Accounting golden rules tell me the answer?
  • Ans. 

    Accounting golden rules are basic principles that guide the process of recording financial transactions.

    • The three golden rules of accounting are: 1. Debit the receiver, credit the giver 2. Debit what comes in, credit what goes out 3. Debit expenses and losses, credit income and gains

    • These rules help ensure that financial transactions are accurately recorded and classified in the accounting system

    • For example, when a com...

  • Answered by AI
  • Q2. About yourself and company introduction yourself me
  • Q3. What is accountancy?
  • Ans. 

    Accountancy is the process of recording, summarizing, analyzing, and reporting financial transactions of a business.

    • Involves recording financial transactions

    • Summarizing financial data into financial statements

    • Analyzing financial information to make business decisions

    • Reporting financial results to stakeholders

    • Ensures compliance with financial regulations and standards

    • Examples: preparing balance sheets, income statements

  • Answered by AI
  • Q4. Five journal entries transfer entry

Interview Preparation Tips

Topics to prepare for Amazon Research Scholar interview:
  • Accounting
  • Banking

Naukri Interview FAQs

How many rounds are there in Naukri Research Analyst interview?
Naukri interview process usually has 1 rounds. The most common rounds in the Naukri interview process are One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Naukri interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 423 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
JustDial Interview Questions
3.5
 • 326 Interviews
Meesho Interview Questions
3.7
 • 326 Interviews
Info Edge Interview Questions
4.0
 • 314 Interviews
Zomato Interview Questions
3.8
 • 314 Interviews
PolicyBazaar Interview Questions
3.5
 • 308 Interviews
View all
Assistant Manager
126 salaries
unlock blur

₹3.8 L/yr - ₹9.5 L/yr

Senior Executive
99 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Senior Executive Corporate Sales
95 salaries
unlock blur

₹4.5 L/yr - ₹8 L/yr

Assistant Manager Corporate Sales
74 salaries
unlock blur

₹4.3 L/yr - ₹9.5 L/yr

Deputy Manager
71 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Explore more salaries
Compare Naukri with

Info Edge

4.0
Compare

Quikr

3.8
Compare

Foundit

3.6
Compare

Times Business Solutions

3.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview