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

Filter interviews by

Cedcoss Technologies Interview Questions, Process, and Tips

Updated 9 Jul 2024

Top Cedcoss Technologies Interview Questions and Answers

View all 40 questions

Cedcoss Technologies Interview Experiences

Popular Designations

49 interviews found

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:
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 

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

Top Cedcoss Technologies Associate Software Engineer Interview Questions and Answers

Q1. What is constructor and constructor overloading?
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement 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.

Top Cedcoss Technologies Associate Software Engineer Interview Questions and Answers

Q1. What is constructor and constructor overloading?
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

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

Top Cedcoss Technologies Associate Software Engineer Interview Questions and Answers

Q1. What is constructor and constructor overloading?
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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:
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 

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

Top Cedcoss Technologies Associate Software Engineer Interview Questions and Answers

Q1. What is constructor and constructor overloading?
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Cedcoss Technologies interview questions for popular designations

 Software Developer

 (8)

 Associate Software Engineer

 (7)

 Software Engineer

 (3)

 Associate Software Developer

 (2)

 Full Stack Developer

 (2)

 Software Developer Trainee

 (2)

 Software Engineer Trainee

 (1)

 Business Analyst

 (1)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

There were two sectrion .In the first section there was total aptitude questions and second section was consists of technical questions. Both the section have duration of 30 mins.

Round 3 - HR 

(2 Questions)

  • Q1. In HR round ,the recuriter asked about myself then about your short term goals, and man y more
  • Q2. About yourself your short term goal how will you manage yuor work if there is alot of work
Round 4 - Coding Test 

It consists of three questions

Round 5 - Technical 

(1 Question)

  • Q1. No selected in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - the rounds were quite good but the applicant didnot get the information about exam early ,so give some time to applicant to prepeare for the rounds

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Cedcoss Technologies Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions are there

Round 2 - Coding Test 

Asked ro write java codes

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)

Jobs at Cedcoss Technologies

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to delete a character from a given string?
  • Ans. 

    Use string slicing to delete a character from a given string.

    • Use string slicing to remove the character at the desired index

    • Example: 'hello' -> 'helo' (remove 'l' at index 3)

  • Answered by AI
  • Q2. What is an array in c++?
  • Ans. 

    An array in C++ is a collection of elements of the same data type stored in contiguous memory locations.

    • Arrays in C++ are declared by specifying the data type of the elements and the number of elements in square brackets.

    • Elements in an array can be accessed using their index, starting from 0.

    • Example: string names[] = {"Alice", "Bob", "Charlie"};

  • Answered by AI

Skills evaluated in this interview

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

There is two coding problem ,easy and medium level.

Round 2 - Technical 

(1 Question)

  • Q1. Ask from resume skill set

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very easy aptitude with doable questions

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your family

Associate Systems Engineer Interview Questions asked at other Companies

Q1. Given string/sentence need to be reversed and the vowels need to be replaced with numbers from 1-9.In the reversed string replaced numbers should appear in descending order from left to right .If there are more than 9 vowels , numbering sho... read more
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Sep 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. What are the roles and how to handle new customers
  • Ans. 

    Roles and handling of new customers in Customer Success Manager role

    • Understand the customer's needs and goals

    • Provide personalized onboarding and training

    • Regular check-ins to ensure customer satisfaction

    • Address any issues or concerns promptly

    • Collect feedback and use it to improve the customer experience

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What are your expactations

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. General Questions
Round 3 - Aptitude Test 

After HR round there was an assessment

Round 4 - Technical 

(1 Question)

  • Q1. Questions related to the applied profile

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Cedcoss Technologies Interview FAQs

How many rounds are there in Cedcoss Technologies interview?
Cedcoss Technologies interview process usually has 2-3 rounds. The most common rounds in the Cedcoss Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Cedcoss 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 Cedcoss Technologies. The most common topics and skills that interviewers at Cedcoss Technologies expect are Javascript, PHP, HTML, Wordpress and CSS.
What are the top questions asked in Cedcoss Technologies interview?

Some of the top questions asked at the Cedcoss Technologies interview -

  1. What is constructor and constructor overloadi...read more
  2. How much you updated tobyour software and knowledge about your creativit...read more
  3. What is Typecasting, difference between jvm and ...read more
How long is the Cedcoss Technologies interview process?

The duration of Cedcoss Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cedcoss Technologies Interview Process

based on 37 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Techugo Interview Questions
4.1
 • 4 Interviews
ChromeInfotech Interview Questions
2.9
 • 2 Interviews
View all

Cedcoss Technologies Reviews and Ratings

based on 344 reviews

3.0/5

Rating in categories

3.1

Skill development

2.9

Work-life balance

3.0

Salary

2.6

Job security

2.8

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 344 Reviews and Ratings
Php Developer

Lucknow

1-2 Yrs

Not Disclosed

Customer Sucess Associate

Lucknow

2-5 Yrs

Not Disclosed

Tiktok Marketing Expert

Lucknow

3-8 Yrs

Not Disclosed

Explore more jobs
Software Developer
235 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Analyst
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Analyst
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cedcoss Technologies with

Srijan Technologies

3.5
Compare

QSS Technosoft Inc.

3.4
Compare

SPARX IT Solutions

3.6
Compare

Classic Informatics

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