Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cognizant Team. If you also belong to the team, you can get access from here

Cognizant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cognizant Interview Questions and Answers

Updated 30 Jul 2025
Popular Designations

3.2k Interview questions

A Statistics Lecturer was asked 2d ago
Q. How do you deal with conflict?
Ans. 

I approach conflict with open communication, empathy, and a focus on collaborative solutions to foster a positive environment.

  • Listen actively to understand the other person's perspective.

  • Use 'I' statements to express my feelings without blaming others, e.g., 'I feel overwhelmed when deadlines are tight.'

  • Seek common ground by identifying shared goals, such as improving student outcomes.

  • Encourage open dialogue in te...

View all Statistics Lecturer interview questions
A Programmer Analyst Trainee was asked 3d ago
Q. What is the SQL query to create a table for employee details?
Ans. 

SQL query to create a table for storing employee details including ID, name, position, and salary.

  • Use CREATE TABLE statement to define a new table.

  • Specify the table name, e.g., 'Employees'.

  • Define columns with data types, e.g., 'EmployeeID INT PRIMARY KEY'.

  • Include other fields like 'Name VARCHAR(100)', 'Position VARCHAR(50)', and 'Salary DECIMAL(10, 2)'.

  • Example query: CREATE TABLE Employees (EmployeeID INT PRIMARY ...

View all Programmer Analyst Trainee interview questions
A Programmer Analyst Trainee was asked 3d ago
Q. How can you find prime numbers using Python?
Ans. 

Use Python to check for prime numbers by testing divisibility from 2 to the square root of the number.

  • A prime number is greater than 1 and has no divisors other than 1 and itself.

  • Use a loop to check divisibility for numbers from 2 to the square root of the target number.

  • Example: To check if 7 is prime, test divisibility by 2, 3 (up to sqrt(7)).

  • Use a function to encapsulate the logic for reusability.

  • Example functio...

View all Programmer Analyst Trainee interview questions
A Programmer Analyst was asked 3d ago
Q. What are the different types of exceptions?
Ans. 

Exceptions are events that disrupt the normal flow of a program's execution, categorized into checked and unchecked types.

  • Checked Exceptions: Must be handled or declared, e.g., IOException.

  • Unchecked Exceptions: Runtime issues, e.g., NullPointerException.

  • Errors: Serious problems, e.g., OutOfMemoryError.

  • Custom Exceptions: User-defined exceptions for specific scenarios.

View all Programmer Analyst interview questions

What people are saying about Cognizant

View All
an azure cloud devops engineer
2w
Am I Offered Right Package? Cloud DevOps Engineer!
Hi there! I am a Cloud DevOps Engineer with 5.9 years of experience specialized in Azure. I am currently in a job switch, and I notice that companies are not able to match or provide more than a 25 LPA salary. Are others also facing similar issues? Or is it just me? I tried in mostly all IT MNCs and then rejected offers during offer letter discussions. For example, TCS, Infosys, Cognizant, Wipro, PWC, and Tech Mahindra. Most of them have budgets up to 22 LPA only. Thanks for your input.
Got a question about Cognizant?
Ask anonymously on communities.
A Programmer Analyst was asked 3d ago
Q. What is a hashmap?
Ans. 

A hashmap is a data structure that stores key-value pairs for efficient data retrieval using a hash function.

  • Hashmaps provide average O(1) time complexity for insertions, deletions, and lookups.

  • They use a hash function to compute an index into an array of buckets or slots.

  • Example: In Java, HashMap allows null values and one null key.

  • Collisions are handled using techniques like chaining or open addressing.

View all Programmer Analyst interview questions
A Programmer Analyst was asked 3d ago
Q. Write a program to print the Fibonacci series using collections.
Ans. 

This program generates the Fibonacci series using a collection data structure in Java.

  • Use an ArrayList to store Fibonacci numbers.

  • Initialize the first two Fibonacci numbers: 0 and 1.

  • Iterate to generate the next Fibonacci number by summing the last two.

  • Add each new number to the ArrayList.

  • Print the Fibonacci series from the ArrayList.

View all Programmer Analyst interview questions

Cognizant HR Interview Questions

684 questions and answers

Q. Are you willing to work flexible hours?
Q. Tell me about a time you faced a challenge at work and how you handled it.
Q. What are you looking for in a new position?
A Customer Service Executive was asked 6d ago
Q. How will you satisfy your customers?
Ans. 

I will ensure customer satisfaction by actively listening, providing timely solutions, and following up to ensure their needs are met.

  • Active Listening: I will listen carefully to understand the customer's concerns, ensuring they feel heard and valued.

  • Timely Solutions: I will provide quick and effective solutions to their problems, like resolving a billing issue within 24 hours.

  • Empathy: I will show empathy towards ...

View all Customer Service Executive interview questions
Are these interview questions helpful?
A Programmer Analyst was asked 1w ago
Q. What steps do you follow to ensure the quality and accuracy of your data analysis?
Ans. 

I follow a systematic approach to ensure data analysis quality and accuracy through validation, documentation, and continuous improvement.

  • Data Validation: I check for errors and inconsistencies in the data before analysis. For example, I use scripts to identify outliers.

  • Documentation: I maintain detailed records of data sources, methodologies, and assumptions to ensure transparency and reproducibility.

  • Peer Review:...

View all Programmer Analyst interview questions
A Programmer Analyst was asked 1w ago
Q. Describe a challenging bug you encountered in your code and how you resolved it.
Ans. 

I faced a challenging bug in a data processing application that caused incorrect results due to a race condition.

  • Identified the bug during testing when results were inconsistent across runs.

  • Used logging to trace the execution flow and pinpointed the race condition.

  • Implemented locking mechanisms to ensure thread safety.

  • Refactored the code to use synchronized blocks for critical sections.

  • Conducted thorough testing t...

View all Programmer Analyst interview questions
A Programmer Analyst was asked 1w ago
Q. Can you explain the difference between INNER JOIN and LEFT JOIN in SQL with an example?
Ans. 

INNER JOIN returns matching rows from both tables, while LEFT JOIN returns all rows from the left table and matched rows from the right.

  • INNER JOIN: Only returns rows with matching values in both tables.

  • Example: SELECT * FROM A INNER JOIN B ON A.id = B.id; // Returns rows where A.id = B.id.

  • LEFT JOIN: Returns all rows from the left table and matched rows from the right table; unmatched rows from the right will show ...

View all Programmer Analyst interview questions

Cognizant Interview Experiences

6k interviews found

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Pega , all are scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - More focus on projects and basic technology
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2022, where I was asked the following questions.

  • Q1. Self introduction and then basic questions
  • Q2. Self introduction
  • Q3. Previous company
  • Q4. English grammar basic concepts
  • Q5. Project submission
  • Q6. Then company details

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok interested
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Tell me about yourself.
  • Q2. What are your career goals?
  • Ans. 

    My career goals include advancing in academia, contributing to research, and mentoring students in statistics and data analysis.

    • Pursue a PhD in Statistics to deepen my expertise and enhance my teaching capabilities.

    • Engage in research projects that focus on applied statistics in real-world problems, such as healthcare data analysis.

    • Develop innovative teaching methods that incorporate technology and real-life data to enh...

  • Answered by AI
  • Q3. What motivates you?
  • Ans. 

    I am motivated by the joy of teaching, the pursuit of knowledge, and the impact I can make on students' lives through statistics.

    • Passion for teaching: I find great joy in explaining complex statistical concepts in an accessible way, like using real-world examples.

    • Student success: Witnessing students grasp difficult topics and succeed in their studies motivates me to continually improve my teaching methods.

    • Lifelong lear...

  • Answered by AI
  • Q4. What are your greatest strengths?
  • Ans. 

    My greatest strengths include effective communication, adaptability, and a passion for teaching statistics to diverse learners.

    • Effective Communication: I can explain complex statistical concepts in simple terms, making them accessible to students of all backgrounds.

    • Adaptability: I tailor my teaching methods to suit different learning styles, ensuring that all students can engage with the material.

    • Passion for Teaching: ...

  • Answered by AI
  • Q5. Walk me through your resume.
  • Ans. 

    Experienced statistics lecturer with a strong background in data analysis, research, and teaching at various academic levels.

    • PhD in Statistics from XYZ University, focusing on Bayesian methods and their applications in real-world scenarios.

    • 5 years of teaching experience at ABC University, where I developed and taught undergraduate and graduate courses in statistics.

    • Published several research papers in peer-reviewed jou...

  • Answered by AI
  • Q6. What are your salary expectations?
  • Ans. 

    I expect a competitive salary that reflects my experience, qualifications, and the responsibilities of the lecturer role.

    • Based on my research, the average salary for a Statistics Lecturer in this region is between $60,000 and $80,000.

    • I have over 5 years of teaching experience and a Ph.D. in Statistics, which I believe justifies a salary towards the higher end of that range.

    • I am also open to discussing additional benefi...

  • Answered by AI
  • Q7. How has your experience prepared for this role?
  • Ans. 

    My diverse teaching and research experiences have equipped me with the skills to effectively engage and inspire students in statistics.

    • I have taught undergraduate statistics courses for over five years, focusing on practical applications and real-world data analysis.

    • My research in statistical modeling has led to publications in peer-reviewed journals, enhancing my ability to convey complex concepts.

    • I have developed int...

  • Answered by AI
  • Q8. Tell me about a time you faced a challenge at work and how you handled it.
  • Ans. 

    Faced a challenge in engaging students during a statistics course; implemented interactive methods to enhance learning.

    • Identified low student engagement in lectures.

    • Introduced interactive tools like polls and quizzes to encourage participation.

    • Organized group projects to foster collaboration and real-world application of statistics.

    • Received positive feedback from students, leading to improved attendance and performance...

  • Answered by AI
  • Q9. How do you deal with conflict?
  • Ans. 

    I approach conflict with open communication, empathy, and a focus on collaborative solutions to foster a positive environment.

    • Listen actively to understand the other person's perspective.

    • Use 'I' statements to express my feelings without blaming others, e.g., 'I feel overwhelmed when deadlines are tight.'

    • Seek common ground by identifying shared goals, such as improving student outcomes.

    • Encourage open dialogue in team me...

  • Answered by AI
  • Q10. Why do you want to work here?
  • Ans. 

    I am drawn to this institution for its commitment to innovative teaching and research in statistics, fostering student engagement and success.

    • The university has a strong reputation for excellence in research, particularly in applied statistics, which aligns with my interests.

    • I admire the collaborative environment here, where faculty and students work together on real-world statistical problems.

    • The opportunity to teach ...

  • Answered by AI
  • Q11. Where do you see yourself in five years?
  • Ans. 

    In five years, I envision myself as a well-respected statistics lecturer, contributing to research and mentoring students effectively.

    • Developing innovative teaching methods to enhance student engagement, such as incorporating real-world data analysis projects.

    • Publishing research papers in reputable journals, focusing on applied statistics and its impact on various fields.

    • Mentoring graduate students and guiding them thr...

  • Answered by AI
  • Q12. What do you know about our company?
  • Ans. 

    Your company is a leading institution in higher education, focusing on innovative teaching and research in statistics.

    • Established in [Year], the company has a strong reputation for academic excellence.

    • Offers a diverse range of programs, including undergraduate and postgraduate degrees in statistics.

    • Engages in cutting-edge research, contributing to advancements in data analysis and statistical methodologies.

    • Collaborates...

  • Answered by AI
  • Q13. What are you looking for in a new position?
  • Ans. 

    I'm seeking a position that fosters growth, collaboration, and the opportunity to inspire students in statistics.

    • Opportunities for professional development, such as attending conferences or workshops to stay updated in the field.

    • A collaborative environment where I can work with colleagues on research projects, like analyzing data trends in education.

    • The chance to engage with students through innovative teaching methods...

  • Answered by AI
  • Q14. What do you like least about your current job?
  • Ans. 

    I find administrative tasks can be tedious and take time away from teaching and engaging with students.

    • Administrative duties often consume a significant portion of my time, limiting my availability for student interaction.

    • Preparing reports and documentation can feel repetitive and detracts from the creative aspects of teaching.

    • Balancing research responsibilities with teaching can be challenging, leading to stress and t...

  • Answered by AI
  • Q15. Why should we hire you?
  • Ans. 

    I bring a strong academic background, practical experience, and a passion for teaching statistics to inspire students.

    • Extensive knowledge in statistical methods and their applications, demonstrated through my research on data analysis techniques.

    • Experience in teaching diverse groups of students, adapting my teaching style to meet different learning needs, as seen in my previous role at XYZ University.

    • Proven ability to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For job seekers,the key is preparation, networking, and showcasing your strengths.

Accountant Interview Questions & Answers

user image Anonymous

posted on 6 Mar 2025

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

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

How many questions are there for the aptitude test?

Round 2 - HR 

(2 Questions)

  • Q1. What are the best practices for attending an interview?
  • Ans. 

    Prepare thoroughly, dress appropriately, and communicate effectively to excel in an interview.

    • Research the company: Understand its mission, values, and recent developments. For example, know their latest product launch.

    • Dress professionally: Choose attire that aligns with the company's culture. For instance, a suit for corporate roles or smart casual for startups.

    • Practice common interview questions: Prepare answers for ...

  • Answered by AI
  • Q2. What factors should be considered when selecting candidates during an interview?
  • Ans. 

    Selecting candidates requires evaluating skills, experience, cultural fit, and potential for growth.

    • Relevant Experience: Assess if the candidate has prior experience in accounting roles, such as bookkeeping or financial analysis.

    • Technical Skills: Evaluate proficiency in accounting software like QuickBooks or Excel, which are essential for the role.

    • Cultural Fit: Consider how well the candidate aligns with the company's ...

  • Answered by AI
Round 3 - Assignment 

I will complete my assignment and provide the topic.

Round 4 - Group Discussion 

I will discuss my team and friends.

Round 5 - Coding Test 

I am not familiar with coding, but I will undergo training.

Round 6 - Technical 

(1 Question)

  • Q1. What is the application process for Cognizant?
  • Ans. 

    The application process for Cognizant involves online application, assessments, interviews, and onboarding.

    • 1. Online Application: Candidates submit their resumes through the Cognizant careers website.

    • 2. Assessments: Applicants may need to complete online tests that evaluate technical skills and aptitude.

    • 3. Interviews: Successful candidates are invited for one or more interviews, which may include HR and technical round...

  • Answered by AI
Round 7 - Case Study 

What are the case studies you can assist me with?

Round 8 - One-on-one 

(1 Question)

  • Q1. How many one-on-one interview rounds are conducted?
Round 9 - Application Form 

(2 Questions)

  • Q1. How do you search for applications?
  • Ans. 

    I utilize various methods to search for applications, including online databases, networking, and professional organizations.

    • Use online job boards like Indeed or LinkedIn to find accounting applications.

    • Network with professionals in the field to learn about new opportunities.

    • Attend industry conferences and seminars to discover applications and trends.

    • Utilize social media platforms to follow companies and job postings.

    • C...

  • Answered by AI
  • Q2. How many days in interview results

Interview Preparation Tips

Interview preparation tips for other job seekers - How can I apply for this job, and is there any application form available?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. What is Adls?how is it works
  • Ans. 

    Azure Data Lake Storage (ADLS) is a scalable data storage service for big data analytics in the cloud.

    • ADLS is designed for big data analytics, allowing storage of large amounts of unstructured data.

    • It integrates seamlessly with Azure services like Azure Databricks and Azure HDInsight.

    • ADLS supports hierarchical namespace, enabling efficient organization of data in directories.

    • It provides fine-grained access control usin...

  • Answered by AI
  • Q2. What is integration pipeline?how is it work?
  • Ans. 

    An integration pipeline automates the process of integrating code changes into a shared repository, ensuring quality and consistency.

    • Continuous Integration (CI) is a key component, where developers frequently merge code changes.

    • Automated tests run on each integration to catch bugs early, e.g., unit tests, integration tests.

    • Build automation tools like Jenkins or Travis CI are often used to manage the pipeline.

    • Deployment...

  • Answered by AI
  • Q3. Copy data from one on premise sql server to Adls and Adls to Azure SQL?
  • Q4. What is Azuredata bricks?
  • Q5. What is cluster? How is it work?
  • Ans. 

    A cluster is a group of interconnected computers that work together to perform tasks as a single system.

    • Clusters improve performance by distributing workloads across multiple machines.

    • They provide redundancy; if one node fails, others can take over (e.g., database clusters).

    • Common types include load-balancing clusters and high-availability clusters.

    • Examples include Hadoop clusters for big data processing and Kubernetes...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am not advice the tips
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Ans. 

    Custom hooks in React are reusable functions that allow you to extract component logic into separate functions for better code organization and reusability.

    • Custom hooks are created using the 'use' prefix and can be used to share logic between components.

    • Use cases for custom hooks include fetching data from an API, handling form state, managing local storage, and more.

    • Example of a custom hook for API call: const useFetc...

  • Answered by AI
  • Q2. What is the difference between useMemo and useCallback in React?
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to memoize a value and recompute it only when its dependencies change.

    • useCallback is used to memoize a callback function and prevent unnecessary re-renders.

    • Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used to memoize an event handler function.

  • Answered by AI
  • Q3. What is the difference between class-based components and functional components in React?
  • Ans. 

    Class-based components use ES6 classes and have lifecycle methods, while functional components are simpler and use functions.

    • Class-based components use ES6 classes to create components, while functional components are created using functions.

    • Class-based components have lifecycle methods like componentDidMount and componentDidUpdate, while functional components do not.

    • Functional components are simpler and more lightweig...

  • Answered by AI
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Ans. 

    Implementing the lifecycle of a React component in a functional component

    • Use the useEffect hook to replicate lifecycle methods like componentDidMount, componentDidUpdate, and componentWillUnmount

    • Pass an empty array as the second argument to useEffect to mimic componentDidMount

    • Pass a variable or state as the second argument to useEffect to mimic componentDidUpdate

    • Return a cleanup function inside useEffect to mimic compo...

  • Answered by AI
  • Q5. What are the various state management techniques available in React?
  • Ans. 

    Various state management techniques in React include Context API, Redux, and local state.

    • Context API: React's built-in solution for passing data through the component tree without having to pass props down manually at every level.

    • Redux: A popular state management library for React applications, allowing for a centralized store to manage application state.

    • Local state: Managing state within individual components using us...

  • Answered by AI
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Ans. 

    Redux is a predictable state container for JavaScript apps. Middlewares are functions that intercept actions before they reach the reducer.

    • Redux follows a unidirectional data flow architecture.

    • Middlewares in Redux are functions that can intercept, modify, or dispatch actions.

    • Common use cases for middlewares include logging, asynchronous API calls, and handling side effects.

    • Examples of popular Redux middlewares are Redu...

  • Answered by AI
  • Q7. What is hoisting in JavaScript?
  • Q8. What is event bubbling in JavaScript?
  • Ans. 

    Event bubbling is the propagation of events from the target element up through its ancestors in the DOM tree.

    • Events triggered on a child element will 'bubble up' and trigger on parent elements.

    • Event listeners can be attached to parent elements to handle events from multiple child elements.

    • Stopping event propagation can be done using event.stopPropagation() or event.stopImmediatePropagation().

  • Answered by AI
  • Q9. What are block scope and function scope in JavaScript?
  • Ans. 

    Block scope and function scope are two types of scopes in JavaScript that determine the visibility and accessibility of variables.

    • Block scope refers to the visibility of variables within a block of code enclosed by curly braces. Variables declared with 'let' and 'const' have block scope.

    • Function scope refers to the visibility of variables within a function. Variables declared with 'var' have function scope.

    • Variables de...

  • Answered by AI
  • Q10. Have you had experience working with semantic tags in HTML?
  • Ans. 

    Yes, I have experience working with semantic tags in HTML.

    • Used semantic tags like <header>, <nav>, <main>, <section>, <article>, <aside>, <footer> for better structure and SEO.

    • Understand the importance of using semantic tags for accessibility and search engine optimization.

    • Semantic tags help in organizing content and making it more readable for developers and browsers.

  • Answered by AI
  • Q11. What are the various methods for creating an object in JavaScript?
  • Ans. 

    Various methods for creating an object in JavaScript include object literals, constructor functions, ES6 classes, and Object.create() method.

    • Object literals: var obj = { key: value };

    • Constructor functions: function ObjectName() { this.key = value; } var obj = new ObjectName();

    • ES6 classes: class ClassName { constructor() { this.key = value; } } var obj = new ClassName();

    • Object.create() method: var obj = Object.create(pr...

  • Answered by AI
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Ans. 

    Shallow copy only copies the references of nested objects, while deep copy creates new copies of nested objects.

    • Shallow copy creates a new object but does not create copies of nested objects, only copies their references.

    • Deep copy creates a new object and also creates new copies of all nested objects.

    • Shallow copy can be achieved using Object.assign() or spread operator, while deep copy can be achieved using JSON.parse(...

  • Answered by AI
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Ans. 

    The code will throw an error because 'a' is declared but not initialized.

    • The code will result in a ReferenceError because 'a' is declared but not assigned a value.

    • Variables declared with 'const' must be initialized at the time of declaration.

    • Initializing 'a' with a value before calling test() will prevent the error.

  • Answered by AI
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Ans. 

    CSS can be used to arrange elements in a row and column layout using flexbox or grid layout properties.

    • Use display: flex; for a row layout and display: flex; flex-direction: column; for a column layout

    • Use justify-content and align-items properties to align items in the main axis and cross axis respectively

    • For grid layout, use display: grid; and grid-template-columns or grid-template-rows to define the layout

  • Answered by AI
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Ans. 

    Yes, I have utilized CSS preprocessors such as SASS and LESS.

    • I have experience using SASS to streamline my CSS workflow by utilizing variables, mixins, and nesting.

    • I have also worked with LESS to improve code organization and maintainability through features like variables and functions.

  • Answered by AI
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?
  • Ans. 

    The color applied will be based on the specificity of the selector, with ID having higher specificity than class.

    • ID has higher specificity than class in CSS

    • Color applied will be based on the selector with higher specificity

    • Example: If ID selector has color red and class selector has color blue, the color applied will be red

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you provide information about yourself and the projects you have worked on?
  • Ans. 

    I am a UiPath Developer with experience in automating various business processes.

    • Developed automation solutions using UiPath for data entry tasks

    • Integrated UiPath robots with APIs to automate data retrieval and processing

    • Worked on projects to automate invoice processing and report generation

    • Implemented error handling mechanisms and logging in UiPath workflows

  • Answered by AI
  • Q2. What is the Re-Framework, and how do the Dispatcher, Performer, and DataTable transaction approaches function in UiPath?
  • Ans. 

    ReFramework is a template in UiPath for building robust, scalable, and reusable automation projects.

    • ReFramework is a template that includes Dispatcher and Performer components for handling transactions.

    • Dispatcher is responsible for reading input data and adding it to a queue.

    • Performer processes items from the queue, performs the necessary actions, and updates the status of each transaction.

    • DataTable transaction approac...

  • Answered by AI
  • Q3. What is the difference between an execute query and an execute non-query?
  • Ans. 

    Execute query is used to retrieve data from a database, while execute non-query is used to perform operations that do not return data.

    • Execute query is used for SELECT statements to retrieve data from a database.

    • Execute non-query is used for INSERT, UPDATE, DELETE statements that do not return data.

    • Execute query returns a result set, while execute non-query returns the number of rows affected.

    • Examples: Execute query - S...

  • Answered by AI
  • Q4. What is the difference between a switch statement and an if-else statement?
  • Ans. 

    Switch statement is used for multiple conditions, while if-else statement is used for binary conditions.

    • Switch statement is more efficient when there are multiple conditions to check.

    • If-else statement is more flexible as it can handle complex conditions.

    • Switch statement uses 'case' and 'break' keywords, while if-else statement uses 'if', 'else if', and 'else'.

  • Answered by AI
  • Q5. Datatable how to use it in Uipath, what is a connection string and how we can create that?
  • Ans. 

    Datatable is used to store and manipulate data in UiPath. Connection string is used to establish a connection to a database.

    • Datatable is a structured data type used to store information in rows and columns.

    • You can use activities like 'Build Data Table' to create a new datatable or 'Read Range' to read data from an Excel file into a datatable.

    • Connection string is a string that contains information about how to connect t...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Star based questions
  • Q2. Testing methodology
  • Q3. Bug life cycle
Round 2 - Technical 

(3 Questions)

  • Q1. Testing principles
  • Q2. Smoke and sanity test
  • Q3. Project roles and responsibilities
  • Ans. 

    Project roles and responsibilities define tasks and expectations for team members to ensure project success.

    • Project Manager: Oversees project planning, execution, and closure. Example: Coordinating team meetings and tracking progress.

    • Team Members: Execute specific tasks assigned to them. Example: Developers coding features based on requirements.

    • Stakeholders: Provide input and feedback throughout the project. Example: C...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well easily you can crack it
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to Palo Alto firewall and Prisma Access. Global Protect, App- ID, Routing, Security Policies.
  • Q2. Packet flow of firewall, Device Group, template, template stack etc.
Round 2 - Technical 

(2 Questions)

  • Q1. Global Protect troubleshooting.
  • Q2. Panorama Management and firewall congratulations.
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion and skills
  • Q2. Company policies.

HR Assistant Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2025

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

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Can you tell me something about yourself?
  • Q2. Can you provide details about your educational background?
  • Ans. 

    I hold a Bachelor's degree in Human Resources Management and have completed various certifications in HR practices.

    • Bachelor's degree in Human Resources Management from XYZ University.

    • Completed a certification in HR Analytics to enhance data-driven decision-making.

    • Participated in workshops on employee engagement and talent acquisition.

    • Interned at ABC Company, where I assisted in recruitment and onboarding processes.

  • Answered by AI
  • Q3. What does HR stand for?
  • Ans. 

    HR stands for Human Resources, focusing on managing employee-related functions and organizational culture.

    • HR is responsible for recruitment and hiring processes, ensuring the right talent is selected.

    • HR manages employee benefits and compensation, such as health insurance and retirement plans.

    • HR develops training and development programs to enhance employee skills and career growth.

    • HR ensures compliance with labor laws ...

  • Answered by AI
  • Q4. What is the role of Human Resources (HR) in an organization?
  • Ans. 

    HR plays a crucial role in managing an organization's workforce, ensuring effective recruitment, development, and employee relations.

    • Recruitment and Staffing: HR identifies staffing needs, creates job descriptions, and conducts interviews to find the right candidates.

    • Employee Training and Development: HR organizes training programs to enhance employee skills and career growth, such as leadership workshops.

    • Performance M...

  • Answered by AI
  • Q5. Why should I hire you for this job?
  • Ans. 

    I bring a unique blend of skills, experience, and passion for HR that will contribute to your team's success.

    • Strong organizational skills: I successfully managed multiple recruitment projects simultaneously in my previous role.

    • Excellent communication: I have experience in conducting interviews and facilitating onboarding processes, ensuring a smooth transition for new hires.

    • Proficient in HR software: I am familiar with...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - ......
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(17 Questions)

  • Q1. How many ways can we call a server side code from Client side?
  • Ans. 

    There are multiple ways to call server side code from client side, including AJAX, WebSockets, and REST API calls.

    • AJAX

    • WebSockets

    • REST API calls

  • Answered by AI
  • Q2. How to create a new request type in ITSM?
  • Ans. 

    To create a new request type in ITSM, follow these steps.

    • Navigate to the Service Catalog in the ITSM module.

    • Click on 'Create New' to start creating a new request type.

    • Fill in the necessary details such as name, description, and category.

    • Define the workflow for the request type, including approval processes and assignment rules.

    • Test the new request type to ensure it functions correctly.

    • Publish the request type for users...

  • Answered by AI
  • Q3. Restrict a characters for 'Investment' field in incident table that characters should not exceed 500 characters do this in client script or UI policy?
  • Ans. 

    Restrict characters for 'Investment' field in incident table to 500 characters using UI policy.

    • Create a UI policy on the incident table

    • Add a condition to check the length of the 'Investment' field

    • Set the UI policy action to display an error message if the character limit is exceeded

  • Answered by AI
  • Q4. What is the use GFST submit?
  • Ans. 

    GFST submit is used to submit a GlideFormState object in ServiceNow.

    • GFST submit is used to save the current state of a form in ServiceNow.

    • It is commonly used in client-side scripts to save form data without refreshing the page.

    • GFST submit can be used to trigger business rules and workflows upon form submission.

  • Answered by AI
  • Q5. Using 'IT Service Manager' role description and short description should be visible?
  • Ans. 

    Yes, 'IT Service Manager' role description and short description should be visible.

    • Role description should clearly outline the responsibilities and requirements of the IT Service Manager position

    • Short description should provide a brief overview of the role to attract potential candidates

    • Both descriptions should be easily accessible on the job posting or company website

  • Answered by AI
  • Q6. Types of Client Scripts?
  • Q7. Client script or UI Policy which one will runs first and why?
  • Ans. 

    Client script runs before UI Policy due to the order of execution in ServiceNow.

    • Client script runs before UI Policy because it is executed on the client side before the form is submitted.

    • UI Policy runs after Client script as it is applied after the form is submitted.

    • Client script is used for field-level validation and manipulation, while UI Policy is used for controlling field visibility and mandatory fields.

  • Answered by AI
  • Q8. Types of Business rule, difference between after and Async business rule?
  • Ans. 

    Business rules in ServiceNow can be categorized as before, after, async, and synchronous. After business rules run after a record is inserted or updated, while async business rules run in the background.

    • Types of business rules in ServiceNow: before, after, async, synchronous

    • After business rules run after a record is inserted or updated

    • Async business rules run in the background without blocking the user interface

    • Differe...

  • Answered by AI
  • Q9. There are 4 types of Business rule, can we change the order of Business rule?
  • Ans. 

    Yes, the order of Business rules can be changed.

    • Yes, the order of Business rules can be changed by adjusting the order in which they are executed in the Business rule list.

    • This can be done by changing the 'Order' field value in the Business rule record.

    • Business rules with lower 'Order' values will be executed before those with higher 'Order' values.

    • Changing the order of Business rules can impact the overall behavior an...

  • Answered by AI
  • Q10. Email Notification scripts scenario?
  • Ans. 

    Email notifications in ServiceNow can be customized using scripts for dynamic content and conditions.

    • Use 'Email Notification' module to create notifications based on specific conditions.

    • Scripts can be added to the 'Condition' field to determine when to send an email.

    • Example: Use 'current.state.changes()' to trigger an email when the state changes.

    • Utilize 'Email Template' for consistent formatting and dynamic content in...

  • Answered by AI
  • Q11. What is the use of isolate checkbox?
  • Ans. 

    The isolate checkbox is used to prevent a script from running in the global scope.

    • Prevents variables and functions from being accessed globally

    • Helps in avoiding conflicts with other scripts

    • Useful when developing complex applications with multiple scripts

  • Answered by AI
  • Q12. Xml() and xml() wait difference?
  • Ans. 

    xml() and xml() wait are both used in ServiceNow to parse XML data, but xml() wait is used for asynchronous parsing.

    • xml() is used for synchronous parsing of XML data in ServiceNow

    • xml.wait() is used for asynchronous parsing of XML data in ServiceNow

    • xml() is blocking, while xml.wait() allows other operations to continue while parsing XML data

  • Answered by AI
  • Q13. How will you achieve UI action in server side and client side, I.e both the code should work in client side and server side
  • Ans. 

    To achieve UI actions in ServiceNow, use client scripts for client-side and business rules for server-side execution.

    • Use Client Scripts for UI actions that need to run on the user's browser.

    • Use Business Rules for server-side logic that should execute on record changes.

    • Example: A Client Script can validate a form before submission, while a Business Rule can update a field based on that submission.

    • You can call server-sid...

  • Answered by AI
  • Q14. There is a 'Investment' field in incident table Old value: Standard New Value: SMA Replace the options, instead of standard, SMA option should be updated to all records in the table.
  • Ans. 

    Update 'Investment' field in incident table from Standard to SMA for all records

    • Create a script to update the 'Investment' field in incident table for all records

    • Use a loop to iterate through each record and update the 'Investment' field value from Standard to SMA

  • Answered by AI
  • Q15. Can we use previous in Business rule?
  • Ans. 

    Yes, we can use 'previous' in Business rule to access the previous value of a field.

    • Use 'previous' keyword in a Business rule to access the previous value of a field

    • Can be helpful in comparing current and previous values for triggering actions

    • Example: gs.info('Previous value: ' + current.previous.value)

  • Answered by AI
  • Q16. Normal change states
  • Q17. What is the use of get reference?
  • Ans. 

    get reference is used to retrieve a reference to a record in another table

    • Used to establish relationships between records in different tables

    • Allows for easy access to related information

    • Can be used in scripts to retrieve data from related records

  • Answered by AI

Cognizant Interview FAQs

How many rounds are there in Cognizant interview?
Cognizant interview process usually has 2-3 rounds. The most common rounds in the Cognizant interview process are Technical, HR and Resume Shortlist.
How to prepare for Cognizant 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 Cognizant. The most common topics and skills that interviewers at Cognizant expect are Java, Project Management, SQL, Project Planning and Communication Skills.
What are the top questions asked in Cognizant interview?

Some of the top questions asked at the Cognizant interview -

  1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegat...read more
  2. What is meant by quality and brief explanation of it with an examp...read more
  3. What array list and linkedlist difference,how hashmap internally working,what i...read more
What are the most common questions asked in Cognizant HR round?

The most common HR questions asked in Cognizant interview are -

  1. Why are you looking for a chan...read more
  2. Tell me about yourse...read more
  3. What are your salary expectatio...read more
How long is the Cognizant interview process?

The duration of Cognizant interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 4.7k interview experiences

Difficulty level

Easy 26%
Moderate 69%
Hard 5%

Duration

Less than 2 weeks 61%
2-4 weeks 26%
4-6 weeks 6%
6-8 weeks 3%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.2k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 8k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.2k Interviews
HCLTech Interview Questions
3.5
 • 4.2k Interviews
Genpact Interview Questions
3.7
 • 3.5k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
DXC Technology Interview Questions
3.6
 • 846 Interviews
View all

Cognizant Reviews and Ratings

based on 55.4k reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.3

Salary

3.5

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 55.4k Reviews and Ratings
TL-Learning & Development

Mumbai

6-8 Yrs

Not Disclosed

SME-Learning & Development

Chennai

5-9 Yrs

Not Disclosed

Guidewire Developer-PC/BC/CC

Gandhinagar

2-5 Yrs

Not Disclosed

Explore more jobs
Associate
71k salaries
unlock blur

₹5.3 L/yr - ₹12.5 L/yr

Programmer Analyst
56.1k salaries
unlock blur

₹3.5 L/yr - ₹7.3 L/yr

Senior Associate
55.4k salaries
unlock blur

₹9.9 L/yr - ₹23.5 L/yr

Senior Processing Executive
30k salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Technical Lead
18.5k salaries
unlock blur

₹6 L/yr - ₹21.2 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.6
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview