Upload Button Icon Add office photos
Engaged Employer

i

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

Codanto Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 30 Reviews

Filter interviews by

Codanto Interview Questions and Answers for Freshers

Updated 28 Jul 2023

Codanto Interview Experiences for Freshers

Popular Designations

2 interviews found

Interview experience
1
Bad
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. How would you manage Project Budget?
  • Q2. How do you do Project Planning?
  • Ans. 

    Project planning involves defining project goals, creating a timeline, allocating resources, and identifying potential risks.

    • Define project goals and objectives

    • Create a project timeline with milestones

    • Allocate resources effectively

    • Identify potential risks and develop a risk management plan

  • Answered by AI
  • Q3. How would you handle a difficult team member
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Doesn't pay salary don't join

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 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 - HR 

(1 Question)

  • Q1. Where do you live and can you commute?
Round 3 - Technical 

(1 Question)

  • Q1. How many years of experience do I have?

Interview Preparation Tips

Interview preparation tips for other job seekers - Show dedication towards work and communicate well and eagerness to learn if you are fresher

Jobs at Codanto

View all

Interview questions from similar companies

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

(3 Questions)

  • Q1. Salary negotiations
  • Q2. What are your expectations
  • Q3. As per company standards
Round 2 - HR 

(3 Questions)

  • Q1. What are your skills
  • Q2. What is your experience
  • Q3. Communication, interpersonal
Round 3 - One-on-one 

(7 Questions)

  • Q1. Regarding skills
  • Q2. What is your aim
  • Q3. How can you succeed in your life
  • Q4. Where do you see yourself in 5 years
  • Q5. What all did you learn in your career
  • Q6. Who all are in your family
  • Q7. What all decisions your made as an hr
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Because it is the one of best way fearness solution and understand the questions top speak 1st in bold.

Round 2 - Technical 

(2 Questions)

  • Q1. Detail question of Python to explain?
  • Q2. Detail explain of mysql?
  • Ans. 

    MySQL is a popular open-source relational database management system.

    • MySQL is used for storing and managing data in a structured format.

    • It supports SQL for querying and manipulating data.

    • MySQL is known for its speed, reliability, and ease of use.

    • It can be integrated with various programming languages like PHP, Python, Java, etc.

    • Examples of MySQL commands include SELECT, INSERT, UPDATE, DELETE.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Stella Maris College (SMC), Chennai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Case Study 

It was based on HRIS

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include strong communication skills, attention to detail, and ability to work well in a team.

    • Strong communication skills - able to effectively convey information and ideas

    • Attention to detail - meticulous in completing tasks accurately

    • Teamwork - collaborate well with others to achieve common goals

  • Answered by AI
  • Q2. Where do you see yourself in the future?
  • Ans. 

    I see myself growing and advancing in my HR career, taking on more responsibilities and leadership roles.

    • Continuing to learn and develop new skills in HR

    • Advancing to a HR manager or director position

    • Leading and mentoring a team of HR professionals

    • Contributing to the strategic direction of the organization

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Aptitude Test 

Logical reasoning , verbal ability

Round 2 - Coding Test 

2 coding question, verbal interview

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

(2 Questions)

  • Q1. Skillsets hired for?
  • Q2. Monthly onboarding?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Giva a Full stack project. based on MERN AND MEAN stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa , were easy to medium
  • Q2. Some backend and azure related questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 3 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 - Technical 

(5 Questions)

  • Q1. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

Lab Mentors Interview Questions & Answers

Naresh i Technologies user image Anonymous

posted on 20 Mar 2023

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

I applied via Walk-in and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

I coding round ask a question.
a. Print palindrome.
b. Delete duplicate number.
c. Fibonnaci Series.
d. Prime number.

Round 2 - Technical 

(2 Questions)

  • Q1. Q 1. What is constructor. Q 2. What is oops and its features. Q 3.Difference between abstraction and interface. Q 4. Difference between checked and unchecked. Q 5.Throw and throws keyword.
  • Ans. 

    Answers to common programming interview questions.

    • Constructor is a special method that is called when an object is created.

    • OOPs is Object-Oriented Programming which focuses on objects and their interactions.

    • Abstraction is a concept of hiding implementation details while interface is a blueprint of a class.

    • Checked exceptions are checked at compile-time while unchecked exceptions are not.

    • Throw keyword is used to throw an...

  • Answered by AI
  • Q2. 1.Comparable and Comparator. 2.ArrayList and Array.

Interview Preparation Tips

Topics to prepare for Naresh i Technologies Lab Mentors interview:
  • Collection Framework
  • Exception Handling
  • Multithreading
  • OOPS
  • Java8 featurrs
  • Jvm
  • Jre
  • JDK
Interview preparation tips for other job seekers - My advice for jobseeker is whatever you learn and read learn with good concept and with one real time practical example.
It will help to you to crack your any interview.

I have already attend interview I faced such a practical example from interviewer side.
One thing more don't much focus on theory part try to focus on practical, do implement what you learn it will help.

This is my advice for all jobseeker.

Codanto Interview FAQs

How many rounds are there in Codanto interview for freshers?
Codanto interview process for freshers usually has 3 rounds. The most common rounds in the Codanto interview process for freshers are Resume Shortlist, HR and Technical.
How to prepare for Codanto interview for freshers?
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 Codanto. The most common topics and skills that interviewers at Codanto expect are Core PHP, Deployment, ESIC, Javascript and PHP.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
Exl India Interview Questions
3.5
 • 95 Interviews
View all

Codanto Reviews and Ratings

based on 30 reviews

4.4/5

Rating in categories

4.5

Skill development

4.4

Work-Life balance

4.0

Salary & Benefits

4.2

Job Security

4.3

Company culture

4.2

Promotions/Appraisal

4.5

Work Satisfaction

Explore 30 Reviews and Ratings
PHP Developers

Panaji

2-7 Yrs

Not Disclosed

Team Lead

Panaji

4-9 Yrs

Not Disclosed

Product Manager

Panaji

2-7 Yrs

Not Disclosed

Explore more jobs
Project Manager
3 salaries
unlock blur

₹6.5 L/yr - ₹20 L/yr

Explore more salaries
Compare Codanto with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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