Upload Button Icon Add office photos

Filter interviews by

Cognam Technologies SDE Interview Questions and Answers

Updated 6 Nov 2024

Cognam Technologies SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2024

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

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

Round 1 - Aptitude Test 

Online assessment with 2 coding questions and technical mcq's.

Round 2 - Technical 

(4 Questions)

  • Q1. Examples where stack data structure is used?
  • Ans. 

    Stack data structure is used in function call stack, undo mechanisms, and expression evaluation.

    • Function call stack in programming languages like C, Java, etc.

    • Undo mechanisms in text editors and software applications.

    • Expression evaluation in compilers and calculators.

  • Answered by AI
  • Q2. Memory management in java?
  • Ans. 

    Memory management in Java involves automatic garbage collection to reclaim unused memory.

    • Java uses automatic garbage collection to reclaim memory by identifying and deleting objects that are no longer in use.

    • Memory in Java is divided into two main areas: stack memory for method calls and local variables, and heap memory for objects.

    • Java provides the 'finalize()' method for objects to perform cleanup actions before they

  • Answered by AI
  • Q3. HTML basic questions?
  • Q4. Medium level coding problem?
  • Ans. 

    Implement a function to sort an array of strings based on the length of each string.

    • Use a sorting algorithm like quicksort or mergesort to sort the array based on the length of each string.

    • You can define a custom comparator function to compare the lengths of the strings.

    • Handle edge cases like empty strings or strings with equal lengths.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognam Technologies SDE interview:
  • dsa
  • programming language

Skills evaluated in this interview

Interview questions from similar companies

SDE Interview Questions & Answers

Oracle user image Anonymous

posted on 5 Mar 2024

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

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Leetcode- Climb stairs (medium)
  • Q2. Reverse linkedlist
Round 2 - Technical 

(1 Question)

  • Q1. Leetcode- Rotten oranges matrix

SDE Interview Questions & Answers

Oracle user image Anonymous

posted on 22 Oct 2023

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

I applied via Campus Placement and was interviewed before Oct 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 - Aptitude Test 

Aptitude and technical questions

Round 3 - Coding Test 

2 coding questions with choice of language

Round 4 - Technical 

(2 Questions)

  • Q1. Technical questions
  • Q2. Programming questions

SDE Interview Questions & Answers

IBM user image Anonymous

posted on 3 Oct 2024

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

Easy to medium test was easily solvable

SDE Interview Questions & Answers

Oracle user image Anonymous

posted on 29 Dec 2022

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

I applied via LinkedIn and was interviewed in Nov 2022. 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 - Aptitude Test 

General questions like reasoning and maths

Round 3 - Coding Test 

General DSA questions were asked like Linked list etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont panic and give yr best to achieve a goal in your life

SDE Interview Questions & Answers

HCLTech user image DEEPANSHU MITTAL

posted on 29 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the shortest distance between two farthest vertices in a cubical room
  • Ans. 

    The shortest distance between two farthest vertices in a cubical room is the length of the diagonal of the cube.

    • The diagonal of a cube can be calculated using the formula: sqrt(3) * side length

    • In a cube with side length 1 unit, the diagonal length is sqrt(3) units

    • Therefore, the shortest distance between two farthest vertices in a cubical room is sqrt(3) times the side length of the cube

  • Answered by AI
  • Q2. A root 5 is the ans

SDE Interview Questions & Answers

IBM user image Anonymous

posted on 22 Feb 2024

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

Quantitative and Verbal

Round 2 - Coding Test 

2 Questions - DSA (Array and Numbers)

Round 3 - One-on-one 

(1 Question)

  • Q1. Projects mentioned in the resume and technical skills

SDE Interview Questions & Answers

HCLTech user image Anonymous

posted on 16 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Introduction And Overview of Company
  • Ans. First introduced yourself with a little smile and before any interview go through the JD of the company, this will help you more. And one more thing that search about the interviewers who is going to take your interview.
  • Answered Anonymously

SDE Interview Questions & Answers

Oracle user image kilari harshavardhan

posted on 13 Oct 2023

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

Basic dp and graph questions

Round 2 - Technical 

(2 Questions)

  • Q1. Left leaf nodes sum in a binary tree
  • Ans. 

    Calculate the sum of all left leaf nodes in a binary tree.

    • Traverse the binary tree using depth-first search (DFS)

    • Check if a node is a leaf node and if it is a left child

    • Add the value of the left leaf node to the sum

    • Recursively traverse the left and right subtrees

  • Answered by AI
  • Q2. About my past projects
Round 3 - HR 

(1 Question)

  • Q1. Discussion about myself and my projects

Interview Preparation Tips

Interview preparation tips for other job seekers - keep grinding on dsa and dbms to crack it.

Skills evaluated in this interview

SDE Interview Questions & Answers

HCLTech user image Anonymous

posted on 29 Jun 2024

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

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

Round 1 - Aptitude Test 

Lit bit tougher as a beginner for quants like aptitude, verbal, and reasoning.

Round 2 - Coding Test 

They given 40 min for coding and , topics are below linked list , stacks

Round 3 - Coding Test 

They given 30 min for coding in topics of linked list , stacks

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn , learn , learn

Cognam Technologies Interview FAQs

How many rounds are there in Cognam Technologies SDE interview?
Cognam Technologies interview process usually has 2 rounds. The most common rounds in the Cognam Technologies interview process are Aptitude Test and Technical.
What are the top questions asked in Cognam Technologies SDE interview?

Some of the top questions asked at the Cognam Technologies SDE interview -

  1. Examples where stack data structure is us...read more
  2. Memory management in ja...read more
  3. medium level coding probl...read more

Tell us how to improve this page.

Cognam Technologies SDE Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

SDE Interview Questions from Similar Companies

Google SDE Interview Questions
4.4
 • 15 Interviews
TCS SDE Interview Questions
3.7
 • 12 Interviews
Accenture SDE Interview Questions
3.8
 • 10 Interviews
Infosys SDE Interview Questions
3.6
 • 4 Interviews
HCLTech SDE Interview Questions
3.5
 • 4 Interviews
Oracle SDE Interview Questions
3.7
 • 4 Interviews
IBM SDE Interview Questions
4.0
 • 2 Interviews
Deloitte SDE Interview Questions
3.8
 • 2 Interviews
Nagarro SDE Interview Questions
4.0
 • 2 Interviews
View all

Cognam Technologies SDE Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
27 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹13 L/yr - ₹25 L/yr

QA Engineer
11 salaries
unlock blur

₹7.2 L/yr - ₹10.5 L/yr

Team Lead
7 salaries
unlock blur

₹15.8 L/yr - ₹23 L/yr

Software Developer
6 salaries
unlock blur

₹8.1 L/yr - ₹13 L/yr

Explore more salaries
Compare Cognam Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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