Cognizant Process Executive – Detailed
Interview Preparation Guide
� Role Overview
A Process Executive at Cognizant is responsible for handling business processes, ensuring
accuracy, and meeting Service Level Agreements (SLAs). The role requires attention to
detail, client interaction, and basic technical knowledge (Excel, SQL, HTML/CSS depending
on process).
� Key Skills & Responsibilities
Good communication skills (written & verbal).
Strong attention to detail & accuracy.
Basic Excel (Formulas, Pivot Tables, VLOOKUP).
SQL basics (queries, joins, filtering).
HTML/CSS basics (tags, styling).
Understanding SLAs, KPIs, and productivity metrics.
Adaptability and ability to work in rotational shifts.
� Interview Rounds
Aptitude / Online Test – Logical, Quantitative, English, Data Interpretation.
Technical/Domain Interview – Excel, SQL, HTML basics, SLA & process knowledge.
HR Interview – Communication, behavioral questions, career goals.
❓Common HR Interview Questions & Sample Answers
Q: Tell me about yourself.
A: I am a detail-oriented graduate with strong skills in Excel, SQL, and communication. I
enjoy problem-solving and ensuring accuracy in processes. I am eager to grow in a company
like Cognizant that values learning and client satisfaction.
Q: What do you know about Cognizant?
A: Cognizant is a leading IT services and consulting company, known for its expertise in
digital transformation, operations, and consulting across multiple industries.
Q: What is SLA and why is it important?
A: SLA stands for Service Level Agreement – it defines service standards such as response
time, accuracy, and deadlines. It ensures accountability and client satisfaction.
Q: Why should we hire you?
A: Because I bring strong analytical skills, attention to detail, technical knowledge in
Excel/SQL, and adaptability to work in fast-paced environments.
Q: How do you handle repetitive tasks?
A: I stay focused by using checklists, maintaining accuracy, and ensuring I meet SLA
deadlines consistently.
⚡ Technical Questions (with Answers)
� Excel
Q: What is VLOOKUP?
A: A function used to search a value in the first column of a range and return a value in the
same row from another column.
Q: What is a Pivot Table?
A: A Pivot Table helps summarize large data sets quickly by grouping and aggregating
values.
Q: Write a formula to count only cells with a condition.
A: =COUNTIF(range, condition)
� SQL
Q: Write a query to fetch top 5 employees by salary.
A: SELECT * FROM Employees ORDER BY Salary DESC LIMIT 5;
Q: Difference between WHERE and HAVING?
A: WHERE filters rows before grouping, HAVING filters after grouping.
Q: Explain INNER JOIN.
A: It returns records that have matching values in both tables.
� HTML/CSS
Q: What is the difference between <div> and <span>?
A: <div> is a block-level element, <span> is inline.
Q: What are the types of CSS?
A: Inline, Internal, External.
Q: Write a basic HTML form.
A: <form><label>Name:</label><input type='text'><button>Submit</button></form>
� Mock Test Questions
� Aptitude (Sample)
If 5x = 25, find x.
Find the next number: 2, 6, 12, 20, ?
If a train runs at 60 km/hr, how far will it travel in 45 minutes?
� Technical (Sample)
Which SQL keyword is used to sort results? (ORDER BY)
Which Excel function counts numeric values? (COUNT)
Which HTML tag is used for hyperlinks? (<a>)