Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by coMakeIT Team. If you also belong to the team, you can get access from here

coMakeIT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

coMakeIT Associate Engineer Interview Questions and Answers

Updated 22 Apr 2024

coMakeIT Associate Engineer Interview Experiences

1 interview found

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

1hour coding with aptitude and coding question with easy,medium and hard level 3 questions

Round 2 - Assignment 

JAVA assignment at office with teams

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.
Round 1 - Aptitude Test 

SQL, English

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, reasoning
Round 3 - Technical 

(1 Question)

  • Q1. Basic SQL and MySQL and Advance topics
Round 4 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
Round 5 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Well my first interview was good
Round 1 - Technical 

(1 Question)

  • Q1. WAP to check palendrom of any number
  • Ans. 

    A program to check if a number is a palindrome or not.

    • Convert the number to a string

    • Reverse the string

    • Compare the original string with the reversed string

    • If they are equal, the number is a palindrome

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell something about Polimorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It can be achieved through method overloading or method overriding.

    • Example: A shape class can have multiple subclasses like circle, square, rectangle, etc. All these subclasses can have a method called area() which can be called on any object of the shape class.

    • P...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Wap to check prime factor
  • Ans. 

    A program to check if a number is a prime factor or not.

    • Take input number from user

    • Loop through all numbers from 2 to n/2

    • If n is divisible by any number, it is not a prime factor

    • If n is not divisible by any number, it is a prime factor

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more n more coding and learn oops concepts

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in 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 - Technical 

(1 Question)

  • Q1. Questions based on Objects and Classes Basic Questions related to DSA Projects discussions- Your Roles and Tasks Scenario based Questions Few Reasoning Questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Trees and Graphs nested SQL Queries Scenario Based Questions Projects Logics for the coding given
Round 4 - HR 

(1 Question)

  • Q1. Just basic HR Questions Reallocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in basics
Have a good grasp over DSA and Fundamentals
Try to be confident and fluent while answering
Stay positive
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

This one is a combination of aptitude and coding test where medium questions abt c,cpp are asked
Do few aptitude test and some level of coding and ull be able to clear the test quite easily

Round 3 - One-on-one 

(1 Question)

  • Q1. What is inheritance in cpp Basic oops concept question Basic dbms related question
Round 4 - HR 

(1 Question)

  • Q1. For me they just asked me about my project and i was good to go

Interview Preparation Tips

Interview preparation tips for other job seekers - There wasn't any round 4 for our college atleast but it can be for o ther colleges not sure
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 - Technical 

(4 Questions)

  • Q1. What is singleton design pattern
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.

    • Used when only one instance of a class is required throughout the application

    • Provides a global point of access to the instance

    • Implemented using a private constructor, static method, and static variable

    • Example: Logger class, Database connection class

  • Answered by AI
  • Q2. C# LINQ queries for group and sum data from data table
  • Ans. 

    C# LINQ queries for group and sum data from data table

    • Use GroupBy() method to group data based on a specific column

    • Use Sum() method to calculate the sum of a column

    • Use Select() method to select the required columns

  • Answered by AI
  • Q3. Solid design principles
  • Ans. 

    Solid design principles are a set of guidelines for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - each class should have only one responsibility

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness

    • Interface Se...

  • Answered by AI
  • Q4. OOPS concepts ,like association and all

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are an experienced software Engineer, focus on designing part of the system.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Question were based on coding 1 with linked list 1 with string and 1 sql one

Round 2 - Technical 

(1 Question)

  • Q1. Questions were based on oops, dsa, dbms, and more technical concepts from operating systems
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic aptitude test and was unproctored

Round 2 - Technical 

(1 Question)

  • Q1. It was a online technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL concepts and basic OOPs concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list

coMakeIT Interview FAQs

How many rounds are there in coMakeIT Associate Engineer interview?
coMakeIT interview process usually has 2 rounds. The most common rounds in the coMakeIT interview process are Coding Test and Assignment.

Tell us how to improve this page.

coMakeIT Associate Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
VDart Interview Questions
4.0
 • 26 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
View all

coMakeIT Associate Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
64 salaries
unlock blur

₹9.8 L/yr - ₹26 L/yr

Software Engineer
46 salaries
unlock blur

₹4.4 L/yr - ₹17.5 L/yr

Associate Software Engineer
33 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Principal Software Engineer
24 salaries
unlock blur

₹17.2 L/yr - ₹30.5 L/yr

Senior Test Engineer
21 salaries
unlock blur

₹10.5 L/yr - ₹21.4 L/yr

Explore more salaries
Compare coMakeIT with

Saama Technologies

3.7
Compare

Jumio

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

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