Upload Button Icon Add office photos

Filter interviews by

CodeNation Interview Questions, Process, and Tips

Updated 20 Sep 2021

Top CodeNation Interview Questions and Answers

View all 8 questions

4 CodeNation Interview Experiences

10 questions found

Sort by: Popular

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 14 Sep 2021

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Hard

The test was from 10 pm to 11:30 pm at night, Since we had to give the test from home so it was not an uncomfortable timing for me. The test was conducted on hackerrank. Personally I find Hackerrank a better test platform than others like Amcat or Mettle.

  • Q1. Minimum Fountains There is a one-dimensional garden of length 'N'. On each of the positions from 0 to 'N', there is a fountain, and this fountai...read more
  • Q2. Count Inversions For a given integer array/list 'ARR' of size 'N', find the total number of 'Inversions' that may exist. An inversion is...read more
  • Q3. Print the array after K operations You are given an array 'ARR' consisting of 'N' integers and a non-negative integer 'K'. Consider an o...read more
2

Video Call Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Hard

This interview was at 10 am in the morning and was taken by a SDE 3 of the company who had a very great background in Competitive Coding.
The interview started with me introducing myself. The interviewer then gave me a google doc which had 2 coding questions written . He asked me to go through the first question and explain the approach. After which he asked me to code the solution as well. Same procedure was followed for the second question. The most difficult part in using Google Doc to write code is that it doesn't has automatic indentation like the code editors, so I had to put much efforts in keeping my code readable.

  • Q1. Count distinct Bitwise OR of all subarrays You are given an array consisting of N positive integers, your task is to count the number of distinct possible value...read more
  • Q2. Colour the Graph You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. You have to colour this graph i...read more
3

HR Round (1 Question)

Round duration - 60 minutes
Round difficulty - Hard

The round was at 4 pm evening. This round was taken by one of the Vice President of the company, this made me anxious from the very beginning.
The interviewer was a knowledgeable man and had great knowledge in every field. He always demanded exact answers.
The round started with my resume walk through. Then came open ended questions followed by a system design question in which I failed miserably.

  • Q1. HR Discussion

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maulana Azad National Institute of Technology, Bhopal. Eligibility criteriaNo criteriaCodenation interview preparation:Topics to prepare for the interview - Data Structures, System Design, Graphs, OOPS, Advance Data StructuresTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For company like codenation you need to be great in competitive programming as the online test is very difficult to crack
Tip 2 : Focus on leetcode during final months of preparation of interview
Tip 3 : Try to have at least 3 flagship projects in at least 2 different domains

Application resume tips for other job seekers

Tip 1 : Keep the resume clean with good text to space ratio.
Tip 2 : Don't mention tech slacks that you have only a little knowledge about as it can backfire if the interviewer is good in that tech slack.

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Developer Interview Questions

user image Anonymous

posted on 5 Jun 2021

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 20 Sep 2021

I was interviewed before Sep 2020.

2 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

This was a straight coding round with three questions , I was able to solve all 3

  • Q1. Kth Largest Number You will be given a stream of numbers, and you need to find the kth largest number in the stream at any given time. As the stream of numbers ...read more
  • Q2. Rat In A Maze You are given a starting position for a rat which is stuck in a maze at an initial point (0, 0) (the maze can be thought of as a 2-dimensional pla...read more
2

Video Call Round (1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

As this was my first system design round, I was not expecting to be able to tell anything , but to my surprize he interested in just the idea what I can think , how I can solve some issues which need not be definitely to have a solution / or multiple solutions are possible from common sense.

I was given an Idea based question

  • Q1. General Questions If was to conduct a rubrics cube solving contest in some college. So I had to design a system that when given a shuffeed rubric cube is able t...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteriado pretty great in the coding testCodenation interview preparation:Topics to prepare for the interview - Dynamic Programming, Binary Search, Data Structures, Trees, GraphsTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Be focused on the question and keep trying, Project needs to be well understood and somewhat on your tips. 
Tip 2 : Don't code till you are sure and got a green signal about the efficiency and correctness of logic
Tip 3 : Just brush up your DS basics and some logical algorithms (Dijkstra, Shortest spanning tree , etc)

Application resume tips for other job seekers

Tip 1 : Experience must be highlighted, or the Project whichever you would like to discuss
Tip 2 : Links are always a great way to show your work (deployed/code)

Final outcome of the interviewSelected

Skills evaluated in this interview

5 Interview Rounds

Interview Preparation Tips

Round: DEBBUGING ROUND
Experience: A separate debugging (also on Hackerrank )round was conducted.

Round: Technical Interview
Experience: 2 rounds Technical interviews (1-2 hours each ,online on Skype and Hangouts )

General Tips: 1) Start practicing on codechef.com as early as possible (even first years). Go to the Practice Section -> Easy problems and start solving from bottom to top.
2) Participate in Codechef Long and short contests every month
3) Once you are good familiar with basic algorithms you can also solve problems on Hackerrank and Codeforces.
4) I do not prefer reading books. Best resource for learning algorithms is search on Google and see the top 3-4 links.Personal blogs and sites like leetcode and TopCoder tutorials are helpful.
5) Once you are comfortable with coding, you can refer to GeeksforGeeks and CareerCup in the last few weeks to practice company specific questions
6) Try to do at least one course every semester from a MOOC like edx.org , coursera.org .
Skills:
College Name: NIT Surathkal

CodeNation interview questions for popular designations

 Software Developer Intern

 (2)

 SDE (Software Development Engineer)

 (1)

 Software Developer

 (1)

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Nov 2024.

2 Interview Rounds

1

Technical Round (3 Questions)

  • Q1. What are the different types of interfaces?
  • Q2. What is the output of the program when the expression is evaluated as 0 divided by 7?
  • Q3. What are coroutines, scope functions, and visibility modifiers?
2

Technical Round (3 Questions)

  • Q1. What is the MVVM (Model-View-ViewModel) architectural pattern?
  • Q2. What are the reasons for using that, and what are its pros and cons?
  • Q3. Questions related Dependency injection dagger-hilt / koin

Data Analyst Interview Questions

Nagarro user image RISHABH Pal

posted on 18 Dec 2024

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

I applied via Naukri.com and was interviewed in Nov 2024.

2 Interview Rounds

1

Aptitude Test Round

The Aptitude Test session accesses mathematical and logical reasoning abilities

2

Technical Round (6 Questions)

  • Q1. What is Vlookup
  • Q2. Some IF else Question in Excel
  • Q3. What does your day in your previous organization look like?
  • Q4. Could you share the technical skills you possess?
  • Q5. Can you explain what a Pivot Table is?
  • Q6. Find the Highest-paid employee in each department along with their salary and department name.

Interview Preparation Tips

Topics to prepare for Nagarro Data Analyst interview:
  • SQL
  • Excel
  • Problem Solving
  • PowerBI
  • SQL Queries
Interview preparation tips for other job seekers - Practice common interviews and scenarios, especially for your role.
Be prepared to discuss past challenges and how did you overcome.
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Company Website and was interviewed in Nov 2024.

3 Interview Rounds

1

Group Discussion Round

The group discussion is the we work with team and the team (Group). The discussion is the company group had the meeting an they think what they do on next and etc....

2

One-on-one Round (5 Questions)

  • Q1. What is the meaning of Teleperformance?
  • Q2. What motivated you to select this job?
  • Q3. Are you interested to do work
  • Q4. Did you work Before in Teleperformance
  • Q5. Are you Happy with thus job
3

Assignment Round

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Freshers in the company but i want to do work work in teleperformance company its was good job for the freshers
Interview experience
1
 Bad
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 No response

I applied via Walk-in and was interviewed in Nov 2024.

2 Interview Rounds

1

One-on-one Round (4 Questions)

  • Q1. What is the impact of purchase of inventory on financial statements
  • Q2. Accounting concepts
  • Q3. What do u know about USGAAP
  • Q4. Since I mentioned in my resume that i have mutual funds and derivatives knowledge he asked me about these topics a bit
2

Behavioral Round (3 Questions)

  • Q1. What do you know about optum
  • Q2. How well do you know the excel
  • Q3. You may have to learn various softwares, are you fine with it

Interview Preparation Tips

Interview preparation tips for other job seekers - Jus have good qualification. I did well in interview still I didn't receive any offer. Not even regret mail
Interview experience
1
 Bad
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 No response

I applied via Job Portal and was interviewed in Oct 2024.

4 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. It was technical questions in relevant area
  • Q2. The questions relevant to my skill set and experience
2

One-on-one Round (2 Questions)

  • Q1. The questions relevant to my skills and experience
  • Q2. The questions relevant to job requirements
3

HR Round (2 Questions)

  • Q1. General discussion about the profession and career
  • Q2. Discussed job location and client
4

Behavioral Round (2 Questions)

  • Q1. Discussed about client and company
  • Q2. Orientation related things discussed.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is not Level-3 company. In reality, It is Level-1 Company
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Campus Placement and was interviewed in Nov 2024.

2 Interview Rounds

1

Aptitude Test Round

The test will comprise a total of 60 questions, divided as follows: 70% of the questions will focus on finance and accounting, while the remaining questions will cover aptitude and English.

2

Technical Round (1 Question)

  • Q1. Zero coupon bonds, long-term liabilities, return on equity, debt-equity ratio, captial budgeting and techniques, bonds and its types, debt instruments meaning, ...read more

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview panel consists of two members: the team leader and the manager. They specifically asked me detailed questions regarding finance, which included my percentage in my MBA, inquiries related to my projects, and how I learned about the company. While responding to the questions, it is essential to remain confident, and if a question is unfamiliar, we can articulate our response in our own words. We should answer them slowly instead of hurrying. Overall I have a great experience while answering the questions and panel members were polite persons.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.3k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Wipro Interview Questions
3.7
 • 5.2k Interviews
Capgemini Interview Questions
3.8
 • 4.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 860 Interviews
View all

CodeNation Reviews and Ratings

based on 5 reviews

3.7/5

Rating in categories

3.8

Skill development

2.4

Work-Life balance

4.6

Salary & Benefits

3.7

Job Security

3.3

Company culture

3.4

Promotions/Appraisal

3.0

Work Satisfaction

Explore 5 Reviews and Ratings
SDE (Software Development Engineer)
33 salaries
unlock blur

₹24 L/yr - ₹40 L/yr

Software Engineer
31 salaries
unlock blur

₹27.5 L/yr - ₹36.5 L/yr

Software Developer
23 salaries
unlock blur

₹24 L/yr - ₹38 L/yr

Software Development Engineer
15 salaries
unlock blur

₹28 L/yr - ₹37 L/yr

Sde1
10 salaries
unlock blur

₹33.2 L/yr - ₹37.5 L/yr

Explore more salaries
Compare CodeNation with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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