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
3.8

based on 48.2k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Cognos Developer Interview Questions and Answers

Updated 8 Apr 2024

Cognizant Cognos Developer Interview Experiences

1 interview found

Cognos Developer Interview Questions & Answers

user image Noolu Lavanya

posted on 8 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Frame work manager and report studio
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Lookup ,router,joiner
  • Q2. Different types of caches
  • Q3. Scd1 and scd2 implementation
  • Q4. Fact and dimensions tables and different data modelling
Round 2 - HR 

(1 Question)

  • Q1. Salary discuss and location discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me the high level overview of dataguard installation?
  • Q2. What are your daily tasks adn what things you handel in your team?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How you have developed the planning and forecasting porject
  • Q2. How to you approach user access management in tm1
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Analytical functions difference
  • Ans. 

    Analytical functions are used to perform calculations across a set of rows related to the current row.

    • Analytical functions operate on a group of rows and return a single result for each row

    • They can be used to calculate running totals, moving averages, rank, percentiles, etc.

    • Examples include ROW_NUMBER(), RANK(), SUM() OVER(), AVG() OVER()

  • Answered by AI
  • Q2. Which transformation uses in scd2?
  • Ans. 

    The Slowly Changing Dimension Type 2 (SCD2) transformation is used for handling historical data changes in a data warehouse.

    • SCD2 transformation is used to track historical changes in dimension tables.

    • It maintains multiple versions of a record by adding new rows with updated information and end-dating the previous record.

    • Commonly used in scenarios where historical data needs to be preserved and queried.

    • Example: When a c...

  • Answered by AI
  • Q3. Unix basic, how to find particular file in directory?
  • Q4. Given 2 table A and B. Find count of left join, right join, inner join, full outer join?
  • Ans. 

    To find the count of different types of joins between two tables A and B.

    • Left join: Includes all records from table A and matching records from table B.

    • Right join: Includes all records from table B and matching records from table A.

    • Inner join: Includes only the matching records from both tables.

    • Full outer join: Includes all records when there is a match in either table A or table B.

  • Answered by AI
  • Q5. Incremental load

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dba, explain the architecture of dba
  • Ans. 

    DBA stands for Database Administrator. The architecture of DBA involves managing and maintaining databases to ensure data integrity and security.

    • DBA is responsible for installing, configuring, and upgrading database software.

    • They monitor database performance and troubleshoot issues.

    • DBA designs and implements backup and recovery strategies to prevent data loss.

    • They also manage user access and security permissions within...

  • Answered by AI
  • Q2. How you will maintain the database and what are the types of backup
  • Ans. 

    Maintaining the database involves regular monitoring, performance tuning, applying patches, and ensuring backups are taken regularly.

    • Regularly monitor database performance and usage

    • Perform routine maintenance tasks such as applying patches and updates

    • Take regular backups to ensure data integrity and disaster recovery

    • Implement security measures to protect the database from unauthorized access

    • Optimize database performanc

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between join and lookup
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column, while lookup is used to retrieve data from a reference table based on a matching key.

    • Join combines rows from multiple tables based on a related column

    • Lookup retrieves data from a reference table based on a matching key

    • Join can result in duplicate rows if there are multiple matches, while lookup returns only the first matching row

    • Join is use...

  • Answered by AI
  • Q2. Diffrence between fact table and dimension table
  • Ans. 

    Fact table contains quantitative data and measures, while dimension table contains descriptive attributes.

    • Fact table contains numerical data that can be aggregated (e.g. sales revenue, quantity sold)

    • Dimension table contains descriptive attributes for analysis (e.g. product name, customer details)

    • Fact table is typically normalized, while dimension table is denormalized for faster queries

    • Fact table is usually larger in s

  • Answered by AI
  • Q3. Sed command to display last before line
  • Ans. 

    Use sed command to display the line before a specific pattern

    • Use 'sed -n '/pattern/{g;1!p;};h' file.txt' to display the line before the pattern

    • Replace 'pattern' with the specific pattern you are looking for

    • This command will display the line before the pattern in the file

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dataguard architecture
  • Q2. Rman backup and restoration
Round 2 - HR 

(1 Question)

  • Q1. Why you join inm
  • Ans. 

    I joined inm because of the company's reputation for innovation and growth in the tech industry.

    • Attracted to company's reputation for innovation

    • Excited about opportunities for growth in tech industry

    • Impressed by company culture and values

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of sql
  • Ans. 

    SQL architecture refers to the structure and components of a SQL database system.

    • SQL architecture includes components like storage engine, query processor, and buffer manager.

    • The storage engine manages data storage and retrieval, while the query processor processes SQL queries.

    • The buffer manager handles caching and memory management to optimize performance.

    • Examples of SQL architectures include MySQL, Oracle, and SQL Se

  • Answered by AI
  • Q2. Recovery models

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Data stage scenario
  • Q2. Difference between Data Stage and informatica
  • Ans. 

    Data Stage is an ETL tool by IBM, while Informatica is a popular ETL tool by Informatica Corporation.

    • Data Stage is developed by IBM, while Informatica is developed by Informatica Corporation.

    • Data Stage is known for its parallel processing capabilities, while Informatica is known for its ease of use and flexibility.

    • Data Stage has a graphical interface for designing jobs, while Informatica uses a more traditional workflo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HCL Group Datastage Developer interview:
  • Complete Data Stage

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant Cognos Developer interview?
Cognizant interview process usually has 2 rounds. The most common rounds in the Cognizant interview process are HR and Technical.
How to prepare for Cognizant Cognos Developer 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 Cognos, Cognos Framework Manager, SQL Scripting, TM and private banking.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Cognizant Cognos Developer Salary
based on 56 salaries
₹2.5 L/yr - ₹12 L/yr
At par with the average Cognos Developer Salary in India
View more details

Cognizant Cognos Developer Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.9

Salary

3.9

Job security

4.2

Company culture

4.1

Promotions

3.9

Work satisfaction

Explore 5 Reviews and Ratings
Associate
72.4k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Programmer Analyst
55.5k salaries
unlock blur

₹2.4 L/yr - ₹9.7 L/yr

Senior Associate
48.3k salaries
unlock blur

₹9 L/yr - ₹27.2 L/yr

Senior Processing Executive
28.7k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24.5 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Accenture

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