Upload Button Icon Add office photos

Filter interviews by

Cognam Technologies Interview Questions and Answers

Updated 6 Nov 2024

Cognam Technologies Interview Experiences

Popular Designations

3 interviews found

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

(2 Questions)

  • Q1. Basic apptitude like time and work,problems on train
  • Q2. Some java,c and js output prediction question
Round 2 - Technical 

(2 Questions)

  • Q1. Multiple sql query using groupby having join
  • Q2. Dsa questions like 2sum problem and code optimization

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 coding questions are asking to oa

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. Resume based interview
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Family's background

Junior Web Developer Interview Questions asked at other Companies

Q1. What are the operational tasks necessary to maintain efficiency and quality?
View answer (1)

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

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous work related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepares office and sap

I applied via Approached by Company and was interviewed before Oct 2021. There were 2 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 

(2 Questions)

  • Q1. Experience in related field of work
  • Q2. Domain experience in years
  • Ans. 

    I have X years of domain experience.

    • I have worked in this domain for X years.

    • During my time in this domain, I have gained expertise in various areas such as...

    • I have worked on projects related to...

    • I have experience working with clients in this domain.

    • I keep myself updated with the latest trends and developments in this domain.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident before you attend interview with hiring manager. Explain in detailed about your roles and responsibilities.. Make sure your explanation should attract to hiring manager.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

Cognam Technologies Interview FAQs

How many rounds are there in Cognam Technologies interview?
Cognam Technologies interview process usually has 2-3 rounds. The most common rounds in the Cognam Technologies interview process are Technical, Coding Test and HR.
How to prepare for Cognam Technologies 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 Cognam Technologies. The most common topics and skills that interviewers at Cognam Technologies expect are Hibernate, Java, Javascript, Spring Mvc and AWS.
What are the top questions asked in Cognam Technologies interview?

Some of the top questions asked at the Cognam Technologies 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 Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 852 Interviews
View all

Cognam Technologies Reviews and Ratings

based on 27 reviews

4.2/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

4.0

Salary

4.0

Job security

3.7

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 27 Reviews and Ratings
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