Upload Button Icon Add office photos
Engaged Employer

i

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

Crest Infosystems Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 36 Reviews

Filter interviews by

Crest Infosystems Web Developer Interview Questions and Answers

Updated 10 Dec 2024

Crest Infosystems Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Birla Vishvakarma Maha Vidhylaya(Sfi), V.V.Nagar and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions about profit loss, percentage, a few were tricky but solvable.

Round 2 - Technical 

(3 Questions)

  • Q1. What are different hooks that you've used in react.js
  • Ans. 

    Some common hooks used in React.js are useState, useEffect, useContext, and useRef.

    • useState - for managing state in functional components

    • useEffect - for handling side effects in functional components

    • useContext - for accessing context in functional components

    • useRef - for accessing DOM elements or values in functional components

  • Answered by AI
  • Q2. What is normalisation in DBMS
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • Normalization ensures data integrity by minimizing data anomalies.

    • There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc.

    • Example: In a dat...

  • Answered by AI
  • Q3. Basic javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on whatever you answer, practice conversation skills. Even if you're nervous don't show this nervousness to them they'll catch it easily. In technical round they'll also ask basic IQ questions which would be easy if you've prepared for aptitude.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Debugging questions are mostly asked, you can get them from GFG

Round 2 - Coding Test 

In coding test , mostly the leetcode medium questions are asked like tree traversal and linked list related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go!

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

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

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Create a Todo app
  • Ans. 

    A simple Todo app to manage tasks and deadlines

    • Create a form to add new tasks

    • Display a list of tasks with checkboxes to mark as complete

    • Include options to edit or delete tasks

    • Implement functionality to mark tasks as complete or incomplete

    • Add a feature to filter tasks by status (completed/incomplete)

  • Answered by AI
  • Q2. Lifecycle methods

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Online Coding Test on Calyxpod platform. There were 2 coding questions

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. Brute Force
    • For each node in the first list, traverse the entire second list
    • Check if any node in the second list coincides with the first list
      • If it does, return that node’s data
      • If it doesn’t, return -1
    Space Complexity: O(1)Explanation:

    O(1)

     

    Since we only use constant space.

    Time Complexity: O(m*n) - For 2d arraysExplanation:

    O(N * M), where N and M are the lengths of the first and second linked lists respectively.&n...

  • Answered Anonymously
  • Q2. 

    Most Frequent Non-Banned Word Problem Statement

    Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find th...

  • Ans. Brute Force
    1. To find the frequency of each word we need to extract the words from the paragraph.
    2. So we will convert all the punctuation to space in the paragraph and lowercase alphabets to uppercase.
    3. Now we can use the library function (e.g sstream in C++) to extract words from the paragraph in an array of strings say WORDS.
    4. We will iterate over WORDS and do:
      1. Iterate over the banned array and check if the current word is pre...
  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 70 minutes
Round difficulty - Easy

Advance Subjective Round on Calyxpod platform: 5 questions. One question was related to data structures and algorithms. Other 4 were related to Html, CSS and Javascript.

  • Q1. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. Recursion

    The idea is to generate all possible combinations and check whether the combination is the combination of balanced parentheses or not. We have two choices whether to consider ‘(‘ or ‘)’.

    When the number of closing brackets is greater than the number of opening brackets we can consider taking ‘)’ in the sequence and in the other case we can consider taking ‘(‘ for all numbers of opening brackets until the number...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. Akhilesh Das Gupta Institute of Technology & Management. Eligibility criteria8 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Aptitude, DBMS, Web DevelopmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be good in aptitude and data structures as it is the 1st/2nd round in most companies.
Tip 2 : Be prepared to explain your projects mentioned in the resume
Tip 3 : Do atleast 2 good projects.

Application resume tips for other job seekers

Tip 1 : Do not write any false information on your resume.
Tip 2 : Keep your resume restricted to one page only.

Final outcome of the interviewRejected

Skills evaluated in this interview

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

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

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary

I was interviewed in May 2022.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

You are given three ds coding questions which you have to solve within 90 mins.
The questions are easy to medium level for this round

  • Q1. 

    Non-Decreasing Array Problem Statement

    Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element.

    An array is defined as non-de...

  • Ans. 

    The solution checks if an integer array can become non-decreasing by modifying at most one element.

    • Iterate through the array and check if there are more than one decreasing pairs of elements.

    • If there are more than one decreasing pairs, return false.

    • If there is only one decreasing pair, check if modifying one of the elements can make the array non-decreasing.

    • If modifying the element at index i-1 or i can make the array ...

  • Answered by AI
  • Q2. 

    Sort Linked List Based on Actual Values

    You are given a Singly Linked List of integers that is initially sorted according to the absolute values of its elements. Your task is to sort this Linked List base...

  • Ans. 

    The task is to sort a singly linked list based on actual values instead of absolute values.

    • Traverse the linked list and store the values in an array

    • Sort the array using any sorting algorithm

    • Create a new linked list using the sorted array

    • Return the new linked list

  • Answered by AI
  • Q3. 

    Diameter of a Binary Tree Problem Statement

    Given a binary tree, return the length of its diameter. The diameter of a binary tree is defined as the length of the longest path between any two nodes in the ...

  • Ans. 

    The diameter of a binary tree is the length of the longest path between any two end nodes in the tree.

    • The diameter of a binary tree can be calculated by finding the maximum of the following three values: 1) the diameter of the left subtree, 2) the diameter of the right subtree, and 3) the longest path that passes through the root node.

    • To find the diameter of a binary tree, we can use a recursive approach. We calculate ...

  • Answered by AI
Round 2 - Assignment 

Round duration - N/A
Round difficulty - Medium

Round 3 - Video Call 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Hard

This round focus on advanced Js concepts and the tech stack I used in my projects.

  • Q1. 

    Find Unique Element in Array

    You have been provided an integer array/list ARR of size N. Here, N is equivalent to 2M + 1 where each test case has M numbers appearing twice and one number appearing exactly...

  • Ans. 

    The task is to find the unique number in an array where all other numbers occur twice.

    • The array size is given by N = 2M + 1, where M is the number of elements occurring twice.

    • Loop through the array and use a hashmap to count the occurrences of each number.

    • Return the number with a count of 1, as it is the unique number.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

It was a late night round as i have already had the previous 3 rounds at the same day. The HR asked about my experience regarding the previous rounds and also some situation based questions.

Interview Preparation Tips

Eligibility criteria7 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Semantic HTML, Core concepts of CSS, SASS, JavaScriptTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Have your basics storing rather than focusing on react or any other similar frameworks
Tip 2 : Practice DOM manipulation using JS as in the assignment round you'll have to code an assignment with your screen shared
Tip 3 : Practice advance JS concepts like prototyping, promises, etc.
Tip 4 : Study your projects thoroughly, what tech you used where and why
Tip 5 : Don't think that if you are unable to answer some output based questions or to code some question so you will not get selected. I myself have multiple wrong answers to tricky js output based questions but then the interviewer asks you to execute the question and explain why this has happened. If you are able to explain the correct reason for the answer you are good to go.

Application resume tips for other job seekers

Tip 1 : Mention your best projects along with Tech stack used so the interviewer can see what all tech stack you have worked on
Tip 2 : Do not put false things on resume, as the interviewer will definitely ask cross questions and you will get tricked.
Tip 3 : Don't worry about the resume too much, you are the main focus of the interview and not the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was the DSA questions round. There were 2 questions. and both were basic questions.

  • Q1. 

    Check If Linked List Is Palindrome

    Given a singly linked list of integers, determine if the linked list is a palindrome.

    Explanation:

    A linked list is considered a palindrome if it reads the same forwar...

  • Ans. Using Stack

    The idea is to store the list values in a stack and then compare the values in the list with the values in the stack.
     

    Algorithm:

    1. Traverse the list from head to tail and push every node in the stack.
    2. Make a pointer ‘cur’ which initially points to the head node.
    3. If value at ‘cur’ is not equal to the top element of the stack, then the given list is not a palindrome
    4. Else, move the ‘cur’ pointer to its next node...

  • Answered Anonymously
  • Q2. 

    Segregate Odd-Even Problem Statement

    In a wedding ceremony at NinjaLand, attendees are blindfolded. People from the bride’s side hold odd numbers, while people from the groom’s side hold even numbers. For...

  • Ans. Iterative Approach 1

    As we have to arrange the nodes such that all the odd nodes should come before all the even nodes, we can move all the even valued nodes from their current positions to the end of the linked list. 

     

    Algorithm:

     

    • Initialise a pointer ‘LAST_NODE’ by NULL.
    • Traverse the linked list to the end and get the last node of the list which will be pointed by ‘LAST_NODE’.
    • Initialize a pointer ‘NEW_END’...
  • Answered Anonymously
Round 2 - Coding Test 

Round duration - 90 Minutes
Round difficulty - Easy

This was a subjective round where we have to code HTML, CSS, and JS. We were not allowed to use any external editor and their editor was just plain notepad so we couldn't even see the output but still, we completed it. Everyone at my college passed this round.

Round 3 - Assignment 

Round duration - 10080 Minutes
Round difficulty - Easy

Round 4 - Face to Face 

Round duration - 120 Minutes
Round difficulty - Medium

In this round, the interviewer asked me to turn on screen mirroring. And then he gave me 1 more design which I needed to create in front of him in the next 2 hours. In the previous round, the focus was on HTML and CSS but in this round, the major focus was on JS. You are allowed to use google but not copy-paste the whole code.

Round 5 - Video Call 

Round duration - 90 Minutes
Round difficulty - Hard

This was an online interview with one of their employees. My interview was taken by their front-end lead. She was very helpful during the interview. You are allowed to search for documentation.

Round 6 - Video Call 

Round duration - 90 Minutes
Round difficulty - Easy

This was also a front-end interview round. The interviewer was again very helpful and I was allowed to google.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen Institute Of Technology. Eligibility criteria65% + in B.TechJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, HTML, CSS, JavaScript, ReactJsTime required to prepare for the interview - 10 MonthsInterview preparation tips for other job seekers

Tip 1 : You will need to know advanced HTML and CSS which are used in real life like meta tags in HTML and media queries in CSS. 
Tip 2 : You will need practical knowledge of js functions like map, filter, reduce apart from basic that we can use map in react to render lists.
Tip 3 : Learning some advanced concepts like debouncing, throttling, call, bind, etc will be helpful.

Application resume tips for other job seekers

Tip 1 : Prepare for every word that you wrote in your resume,
Tip 2 : HR will ask about your projects and you should always have a good story for each project like why you create this project. This will really score some points in the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Online Coding Test on Calyxpod platform. There were 2 coding questions

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. Brute Force
    • For each node in the first list, traverse the entire second list
    • Check if any node in the second list coincides with the first list
      • If it does, return that node’s data
      • If it doesn’t, return -1
    Space Complexity: O(1)Explanation:

    O(1)

     

    Since we only use constant space.

    Time Complexity: O(m*n) - For 2d arraysExplanation:

    O(N * M), where N and M are the lengths of the first and second linked lists respectively.&n...

  • Answered Anonymously
  • Q2. 

    Most Frequent Non-Banned Word Problem Statement

    Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find th...

  • Ans. Brute Force
    1. To find the frequency of each word we need to extract the words from the paragraph.
    2. So we will convert all the punctuation to space in the paragraph and lowercase alphabets to uppercase.
    3. Now we can use the library function (e.g sstream in C++) to extract words from the paragraph in an array of strings say WORDS.
    4. We will iterate over WORDS and do:
      1. Iterate over the banned array and check if the current word is pre...
  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 70 minutes
Round difficulty - Easy

Advance Subjective Round on Calyxpod platform: 5 questions. One question was related to data structures and algorithms. Other 4 were related to Html, CSS and Javascript.

  • Q1. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. Recursion

    The idea is to generate all possible combinations and check whether the combination is the combination of balanced parentheses or not. We have two choices whether to consider ‘(‘ or ‘)’.

    When the number of closing brackets is greater than the number of opening brackets we can consider taking ‘)’ in the sequence and in the other case we can consider taking ‘(‘ for all numbers of opening brackets until the number...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. Akhilesh Das Gupta Institute of Technology & Management. Eligibility criteria8 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Aptitude, DBMS, Web DevelopmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be good in aptitude and data structures as it is the 1st/2nd round in most companies.
Tip 2 : Be prepared to explain your projects mentioned in the resume
Tip 3 : Do atleast 2 good projects.

Application resume tips for other job seekers

Tip 1 : Do not write any false information on your resume.
Tip 2 : Keep your resume restricted to one page only.

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Jul 2021.

Round 1 - Coding Test 

Round duration - 180 Minutes
Round difficulty - Medium

General Questions Like - Introduction & How all the round have gone so far

Round 2 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

One-to-One Interview based on DSA and Front-End Technologies including HTML, CSS & JS.

  • Q1. 

    Remove Duplicates Problem Statement

    You are given an array of integers. The task is to remove all duplicate elements and return the array while maintaining the order in which the elements were provided.

    ...

  • Ans. Brute Force

    We will traverse the whole array and check if that element previously occurred or not.

     

    The steps are as follows:

    • We initialize a vector ‘ans’ to store the final non-duplicate elements.
    • We will iterate over all the elements of the array, i.e., i = 0 to i = N - 1:
      • We will iterate over all the elements of the array excluding present element, i.e., j = 0 to j = N - 1:
        • If we get such positions such that arr[i] e...
  • Answered Anonymously
Round 3 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Hard

One-to-One Interview based on Front-End Technologies including HTML, CSS & JS.

In the last 10-20 minutes, some behavioral questions were asked:
1 How would you grade yourself in the interview so far?
2. You are present in a team and you have to convince your team members & client that your approach is better than the other team members.
3. You are the team leader & you have to point out & convey the negative points of a member of your team without getting him/her hurt.
- At last, they asked me if I have questions for them( I asked 2 questions ) & then the interview ended.

  • Q1. 

    Merge K Sorted Arrays Problem Statement

    Given 'K' different arrays that are individually sorted in ascending order, merge all these arrays into a single array that is also sorted in ascending order.

    Inpu...

  • Ans. Sorting

     

    1. Create an output array ‘RESULT’.
    2. Traverse all the given arrays from start to end and insert all the elements in the output array ‘RESULT’.
    3. Sort the ‘RESULT’ and return it.
    Space Complexity: O(2^n)Explanation:

    O(N * K), Where ‘K’ is the number of arrays and ‘N’ is the average number of elements in every array.

     

    We are using an array/list of size O(N * K) to store all the elements of the ‘K’ arrays/lists. T...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from HMR Institute of Technology and Management. I applied for the job as Frontend Developer in GurgaonEligibility criteriaNo CriteriaJosh Technology Group interview preparation:Topics to prepare for the interview - HTML, CSS, JS, FE-Dev Concepts, Data StructuresTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Make at least 1 full-stack project from scratch.
Tip 2 : Understand each & every concept & topic in depth.

Application resume tips for other job seekers

Tip 1 : Make it authentic.
Tip 2 : Sync your resume with company JD.

Final outcome of the interviewSelected

Skills evaluated in this interview

Crest Infosystems Interview FAQs

How many rounds are there in Crest Infosystems Web Developer interview?
Crest Infosystems interview process usually has 2 rounds. The most common rounds in the Crest Infosystems interview process are Aptitude Test and Technical.
What are the top questions asked in Crest Infosystems Web Developer interview?

Some of the top questions asked at the Crest Infosystems Web Developer interview -

  1. What are different hooks that you've used in react...read more
  2. What is normalisation in D...read more
  3. Basic javascript questi...read more

Tell us how to improve this page.

Crest Infosystems Web Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Senior Software Engineer
32 salaries
unlock blur

₹5.4 L/yr - ₹13.2 L/yr

Software Engineer
23 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Software Developer
17 salaries
unlock blur

₹4 L/yr - ₹8.4 L/yr

Senior Software Developer
7 salaries
unlock blur

₹5.5 L/yr - ₹10.2 L/yr

Full Stack Developer
6 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Crest Infosystems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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