Upload Button Icon Add office photos
Engaged Employer

i

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

Cedcoss Technologies Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 337 Reviews

Filter interviews by

Cedcoss Technologies Associate Software Engineer Interview Questions, Process, and Tips

Updated 31 Oct 2023

Top Cedcoss Technologies Associate Software Engineer Interview Questions and Answers

View all 6 questions

Cedcoss Technologies Associate Software Engineer Interview Experiences

7 interviews found

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

I applied via campus placement at Babu Banarasi Das National Institute of Technology and Management, Lucknow and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first round was the Online Assessment round where they asked MCQ based questions about aptitude and domain-related questions ( OS, DBMS, CN, and OOPs)

Round 2 - HR 

(6 Questions)

  • Q1. The next round was HR, where they asked.
  • Q2. Tell me about yourself.
  • Q3. Family Background.
  • Q4. Situation-based problem.
  • Q5. Explain project.
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized Node.js and MongoDB for back-end development

    • Implemented user authentication and authorization features

    • Integrated third-party APIs for additional functionality

  • Answered by AI
  • Q6. Domain related question (OS, OOPs, DBMS).
Round 3 - Coding Test 

In this round, they asked 2 medium-easy DSA questions. I was able to solve only one of them the time given to solve the coding test was 40 mins.

Interview Preparation Tips

Topics to prepare for Cedcoss Technologies Associate Software Engineer interview:
  • DSA
  • Project
  • Core
  • OS
Interview preparation tips for other job seekers - Do practice DSA.
Have a strong grip on core subjects.
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 - Aptitude Test 

I was shortlisted on my cocubes results itself

Round 3 - Coding Test 

I was shortlisted on my cocubes result itself

Round 4 - HR 

(1 Question)

  • Q1. Hr round was easy. Standard HR questions from the internet/chatGPT
Round 5 - Technical 

(3 Questions)

  • Q1. I thought it was going to be theoretical so I prepared that way but the interviewer came and asked me to share my screen(very rudely) and gave me 2 easy coding questions which I panicked and couldn't do be...
  • Q2. Date time question
  • Q3. Frequency question on characters

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given SumYou are given an array/list ARR consisting ... read more
asked in Clarivate
Q2. Best time to buy and sell stock IIYou have been given stock value ... read more
Q3. Intersection of Two Arrays IIYou have been given two integer arra ... read more
asked in CGI Group
Q4. Frog JumpThere is a frog on the 1st step of an N stairs long stai ... read more
asked in Gainsight
Q5. Connect N Ropes With Minimum CostYou have been given 'N' ropes of ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 6 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 - Aptitude Test 

Aptitude questions both qualitative and quantitative

Round 3 - HR 

(1 Question)

  • Q1. Tell about yourself, your short term and long term goals ,family background
Round 4 - Coding Test 

Easy to medium coding questions

Round 5 - Technical 

(1 Question)

  • Q1. Basic oops questions and also good programming skills
Round 6 - Technical 

(1 Question)

  • Q1. Sql questions and good coding skills
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 Dec 2022. There were 5 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 - Aptitude Test 

Test 1 of numerical ability with some (basic) technical questions which contains total 15 questions on google form.

Round 3 - Aptitude Test 

Test 2 of Non technical contains 15 questions from reasoning,verbal section

Round 4 - Technical 

(6 Questions)

  • Q1. What is constructor and constructor overloading?
  • Ans. 

    Constructor is a special method used to initialize objects. Constructor overloading is creating multiple constructors with different parameters.

    • Constructor is called when an object is created

    • It has the same name as the class

    • It can be overloaded by creating multiple constructors with different parameters

    • Constructor overloading allows creating objects with different initial values

    • Example: public class Person { public Per

  • Answered by AI
  • Q2. Java vs other language
  • Ans. 

    Java is a popular language with strong community support and cross-platform compatibility.

    • Java is object-oriented and has automatic memory management

    • Other languages like C++ require manual memory management

    • Java has a large standard library and is used for web development, mobile apps, and enterprise software

    • Other languages like Python are popular for data science and machine learning

    • Java is compiled to bytecode and run...

  • Answered by AI
  • Q3. What is Typecasting, difference between jvm and jit
  • Ans. 

    Typecasting is converting one data type to another. JVM is a virtual machine that executes Java bytecode. JIT is a part of JVM that compiles bytecode to machine code at runtime.

    • Typecasting is done using casting operators like (int), (float), etc.

    • JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.

    • JIT stands for Just-In-Time compiler and is a part of JVM that compiles bytecode to machine c...

  • Answered by AI
  • Q4. What is String constant pool and heap memory
  • Ans. 

    String constant pool is a part of heap memory where Java stores string literals to optimize memory usage.

    • String constant pool is a cache of string literals created by the JVM.

    • String literals are stored in the pool to optimize memory usage.

    • When a new string literal is created, the JVM first checks if it already exists in the pool.

    • If it does, a reference to the existing string is returned. If not, a new string is created...

  • Answered by AI
  • Q5. Explain Class loader and wrapper class?
  • Ans. 

    Class loader loads classes into JVM while wrapper class wraps primitive data types into objects.

    • Class loader is responsible for loading classes into JVM at runtime.

    • It searches for the class file in the classpath and loads it into memory.

    • Wrapper classes are used to wrap primitive data types into objects.

    • They provide utility methods to perform operations on primitive data types.

    • For example, Integer class wraps int data t...

  • Answered by AI
  • Q6. She ask me about Family background?
Round 5 - Technical 

(1 Question)

  • Q1. He ask totally questions from DSA ?Related to String,array,Max-heap etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam not selected in 5th technical round because iam not able to answer 1-2 questions.iam the only one in my class who selected for 4th round .

Skills evaluated in this interview

Cedcoss Technologies interview questions for designations

 Associate Software Developer

 (2)

 Software Engineer

 (3)

 Associate Systems Engineer

 (1)

 Software Development Engineer

 (1)

 Software Engineer Trainee

 (1)

 Software Developer

 (8)

 Software Trainee

 (1)

 Software Analyst

 (1)

Associate Software Engineer Interview Questions & Answers

user image Anurag vishwakarma

posted on 26 Jul 2022

I applied via LinkedIn and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

15min will be given for 15 aptitude questions

Round 2 - Coding Test 

1 hour of coding test where you will be given 3 questions to solve.

Round 3 - HR 

(1 Question)

  • Q1. HR cum technical interview where I was asked about Oops concepts, class loader, operator overloading, constructors, and some other mediocre level questions. The interview took around 8 minutes and I had to...
Round 4 - Technical 

(1 Question)

  • Q1. The second technical interview was a waste of time. The interviewer was in such a rush that he just asked 4 questions which are:- Multiple Inheritance, Interface, Round Robin Algorithm, and SJF Algorithm. ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Cracking an interview is not the toughest part, what's toughest is being able to prepare for it. try to stay positive even with your failures because failures teach you more in life. Try to appear in genuine placement drive every time and you will see that every basic knowledge will be transcripted in your brain in no time. And also don't waste your time on drives that you don't see fit. Have a bright future ahead.

Get interview-ready with Top Cedcoss Technologies Interview Questions

I applied via Campus Placement and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

15 MCQ Questions OUTPUT Based.

Round 2 - Coding Test 

2 easy questions on arrays/strings duration 1 hour.

Round 3 - One-on-one 

(1 Question)

  • Q1. Your preferred Programming language. Basics of java like what is class loader, inheritance constructor etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Bad experience interviewing here, I waited 40 minutes for the interviewer, and the interview only lasted 2 mins even though I answered correctly. The interviewer had no knowledge and simply wasted my time and fulfilling some quota of theirs.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

10-20 questions of aptitude including pseudocodes.

Round 3 - Coding Test 

2 problems on DSA one is simple and 2nd one is hard.

Round 4 - Technical 

(1 Question)

  • Q1. Programming language that you have learned and Data structure questions. One problem need to solve before interviewer.
Round 5 - HR 

(1 Question)

  • Q1. Behavioral round, overall to judge to your personality.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude test for college students

Round 2 - Coding Test 

Dsa question was good means easy to medium

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

Machine learning advantages and disadvantage
hello world hello OWRLD2

Round 2 - HR 

(2 Questions)

  • Q1. What is u r name
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common first and last name combination

    • No middle name provided

  • Answered by AI
  • Q2. What is salary expectation?
  • Ans. 

    I am looking for a competitive salary based on my skills, experience, and the industry standard.

    • Research the average salary for Associate Software Engineers in the industry

    • Consider your level of experience and skills when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. 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 - Coding Test 

There was a test with 4 questions and 3 to be answered mandatorily, 1 SQL and 2 Programming on our preferred language and a paragraph writing as 5th question.

Round 3 - Technical 

(2 Questions)

  • Q1. Resume based questions, Basic programming and SQL questions, Types of Cloud services, About Temenos and a few scenario based questions.
  • Q2. Simple Answers can google basic questions on programming for freshers
Round 4 - HR 

(1 Question)

  • Q1. HR Explained job roles and responsibilities

Cedcoss Technologies Interview FAQs

How many rounds are there in Cedcoss Technologies Associate Software Engineer interview?
Cedcoss Technologies interview process usually has 4-5 rounds. The most common rounds in the Cedcoss Technologies interview process are Coding Test, Aptitude Test and Technical.
How to prepare for Cedcoss Technologies Associate Software Engineer 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 Cedcoss Technologies. The most common topics and skills that interviewers at Cedcoss Technologies expect are Analytical, C++, CSS, Coding and HTML.
What are the top questions asked in Cedcoss Technologies Associate Software Engineer interview?

Some of the top questions asked at the Cedcoss Technologies Associate Software Engineer interview -

  1. What is constructor and constructor overloadi...read more
  2. What is Typecasting, difference between jvm and ...read more
  3. What is String constant pool and heap mem...read more

Tell us how to improve this page.

People are getting interviews through

based on 6 Cedcoss Technologies interviews
Campus Placement
Company Website
Job Portal
67%
17%
17%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Cedcoss Technologies Associate Software Engineer Salary
based on 66 salaries
₹3.6 L/yr - ₹6 L/yr
20% less than the average Associate Software Engineer Salary in India
View more details

Cedcoss Technologies Associate Software Engineer Reviews and Ratings

based on 7 reviews

1.9/5

Rating in categories

2.1

Skill development

1.5

Work-Life balance

1.9

Salary & Benefits

1.4

Job Security

1.9

Company culture

1.8

Promotions/Appraisal

2.1

Work Satisfaction

Explore 7 Reviews and Ratings
Software Developer
241 salaries
unlock blur

₹1.8 L/yr - ₹10.5 L/yr

Business Development Analyst
86 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Digital Marketing Analyst
78 salaries
unlock blur

₹1.5 L/yr - ₹5.8 L/yr

Business Analyst
73 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Associate Software Engineer
66 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Explore more salaries
Compare Cedcoss Technologies with

Srijan Technologies

3.6
Compare

QSS Technosoft Inc.

3.4
Compare

SPARX IT Solutions

3.8
Compare

Classic Informatics

4.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview