Upload Button Icon Add office photos

Filter interviews by

CognAI Programmer Analyst Interview Questions and Answers

Updated 28 Oct 2022

CognAI Programmer Analyst Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Selenium + java question they had asked me and some basic about agile methodology

Round 2 - Technical 

(3 Questions)

  • Q1. Core Java related questions Selenium concept like cdp, action classes, how many types elements locators can use
  • Q2. Difference between regression testing and senity testing
  • Ans. 

    Regression testing is to ensure that changes made to the software do not affect existing functionality. Sanity testing is to ensure that the software is stable enough for further testing.

    • Regression testing is done after changes are made to the software to ensure that existing functionality is not affected.

    • Sanity testing is done to ensure that the software is stable enough for further testing.

    • Regression testing is a typ...

  • Answered by AI
  • Q3. How to determine bug After bug creation what is the next need to take closing story ?
  • Ans. 

    To determine a bug, identify the unexpected behavior and compare it to the expected behavior. After fixing the bug, the next step is to close the story.

    • To determine a bug, reproduce the unexpected behavior and compare it to the expected behavior.

    • Use debugging tools to identify the root cause of the bug.

    • After fixing the bug, test the fix to ensure it resolves the issue.

    • Once the fix is verified, close the story in the pr

  • Answered by AI
Round 3 - Case Study 

If your project having existing code in future new story was came to your bucket you need to automate that story then you can able to write new code are else you can utilise existing code with some modifications

Interview Preparation Tips

Topics to prepare for CognAI Programmer Analyst interview:
  • Java
  • Basic of manual testing concepts
  • Selenium
  • Sdfc
Interview preparation tips for other job seekers - Be confident on interview don't be panic if your fresher there lots of opportunities in it industry.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

It was conducted in Superset.

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce you self
  • Q2. College project details
Round 3 - HR 

(2 Questions)

  • Q1. Just the documents verification
  • Q2. Are you comfortable with the possibility of relocating?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest; it's simpler if you have graduated from college.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Difference between let and const in javascript
  • Q2. Map() uses
  • Q3. Concat 2 arrays

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare with all basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Be yourself and tell about something you love
  • Q3. No more questions about this

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazing job and amazing place
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. DSA dbms os networking system design
  • Ans. 

    The question is asking about knowledge in Data Structures and Algorithms, Database Management Systems, Operating Systems, Networking, and System Design.

    • Data Structures and Algorithms (DSA) - Knowledge of algorithms, data structures, and problem-solving techniques.

    • Database Management Systems (DBMS) - Understanding of database concepts, SQL, normalization, indexing, etc.

    • Operating Systems (OS) - Familiarity with operating...

  • Answered by AI
  • Q2. Pseudocode coding test essay writing
Round 2 - Coding Test 

Spiral Matrix sum coding

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your weekness
  • Q2. Tell me about your self

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Any for language for discussion

Round 2 - One-on-one 

(5 Questions)

  • Q1. Python introduction and development
  • Q2. Language for Python development
  • Ans. 

    Python is a popular language for development due to its simplicity, readability, and versatility.

    • Python is known for its clean and readable syntax, making it easy to learn and use.

    • It has a large standard library and many third-party modules for various tasks.

    • Python is versatile and can be used for web development, data analysis, artificial intelligence, and more.

  • Answered by AI
  • Q3. Python developed management
  • Q4. Language for Python skills
  • Ans. 

    Python is a versatile programming language commonly used for web development, data analysis, and automation.

    • Python is known for its readability and simplicity, making it a great choice for beginners.

    • It has a large standard library with built-in modules for various tasks.

    • Python supports multiple programming paradigms, including procedural, object-oriented, and functional programming.

    • Popular frameworks like Django and Fl

  • Answered by AI
  • Q5. Python developed
Round 3 - HR 

(1 Question)

  • Q1. Python and other languages for Asking

Interview Preparation Tips

Topics to prepare for Wipro Programmer Analyst interview:
  • Hr Fresher
Interview preparation tips for other job seekers - Python

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain Garbage collection
  • Q2. LINQ
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(1 Question)

  • Q1. What are your skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About projects, basic dsa questions,
  • Q2. String,array and more related to dsa
Round 2 - HR 

(2 Questions)

  • Q1. About yourself and why you amt to join cognizant
  • Q2. About your experience in company

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well related to your projects worked on and your knowledge.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node contains a data field and a reference to the next node.

    • Consists of nodes connected by pointers/references

    • Does not have a fixed size like an array

    • Can easily insert or delete elements without shifting other elements

    • Example: Singly linked list, Doubly linked list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a Bubble Sort program
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Initialize an array of strings to be sorted

    • Repeat until no swaps are needed: Compare adjacent elements and swap if necessary

    • Continue until the array is sorted in ascending order

  • Answered by AI

Skills evaluated in this interview

CognAI Interview FAQs

How many rounds are there in CognAI Programmer Analyst interview?
CognAI interview process usually has 4 rounds. The most common rounds in the CognAI interview process are Case Study, Resume Shortlist and Coding Test.
What are the top questions asked in CognAI Programmer Analyst interview?

Some of the top questions asked at the CognAI Programmer Analyst interview -

  1. How to determine bug After bug creation what is the next need to take closing ...read more
  2. Difference between regression testing and senity test...read more
  3. Core Java related questions Selenium concept like cdp, action classes, how many...read more

Tell us how to improve this page.

CognAI Programmer Analyst Salary
based on 14 salaries
₹4 L/yr - ₹11 L/yr
18% more than the average Programmer Analyst Salary in India
View more details
Associate
28 salaries
unlock blur

₹6 L/yr - ₹14.9 L/yr

Programmer Analyst
14 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Associate
7 salaries
unlock blur

₹5.5 L/yr - ₹21.8 L/yr

Programmer Analyst Trainee
6 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Software Developer
5 salaries
unlock blur

₹2.5 L/yr - ₹12.8 L/yr

Explore more salaries
Compare CognAI with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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