Add office photos
Cognizant logo
Engaged Employer

Cognizant

Verified
3.7
based on 50.5k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Data Analyst
Experienced
Clear (1)

10+ Cognizant Data Analyst Interview Questions and Answers

Updated 20 Mar 2024

Q1. 1. Bais and variance trade-off 2. How to handle Imbalanced data? 3. What is Multicollinearity and how do you handle it? 4. Explain Lasso & Ridge? 5. Difference between Bagging and Boosting. 6. Explain K-Means c...

read more
Ans.

Questions related to data analysis techniques and methods.

  • Bais and variance trade-off: balancing model complexity and accuracy

  • Handling imbalanced data: resampling techniques, adjusting class weights, using different evaluation metrics

  • Multicollinearity: when predictor variables are highly correlated, can be handled by feature selection or regularization

  • Lasso & Ridge: regularization techniques to prevent overfitting by adding penalty terms to the loss function

  • Bagging vs Boostin...read more

Add your answer
right arrow

Q2. Whom are you going to query when you have TP discrepant data

Ans.

I would query the relevant stakeholders involved in the data collection process.

  • Identify the stakeholders involved in the data collection process

  • Reach out to them to understand the data collection process and identify any potential issues

  • Collaborate with them to resolve the TP discrepant data

View 1 answer
right arrow

Q3. How many queries were resolved in a day.

Ans.

I don't have the available data to answer the question.

    View 2 more answers
    right arrow

    Q4. Tell me any one gentral topic to speach?

    Ans.

    The importance of data-driven decision making

    • Data-driven decision making is crucial for businesses to stay competitive

    • It involves collecting and analyzing data to make informed decisions

    • Examples include using customer data to improve marketing strategies or analyzing financial data to make investment decisions

    • Data-driven decision making can lead to increased efficiency, cost savings, and better outcomes

    • However, it's important to ensure the data being used is accurate and rele...read more

    Add your answer
    right arrow
    Discover Cognizant interview dos and don'ts from real experiences

    Q5. What do you know about sql commands?

    Ans.

    SQL commands are used to manipulate and retrieve data from relational databases.

    • SQL stands for Structured Query Language

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL commands are used to create, modify, and delete database objects such as tables, views, and indexes

    • Examples: SELECT * FROM customers; INSERT INTO orders (customer_id, order_date) VALUES (1, '2021-01-01'); UPDATE products SET price = 10.99 WHERE id = 1; DELETE FROM customers WHERE id = 1;

    Add your answer
    right arrow

    Q6. How many types of joints and describe

    Ans.

    There are six types of joints in the human body, each with its unique structure and function.

    • Fibrous joints - immovable joints found in the skull

    • Cartilaginous joints - slightly movable joints found in the spine

    • Synovial joints - freely movable joints found in the limbs

    • Ball and socket joint - allows for a wide range of motion, found in the hip and shoulder

    • Hinge joint - allows for movement in one direction, found in the knee and elbow

    • Pivot joint - allows for rotational movement,...read more

    Add your answer
    right arrow
    Are these interview questions helpful?

    Q7. Full forms for PV related terminologies

    Ans.

    PV - Pharmacovigilance, PV - Present Value, PV - Photovoltaic

    • Pharmacovigilance (PV) - monitoring and assessing the safety of drugs

    • Present Value (PV) - current worth of a future sum of money

    • Photovoltaic (PV) - technology that converts sunlight into electricity

    Add your answer
    right arrow

    Q8. Regulatory agencies for different countries

    Ans.

    Regulatory agencies oversee and enforce laws and regulations in different countries.

    • FDA (Food and Drug Administration) - United States

    • EMA (European Medicines Agency) - European Union

    • MHRA (Medicines and Healthcare products Regulatory Agency) - United Kingdom

    • TGA (Therapeutic Goods Administration) - Australia

    Add your answer
    right arrow
    Share interview questions and help millions of jobseekers 🌟
    man with laptop

    Q9. Different classes of drugs?

    Ans.

    Different classes of drugs include opioids, stimulants, depressants, hallucinogens, and cannabinoids.

    • Opioids: Examples include morphine, codeine, and oxycodone.

    • Stimulants: Examples include cocaine, amphetamines, and methylphenidate.

    • Depressants: Examples include alcohol, benzodiazepines, and barbiturates.

    • Hallucinogens: Examples include LSD, psilocybin, and MDMA.

    • Cannabinoids: Examples include THC and CBD.

    Add your answer
    right arrow

    Q10. How to transpose data set

    Ans.

    Transposing a data set involves flipping rows and columns.

    • Identify the data set to be transposed

    • Create a new table with the columns and rows flipped

    • Copy the data from the original table to the new table

    • Transpose can be done using Excel, Python, R, SQL, etc.

    • Example: Transposing a table of sales data to have products as rows and months as columns

    View 1 answer
    right arrow

    Q11. Difference in ADR,AE

    Ans.

    ADR stands for Adverse Drug Reaction, while AE stands for Adverse Event. ADR specifically refers to reactions caused by drugs.

    • ADR is a reaction caused by a drug, while AE is a broader term that includes any unexpected or harmful reaction.

    • ADR is specifically related to drugs, while AE can include reactions to other factors such as medical devices or procedures.

    • Example: A patient experiencing nausea after taking a prescribed medication would be considered an ADR, while a patien...read more

    Add your answer
    right arrow

    Q12. Difference between C and Java

    Ans.

    C is a procedural language while Java is an object-oriented language.

    • C is compiled while Java is interpreted

    • C has pointers while Java does not

    • Java has automatic garbage collection while C does not

    • Java is platform-independent while C is not

    • Java has built-in support for multithreading while C does not

    Add your answer
    right arrow

    Q13. Overview of CDM Experience in database

    Ans.

    CDM stands for Common Data Model, used to standardize data for analysis. Experience in database management is crucial for data analysts.

    • CDM is a standardized, structured data model used to organize and analyze data from various sources.

    • Experience in database management is essential for working with CDM, as it involves storing, retrieving, and manipulating data.

    • Knowledge of SQL and database querying is important for extracting and analyzing data within the CDM framework.

    • Famili...read more

    Add your answer
    right arrow

    Q14. What is c++.

    Ans.

    C++ is a high-level programming language used for developing system software, application software, and video games.

    • C++ is an extension of the C programming language.

    • It supports object-oriented programming concepts like classes, inheritance, and polymorphism.

    • C++ is used for developing operating systems, device drivers, and embedded systems.

    • It is also popular for developing video games and high-performance applications.

    • Examples of software written in C++ include the Windows op...read more

    Add your answer
    right arrow

    Q15. Give process outline

    Ans.

    The process outline involves identifying the problem, collecting and analyzing data, and presenting insights and recommendations.

    • Identify the problem or question to be answered

    • Collect relevant data from various sources

    • Clean and preprocess the data

    • Analyze the data using statistical methods and tools

    • Visualize the data to identify patterns and trends

    • Present insights and recommendations to stakeholders

    Add your answer
    right arrow

    Q16. Defination of pv

    Ans.

    PV stands for Present Value, a financial concept used to determine the current worth of a future sum of money.

    • PV is calculated by discounting the future cash flows by a certain rate of return.

    • It helps in making investment decisions by comparing the present value of future cash flows to the initial investment.

    • PV is used in various financial calculations such as net present value (NPV) and internal rate of return (IRR).

    Add your answer
    right arrow

    More about working at Cognizant

    Back
    Awards Leaf
    AmbitionBox Logo
    Top Rated Mega Company - 2024
    Awards Leaf
    Awards Leaf
    AmbitionBox Logo
    Top Rated IT/ITES Company - 2024
    Awards Leaf
    HQ - Teaneck. New Jersey., United States (USA)
    Contribute & help others!
    Write a review
    Write a review
    Share interview
    Share interview
    Contribute salary
    Contribute salary
    Add office photos
    Add office photos

    Interview Process at Cognizant Data Analyst

    based on 35 interviews
    4 Interview rounds
    Resume Shortlist Round
    HR Round - 1
    HR Round - 2
    Personal Interview1 Round
    View more
    interview tips and stories logo
    Interview Tips & Stories
    Ace your next interview with expert advice and inspiring stories

    Top Data Analyst Interview Questions from Similar Companies

    S&P Global Logo
    4.1
     • 32 Interview Questions
    Capgemini Logo
    3.7
     • 27 Interview Questions
    Deloitte Logo
    3.8
     • 25 Interview Questions
    Tredence Logo
    3.6
     • 12 Interview Questions
    PwC Logo
    3.4
     • 10 Interview Questions
    View all
    Recently Viewed
    SALARIES
    Synergist Software Solutions
    SALARIES
    Searce Cosourcing Services
    INTERVIEWS
    Amazon
    No Interviews
    SALARIES
    Virtusa Consulting Services
    SALARIES
    Helson Software Solutions
    INTERVIEWS
    TCS
    5.6k top interview questions
    REVIEWS
    Cognizant
    No Reviews
    SALARIES
    Apstersoft Technologies
    No Salaries
    SALARIES
    TCS
    SALARIES
    Deloitte
    Share an Interview
    Stay ahead in your career. Get AmbitionBox app
    play-icon
    play-icon
    qr-code
    Helping over 1 Crore job seekers every month in choosing their right fit company
    75 Lakh+

    Reviews

    5 Lakh+

    Interviews

    4 Crore+

    Salaries

    1 Cr+

    Users/Month

    Contribute to help millions

    Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

    Follow us
    • Youtube
    • Instagram
    • LinkedIn
    • Facebook
    • Twitter