Open In App

Cedcoss Interview Experience for ASE

Last Updated : 29 Nov, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1 (Assessment)

The First round comprises MCQ Questions which include aptitude and technical questions. Quantitative aptitude and Logical part were much more predominant, the questions were more intuitive and not typical paper pen/formula based. It was easy.

Round 2 (HR Round)

  • He asked for an introduction
  • Short and long-term goals and what steps you took to achieve your goals
  • Rate yourself in DSA – How are you trying to improve yourself
  • How and with Whom are you in touch with the latest technologies
  • Asked about the company
  • Asked about the Family
  • Challenges faced in your project as a leader
  • As a human what challenges you faced – how did you work on it

Round 3 (Technical round)

  • Longest Common Prefix
  • Nth highest salary
  • Multiple inheritance – a real-world example of it
  • Error and Exception Handling

Suggestion  You should be knowing OOPs.

Round 4 (Machine Round)

  • Find out the number of special string, such that the string is called special if it is made up of two non empty strings
    • s1 contains all characters of a and s2 contains all characters of b.
  • .Given two array arr and rep such that with the help of array rep you have to maximize arr

Suggestion  Try to implement Brute Force Solution first then go for the optimal one.

Round 5 (Final Interview Round)

  • Selection sort -Code
  • binary tree traversal – Code
  • Prime number with recursion
  • Longest palindromic substring
  • What is Pep 8?
  • Non-linear data structure?
  • What is BCNF?
  • What is abstraction?
  • Tuple and list difference?
  • Count the number of employees working in the same department
  • 2nd highest salary
  • 12. What is a Data Frame?
  • 13.multiplication of two digit number


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads