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
3.6

based on 47 Reviews

Filter interviews by

coMakeIT Interview Questions, Process, and Tips

Updated 15 Oct 2024

Top coMakeIT Interview Questions and Answers

View all 6 questions

coMakeIT Interview Experiences

Popular Designations

11 interviews found

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

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. OOP concepts and its properties 2. Collection Questions : a.What is hashmap b.Internal working of HashMap c.iterator in collection 3. Hierarchy of Exception and Collection

Interview Preparation Tips

Topics to prepare for coMakeIT Java Full Stack Developer interview:
  • Java
  • Core Java

Java Full Stack Developer Interview Questions asked at other Companies

Q1. Coding question - 1. Create a immutable class of orders. What happens when two objects are created out of it. 2.Using the immutable orders create a set of orders and how will you sort these out. 3.Given a List of list of string of integers ... read more
View answer (1)
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

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

I applied via Approached by Company and was interviewed in Oct 2022. 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 - Technical 

(4 Questions)

  • Q1. Rest API methods - GET,PUT,PATCH,POST,HEAD Singleton pattern and class ACID properties SOLID principles Hibernate Cache and lazy loading
  • Q2. Drop,Truncate,Delete difference Index and how to create Custom Index
  • Q3. How to call Asynchronous apis in spring boot
  • Ans. 

    Asynchronous APIs can be called in Spring Boot using CompletableFuture and @Async annotation.

    • Use CompletableFuture to execute asynchronous tasks and return a future object

    • Use @Async annotation to mark a method as asynchronous

    • Configure a task executor to run asynchronous tasks

    • Example: CompletableFuture.supplyAsync(() -> { //asynchronous task }).thenApplyAsync(result -> { //process result });

    • Example: @Async public Comple...

  • Answered by AI
  • Q4. Stereotype annotations in spring
  • Ans. 

    Stereotype annotations in Spring are used to define custom annotations that can be used to simplify configuration and reduce boilerplate code.

    • Stereotype annotations are used to group related components together.

    • They can be used to define custom annotations that can be used to simplify configuration.

    • Examples of stereotype annotations include @Controller, @Service, and @Repository.

    • These annotations are used to identify c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go the basics of technologies mentioned in your resume.

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Hirect and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sorting algorithm
  • Ans. 

    Sorting algorithms are used to arrange elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Examples of comparison-based sorting algorithms include bubble sort, merge sort, and quick sort.

    • Non-comparison-based sorting algorithms include counting sort, radix sort, and bucket sort.

  • Answered by AI
  • Q2. Basic Arrays question
Round 2 - HR 

(2 Questions)

  • Q1. Aptitude and puzzle
  • Q2. Technologies interested to work with
  • Ans. 

    I am interested in working with technologies such as Java, Python, AWS, and Docker.

    • Java

    • Python

    • AWS

    • Docker

  • Answered by AI

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

coMakeIT interview questions for popular designations

 Associate Engineer

 (1)

 Associate Software Engineer

 (1)

 Java Developer

 (1)

 Java Full Stack Developer

 (1)

 Linux Administrator L2

 (1)

 Product Owner 2

 (1)

 Senior Business Analyst

 (1)

 Senior Devops Engineer

 (1)

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

I applied via Naukri.com and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Regarding Azure DevOps
Round 3 - Technical 

(1 Question)

  • Q1. Regarding Azure DevOps
Round 4 - HR 

(1 Question)

  • Q1. Salary and General discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshers and interns can learn alot here

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is samba server
  • Ans. 

    Samba server is a software suite that enables file and print sharing between Linux and Windows systems.

    • Samba server allows Linux systems to act as file and print servers for Windows clients.

    • It uses the SMB/CIFS protocol to provide seamless integration between Linux and Windows networks.

    • Samba server supports features like user authentication, file sharing, printer sharing, and domain control.

    • It allows Windows clients to...

  • Answered by AI
  • Q2. What is LVM in linux
  • Ans. 

    LVM (Logical Volume Manager) is a disk management tool in Linux that allows for dynamic allocation and resizing of storage space.

    • LVM provides a layer of abstraction between physical storage devices and the operating system.

    • It allows for the creation of logical volumes that span multiple physical disks.

    • Logical volumes can be resized, moved, and even striped for improved performance.

    • LVM also supports features like snapsh...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Tough interview, please be prepared well

Skills evaluated in this interview

Linux Administrator L2 Interview Questions asked at other Companies

Q1. If server is down then how u will troubleshoot If ur application is down then how u will troubleshoot If physical server is down then how u will troubleshoot If ur production server is down then how u will deal with that
View answer (1)

Product Owner 2 Interview Questions & Answers

user image Sunil Ganar

posted on 24 May 2024

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

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Related to previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - The company is one of the best to work for. I am privileged to be a part of this organisation for 2 years.

Product Owner 2 Interview Questions asked at other Companies

Q1. Software development lifecycle methodologies
View answer (1)

Trainee Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude questions MCQ

Round 2 - Coding Test 

Java project and questions based on project

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Advanced SQL concepts. They asked questions on Insurance product testing and mainly focused on the work that I do in my current project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please brush up on your domain knowledge.

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

I applied via Approached by Company and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Most of are QA engineers basics questions and resume content , rounds were not so tough

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was taken very professional
1.Be prepare on basics of your skills
2.Be confident and prepare well on resume content
3.Be honest in interview if you don't answer

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)

coMakeIT Interview FAQs

How many rounds are there in coMakeIT interview?
coMakeIT interview process usually has 1-2 rounds. The most common rounds in the coMakeIT interview process are Technical, Resume Shortlist and HR.
How to prepare for coMakeIT 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 coMakeIT. The most common topics and skills that interviewers at coMakeIT expect are Java, Javascript, Spring Boot, Hibernate and Angular.
What are the top questions asked in coMakeIT interview?

Some of the top questions asked at the coMakeIT interview -

  1. how to call Asynchronous apis in spring b...read more
  2. stereotype annotations in spr...read more
  3. What is samba ser...read more

Tell us how to improve this page.

coMakeIT Interview Process

based on 8 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all

coMakeIT Reviews and Ratings

based on 47 reviews

3.6/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.5

Salary

3.3

Job security

3.4

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 47 Reviews and Ratings
Senior Software Engineer
67 salaries
unlock blur

₹8.5 L/yr - ₹26 L/yr

Associate Software Engineer
33 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Software Engineer
32 salaries
unlock blur

₹4.4 L/yr - ₹17 L/yr

Principal Software Engineer
22 salaries
unlock blur

₹17.2 L/yr - ₹33 L/yr

Senior Test Engineer
21 salaries
unlock blur

₹10.5 L/yr - ₹21.4 L/yr

Explore more salaries
Compare coMakeIT with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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