Upload Button Icon Add office photos
Engaged Employer

i

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

Codal Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Codal Interview Questions and Answers

Updated 13 Oct 2023

Codal Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected 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:
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 

Logical and reasoning

Round 3 - Coding Test 

Linked list, arrays,stack

Round 4 - Technical 

(1 Question)

  • Q1. Resume based questions
Round 5 - Technical 

(1 Question)

  • Q1. More deep in any technology which is working in company
Round 6 - HR 

(1 Question)

  • Q1. Genaral questions

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Codal?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 2 technical rounds, 1 psychometric test, then Manager and HR rounds, basic question on java 7 and java 8,interface and class, DS questions like linkedList reverse and adding nodes to linkedList, Hashmap, ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics should be clear and brushed up, be calm and confident while giving your answers.

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL Performance Tunning

Interview Preparation Tips

Interview preparation tips for other job seekers - For my 13 Years of experience all I asked was related to performance tunning.

Interview Questionnaire 

1 Question

  • Q1. Cv questions, taxation

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related to project worked on wlan testing and networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good.
They gave taken 3 technical and 1hr round
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online test with overall topics including logical reasoning etc

Round 2 - Case Study 

Drafting user stories

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics needs to be clear for your job profile
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Q2. How you make a project from scratch

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design a paginated list of items, then improve efficiency
  • Ans. 

    Design a paginated list of items and improve efficiency

    • Implement lazy loading to fetch data only when needed

    • Use caching to store previously fetched data for faster retrieval

    • Optimize database queries to reduce load times

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basics on Javascript, ReactJS

Skills evaluated in this interview

Codal Interview FAQs

How many rounds are there in Codal interview?
Codal interview process usually has 6 rounds. The most common rounds in the Codal interview process are Technical, HR and Resume Shortlist.
How to prepare for Codal 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 Codal. The most common topics and skills that interviewers at Codal expect are Python, Angular, AWS, Django and Javascript.
What are the top questions asked in Codal interview?

Some of the top questions asked at the Codal interview -

  1. Resume based questi...read more
  2. More deep in any technology which is working in comp...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Signzy Technologies Interview Questions
3.0
 • 30 Interviews
MRI Software Interview Questions
3.4
 • 18 Interviews
Azuga Telematics Interview Questions
3.3
 • 14 Interviews
QAD Interview Questions
3.7
 • 14 Interviews
Tracelink Interview Questions
3.2
 • 13 Interviews
HALODOC Interview Questions
2.6
 • 13 Interviews
View all

Codal Reviews and Ratings

based on 55 reviews

4.1/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

4.2

Salary

4.0

Job security

4.1

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 55 Reviews and Ratings
Senior QA Engineer - Automation (Playwright)

Ahmedabad

4-9 Yrs

Not Disclosed

Senior Delivery Manager

Ahmedabad

10-20 Yrs

Not Disclosed

Shopify Lead

Ahmedabad

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
38 salaries
unlock blur

₹6 L/yr - ₹14.7 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹10.3 L/yr - ₹17.5 L/yr

Senior QA Engineer
9 salaries
unlock blur

₹7.7 L/yr - ₹12 L/yr

Lead Engineer
7 salaries
unlock blur

₹14.4 L/yr - ₹21.9 L/yr

Python Developer
7 salaries
unlock blur

₹3.8 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Codal with

Global Edge Software

3.5
Compare

PagarBook

3.6
Compare

MasterSoft ERP Solutions

3.1
Compare

Signzy Technologies

2.9
Compare
write
Share an Interview