Upload Button Icon Add office photos
Engaged Employer

i

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

Crest Data Systems Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 183 Reviews

Filter interviews by

Crest Data Systems Interview Questions, Process, and Tips

Updated 24 Dec 2024

Top Crest Data Systems Interview Questions and Answers

View all 13 questions

Crest Data Systems Interview Experiences

Popular Designations

22 interviews found

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

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

Round 1 - HR 

(1 Question)

  • Q1. Linux Questions are Asking

Site Reliability Engineer Interview Questions asked at other Companies

Q1. Write a program to find a missing number in Arrays?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(6 Questions)

  • Q1. What is dockerfile
  • Ans. 

    Dockerfile is a text file that contains instructions to build a Docker image.

    • Dockerfile is used to define the environment and dependencies for a Docker container

    • It includes commands like FROM, RUN, COPY, and CMD to specify the base image, run commands, copy files, and set the default command

    • Dockerfile is used with the 'docker build' command to create a Docker image

  • Answered by AI
  • Q2. What is jenkinsfile
  • Ans. 

    Jenkinsfile is a text file that defines the pipeline for a Jenkins job.

    • Jenkinsfile is written in Groovy scripting language.

    • It allows defining the entire pipeline as code, including build, test, and deployment stages.

    • Jenkinsfile can be stored in version control along with the project code for better traceability.

    • It enables automation and repeatability of the CI/CD process.

    • Example: pipeline { agent any stages { stage('Bu...

  • Answered by AI
  • Q3. How to reduce size of docker file
  • Ans. 

    To reduce the size of a Docker file, remove unnecessary dependencies, use multi-stage builds, optimize layers, and use smaller base images.

    • Remove unnecessary dependencies and files

    • Utilize multi-stage builds to reduce the number of layers

    • Optimize layers by grouping related commands together

    • Use smaller base images like Alpine instead of larger ones like Ubuntu

  • Answered by AI
  • Q4. What is orchestration
  • Ans. 

    Orchestration is the automated arrangement, coordination, and management of complex computer systems or services.

    • Orchestration involves automating tasks such as provisioning, configuration, deployment, scaling, and monitoring of software applications.

    • It helps in streamlining and optimizing the workflow of various components in a system.

    • Popular orchestration tools include Kubernetes, Docker Swarm, and Apache Mesos.

    • Orche...

  • Answered by AI
  • Q5. What is azure devops and how to use it
  • Ans. 

    Azure DevOps is a set of development tools provided by Microsoft to help teams plan, build, and deploy software applications.

    • Azure DevOps includes services for version control, build automation, release management, and more

    • It allows for collaboration between development and operations teams

    • Users can create pipelines to automate the build and deployment process

    • Azure Boards can be used for project management and tracking

  • Answered by AI
  • Q6. What is helm charts
  • Ans. 

    Helm charts are packages of pre-configured Kubernetes resources used for deploying applications.

    • Helm charts are used to define, install, and upgrade Kubernetes applications.

    • They are written in YAML and can include templates for Kubernetes resources like deployments, services, and ingress.

    • Helm charts can be customized using values files to adjust configurations for different environments.

    • Helm charts are stored in reposi...

  • Answered by AI
Round 2 - Coding Test 

Host webapp container using dockerfile and dockercompose

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in next 5 years

Skills evaluated in this interview

Top Crest Data Systems Devops Engineer Interview Questions and Answers

Q1. What are the steps to decrease a size of dockerfile
View answer (1)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Screening 

(1 Question)

  • Q1. Details Gathering
Round 3 - Technical 

(3 Questions)

  • Q1. Basic and fundamental of JavaScript.
  • Q2. Concepts of ReactJs or whatever technology you are applying for.
  • Q3. Basic DSA question.
Round 4 - Assignment 

Practical task to check code quality, logic, etc.

Interview Preparation Tips

Topics to prepare for Crest Data Systems Senior Software Engineer interview:
  • Javascript
  • Redux
  • React.Js
  • React
  • DSA
  • Unit Testing
Interview preparation tips for other job seekers - You just have to be clear about your core technologies, Fundamentals and Concepts and be confident during interview process.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic DSA questions, started with smallest/largest element and went till maths and dp steps questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. This was done with CTO, question asked was trapping rain water LC - hard
Round 3 - HR 

(4 Questions)

  • Q1. Standard questions in HR like why crest?
  • Q2. What makes you a different candidate?
  • Q3. Strengths and weaknesses?
  • Q4. You have published a research paper do you aspire to be a researcher?

Interview Preparation Tips

Topics to prepare for Crest Data Systems Software Engineer interview:
  • Database
  • Regular expression
  • OOPS
  • NoSQL
  • SQL
Interview preparation tips for other job seekers - Practice DSA you should be able to solve mediums

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Crest Data Systems interview questions for popular designations

 Software Engineer

 (7)

 Devops Engineer

 (3)

 Site Reliability Engineer

 (3)

 HR Executive

 (1)

 Leader Quality Assurance

 (1)

 QA Engineer

 (1)

 QA Lead

 (1)

 Quality Assurance Engineer

 (1)

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

I applied via campus placement at Vishwakarma Government Engineering College, Ahmedabad and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Company will focus on DSA

Round 3 - Technical 

(1 Question)

  • Q1. Company gives some problem to solve in optimized way

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Jul 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a string, 3rd max salary from employee table,
  • Ans. 

    The question asks for reversing a string and finding the 3rd maximum salary from an employee table.

    • To reverse a string, iterate through the characters and swap the first and last characters until reaching the middle.

    • To find the 3rd maximum salary, sort the salaries in descending order and return the third element.

    • If the employee table is stored in an array of objects, access the salary property of each object.

  • Answered by AI
  • Q2. Matrix spiral, etc basic questions
Round 2 - HR 

(1 Question)

  • Q1. Where will you see yourself in 5 years? Are you okay with a bond of 1.5 years, etc.? Basic questions

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions and input abd output questions

Round 2 - One-on-one 

(1 Question)

  • Q1. About DSA in Dsa there

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Dharmsinh Desai Institute of Technology, Nadiad and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test with 1 coding question and other debugging questions

Round 2 - Coding Test 

There is 1 question given of DSA and asked questions about oops, java and dbms

Round 3 - HR 

(1 Question)

  • Q1. GIve your intro

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the steps to decrease a size of dockerfile
  • Ans. 

    To decrease the size of a Dockerfile, steps such as using multi-stage builds, minimizing layers, and optimizing image size can be taken.

    • Use multi-stage builds to reduce the number of layers in the final image

    • Minimize the number of RUN commands by combining them into a single command

    • Remove unnecessary files and dependencies from the image

    • Use smaller base images like Alpine instead of larger ones like Ubuntu

    • Optimize the ...

  • Answered by AI
  • Q2. What is init container
  • Ans. 

    Init container is a special type of container in Kubernetes that runs before the main application container starts.

    • Init containers are used to perform tasks such as setting up configuration files, initializing a database, or waiting for a service to be ready before the main container starts.

    • They run to completion before the main container starts, ensuring that any dependencies are met.

    • Init containers share the same net...

  • Answered by AI
  • Q3. What is role of nodeport type service
  • Ans. 

    NodePort type service exposes a service on a specific port on all nodes in the cluster.

    • NodePort type service allows external traffic to access a service in a Kubernetes cluster

    • It assigns a static port on each node, which forwards traffic to the service

    • It is commonly used for accessing applications externally in a development environment

  • Answered by AI
  • Q4. How to configure vpc peering
  • Ans. 

    VPC peering allows connecting two VPCs to communicate with each other using private IP addresses.

    • Ensure both VPCs are in the same region

    • Update route tables in both VPCs to allow traffic between them

    • Ensure there are no overlapping CIDR blocks

    • Accept the peering connection request in both VPCs

  • Answered by AI
Round 2 - Coding Test 

Write a Dockerfile to create image for a web app

Round 3 - HR 

(1 Question)

  • Q1. How do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay focused on your learning

Skills evaluated in this interview

Top Crest Data Systems Devops Engineer Interview Questions and Answers

Q1. What are the steps to decrease a size of dockerfile
View answer (1)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Dharmsinh Desai University, Gujarat and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked in detail on HashMap and its internal implementation

Round 2 - HR 

(1 Question)

  • Q1. Challenges you faced
  • Ans. 

    Overcoming technical challenges in developing a complex algorithm

    • Debugging errors in the code

    • Optimizing performance for large datasets

    • Integrating multiple systems and APIs

    • Resolving compatibility issues with different platforms

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Crest Data Systems Interview FAQs

How many rounds are there in Crest Data Systems interview?
Crest Data Systems interview process usually has 2-3 rounds. The most common rounds in the Crest Data Systems interview process are Technical, HR and Resume Shortlist.
How to prepare for Crest Data Systems 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 Crest Data Systems. The most common topics and skills that interviewers at Crest Data Systems expect are Linux, Python, Data Structures, Javascript and Agile.
What are the top questions asked in Crest Data Systems interview?

Some of the top questions asked at the Crest Data Systems interview -

  1. Which different kinds of testing you done and h...read more
  2. What are the steps to decrease a size of dockerf...read more
  3. What is role of nodeport type serv...read more
How long is the Crest Data Systems interview process?

The duration of Crest Data Systems interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Crest Data Systems Interview Process

based on 18 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all

Crest Data Systems Reviews and Ratings

based on 183 reviews

3.6/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.9

Salary

3.2

Job security

3.6

Company culture

3.6

Promotions

3.1

Work satisfaction

Explore 183 Reviews and Ratings
Software Engineer
291 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Site Reliability Engineer
170 salaries
unlock blur

₹4.4 L/yr - ₹15 L/yr

Senior Software Engineer
126 salaries
unlock blur

₹6.8 L/yr - ₹28 L/yr

Devops Engineer
48 salaries
unlock blur

₹4.8 L/yr - ₹17.5 L/yr

Technical Lead
37 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Explore more salaries
Compare Crest Data Systems 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