Upload Button Icon Add office photos

Filter interviews by

Contentstack Interview Questions and Answers

Updated 30 Nov 2024

Contentstack Interview Experiences

Popular Designations

4 interviews found

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Assessment was done by Hacer rank. Questions were in medium level from problem solving, python based question, React and Node js related questions.

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 16 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. About selenium java and manual testing concepts
Round 2 - Technical 

(1 Question)

  • Q1. Previous project challenges and solution
Round 3 - HR 

(1 Question)

  • Q1. General discussion happened

Interview Preparation Tips

Interview preparation tips for other job seekers - Totally three rounds of interview..interviewers are good.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

IT Director Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Experience CTC reporting structure team size
  • Ans. 

    I have over 10 years of experience in IT, currently earning a CTC of $150,000. I report directly to the CIO and manage a team of 20 IT professionals.

    • 10+ years of IT experience

    • Current CTC is $150,000

    • Report directly to the CIO

    • Manage a team of 20 IT professionals

  • Answered by AI

IT Director Interview Questions asked at other Companies

Q1. Are you capable to lead the company with data compliance for all regulatory authorities?
View answer (1)
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 Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

It was conducted on hackerrank , first round consisted 10 mcq question on topics like html,css, dom manipulation ,rest api, two sql coding question and 1 dsa question , coding question on sql and dsa were quite simple , dsa was a string based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare best for the first round as most of the candidates are rejected after first round ,
round 2 and round 3 are usually one on one interview , mostly talk about project and some dsa questions

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Contentstack interview questions for popular designations

 Full Stack Software Developer

 (1)

 IT Director

 (1)

 QA Engineer

 (1)

 Associate Software Engineer

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself?
  • Q2. Final year project explanation (based on software)
  • Ans. 

    Developed a web-based project management tool for small businesses

    • Used PHP and MySQL for backend development

    • Implemented a responsive UI using HTML, CSS, and JavaScript

    • Included features such as task assignment, progress tracking, and file sharing

    • Conducted user testing and incorporated feedback for improvements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly interview just give solution oriented answers rather than bookish answers.

I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding question on array , tree

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds
1. written
2. Technical (Java/spring boot)
3. Technical ( Coding, DS, array, tree etc and time complexity)
4. Managerial technical ( Situation based technical ques, Puzzles, Project related que)
5. Salary discussion

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Question on js

Interview Preparation Tips

Interview preparation tips for other job seekers - study the basics, coding ques

Interview Questionnaire 

2 Questions

  • Q1. Interview happened for about 1hr 20mins approx with java basics to hard question like Singleton class, HashMap, oops concept and sql queries and they gave 3 code to write.
  • Q2. Be relax answer with confidence

I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

Contentstack Interview FAQs

How many rounds are there in Contentstack interview?
Contentstack interview process usually has 1-2 rounds. The most common rounds in the Contentstack interview process are Technical, HR and Coding Test.
How to prepare for Contentstack 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 Contentstack . The most common topics and skills that interviewers at Contentstack expect are CMS, cisco, Agile, MongoDB and Javascript.
What are the top questions asked in Contentstack interview?

Some of the top questions asked at the Contentstack interview -

  1. experience CTC reporting structure team s...read more
  2. About selenium java and manual testing conce...read more
  3. General discussion happe...read more

Tell us how to improve this page.

Contentstack Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 79 Interviews
Programmers.io Interview Questions
4.2
 • 25 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
Egen Interview Questions
3.6
 • 17 Interviews
Spektra Systems Interview Questions
4.1
 • 13 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all

Contentstack Reviews and Ratings

based on 29 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.9

Salary

3.5

Job security

4.0

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 29 Reviews and Ratings
Associate Software Engineer
16 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Customer Success Engineer
14 salaries
unlock blur

₹6.8 L/yr - ₹16.5 L/yr

Software Engineer2
12 salaries
unlock blur

₹13.8 L/yr - ₹20 L/yr

Applications Engineer
10 salaries
unlock blur

₹6 L/yr - ₹18.3 L/yr

Software Engineer
9 salaries
unlock blur

₹5.7 L/yr - ₹22 L/yr

Explore more salaries
Compare Contentstack with

Mobile Programming

2.8
Compare

Diverse Lynx

3.7
Compare

Arcesium

3.5
Compare

Solartis Technology Services

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