Upload Button Icon Add office photos

Filter interviews by

Kadence International Data Executive Interview Questions and Answers

Updated 17 Jul 2024

Kadence International Data Executive Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Syntax writing on spss
  • Ans. 

    Syntax writing on SPSS involves using commands to manipulate and analyze data.

    • SPSS syntax is written in the syntax editor within the SPSS software.

    • Commands are written in a specific format, such as 'MEANS' for calculating means or 'FREQUENCIES' for generating frequency tables.

    • Syntax can be saved and reused for future analyses, saving time and ensuring consistency.

    • Errors in syntax can lead to incorrect results, so it's ...

  • Answered by AI
  • Q2. Data validation on spss
  • Ans. 

    Data validation on SPSS involves checking for accuracy, consistency, and completeness of data.

    • Data validation ensures that the data entered is accurate and reliable.

    • It involves checking for missing values, outliers, and inconsistencies in the data.

    • Examples of data validation techniques in SPSS include frequency checks, range checks, and logic checks.

  • Answered by AI

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response
Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Excel questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time with AGS . My interview was done almost 1 month back and they did my documents verification and after one month hr said to me actually we lost one project so now we don't need any candidate sorry. So they are simply waste my time . And interview is too easy 1 st one is HR and 2nd round is techincal interview in techincal interview they was asked me vlookup hlookup and SQL queries that's it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is coalesce
  • Ans. 

    Coalesce is a function used to return the first non-null value in a list of expressions.

    • Coalesce function is commonly used in SQL to handle null values.

    • It takes multiple arguments and returns the first non-null value.

    • Example: COALESCE(column1, column2, 'default') will return the value of column1 if not null, else column2, and if both are null, it will return 'default'.

  • Answered by AI
  • Q2. What is repartition
  • Ans. 

    Repartition is the process of redistributing data across partitions in a distributed system.

    • Repartitioning helps in balancing the workload and improving performance in distributed computing environments.

    • It involves moving data between partitions based on certain criteria such as key values or hash functions.

    • Repartitioning can be done in Spark using operations like repartition() or coalesce().

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Non repeatable character
  • Ans. 

    A non repeatable character is a character that appears only once in a given string.

    • Iterate through the string and count the frequency of each character

    • Identify the characters that have a frequency of 1

    • Return the first non repeatable character found

  • Answered by AI
  • Q2. Sort list without sort method
  • Ans. 

    Sort list without using sort method

    • Create a custom sorting function using loops

    • Compare each element with every other element to determine the correct order

    • Swap elements based on the comparison results

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

I was asked to write SQL queries for 3rd highest salary of the employee, some name filtering, group by tasks.
Python code to find the index of the maximum number without using numpy.

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain the Project undertaken during the research and follow-up questions
Round 3 - Technical 

(1 Question)

  • Q1. Write pandas query to separate the names as first and last name from the full name. Drop the duplicate columns and also the missing values. Write output for the Python code. Write SQL query to retrieve t...
  • Ans. 

    Answering questions related to data science concepts and techniques.

    • Recall is the ratio of correctly predicted positive observations to the total actual positives. Precision is the ratio of correctly predicted positive observations to the total predicted positives.

    • To reduce variance in an ensemble model, techniques like bagging, boosting, and stacking can be used. Bagging involves training multiple models on different ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nielsen Data Scientist interview:
  • Python
  • Pandas
  • SQL
  • Machine Learning
Interview preparation tips for other job seekers - Have your basics strong.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was easy.just like usual aptitude questions like quants,verbal,reasoning etc....

Round 2 - One-on-one 

(1 Question)

  • Q1. Second round was all about one on one video call interview where they will ask to record a video and send it.(managerial questions). Like, why do you need to join mu sigma,why should we hire you....
  • Ans. Third round was online hr interview. Where there will ask questions based on your resumes.
  • Answered Anonymously
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How to read and write parquet files in pyspark?
  • Ans. 

    Reading and writing parquet files in PySpark involves using the SparkSession API.

    • Create a SparkSession object

    • Read a parquet file using spark.read.parquet() method

    • Write a DataFrame to a parquet file using df.write.parquet() method

  • Answered by AI

Skills evaluated in this interview

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

Analysing the company's document and finding out the answer which will be given in choose

Round 2 - Technical 

(2 Questions)

  • Q1. Details of ESG(Environmental, social and governance)
  • Ans. 

    ESG stands for Environmental, Social and Governance. It is a set of criteria used to evaluate a company's performance in these areas.

    • Environmental criteria include a company's impact on the environment, such as its carbon footprint and use of renewable energy.

    • Social criteria include a company's relationships with its employees, customers, and communities, as well as its impact on human rights.

    • Governance criteria includ...

  • Answered by AI
  • Q2. What is mean by renewable and non renewable energy
  • Ans. 

    Renewable energy is derived from natural resources that can be replenished, while non-renewable energy is finite and cannot be replenished.

    • Renewable energy sources include solar, wind, hydro, geothermal, and biomass

    • Non-renewable energy sources include fossil fuels like coal, oil, and natural gas

    • Renewable energy is considered more sustainable and environmentally friendly

    • Non-renewable energy sources are finite and will e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare details of esg, factors of esg and to search the document

I applied via LinkedIn and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical and Problem solving interview. Mostly related to your resume
Round 2 - Technical 

(1 Question)

  • Q1. 2nd Round of technical and it is related to mostly data engineering
Round 3 - One-on-one 

(1 Question)

  • Q1. This is Techno manager round includes technical and behavioral questions
Round 4 - Technical 

(1 Question)

  • Q1. This round includes Technical first and Problem solving
Round 5 - HR 

(1 Question)

  • Q1. This is final round mostly offer discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 . Prepare based on the job posting your applied
2. There are some riddles or guesstimate will be asked inbetween

I applied via LinkedIn and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are sql aggregate functions?
  • Ans. 

    SQL aggregate functions perform calculations on a set of values and return a single value.

    • Aggregate functions include COUNT, SUM, AVG, MAX, and MIN.

    • COUNT returns the number of rows in a table or the number of non-null values in a column.

    • SUM returns the sum of all values in a column.

    • AVG returns the average of all values in a column.

    • MAX returns the highest value in a column.

    • MIN returns the lowest value in a column.

  • Answered by AI
  • Q2. What is sub quires how its was working befif exolanation they asked for me

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good before interview all the interviews test the employees I am from telugu states studen5

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

Discussed about company and work related topic

Round 2 - HR 

(1 Question)

  • Q1. Self introduction , mathematical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go a head with excel preparations we be use full

Kadence International Interview FAQs

How many rounds are there in Kadence International Data Executive interview?
Kadence International interview process usually has 1 rounds. The most common rounds in the Kadence International interview process are One-on-one Round.
What are the top questions asked in Kadence International Data Executive interview?

Some of the top questions asked at the Kadence International Data Executive interview -

  1. Syntax writing on s...read more
  2. Data validation on s...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
EXL Service Interview Questions
3.8
 • 714 Interviews
Mu Sigma Interview Questions
2.7
 • 221 Interviews
Access Healthcare Interview Questions
3.9
 • 197 Interviews
Straive Interview Questions
3.4
 • 164 Interviews
AGS Health Interview Questions
4.0
 • 158 Interviews
Indegene Interview Questions
3.4
 • 148 Interviews
Nielsen Interview Questions
3.7
 • 112 Interviews
Kantar Interview Questions
3.6
 • 103 Interviews
GfK MODE Interview Questions
3.3
 • 22 Interviews
View all
Senior Research Executive
6 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Senior HR Executive
5 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

HR Manager
4 salaries
unlock blur

₹4.1 L/yr - ₹8 L/yr

Project Manager
4 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Accountant
4 salaries
unlock blur

₹1.2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Kadence International with

Nielsen Holdings

3.7
Compare

Kantar

3.6
Compare

Market Xcel Data Matrix

2.7
Compare

Telecom Network Solutions

4.0
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