Upload Button Icon Add office photos

Filter interviews by

Circana Interview Questions and Answers

Updated 8 Jan 2025

Circana Interview Experiences

Popular Designations

2 interviews found

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

(1 Question)

  • Q1. Sql code to find list of array

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. String related questions Oops

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Jobs at Circana

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Salary and job role discussions and confirmation
  • Q2. Questions about experience and medical knowledge
  • Q3. What was your previous job role about?
  • Q4. How are dental diseases related to systemic diseases?
  • Q5. Questions about short term and long term goals.

Interview Preparation Tips

Topics to prepare for Cotiviti Clinical Analyst interview:
  • US healthcare
  • CMS
  • Medicaid
Interview preparation tips for other job seekers - Be well prepared for interviews. Go through basics of US healthcare- terms and overview of how it works.

I was interviewed in Oct 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Started with basic introduction about myself and then 2 DSA problems to be solved on CodeChef or any IDE of your preference. Interviewer was helpful throughout the interview and helped with syntaxes at one point as well.
Parameters tested - 
1. Ability to think of edge test cases.
2. Coding Practices like naming variables and functions properly and using the most suitable access modifiers.
3. Ability to think of time and space complexity and optimise it.
Reaching the correct output was not mandatory but was preferred. Priority to coding practices was given.

  • Q1. Next Greater Element

    You are given an array arr of length N. You have to return a list of integers containing the NGE(next greater element) of each element of the given array. The NGE for an element X is t...

  • Ans. 

    The task is to find the next greater element for each element in the given array.

    • Iterate through the array from right to left.

    • Use a stack to keep track of the next greater element.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • If the stack is empty, there is no greater element, so assign -1.

    • If a greater element is found, assign it as the next greater element.

    • Push the current element ...

  • Answered by AI
  • Q2. Zigzag Binary Tree Traversal

    Given a binary tree, return the zigzag level order traversal of the nodes' values of the given tree. Zigzag traversal means starting from left to right, then right to left ...

  • Ans. 

    The zigzag level order traversal of a binary tree is the traversal of its nodes' values in an alternate left to right and right to left manner.

    • Perform a level order traversal of the binary tree

    • Use a queue to store the nodes at each level

    • For each level, alternate the direction of traversal

    • Store the values of the nodes in each level in separate arrays

    • Combine the arrays in alternate order to get the zigzag level order tra

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Started with basic introduction about myself and then 2 DSA problems to be solved on google doc. Interviewer was helpful throughout the interview.
Parameters tested - 
1. Ability to think of edge test cases.
2. Coding Practices like naming variables and functions properly and using the most suitable access modifiers.
3. Ability to think of time and space complexity and optimise it.
4. Making it to the correct output.

Reaching the correct output was mandatory in best possible time comlexity.

  • Q1. Search In Rotated Sorted Array

    Aahad and Harshit always have fun by solving problems. Harshit took a sorted array and rotated it clockwise by an unknown amount. For example, he took a sorted array = [1, 2,...

  • Ans. 

    This is a problem where a sorted array is rotated and we need to search for given numbers in the array.

    • The array is rotated clockwise by an unknown amount.

    • We need to search for Q numbers in the rotated array.

    • If a number is found, we need to return its index, otherwise -1.

    • The search needs to be done in O(logN) time complexity.

    • The input consists of the size of the array, the array itself, the number of queries, and the q

  • Answered by AI
  • Q2. K-th element of 2 sorted array

    You are given two sorted arrays/list ‘arr1’ and ‘arr2’ and an integer k. You create a new sorted array by merging all the elements from ‘arr1’ and ‘arr2’. Your task is to fin...

  • Ans. 

    The task is to find the kth smallest element of a merged array created by merging two sorted arrays.

    • Merge the two sorted arrays into a single sorted array

    • Return the kth element of the merged array

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

I was asked to introduce myself and general family background check and then discussion around salary negotiation.

  • Q1. Basic HR Questions

    What are your expectations?

    What are your hobbies?

    Why should we hire you?

  • Ans. 

    My expectations are to work in a challenging and collaborative environment, where I can utilize my skills and contribute to the success of the team.

    • Expectation to work in a challenging and collaborative environment

    • Utilize skills and contribute to team success

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Data Engineer in BangaloreEligibility criteriaDecent work experience (for SDE-1 1-2 years experience was expected), self projects in any domain,Sigmoid interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice popular questions from Arrays, Binary Trees, LinkedLists from CodeStudio's Interview Problems
Tip 2 : Make sure you are aware of calculating the time and space complexity for every problem you're coding.
Tip 3 : Prepare through Mock Interviews to practice explaining your approach while solving in an actual interview.

Application resume tips for other job seekers

Tip 1 : Describe best of your projects in minimum words. Don't forget to add buzz words like REST APIs/ DB Indexing/ Benchmarking etc if you worked on backend.
Tip 2 : Don't add school achievements like Olympiads or Class Topper in your resume.
Tip 3 : If you've some work experience, put it in a way ,you're marketing yourself. Add terms like 'Created/Owned the Project through entire SDLC' 
Tip 4 : Make sure you mention how your work experience actually impacted the company. Or how your self project can be actually useful to end user.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Please tell which technologies you have worked, then those related our project related issues discuss along technologies used in our project what reasons needed from previous versions and competitor techn...
  • Ans. 1)Spring boot , Spring , Microservices , JSP , Servlet , Hibernate etc. Project Structure like resources folder carry Groovy , resource bundle etc. , 2)Project Issues Like :-- Some Nimbus Jars packages are not much compatible with Spring Boot., Need to restore windows registry if not able to do use all Nimbus Jars etc., XML files changes are not updated using devto...
  • Answered Anonymously

Interview Questionnaire 

3 Questions

  • Q1. Self evaluation of how best we articulate our work experience
  • Q2. How positive we are in approaching each and every situation
  • Q3. Testing on our stability and networking skills

Interview Questionnaire 

1 Question

  • Q1. Basic marketing questions, past work experience, questions on brand management

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm, simple interview read marketing basics and you're good to go

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

Interview Questionnaire 

3 Questions

  • Q1. 1st round was an online test, which was pretty forward, thereafter I went onto a technical interview with Director & Lead Data Scientist where they asked very few basic questions.
  • Q2. The interview was really basic and any fresher can achieve iff they want you to get in!
  • Q3. Questions were asked on the topics like SQL, Python programming questions, a couple of coding questions, and some HR-related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience for me but feedback is expected because the questions asked from them were easy and I don't know how did they judge me based on that.

Interview Questionnaire 

4 Questions

  • Q1. Why not given to all employees opportunity for high level
  • Q2. Why Only given opportunity for close friends
  • Q3. Why your ask extra work for after target finished
  • Q4. Why All are give freedom only girls

Interview Preparation Tips

Interview preparation tips for other job seekers - Apraisal increment to increase, don't ask to break time finished my target

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

First there was a preplacement talk of company and interview process. Soon online test was conducted around 10 AM in consisting of MCQs, and coding question. Platform was smooth enough.

  • Q1. Longest Palindromic Substring

    Given a string ’S’ consisting of lower case English letters, you are supposed to return the longest palindromic substring of ‘S’.

    Note that in case of more than one longest ...

  • Ans. Brute Force

    The brute force solution is to pick all possible starting and ending positions for a substring and verify if it is a palindrome.

     

    The steps are as follows:

     

    1. If the length of the given string is zero, return an empty string. Else,
    2. Start checking each substring of the given string ‘S’ whether the substring is a palindrome or not.
    3. To do this first, run the two nested loops.
    4. These two loops pick up all the ...
  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

The day after online test is done , Technical round was conducted at 9AM . Interview went well without distractions though it was online.

  • Q1. Merge Sort

    Given a sequence of numbers ‘ARR’. Your task is to return a sorted sequence of ‘ARR’ in non-descending order with help of the merge sort algorithm.

    Example :

    Merge Sort Algorithm -
    
    Merge sor...
  • Ans. Recursion

    The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.

    We implement this approach with a divide and conquer strategy.

     

    Here is the algorithm : 

     

    1. Divide ‘ARR’ into two-p...
  • Answered by CodingNinjas
  • Q2. SQL Question

    Gave three tables and attributes and asked to find names of employees whose balance is less than 200.

Round 3 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. OS Questions

    paging 
    segmentation
    deadlock

Round 4 - HR 

(1 Question)

Round duration - 35 Minutes
Round difficulty - Medium

  • Q1. Basic HR Questions

    Where do you see yourself  in 5 years?

    What is your greatest achievement?

  • Ans. 

    Tip 1 : come up with practical answers
    Tip 2 : for ex: where would u see yourself in next 5 yrs?
    My answer was : " Well, we all had pre planned tasks but were all scattered due to pandemic . So I hope I should be in a situation where I could possess the potential to overcome hard times and work in an organization where I could have handful of work and explore my knowledge as well.
     

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Associate Software Engineer in ChennaiEligibility criteriaAbove 8 CGPAAthenahealth interview preparation:Topics to prepare for the interview - Data Structures and Algorithms Java, DBMS, Operating Systems, Computer Networks, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : First of all make sure you are strong in programming languages (OOPS Java and C) .
Tip 2 : It is very important to have good command on core subjects of Operating systems ,DBMS and Computer Networks. 
Tip 3 : After having grip on mentioned above, move on to Data Structures and Algorithms which plays a vital role to be placed in 
any product based company.
Tip 4: No exam/interviewer goes untouched on topics of Database and SQL. Be confident enough to write queries on being 
asked.
Tip 5 : Do not forget to assess yourself. Mock interviews would work, but self assessment is necessary. You can switch on your 
camera and know the way you are performing and auto correct yourself .Am sure most of you will find it worthy.
Tip 6 : After being prepared , it is very common for any student/person to feel nervous on the day of interview , but don't worry 
be good at yourself and interviewer would definitely make u feel comfortable.

Application resume tips for other job seekers

Tip 1 : Spend time on preparing your resume. Do not give false statements.
Tip 2 : You must be prepared enough to answer every point mentioned in the resume.
Tip 3 : Highlight your areas of strengths where you wanted to be questioned.
Tip 4 : Make sure you have good projects in your hand.
Tip 5 : Good presentation of content is very much important.

Final outcome of the interviewSelected

Skills evaluated in this interview

Circana Interview FAQs

How many rounds are there in Circana interview?
Circana interview process usually has 1 rounds. The most common rounds in the Circana interview process are Technical.
How to prepare for Circana 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 Circana. The most common topics and skills that interviewers at Circana expect are Information Technology, Continuous Improvement, SQL, Oracle and Python.
What are the top questions asked in Circana interview?

Some of the top questions asked at the Circana interview -

  1. sql code to find list of ar...read more
  2. String related questions O...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Circana 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
 • 4.9k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 423 Interviews
Zomato Interview Questions
3.8
 • 313 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
View all

Circana Reviews and Ratings

based on 12 reviews

4.1/5

Rating in categories

3.1

Skill development

3.7

Work-Life balance

3.9

Salary & Benefits

3.3

Job Security

3.6

Company culture

3.5

Promotions/Appraisal

3.1

Work Satisfaction

Explore 12 Reviews and Ratings
Big Data Developer

Pune,

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Data Modeller

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
23 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Software Engineer
13 salaries
unlock blur

₹6.1 L/yr - ₹14.5 L/yr

Technical Lead
10 salaries
unlock blur

₹19.5 L/yr - ₹30 L/yr

Senior Engineer
8 salaries
unlock blur

₹13.1 L/yr - ₹17.5 L/yr

Senior Product Engineer
8 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Explore more salaries
Compare Circana with

BookMyShow

3.9
Compare

Paytm

3.3
Compare

MakeMyTrip

3.7
Compare

Flipkart

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