Upload Button Icon Add office photos

Filter interviews by

COSMO Infrasolutions Interview Questions and Answers

Updated 11 Feb 2025

COSMO Infrasolutions Interview Experiences

Popular Designations

4 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Sep 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 - One-on-one 

(5 Questions)

  • Q1. Maintenance work
  • Q2. Developments maintenance
  • Q3. Packing machine
  • Q4. Maintenance operator
  • Q5. Breakdown time improvement

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintenance operator mechanical
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your goal for next five year
  • Ans. 

    My goal for the next five years is to streamline operations, optimize supply chain processes, and enhance overall efficiency.

    • Implementing new technologies to improve inventory management

    • Developing strategic partnerships with key suppliers

    • Increasing sustainability initiatives within the supply chain

    • Expanding distribution network to reach new markets

  • Answered by AI
  • Q2. What is your current job profile
  • Ans. 

    I am currently working as a Logistics Coordinator at a manufacturing company.

    • Coordinating transportation and logistics activities

    • Managing inventory levels and ensuring timely delivery of materials

    • Communicating with suppliers, carriers, and internal teams

    • Analyzing data to optimize supply chain efficiency

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company you can join without thinking

Logistics and Supply Chain Management Manager Interview Questions asked at other Companies

Q1. Md- over expectation from single manpower
View answer (1)
Interview experience
4
Good
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 

(3 Questions)

  • Q1. Basic questions about the skills you have
  • Q2. How was the experience
  • Q3. Overall interview is normal

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on skills that you have mentioned in your resume.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

I applied via Approached by Company

Interview Questionnaire 

2 Questions

  • Q1. Asked regarding previous work experience
  • Q2. Reason for left of organisation
  • Ans. 

    I left the organization to pursue new opportunities and challenges.

    • I was seeking career growth and advancement

    • I wanted to explore new industries or sectors

    • I was looking for a better work-life balance

    • I relocated to a different city or country

    • I wanted to work for a company with a stronger focus on sustainability

  • Answered by AI

Interview Preparation Tips

General Tips: BE CONFIDENT //BE FEARLESS //KEEP FAITH IN ALMIGHTY
No worry about Future and Face the situations.
Skills: Communication, Leadership, Decision Making Skills
Duration: 1-4 weeks

COSMO Infrasolutions interview questions for popular designations

 Full Stack Developer

 (1)

 Energy Coordinator

 (1)

 Maintenance Operator

 (1)

 Logistics and Supply Chain Management Manager

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Assignment 

Fibre optic network & router network configuration

Round 2 - Technical 

(1 Question)

  • Q1. Communication skills in fibre optic network

Interview Preparation Tips

Interview preparation tips for other job seekers - Always good looking but work done with smiles

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Completely technical round of LTE
  • Q2. Completely daily work related
  • Q3. Trouble shooting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete domain knowledge. Daily work flow. Project completion
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 Mar 2022. There were 3 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 - Coding Test 

Kadane's Algorithm
Reverse of a Linked List

Round 3 - HR 

(5 Questions)

  • Q1. Questions about the Projects
  • Q2. Questions about Previous Experience
  • Q3. Strength and Weakness
  • Q4. Where i showed my leadership
  • Q5. Why do you want this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA and Network concept. Don't worry interviewer will help and Gives a hint.

I appeared for an interview in Oct 2020.

Round 1 - Video Call 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

It started around 11 Am on MS teams.
There was only 1 interviewer.
The interviewer asked questions from almost every concept, whatever I mentioned in my resume.

Data Structure and Algorithms: Complete heap Sort(Full code on pen and paper), check a number is a power of 2 or not, and some follow-up questions on data structure and algorithms.

OS: Scheduling algorithms, Round Robin(implementation), Process States, and some follow-up questions on that also.
OOPS: Virtual Functions, Copy Constructors, Runtime Polymorphism, Destructors with their implementation, and lots of follows up questions on that also. They gave more focus on oops concepts in c++ only. If you know oops concepts in c++ then you should be able to explain them well with proper implementation.
Project: Complete description, Database schema(Complete diagram on paper), Data flow diagram, and which technology used in projects. My project was on spring boot based web application with proper database design. They asked many questions related to the flow of the project and request methods(POST, PUT, UPDATE, DELETE).
And some other basic questions on projects as well. The duration of this round was almost a complete hour. 7 students shortlisted after 1 round.

  • Q1. 

    Heap Sort Problem Statement

    Your task is to sort an array of integers in non-decreasing order using the Heap Sort algorithm.

    Input:

    The first line contains an integer 'T' denoting the number of test cas...
  • Ans. 

    Heap Sort is used to sort an array of integers in non-decreasing order by creating a max heap and repeatedly extracting the maximum element.

    • Create a max heap from the input array.

    • Swap the root (maximum element) with the last element and reduce the heap size.

    • Heapify the root element to maintain the heap property.

    • Repeat the above steps until the heap size is 1.

    • The array will be sorted in non-decreasing order.

  • Answered by AI
  • Q2. 

    Ninja's Pattern with Powers of 2

    Ninja, who loves playing with numbers, sets out to arrange numbers within 'N' rows. The unique arrangement follows these rules: the first row contains 1 number, the second...

  • Ans. 

    Generate a pattern of numbers in rows following a powers of 2 sequence with numbers 1 to 9, recycling back to 1.

    • Start with 1 number in the first row, 2 numbers in the second row, 4 numbers in the third row, and so on following powers of 2.

    • Fill the pattern with numbers from 1 to 9, recycling back to 1 after reaching 9.

    • Output the pattern for the given number of rows 'N'.

    • Example: For N = 4, the pattern would be 1, 2 3, 4

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology Karnataka Surathkal.. I applied for the job as Software Engineer in BangaloreEligibility criteriaMinimum 7 CGPARadisys Corporation interview preparation:Topics to prepare for the interview - DSA, OOPS, OS, DBMS, Web Development and Networking.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Try to solve implementation questions on regular basis at least 1 per day.
Tip 2 : Make a proper Roadmap to complete all the DS concepts including some advanced DS concepts also like trie. Do an ample amount of questions from every topic. IMPORTANT: Learn implementation of DS like Hashmap, heap. 
Tip 3 : Minimum 2 projects. One should be the database project.
Tip 4 : You should be good in problem-solving, bits manipulation, c/c++ language, OOPs, OS, and Networking.

Application resume tips for other job seekers

Tip 1 : Well Organised
Tip 2 : At least 2 projects
Tip 3 : Go through to resume of good technical students.
Tip 4 : Personally, I do not prefer any template for a resume. You can easily make on Google docs or any word editor by yourself.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding questions from hashing ,bitwise operators and Kadane algorithm. Questions from deadlock in OS and three way handshaking protocol in TCP.

Interview Preparation Tips

Interview preparation tips for other job seekers - I prepared mainly from geeksforgeeks. I believe gfg is sufficient for prepration for tech interview rounds. There were a total of two technical rounds and one hr round. Before this there was an online test too where they had moderate level questions from data structures and tough questions on operating system . In the first technical round they asked me basic coding questions on techniques like hashing,bitwise operators etc. In the second round I was asked one problem on Kadane algorithm, questions on deadlock in OS and three way handshaking protocol of TCP. Since my answer was correct for all three,no further questions were asked.
The hr round was mostly based on the non technical skills mentioned in my resume. It was easy.

I appeared for an interview in Mar 2018.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Problem Solving, Leadership, Decision Making Skills

COSMO Infrasolutions Interview FAQs

How many rounds are there in COSMO Infrasolutions interview?
COSMO Infrasolutions interview process usually has 1-2 rounds. The most common rounds in the COSMO Infrasolutions interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for COSMO Infrasolutions 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 COSMO Infrasolutions. The most common topics and skills that interviewers at COSMO Infrasolutions expect are Angularjs, CSS3, Html5, Javascript and MS Office.
What are the top questions asked in COSMO Infrasolutions interview?

Some of the top questions asked at the COSMO Infrasolutions interview -

  1. Developments maintena...read more
  2. Breakdown time improvem...read more
  3. Overall interview is nor...read more

Tell us how to improve this page.

COSMO Infrasolutions Interview Process

based on 5 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

HFCL Limited Interview Questions
3.9
 • 65 Interviews
Telstra Interview Questions
4.0
 • 49 Interviews
Ciena Interview Questions
4.2
 • 39 Interviews
RadiSys Interview Questions
4.0
 • 38 Interviews
Spectranet Interview Questions
3.7
 • 18 Interviews
Mitel Interview Questions
3.5
 • 17 Interviews
View all

COSMO Infrasolutions Reviews and Ratings

based on 62 reviews

4.5/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

4.3

Salary

3.6

Job security

3.8

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 62 Reviews and Ratings
Project Coordinator
11 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Project Manager
5 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Project Engineer
5 salaries
unlock blur

₹1.7 L/yr - ₹3.6 L/yr

Senior Executive
5 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Senior HR Generalist
4 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Explore more salaries
Compare COSMO Infrasolutions with

Reliance Communications

4.0
Compare

Tata Communications Transformation Services

4.0
Compare

HFCL Limited

3.9
Compare

Tikona Infinet

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