Upload Button Icon Add office photos
Engaged Employer

i

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

Crio.Do Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Crio.Do Project Engineer Interview Questions and Answers

Updated 16 Oct 2024

6 Interview questions

A Project Engineer was asked 8mo ago
Q. What are the differences between SQL and NoSQL databases?
Ans. 

SQL is a relational database management system, while NoSQL is a non-relational database management system.

  • SQL is table-based, with a predefined schema, while NoSQL is document, key-value, graph, or wide-column store-based, with dynamic schema.

  • SQL is best suited for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time web applications.

  • Examples of SQL databases include...

A Project Engineer was asked 8mo ago
Q. What is the use of useState?
Ans. 

Use state is a feature in React that allows components to have local state.

  • Use state is a React Hook that allows functional components to have state.

  • It is used to store and update component-specific data.

  • Example: const [count, setCount] = useState(0);

Project Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Triangle Star Pattern Task Your task is to print a triangle patte ... read more
asked in Wipro
Q2. Encode The String Problem Statement Given a string S of length N, ... read more
asked in Wipro
Q3. Given a starting time, find the minimum number of minutes needed ... read more
asked in Wipro
Q4. Binary to Decimal Conversion Challenge Transform a given binary n ... read more
asked in Wipro
Q5. Mindbending Product Problem Statement You are given an array ARR ... read more
A Project Engineer was asked 8mo ago
Q. Given a matrix, how do you find the middle number?
Ans. 

The middle number in a matrix is the number located at the center of the matrix.

  • To find the middle number in a matrix, first determine the number of rows and columns in the matrix.

  • If the number of rows and columns is odd, the middle number is located at (n/2, n/2) where n is the number of rows or columns.

  • If the number of rows and columns is even, there may be multiple middle numbers or the average of the two middl...

A Project Engineer was asked 11mo ago
Q. Given two strings s and t, return true if t is an anagram of s, and false otherwise.
Ans. 

Check if two strings are anagrams of each other.

  • Create a character count array for each string

  • Compare the character count arrays to check if they are equal

  • Ignore spaces and consider case sensitivity

A Project Engineer was asked 11mo ago
Q. Given the head of a singly linked list, reverse the list, and return the reversed list.
Ans. 

Reverse a linked list by changing the pointers direction.

  • Start with three pointers: current, previous, and next.

  • Iterate through the linked list, updating the pointers to reverse the direction.

  • Update the head of the linked list to be the last node visited.

A Project Engineer was asked
Q. Project Description
Ans. 

The project involves designing and managing the construction of a new office building.

  • Developing project plans and timelines

  • Coordinating with architects and contractors

  • Ensuring compliance with building codes and regulations

  • Managing project budget and resources

Crio.Do Project Engineer Interview Experiences

6 interviews found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between SQL vs nosql
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL is table-based, with a predefined schema, while NoSQL is document, key-value, graph, or wide-column store-based, with dynamic schema.

    • SQL is best suited for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time web applications.

    • Examples of SQL databases include MySQ...

  • Answered by AI
  • Q2. Discussion on projects
  • Q3. What is use state
  • Ans. 

    Use state is a feature in React that allows components to have local state.

    • Use state is a React Hook that allows functional components to have state.

    • It is used to store and update component-specific data.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
  • Q4. Middle number in a matrix
  • Ans. 

    The middle number in a matrix is the number located at the center of the matrix.

    • To find the middle number in a matrix, first determine the number of rows and columns in the matrix.

    • If the number of rows and columns is odd, the middle number is located at (n/2, n/2) where n is the number of rows or columns.

    • If the number of rows and columns is even, there may be multiple middle numbers or the average of the two middle num...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just basic knowledge of any techstack like mern, spring boot Java or Java selenium

Skills evaluated in this interview

Project Engineer Interview Questions & Answers

user image Rajibul Molla

posted on 20 Jul 2024

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

(2 Questions)

  • Q1. Check Anagram of two strings.
  • Ans. 

    Check if two strings are anagrams of each other.

    • Create a character count array for each string

    • Compare the character count arrays to check if they are equal

    • Ignore spaces and consider case sensitivity

  • Answered by AI
  • Q2. Reverse a linked List.
  • Ans. 

    Reverse a linked list by changing the pointers direction.

    • Start with three pointers: current, previous, and next.

    • Iterate through the linked list, updating the pointers to reverse the direction.

    • Update the head of the linked list to be the last node visited.

  • Answered by AI
Round 2 - Coding Test 

Explain your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions related to simple algorithms

Round 2 - Assignment 

Based on Linux commands and data structures

Round 3 - One-on-one 

(2 Questions)

  • Q1. Project Description
  • Ans. 

    The project involves designing and managing the construction of a new office building.

    • Developing project plans and timelines

    • Coordinating with architects and contractors

    • Ensuring compliance with building codes and regulations

    • Managing project budget and resources

  • Answered by AI
  • Q2. Had to show case previous projects made
Round 4 - HR 

(1 Question)

  • Q1. Questions related to relocation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

2 Simple DSA questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic questions of Linux, And previous round questions discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple, and know basic concepts
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions based on array and strings

Round 2 - Technical 

(1 Question)

  • Q1. Few technical questions on the language your good at,followed by 1 DSA questions need to solve on any coding platform
Round 3 - HR 

(1 Question)

  • Q1. Basci HR round questions includes reloaction,salary negotiation etc
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 Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Was having two easy problems. One was on array and another was on string

Round 2 - Technical 

(1 Question)

  • Q1. Was having questions on Linux and asked a medium leetcode problems and discussion around complexity analysis(time and space)
Round 3 - Technical 

(1 Question)

  • Q1. This was a project round. Was asked questions about my projects.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Crio.Do ?
Ask anonymously on communities.

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 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 - Group Discussion 

They gave topic online class vs offline class

Round 3 - Assignment 

Should do answers video for some questions

Interview Preparation Tips

Topics to prepare for Planet Spark Junior Engineer interview:
  • Python
Interview preparation tips for other job seekers - Prepare well for your domain basics and your projects
Are these interview questions helpful?

I applied via LinkedIn and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction, experience, about skill lync , why skill lync, previous work procedure,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your matrices and confident and know about company products

I appeared for an interview before Jul 2021.

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 - Assignment 

Video preparation on narrative

Round 3 - One-on-one 

(1 Question)

  • Q1. Personal and narrative mock call

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give interview very pathetic company

I applied via LinkedIn and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are your.goals?
  • Q2. How are your.ambitions aligned?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be assertive. Go for it only if you think you can fare well.

Crio.Do Interview FAQs

How many rounds are there in Crio.Do Project Engineer interview?
Crio.Do interview process usually has 2-3 rounds. The most common rounds in the Crio.Do interview process are Technical, Coding Test and HR.
How to prepare for Crio.Do Project Engineer 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 Crio.Do . The most common topics and skills that interviewers at Crio.Do expect are CSS, Data Structures, Django, GIT and HTML.
What are the top questions asked in Crio.Do Project Engineer interview?

Some of the top questions asked at the Crio.Do Project Engineer interview -

  1. Difference between SQL vs no...read more
  2. What is use st...read more
  3. Middle number in a mat...read more
How long is the Crio.Do Project Engineer interview process?

The duration of Crio.Do Project Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 6 interview experiences

Difficulty level

Easy 40%
Moderate 60%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.8
 • 493 Interviews
Unacademy Interview Questions
3.0
 • 217 Interviews
NxtWave Interview Questions
3.8
 • 217 Interviews
Testbook.com Interview Questions
3.5
 • 104 Interviews
Skill Lync Interview Questions
3.1
 • 92 Interviews
Teachnook Interview Questions
3.1
 • 89 Interviews
LEAD School Interview Questions
3.3
 • 89 Interviews
Scaler Academy Interview Questions
3.7
 • 82 Interviews
Great Learning Interview Questions
3.7
 • 66 Interviews
View all
Crio.Do Project Engineer Salary
based on 82 salaries
₹4.5 L/yr - ₹7 L/yr
At par with the average Project Engineer Salary in India
View more details

Crio.Do Project Engineer Reviews and Ratings

based on 6 reviews

3.2/5

Rating in categories

3.4

Skill development

2.9

Work-life balance

3.2

Salary

2.1

Job security

3.9

Company culture

1.8

Promotions

3.5

Work satisfaction

Explore 6 Reviews and Ratings
Project Engineer
82 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

Business Development Associate
70 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Inside Sales Specialist
33 salaries
unlock blur

₹3.4 L/yr - ₹7.5 L/yr

Customer Success Associate
25 salaries
unlock blur

₹3 L/yr - ₹6.4 L/yr

Senior Business Development Associate
20 salaries
unlock blur

₹4.5 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Crio.Do with

Planet Spark

3.8
Compare

Unacademy

3.0
Compare

LEAD School

3.3
Compare

Skill Lync

3.1
Compare
write
Share an Interview