Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Cognizant

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Cognizant reviews | Cognizant jobs | Cognizant salaries | Cognizant benefits | Cognizant conversations
      Cognizant interviewsCognizant Programmer/Analyst interviewsCognizant interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Programmer/Analyst Interview

      Jan 3, 2025
      Anonymous employee
      Pune

      Other Programmer/Analyst Interview Reviews for Cognizant

      Programmer/Analyst Interview

      Apr 30, 2026
      Anonymous employee
      Accepted offer
      Positive experience
      Easy interview

      Application

      I interviewed at Cognizant

      Interview

      Simple interview. I got asked about my projects and stuff about expected behavior at the company. The technical side of the interview included problems from SQL and Python. Overall, not a bad process.
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 3 months. I interviewed at Cognizant (Pune)

      Interview

      The interview process consisted of three stages: an initial HR screening to discuss background and qualifications, a technical assessment to evaluate coding skills, algorithms, and database knowledge, and a panel interview with senior team members. The panel interview focused on technical problem-solving, real-world project scenarios, and situational questions related to teamwork and conflict resolution. Additionally, there was a discussion about past projects, tools used, and how challenges were overcome.

      Interview questions [1]

      Question 1

      Q: How do you optimize a SQL query to improve performance? A: I analyze the query execution plan, use appropriate indexing, avoid SELECT *, and minimize joins or subqueries where possible. Q: Explain the difference between REST and SOAP APIs. A: REST is lightweight, uses JSON, and is stateless, whereas SOAP is protocol-based, uses XML, and has built-in error handling. REST is generally preferred for web services. Q: How would you implement a binary search algorithm in Python? A: I would use a recursive or iterative approach, dividing the sorted array into halves and comparing the target with the middle element to determine the search direction. Q: What are the differences between MongoDB and MySQL? A: MongoDB is NoSQL, schema-less, and stores data as JSON-like documents, while MySQL is a relational database with a fixed schema and uses tables with rows and columns. Q: How do you handle version control in a collaborative project? A: I use Git for version control, create feature branches for development, commit changes with clear messages, and merge using pull requests after code reviews. Q: Can you explain the MVC architecture? A: MVC stands for Model-View-Controller. The Model manages data and business logic, the View handles the UI, and the Controller connects the two, processing user inputs and updating the model or view accordingly.
      Answer question
      2

      Programmer/Analyst Interview

      Apr 19, 2026
      Anonymous Interview Candidate
      Declined offer
      Positive experience
      Easy interview

      Application

      I applied through college or university. The process took 2 months. I interviewed at Cognizant

      Interview

      first round was written test followed by communication assessment followed by one round of technical + HR interview not that hard , this was as a part of campus placement

      Programmer/Analyst Interview

      Apr 7, 2026
      Anonymous employee
      Accepted offer
      Positive experience
      Easy interview

      Application

      I interviewed at Cognizant

      Interview

      Interview was easy with basic technical questions like oops concepts, core JAVA, spring boot, microservcies and SQL. Simple coding questions like reverse a string, anagram, linked list. It was a nice experience.