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.0

based on 340 Reviews

Filter interviews by

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

Updated 4 Nov 2021

Cedcoss Technologies Software Engineer Trainee Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Introduction and prepare project well
  • Q2. Overloading, overriding difference
  • Ans. 

    Overloading is having multiple methods with same name but different parameters. Overriding is having a method with same name and parameters as parent class.

    • Overloading is compile-time polymorphism while overriding is runtime polymorphism.

    • Overloading is used to provide different implementations of same method for different inputs.

    • Overriding is used to provide a new implementation of a method in child class which is alre...

  • Answered by AI
  • Q3. Max in array Second maximum
  • Ans. 

    Finding max and second max in an array of strings

    • Convert strings to integers

    • Use sorting or loop to find max and second max

    • Handle edge cases like empty array or duplicates

  • Answered by AI
  • Q4. Max frequency character in string
  • Ans. 

    Find the character with the highest frequency in a given string.

    • Use a hash table to count the frequency of each character.

    • Iterate through the string and update the hash table.

    • Find the character with the highest frequency in the hash table.

  • Answered by AI
  • Q5. Longest length of the Palindrome in string
  • Ans. 

    The program finds the longest palindrome in a given string.

    • Loop through each character in the string

    • For each character, check if it is the center of a palindrome

    • If it is, expand outwards to find the longest palindrome

    • Return the length of the longest palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA from gfg and read interview experience

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

First round was aptitude round..it was easy and some basics english grammar based questions were asked in this round.Then on the basis of marks around 70 out of 136 were selected for the next round

Round 2 - Group Discussion 

Second round was group discussion.It went really well ,our topic was water crisis in the current world

Round 3 - Technical 

(2 Questions)

  • Q1. Questions were from my resume,how many types of status codes are their in js or node
  • Q2. What is Sdlc ,how did you implemented it in your project
Round 4 - HR 

(1 Question)

  • Q1. Last round was hr round...hr was so friendly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on your communication skills and your resume.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question based on hashmaps

Round 2 - Technical 

(1 Question)

  • Q1. Java and DBMS questions
Round 3 - Technical 

(1 Question)

  • Q1. Basic project Experience And HashMap
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 Jan 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

It was pretty easy...i went with my own topic "my favourite place"

Round 2 - Technical 

(1 Question)

  • Q1. First they asked for self introduction next he began to ask questions based on my resume.he asked about the project i mentioned, then told me to write a code for any one arithmetic operation and asked ques...
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Some personal questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal question, train, speed type of question from indiabix

Round 2 - Coding Test 

Simple code, java 8 questions, some spring related questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Academy of Technology, Kolkata and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude questions, was held online

Round 2 - Technical 

(4 Questions)

  • Q1. What project you have worked on?
  • Ans. 

    I have worked on a project to develop a mobile application for tracking daily water intake.

    • Developed user interface using React Native

    • Implemented backend using Node.js and MongoDB

    • Integrated push notifications for reminders

  • Answered by AI
  • Q2. What is the difference between cloud and LAN?
  • Ans. 

    Cloud is a network of remote servers hosted on the internet to store, manage, and process data, while LAN is a local area network that connects computers in a limited area.

    • Cloud is accessed over the internet, while LAN is a local network within a specific physical location.

    • Cloud allows for scalability and flexibility in terms of resources, while LAN is limited by its physical boundaries.

    • Examples of cloud services inclu...

  • Answered by AI
  • Q3. Explain the OOPS concept of Java in detail
  • Ans. 

    OOPS concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public methods.

    • Polymorphism: Ability of a method to do ...

  • Answered by AI
  • Q4. A logical reasoning question
Round 3 - HR 

(2 Questions)

  • Q1. Why choose IBS?
  • Ans. 

    IBS offers a challenging and dynamic work environment with opportunities for growth and learning.

    • IBS provides cutting-edge technology solutions for global clients.

    • The company values innovation and encourages employees to think creatively.

    • IBS has a strong focus on employee development and offers training programs to enhance skills.

    • The work culture at IBS promotes collaboration and teamwork.

    • IBS has a strong reputation in...

  • Answered by AI
  • Q2. Are tou willing to relocate?
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I have relocated in the past for work

    • I am flexible and willing to move for career growth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect good and tricky questions from the skills mentioned in your resume. So, prepare accordingly.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General Apptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Palindrome Check
  • Q2. OOPS ,Exception,Multithreading
Round 3 - Mangerial Round 

(1 Question)

  • Q1. OOPS ,Exception,Multithreading,Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company.They simply terminate.They don't stand with their employee in though situation

I applied via Walk-in and was interviewed before Apr 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Core and Advanced java, sql
  • Q2. JDBC (In depth)
  • Q3. Why should we hire you ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well while your going for the interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Interview 

(1 Question)

  • Q1. Python launguage basic.

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

Round 1 - Group Discussion 

Very generalized topic

Round 2 - Coding Test 

Need to know the concepts oops with some examples

Round 3 - HR 

(1 Question)

  • Q1. Are you willing to serve the contract period
  • Ans. 

    Yes, I am willing to serve the contract period.

    • I am committed to completing the contract period.

    • I understand the importance of fulfilling my obligations.

    • I am eager to gain experience and contribute to the company.

    • I am open to learning and growing in this role.

    • I am willing to adapt and work towards the goals of the organization.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - need better communication from the company side .

Cedcoss Technologies Interview FAQs

What are the top questions asked in Cedcoss Technologies Software Engineer Trainee interview?

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

  1. Longest length of the Palindrome in str...read more
  2. Overloading, overriding differe...read more
  3. Max in array Second maxi...read more

Tell us how to improve this page.

Software Developer
240 salaries
unlock blur

₹1.8 L/yr - ₹10.1 L/yr

Business Development Analyst
86 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Digital Marketing Analyst
77 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.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