Upload Button Icon Add office photos
Engaged Employer

i

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

Codestore Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Codestore Technologies Interview Questions and Answers

Updated 27 Nov 2024

Codestore Technologies Interview Experiences

Popular Designations

5 interviews found

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

They have taken a technical test which consist of the two dsa which is related to Array and Third question was from the mern stack where we have to fetch the api and render it in grid form using the css .After this interview they have taken HR and managerial round .

Mern Stack Developer Interview Questions asked at other Companies

Q1. Middle of a Linked List You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list. If there is an odd number of elements, return the middle element. If there are an even ... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Very hard qns regarding dsa

Round 2 - HR 

(1 Question)

  • Q1. Oops and mern stack

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Star printing problem, Restful API based data fetching and creating Frontend for that

Round 2 - HR 

(3 Questions)

  • Q1. Introduction, Family Background
  • Q2. Projects and technology used in it
  • Ans. 

    I have worked on various projects using technologies such as Java, Python, SQL, and JavaScript.

    • Developed a web application using Java Spring framework

    • Implemented data analysis tools using Python libraries like Pandas and NumPy

    • Designed and maintained databases using SQL

    • Created interactive user interfaces with JavaScript and React

  • Answered by AI
  • Q3. Internship experience

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 (42)

I applied via LinkedIn and was interviewed in Oct 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic C# questions . And other .net related questions like dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Applied through LinkedIn , cleared 5 rounds and after that they took 6th round which was general discussion with director . And finally told me i am not selected . They wasting nearly a month of my time . Pathetic people !

Senior .NET Developer Interview Questions asked at other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynamic value
View answer (1)

Codestore Technologies interview questions for popular designations

 Softwaretest Engineer

 (1)

 Software Developer

 (1)

 Software Developer Intern

 (1)

 Senior .NET Developer

 (1)

 Mern Stack Developer

 (1)

I applied via LinkedIn and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is your Role for your project you will do and what is the Requirement for your project.
  • Ans. This is the simple I think but I advice you all whatever you will write in your Resume you be prepared first because Interviewer firstly seen your Resume and one Image can be formed so I Normally answered sir I am doing the Resort website and using Html and Css I giving the fornt hand work and backend work made to using javascript so sir I am 2 team members I am doing whole front hand work and my other teamate is doing
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I Normally suggest You I am not expericed person but I also student like you but I think that when you and me anyonte go the Interview you firstly be confident and calm because you have paninc then you will not answered properly so and one think or whatever He ask you have someidea about then please answered in confident because interviewer just seen you confidence level you will handled a pressure or Not so All the best guys and me also to going to take a Interview.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

Codestore Technologies Interview FAQs

How many rounds are there in Codestore Technologies interview?
Codestore Technologies interview process usually has 1-2 rounds. The most common rounds in the Codestore Technologies interview process are Coding Test, HR and Aptitude Test.
How to prepare for Codestore Technologies 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 Codestore Technologies. The most common topics and skills that interviewers at Codestore Technologies expect are Javascript, HTML, Project Management, PDF and Entity Framework.
What are the top questions asked in Codestore Technologies interview?

Some of the top questions asked at the Codestore Technologies interview -

  1. Projects and technology used in...read more
  2. basic C# questions . And other .net related questions like dependency injecti...read more
  3. oops and mern st...read more

Tell us how to improve this page.

Codestore Technologies Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
CGS Interview Questions
3.6
 • 27 Interviews
View all

Fast track your campus placements

View all

Codestore Technologies Reviews and Ratings

based on 24 reviews

4.1/5

Rating in categories

4.3

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.3

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Codestore Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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