Upload Button Icon Add office photos

Filter interviews by

Cogno AI Python and Django Developer Interview Questions and Answers

Updated 3 Aug 2024

Cogno AI Python and Django Developer Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Before first round they asked to create a Django application on whatever you like, I built an E-commerce Django application. They gave me 7 days to complete this task. After this first round interview was done. They asked me 3 simple to intermediate level questions. One was on FizzBuzz, 2nd was handling dictionary in python, 3rd was handling API response and print the output.

Round 2 - Coding Test 

In 2nd Interview they asked me about Django, about models, fetching data from the database via shell, django variables. Basic stuff.

Round 3 - HR 

(4 Questions)

  • Q1. Can you work for us on odd hours?
  • Ans. 

    Yes, I am willing to work odd hours as needed.

    • I am flexible with my work schedule and can accommodate odd hours when necessary.

    • I understand the importance of meeting project deadlines and am willing to put in extra hours if needed.

    • I have previous experience working on projects with tight deadlines and odd hours, so I am prepared for the challenge.

  • Answered by AI
  • Q2. How do you handle situations when you and your colleagues are not agreeing on some point?
  • Ans. 

    I believe in open communication, active listening, and finding a compromise through respectful discussion.

    • Encourage open communication to understand each other's perspectives

    • Practice active listening to show respect and empathy towards colleagues

    • Seek a compromise through respectful discussion and finding common ground

    • Involve a mediator if necessary to facilitate the discussion and reach a resolution

  • Answered by AI
  • Q3. Tell me about your college project and what problem you faced on this?
  • Ans. 

    Developed a web application for managing student records and course registrations.

    • Used Django framework for backend development

    • Implemented user authentication and authorization

    • Integrated with a PostgreSQL database

    • Faced challenges with optimizing database queries for performance

  • Answered by AI
  • Q4. How do you see yourself in a year?
  • Ans. 

    In a year, I see myself as a proficient Python Django Developer contributing to innovative projects and continuously learning new technologies.

    • Continuously improving my skills in Python and Django by working on challenging projects

    • Taking on more responsibilities and leadership roles within the development team

    • Contributing to open source projects and attending tech conferences to stay updated with the latest trends

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In the interview process I didn't got frontend based questions because that it wasn't much of importance. But now the may ask about Javascript and React as well.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Python Question and Questions Around Restful APIs
  • Q2. Array and Strings Coding Questions.
Round 2 - One-on-one 

(2 Questions)

  • Q1. 2D- Array Coding Questions
  • Q2. Questions Around Django Framework

Python and Django Developer Interview Questions Asked at Other Companies

Q1. What happens when you enter URL in the chrome URL bar?
asked in DataTerrain
Q2. How to fetch API data in Django from server using params and it c ... read more
Q3. Which are all the design patterns used in the Django? Explain MVC ... read more
Q4. How can you see raw SQL queries running in Django? You can see th ... read more
Q5. What is the Django Rest Framework? Django REST Framework is a pow ... read more

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

Interview Questionnaire 

1 Question

  • Q1. Who is the c language denoted
  • Ans. 

    C language is a general-purpose, procedural computer programming language.

    • Developed by Dennis Ritchie at Bell Labs in 1972

    • Used for system programming, embedded systems, and application software

    • Influenced many other programming languages such as C++, Java, and Python

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself ?

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I were asked to print the number of pairs in an array whose sum is equal to given number k
  • Ans. 

    Count the number of pairs in an array whose sum is equal to a given number k.

    • Iterate through the array and for each element, check if k minus the element exists in the array.

    • Use a hash table to store the frequency of each element in the array.

    • If the array contains duplicates, handle them separately to avoid overcounting.

    • Time complexity can be improved to O(n) using a two-pointer approach.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Just Basic OOP's question, What is Interface, why use them?
  • Q2. What is Abstract Class?
  • Ans. 

    Abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the derived class.

    • An abstract class can have constructors and fields.

    • An abstract class can be used to define a common interface for a group of related classes.

    • Example: Animal is an abstract clas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A recruiter found me on Naukari Site the name of the person is Kartik (*****), and then, set up an initial L1 interview with the peers. The initial contact was a phone screen regarding the job location, title, salary, etc. in Banglore after that, he set up the meetings with peers for the interview.

The interview was too good, but one thing which I feel bad Interviewer asked me salary while this is the part of the HR department, so why Interviewer asked me salary during an interview, this is totally not good for any candidate because if the candidate expectation is greater than the interviewer salary then definitely he will not hire that candidate that means.  



After Interview:-

 Then, Kartik HR contact me again to tell that they are willing to offer less salary 14LPA than that was decided
- I said yes, and they asked me joining date
- I provided the next week date itself
- But I never heard back from them afterward.
- I tried to contact Kartik, but he is not willing to reply

Very unprofessional behavior and bad experience. I don't know were they just wasting my time.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell about yourself.
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for creating innovative solutions.

    • Proficient in Java, C++, and Python

    • Experience with web development using HTML, CSS, and JavaScript

    • Familiarity with agile development methodologies

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. What is array and how it is different from linked lists?
  • Ans. 

    Array is a collection of elements of same data type. Linked list is a data structure where each element points to the next one.

    • Arrays have fixed size, linked lists can grow dynamically

    • Accessing elements in an array is faster than in a linked list

    • Inserting or deleting elements in a linked list is faster than in an array

    • Arrays are stored in contiguous memory locations, linked lists are not

    • Arrays are used for random acces

  • Answered by AI
  • Q3. OSI model (Networking)?
  • Ans. 

    The OSI model is a conceptual model that describes the communication functions of a telecommunication or computing system.

    • The OSI model has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and communicates with the layers above and below it.

    • The Physical layer deals with the physical transmission of data, while the Application layer deals with u...

  • Answered by AI
  • Q4. Explain OSI model modules?
  • Ans. 

    The OSI model is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system.

    • The OSI model has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and communicates with the layers above and below it.

    • The Physical layer deals with the physical transmission of data, while the Applicati...

  • Answered by AI
  • Q5. About project? what technologies used? How you implemented?

Interview Preparation Tips

Interview preparation tips for other job seekers - My personal advice is to first be prepared on what u have written in Resume.
Get some current knowledge about the company like CEO name, latest tech. on which company working on .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Experience

Interview Questionnaire 

2 Questions

  • Q1. What is your name
  • Q2. What is your role

Interview Preparation Tips

Interview preparation tips for other job seekers - Good, Be professional and Be focus.

Cogno AI Interview FAQs

How many rounds are there in Cogno AI Python and Django Developer interview?
Cogno AI interview process usually has 2-3 rounds. The most common rounds in the Cogno AI interview process are One-on-one Round, Coding Test and HR.
How to prepare for Cogno AI Python and Django 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 Cogno AI. The most common topics and skills that interviewers at Cogno AI expect are Javascript, MySQL, Python, Application Design and Bootstrap.
What are the top questions asked in Cogno AI Python and Django Developer interview?

Some of the top questions asked at the Cogno AI Python and Django Developer interview -

  1. Basic Python Question and Questions Around Restful A...read more
  2. Array and Strings Coding Questio...read more
  3. Questions Around Django Framew...read more

Tell us how to improve this page.

Cogno AI Python and Django Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Cogno AI Python and Django Developer Salary
based on 25 salaries
₹5.8 L/yr - ₹8 L/yr
38% more than the average Python and Django Developer Salary in India
View more details

Cogno AI Python and Django Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.5

Salary

4.5

Job security

3.5

Company culture

3.0

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Python and Django Developer
25 salaries
unlock blur

₹5.8 L/yr - ₹8 L/yr

Python Developer
7 salaries
unlock blur

₹5.5 L/yr - ₹7 L/yr

Software Tester
7 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Enterprise Sales Consultant
6 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Associate Project Manager
6 salaries
unlock blur

₹5.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Cogno AI with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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