Upload Button Icon Add office photos
Engaged Employer

i

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

Just Codify Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Just Codify Interview Questions and Answers

Updated 10 Dec 2024

Just Codify Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the difference between IEnumerable and IQueryable in .NET. When would you use one over the other?
  • Ans. 

    IEnumerable is in-memory collection while IQueryable is for querying data from database. Use IEnumerable for LINQ to Objects and IQueryable for LINQ to SQL.

    • IEnumerable is used for querying data from in-memory collections like List, Array, etc.

    • IQueryable is used for querying data from a database using LINQ providers like Entity Framework.

    • IEnumerable executes the query on the client-side, while IQueryable executes the qu...

  • Answered by AI
  • Q2. What is Dependency Injection in .NET, and how does it improve application design? Can you provide an example of implementing Dependency Injection in an ASP.NET Core application?
  • Ans. 

    Dependency Injection in .NET is a design pattern where dependencies are injected into a class rather than created within the class itself.

    • Dependency Injection helps in achieving loose coupling between classes, making the code more maintainable and testable.

    • It allows for easier swapping of dependencies, promoting flexibility and scalability.

    • In ASP.NET Core, Dependency Injection is built into the framework and can be con...

  • Answered by AI

Senior Associate Developer Interview Questions asked at other Companies

Q1. Explain the difference between IEnumerable and IQueryable in .NET. When would you use one over the other?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain the namespaces in php
  • Ans. 

    Namespaces in PHP help avoid naming conflicts by organizing classes, functions, and constants under a unique namespace.

    • Namespaces are declared using the 'namespace' keyword followed by the namespace name.

    • Namespaces can be used to group related classes, functions, and constants together.

    • Namespaces help prevent naming collisions by allowing multiple classes with the same name to coexist.

    • To access elements within a namesp

  • Answered by AI
Round 2 - Coding Test 

Create a database connection and a web page to insert data and some operations on it

Round 3 - HR 

(1 Question)

  • Q1. Previous work experience, etc

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Kind a hard question

Round 2 - Aptitude Test 

It is challenging to work with an unprepared candidate.

Round 3 - Technical 

(2 Questions)

  • Q1. What are the effective strategies for selling a pencil?
  • Q2. I don't know how to sell it
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Ans. 

    Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.

    • Identify the pivot point by finding the minimum element in the array.

    • Determine which half of the array the target value falls into based on the pivot point.

    • Perform binary search on the appropriate half of the array to find the target value.

  • Answered by AI
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Ans. 

    package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.

    • Contains project metadata like name, version, description, etc.

    • Lists dependencies required for the project to run.

    • Defines scripts for tasks like building, testing, and running the project.

    • Can include configurations for tools like ESLint, Babel, etc.

  • Answered by AI
  • Q5. What are scripts in package.json file
  • Ans. 

    Scripts in package.json file are commands that can be run using npm.

    • Scripts are defined under the 'scripts' key in package.json.

    • Common scripts include 'start', 'test', 'build', etc.

    • Scripts can be run using 'npm run '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. General discussion
Round 2 - Demo 

(1 Question)

  • Q1. Demo in our specialist subject
Round 3 - One-on-one 

(2 Questions)

  • Q1. General discussion about ourselves.
  • Q2. About work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What was your experience during the face-to-face interview for the department manager position?
  • Ans. 

    The face-to-face interview for the department manager position was challenging but rewarding.

    • The interview panel consisted of senior managers and HR representatives.

    • I was asked about my previous experience in managing teams and handling difficult situations.

    • I had to provide examples of successful projects I had led in the past.

    • There were situational questions to assess my problem-solving skills and leadership abilities...

  • Answered by AI
  • Q2. What is your position preference regarding the preparation of custom-related documents and addressing Bill of Entry queries, as well as completing the checklist for the Bill of Entry?
  • Ans. 

    I prefer to handle the preparation of custom-related documents, addressing Bill of Entry queries, and completing the checklist for the Bill of Entry.

    • I have experience in preparing custom-related documents and addressing Bill of Entry queries.

    • I am detail-oriented and organized, ensuring all necessary information is included in the documents.

    • I am familiar with completing checklists for the Bill of Entry to ensure accurac...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. I have around 9 rounds interview in span of 2 months
Round 2 - One-on-one 

(1 Question)

  • Q1. Everyday one round interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 5 - One-on-one 

(1 Question)

  • Q1. Same only .it is too much
Round 6 - Case Study 

4 member team interview

Round 7 - One on one interview 

(1 Question)

  • Q1. One on one interview
Round 8 - One on one interview 

(1 Question)

  • Q1. Reference . through referral I sent my resume
Round 9 - HR 

(1 Question)

  • Q1. Salary discussion
Round 10 - No 

(1 Question)

  • Q1. It is too much
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Graph theory questions related
  • Q2. Programming,data structure and algo
Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro about your self
  • Q2. Mostly focused on CSE fundamentals

Just Codify Interview FAQs

How many rounds are there in Just Codify interview?
Just Codify interview process usually has 2 rounds. The most common rounds in the Just Codify interview process are Technical, Coding Test and HR.
What are the top questions asked in Just Codify interview?

Some of the top questions asked at the Just Codify interview -

  1. Explain the difference between IEnumerable and IQueryable in .NET. When would y...read more
  2. What is Dependency Injection in .NET, and how does it improve application desig...read more
  3. Explain the namespaces in ...read more

Tell us how to improve this page.

Just Codify Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deltax Interview Questions
2.7
 • 84 Interviews
Wayfair Interview Questions
3.7
 • 56 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
GAMMON INDIA Interview Questions
3.8
 • 29 Interviews
KHY ELECTRONIC Interview Questions
3.7
 • 27 Interviews
View all

Just Codify Reviews and Ratings

based on 8 reviews

5.0/5

Rating in categories

4.7

Skill development

4.8

Work-life balance

4.6

Salary

4.7

Job security

5.0

Company culture

4.6

Promotions

4.8

Work satisfaction

Explore 8 Reviews and Ratings
Compare Just Codify with

RPL Automation

4.4
Compare

Dummy

3.5
Compare

Primus Global Technologies

3.9
Compare

Independent Consultant

4.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview