Upload Button Icon Add office photos

Filter interviews by

Cognida Junior Software Developer Interview Questions and Answers

Updated 28 Sep 2022

Cognida Junior Software Developer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

There were 3 levels of coding
Low level medium level and hard level of coding questions based on Java or python

Round 3 - Assignment 

Hacker rank assignment of project of few domains

Round 4 - Technical 

(2 Questions)

  • Q1. Dsa and about projects Sql Java oops and program on oops concept
  • Q2. Find mean of the given array
  • Ans. 

    To find the mean of an array, add all the elements and divide by the number of elements.

    • Add all the elements of the array

    • Divide the sum by the number of elements

    • Return the mean value

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Tell about yourself Behaviour testing Your strengths,Weakness
  • Ans. 

    I have experience in behavior testing and can discuss my strengths and weaknesses.

    • I have a strong understanding of behavior-driven development (BDD) and have used tools like Cucumber and Gherkin to write behavior tests.

    • I am skilled in creating test scenarios and test cases based on user stories and acceptance criteria.

    • I have experience in executing behavior tests and analyzing the results to identify any issues or bugs...

  • Answered by AI
  • Q2. Did uh Eve lied to your parents

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA perfectly
Oops concepts and SQL queries and about projects and implementation of your project

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic grammer, maths questions,

Round 3 - Technical 

(2 Questions)

  • Q1. Basic questions on programming languages
  • Q2. Oops concepts, collections, method overloading, method overriding
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • Proficient in programming languages such as Java, C++, and Python

    • Experience in developing web applications using frameworks like Spring and Django

    • Strong problem-solving and analytical skills

    • Familiarity with version control systems like Git

    • Ability to work in a team and collaborate effectively

  • Answered by AI
  • Q2. What is your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I am flexible and open to negotiation.

    • I am looking for a competitive salary based on my skills and experience.

    • I am interested in discussing the overall compensation package, including benefits and bonuses.

    • I am open to considering other forms of compensation, such as stock options or profit sharing.

    • I would like to learn more ab...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on basic questions reach there on time. If
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. General discussion
Round 3 - Technical 

(1 Question)

  • Q1. Java script and output related Questions
Round 4 - Assignment 

ReactJs assignment related to search bar and pagination

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

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

1. Search in a row and column wise sorted matrix

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Web Fundamentals
  • Q2. 2.Localstorage vs session storage
  • Ans. 

    Localstorage stores data with no expiration date, while session storage stores data for one session only.

    • Localstorage data persists even after the browser is closed, while session storage data is cleared when the session ends.

    • Localstorage has a larger storage capacity compared to session storage.

    • Localstorage data is accessible across different tabs and windows of the same browser, while session storage data is limited ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

General DS, Algo and Basic CS question.

Round 3 - Technical 

(2 Questions)

  • Q1. General OS, DS and DB question.
  • Q2. Gneral programming question.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structures and Algorithm

Round 2 - Technical 

(1 Question)

  • Q1. Low Level Design question about designing Redbus

Interview Preparation Tips

Topics to prepare for BIZONGO Software Engineer interview:
  • Data Structures
  • LLD

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is closure and explain?
  • Ans. 

    Closure is a function that has access to variables in its outer scope, even after the outer function has returned.

    • Closure is created when a function is defined inside another function.

    • The inner function has access to the outer function's variables and parameters.

    • The inner function can access the outer function's variables even after the outer function has returned.

    • Closures are used for data privacy, event handlers, and...

  • Answered by AI
  • Q2. What is hoc, pure component and react.memo.
  • Ans. 

    hoc, pure component and react.memo are all ways to optimize React components.

    • Higher Order Components (HOC) are functions that take a component and return a new component with additional functionality.

    • Pure Components are components that only re-render when their props or state change.

    • React.memo is a higher order component that memoizes the result of a component rendering, preventing unnecessary re-renders.

  • Answered by AI
  • Q3.  Give the result of pre written javascript questions like counter increment.
  • Q4. One coding question in react.

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have basics clear and try some coding questions in JavaScript.

Skills evaluated in this interview

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

(1 Question)

  • Q1. They will ask you about core java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Familiar with Agile methodologies

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. We are you applied to this job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

20 aptitude question 10 was the cut off

Round 3 - Coding Test 

There were total 9 question 3 mcq and 6 DSA question easy to moderate.

Round 4 - Technical 

(1 Question)

  • Q1. Deep discussion on javascript and project. They asked lot of questions on binary search, interviewer wants to check how strong is my basic concept is. Last question was also on binary search(HARD)
Round 5 - Technical 

(1 Question)

  • Q1. Deep discussion about my all projects. Again asked 1 DSA question (Easy)
Round 6 - HR 

(1 Question)

  • Q1. This round was basically to tell me that I was selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know every line of your resume.
Solve leetcode question clear you DSA concepts.

Cognida Interview FAQs

How many rounds are there in Cognida Junior Software Developer interview?
Cognida interview process usually has 5 rounds. The most common rounds in the Cognida interview process are Coding Test, Assignment and Technical.
What are the top questions asked in Cognida Junior Software Developer interview?

Some of the top questions asked at the Cognida Junior Software Developer interview -

  1. Find mean of the given ar...read more
  2. Dsa and about projects Sql Java oops and program on oops conc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Convin Interview Questions
4.3
 • 21 Interviews
BIZONGO Interview Questions
3.0
 • 18 Interviews
Miko Interview Questions
3.0
 • 10 Interviews
Habilelabs Interview Questions
4.2
 • 8 Interviews
Feuji Interview Questions
2.6
 • 8 Interviews
Dozee Interview Questions
3.9
 • 6 Interviews
Leumas Interview Questions
4.0
 • 6 Interviews
View all
Software Developer
18 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Technical Specialist
7 salaries
unlock blur

₹25 L/yr - ₹38 L/yr

Software Engineer
5 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Data Scientist
5 salaries
unlock blur

₹11.5 L/yr - ₹16 L/yr

Assistant Manager
3 salaries
unlock blur

₹11.8 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Cognida with

Sequretek It Solutions

4.0
Compare

BIZONGO

2.9
Compare

WiJungle

4.1
Compare

Dozee

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