Upload Button Icon Add office photos
Engaged Employer

i

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

QKS Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

QKS Group Senior Research Analyst Interview Questions and Answers

Updated 14 Dec 2021

QKS Group Senior Research Analyst Interview Experiences

1 interview found

I applied via Other and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about roles in the past organizations, shared the current role in the organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - First was the written test, followed by technical round and finally the HR.

Interview questions from similar companies

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

1 Question

  • Q1. If u agree then we will hire you as a trainee for 3 months. And will be hire as permanent employee only when you perform better during training.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the recruiter are asking for experience. But nobody support freshers then how they got experience. Please support them. Because freshers are like water you can change them in any shape and you may also change their taste as per your requirement.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Related to codeing
Mathematical question

I appeared for an interview 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. 

    Implement a class to check if a string formed by the last queried characters exists in a dictionary of words.

    • Initialize the class with the dictionary of words.

    • Implement a method to check if the string formed by the last queried characters exists in the dictionary.

    • Use appropriate data structures to efficiently solve the problem.

    • Ensure the class handles multiple test cases and character queries.

    • Example: DICTIONARY[] = ['...

  • Answered by AI
  • Q2. How do you retrieve the second highest salary from a SQL database?
  • Ans. 

    Use a subquery to retrieve the second highest salary from a SQL database.

    • Use a subquery to select the maximum salary from the table.

    • Then use another subquery to select the maximum salary that is less than the maximum salary found in the first step.

    • Combine both subqueries to retrieve the second highest salary.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Projects
Machine Learning

  • Q1. Aptitude Questions

    Questions about Statistics

  • Ans. 

    Answering aptitude questions related to statistics

    • Statistics is the study of collecting, analyzing, interpreting, presenting, and organizing data.

    • Key concepts include mean, median, mode, standard deviation, and probability.

    • Examples of statistical questions include 'What is the average income of a population?' and 'What is the likelihood of an event occurring?'

  • Answered by AI
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 'N...

  • Ans. 

    Calculate the fraction when one integer is divided by another, with repeating decimal parts enclosed in parentheses.

    • Divide the first integer by the second integer to get the fraction

    • Identify if the fractional part is repeating and enclose it in parentheses

    • Return the fraction for each test case

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

    Use SQL query with window functions to find top 2 salaries for each department.

    • Use PARTITION BY clause to partition the data by department.

    • Use ORDER BY clause to order the salaries in descending order.

    • Use ROW_NUMBER() function to assign a rank to each row within the partition.

    • Filter the results to only include rows with rank 1 and 2.

  • Answered by AI

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 Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Forgerock IDM
  • Ans. 

    ForgeRock IDM is an identity management software that provides secure access to applications and services.

    • ForgeRock IDM allows organizations to manage user identities and access privileges across multiple systems and applications.

    • It provides a centralized platform for managing user authentication, authorization, and provisioning.

    • ForgeRock IDM supports various authentication protocols such as OAuth, SAML, and OpenID Con...

  • Answered by AI
  • Q2. How user on boarding is done
  • Ans. 

    User onboarding is the process of introducing new users to a product or service and helping them get started.

    • Provide clear instructions and guidance on how to use the product or service

    • Offer tutorials or walkthroughs to help users understand the features and functionality

    • Simplify the registration process and make it easy for users to create an account

    • Provide support and assistance to users who encounter issues or have ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for your domain related

I applied via Naukri.com and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SAP PM

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was just like that of any other IT MNC. There was more focus on implementation projects in my resume.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Work Done by me, Complex requirements have Worked on, Generic questions apart from all these

Interview Preparation Tips

Interview preparation tips for other job seekers - MacBook

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

Interview Questionnaire 

2 Questions

  • Q1. Mention key Audit matters with example
  • Ans. 

    Key audit matters are significant areas of the audit that require the most attention and have the highest risk of material misstatement.

    • Revenue recognition

    • Impairment of assets

    • Valuation of inventory

    • Going concern

    • Related party transactions

    • Taxation

    • Litigation and claims

    • Acquisitions and disposals

    • Pensions and other post-employment benefits

    • Financial instruments

    • Business continuity and disaster recovery

    • IT systems and controls

  • Answered by AI
  • Q2. Consequence of non deducting TDS
  • Ans. 

    Non deduction of TDS can lead to penalties and legal consequences.

    • Non deduction of TDS can result in penalties and interest charges.

    • The taxpayer may also face legal consequences and prosecution.

    • The deductee may face difficulties in claiming credit for the tax deducted at source.

    • Non deduction of TDS can also lead to increased scrutiny from tax authorities.

    • For example, if an employer fails to deduct TDS on salary payment...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CV with answers ready to all aspects of it.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Fast track your campus placements

View all
QKS Group Senior Research Analyst Salary
based on 6 salaries
₹9 L/yr - ₹12 L/yr
26% more than the average Senior Research Analyst Salary in India
View more details
Research Analyst
52 salaries
unlock blur

₹5.7 L/yr - ₹12 L/yr

Analyst
49 salaries
unlock blur

₹5 L/yr - ₹11.8 L/yr

Market Intelligence Analyst
25 salaries
unlock blur

₹5.5 L/yr - ₹8 L/yr

Key Account Manager
6 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Accounts Manager
6 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Explore more salaries
Compare QKS Group with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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