Upload Button Icon Add office photos

Filter interviews by

Cognilytics Interview Questions and Answers

Updated 31 Mar 2015

Cognilytics Interview Experiences

1 interview found

Associate Consultant Interview Questions & Answers

user image Saurav Kumar Verma

posted on 31 Mar 2015

Interview Questionnaire 

3 Questions

  • Q1. To come up with an analytical solution to rank different locations of Kolkata in order of their favorability for opening of a new sports shop
  • Ans. 

    Analytical solution to rank locations in Kolkata for opening a new sports shop

    • Analyze the demographics of each location to determine the target market for the sports shop

    • Evaluate the proximity of each location to sports facilities and stadiums

    • Consider the competition in each location and assess the market saturation

    • Assess the accessibility and visibility of each location for potential customers

    • Analyze the economic fact...

  • Answered by AI
  • Q2. Mathematical puzzle : Two friends agree to meet up in a bar between midnight and 1 am. Each forgets the exact time they are supposed to meet, so each shows up at a random time. Suppose that after arriving...
  • Q3. Provided the relevant data, how would you detect and then consult any credit card company to keep a check on their attrition rate

Interview Preparation Tips

Round: Resume Shortlist
Experience: An initial shortlist of around 35 students was done purely on the basis of CV. In the CV screening stage, they were probably looking for someone with a fair academic background, very strong quantitative aptitude and high inclination towards data analytics field.
Tips: Any project/course done in the field of data science (Machine Learning etc.) will be pretty much helpful in getting through the initial shortlist.

Round: Case Study Interview
Experience: The first round was a PI round with the Manager- Predictive Analytics of the firm. The interview went for around 90 minutes. It basically revolved around the Case Study, Puzzle and a lot of questions regarding the analytics related project that I wrote in my CV.
Tips: Be prepared for a lot of questions if you have written any project related to data analytics. They will ask you everything in and out of that. Also solve a lot of puzzles and discuss case studies with your friends.

Round: Case Study Interview
Experience: Out of the 35 initially shortlisted, only 10 were able to make it to this round. This round of interview was relatively a shorter one, around 30 minutes or so. It started with a small case study followed by a few general HR questions. Some of them were like why do you want to join an analytics firm despite being from an engineering background? Are you comfortable in handling stress situations? Plans for further studies? etc.
Tips: For HR questions, Be elaborate and detailed with your answer and try to couple it with appropriate examples from your personal life.

Skill Tips: Requirements: • Structured problem solver with good academic credentials • Good logical skills to help provide recommendations to business problem at hand • Excellent presentation, verbal and written communication skills • Ability to learn fast and adapt to a dynamic and fast paced work environment
Preferred but not mandatory skills:• Understanding of statistical methodologies such as Linear Regression, Time Series, Survival Models • Exposure to Machine Learning techniques • Basic knowledge of statistical and data analysis software such R/SPSS/SAS
College Name: IIT KHARAGPUR
Motivation: One of the top boutique analytics firm of the country with a very steep growth rate. Good pay.

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on C#,SQL,wpf

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on whatever knowledge you have. Do not say things that you don't have knowledge about.

I applied via Naukri.com and was interviewed before Nov 2019. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. What is linq?
  • Ans. 

    LINQ (Language Integrated Query) is a Microsoft technology that allows querying data from different sources using a common syntax.

    • LINQ provides a unified way to query data from different sources such as databases, XML documents, and collections.

    • It allows developers to write queries using a common syntax regardless of the data source.

    • LINQ queries are strongly typed and can be checked at compile time.

    • Examples of LINQ pro...

  • Answered by AI
  • Q2. What is ado. Net?
  • Ans. 

    ADO.NET is a data access technology used to connect applications to databases.

    • ADO.NET provides a set of classes to interact with databases.

    • It supports disconnected data architecture.

    • It uses Data Providers to connect to different databases.

    • It supports LINQ to SQL for querying databases.

    • Examples of Data Providers are SQL Server, Oracle, MySQL, etc.

  • Answered by AI
  • Q3. What is wpf?
  • Ans. 

    WPF stands for Windows Presentation Foundation. It is a graphical subsystem for rendering user interfaces in Windows-based applications.

    • WPF is a part of .NET Framework and provides a unified programming model for building desktop applications.

    • It uses XAML (eXtensible Application Markup Language) to define and create user interfaces.

    • WPF supports rich media, 2D and 3D graphics, animation, and data binding.

    • It allows for s...

  • Answered by AI
  • Q4. Why we use wpf instead of windows?
  • Ans. 

    WPF provides better UI design and development options than Windows Forms.

    • WPF allows for more flexible and customizable UI design.

    • WPF supports vector graphics and animations.

    • WPF has better data binding capabilities.

    • WPF is more modern and actively developed than Windows Forms.

    • WPF is better suited for creating modern desktop applications.

  • Answered by AI
  • Q5. What is procedures and triggers?
  • Ans. 

    Procedures and triggers are database objects used to automate tasks and enforce rules.

    • Procedures are a set of SQL statements that can be executed repeatedly.

    • Triggers are special types of procedures that are automatically executed in response to certain events.

    • Triggers can be used to enforce business rules, audit changes, or replicate data.

    • Procedures and triggers can be written in various programming languages such as S

  • Answered by AI
  • Q6. What is abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the derived class.

    • An abstract class can have constructors and fields.

    • An abstract class can be used to define a common interface for a group of related classes.

    • Example: Animal is an abstract c

  • Answered by AI
  • Q7. What is encapsulation and abstraction.
  • Ans. 

    Encapsulation is hiding implementation details while abstraction is showing only necessary details.

    • Encapsulation is achieved through access modifiers like private, protected, and public.

    • Abstraction is achieved through abstract classes and interfaces.

    • Encapsulation provides data security and prevents unauthorized access.

    • Abstraction helps in reducing complexity and improves maintainability.

    • Example of encapsulation: Class ...

  • Answered by AI
  • Q8. What is singleton design pattern?
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance.

    • Ensures only one instance of a class exists

    • Provides a global point of access to that instance

    • Used when only one object is needed to coordinate actions across the system

    • Example: Database connection manager

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was just 3-4 yrs exp person he also dont have much more technical knowledge.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated and dedicated individual with a strong background in finance and a passion for problem-solving.

    • I have a Bachelor's degree in Finance and have worked in the finance industry for 5 years.

    • I am skilled in financial analysis, budgeting, and forecasting.

    • I have successfully managed large-scale projects and implemented cost-saving strategies.

    • I am a team player and have excellent communication and interp...

  • Answered by AI
  • Q2. How much knowledge do you have in Insurance
  • Ans. 

    I have a strong knowledge in insurance.

    • I have a deep understanding of insurance policies and coverage.

    • I am familiar with different types of insurance such as life, health, auto, and property.

    • I have experience in analyzing insurance claims and determining coverage eligibility.

    • I am knowledgeable about insurance regulations and compliance.

    • I have worked with insurance companies and clients to provide accurate and timely in...

  • Answered by AI
  • Q3. They will ask you about your previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is a key element to crack this Interview, there will be total 4-5 rounds of interview here

1) Focus about technical skills and Analytical skills
2) Gain knowledge about insurance and about insurance industry
3) They will check your verbal ability

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How will you resolve conflict ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be confident while soft skills are important.

I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduction bout self, work experience, process knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Typing skills and confident,and make sure to describe your previous role clearly

I applied via Campus Placement and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Firstly ask introduction , then what's basic role in company, what's data analyst
  • Q2. He asked how much diabetes patients in live in chandigarh find the ratio

Interview Preparation Tips

Interview preparation tips for other job seekers - So hope u guy's u prepared all the question like introduction, about company etc.

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focused and concentrated during the interview and read and try to understand your role and responsibility. Be calm and patience during your interview, it will help you to clear interview.

I appeared for an interview before Feb 2021.

Round 1 - Aptitude Test 
Round 2 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - Ap knowledge,invoice process knowledge.

I applied via Referral and was interviewed before Feb 2021. There were 4 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 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Share details of your previous job.
Round 3 - Aptitude Test 

Test includes personality test, Maths reasoning English and Domain knowledge test.

Round 4 - Technical 

(1 Question)

  • Q1. Tell me about your self? Tell me about your current profile? What is revenue according? What is prepaid insurance and journal entry? Tell me prepaid insurance journal entry in insurance company book?

Interview Preparation Tips

Interview preparation tips for other job seekers - We need to prepare for basics accounting and they ask many questions about current profile.

Cognilytics Interview FAQs

What are the top questions asked in Cognilytics interview?

Some of the top questions asked at the Cognilytics interview -

  1. Mathematical puzzle : Two friends agree to meet up in a bar between midnight an...read more
  2. To come up with an analytical solution to rank different locations of Kolkata i...read more
  3. Provided the relevant data, how would you detect and then consult any credit ca...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.7k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Goldman Sachs Interview Questions
3.5
 • 380 Interviews
TCE Interview Questions
3.8
 • 251 Interviews
Mu Sigma Interview Questions
2.6
 • 234 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Gallagher Interview Questions
3.7
 • 223 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Capita Interview Questions
3.6
 • 147 Interviews
View all

Cognilytics Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Programmer Analyst
14 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Technical Lead
6 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Associate
6 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Software Engineer
5 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Programmer Analyst Trainee
4 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Explore more salaries
Compare Cognilytics with

Cognizant

3.7
Compare

WNS

3.4
Compare

Goldman Sachs

3.5
Compare

Capita

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