Upload Button Icon Add office photos
Premium Employer

i

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

Carrier

Compare button icon Compare button icon Compare

Filter interviews by

Carrier Project Engineer Interview Questions and Answers

Updated 23 Sep 2021

Carrier Project Engineer Interview Experiences

1 interview found

Interview Preparation Tips

Interview preparation tips for other job seekers - It's cool interview process

Top trending discussions

View All
Interview Tips & Stories
1w
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 Carrier?
Ask anonymously on communities.

Interview questions from similar companies

Senior Engineer Interview Questions & Answers

HARMAN user image SOUMYA P. BHOIN

posted on 19 Dec 2020

I applied via Naukri.com and was interviewed before Dec 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was interviewed for the position of ETL developer. There were total 4 rounds including the managerial discussion. First three rounds were purely technical discussions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was really smooth though it took full day. They used to complete all the rounds the same itself. And the best part is, you will know your feedback the same moment and next day itself the hr will have a discussion for CTC things.

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

Interview Questionnaire 

1 Question

  • Q1. Only experience .

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Senior Engineer Interview Questions & Answers

Dell user image Neeks daredeveiler

posted on 5 Apr 2022

I applied via Naukri.com and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Coding Test 

They ask to many technical question and ask to code also

Round 2 - Aptitude Test 

They ask for your background and thing you learnt in your past

Interview Preparation Tips

Interview preparation tips for other job seekers - work hard on your interview. they ask too much technical question.

Interview Questionnaire 

1 Question

  • Q1. All technical questions raised
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 Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was 1 coding question with 10 test cases. They asked a question based on binary search. I got 3 hrs to clear that test. I went in as a campus fresher. For lateral joinees, it is a much more difficult question that you have to clear in 4hrs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What's the best way to find majority element in an array?
  • Ans. 

    The best way to find the majority element in an array is by using the Boyer-Moore Voting Algorithm.

    • Initialize a candidate variable and a count variable.

    • Iterate through the array and for each element:

    • - If the count is 0, set the current element as the candidate.

    • - If the current element is the same as the candidate, increment the count.

    • - Otherwise, decrement the count.

    • After the iteration, the candidate will be the ...

  • Answered by AI
  • Q2. Reverse a linked list in K groups.
  • Ans. 

    Reverse a linked list in K groups

    • Iterate through the linked list in groups of size K

    • Reverse each group of nodes using a temporary pointer

    • Connect the reversed groups to form the final reversed linked list

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Senior Engineer interview:
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Have strong DSA skills.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Revere Linked List
2. Maximum water in a container

Round 2 - Technical 

(1 Question)

  • Q1. 1. ArrayList 2. Types of locaters in Appium 3. D/b UI automator1 and ui Automator 2?
  • Ans. 

    ArrayList is a resizable array implementation in Java. Appium locators include ID, name, class name, xpath, etc. UI Automator 1 and 2 are tools for testing Android apps.

    • ArrayList is a dynamic array that can grow or shrink in size. Example: ArrayList<String> list = new ArrayList<>();

    • Appium locators include ID, name, class name, xpath, etc. Example: driver.findElement(By.id("elementID"));

    • UI Automator 1 is a t...

  • Answered by AI
Round 3 - Aptitude Test 

1. What is same for you and even for PM of US?

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

C coding questions on bitwise concepts
DSA coding concepts

Round 2 - Technical 

(2 Questions)

  • Q1. What I have fone in previous organization
  • Ans. 

    In my previous organization, I led engineering projects, optimized processes, and mentored junior engineers to enhance team performance.

    • Led a team of engineers in developing a scalable web application, resulting in a 30% increase in user engagement.

    • Implemented CI/CD pipelines that reduced deployment time by 50%, improving overall productivity.

    • Mentored junior engineers, providing guidance on best practices and code revi...

  • Answered by AI
  • Q2. About work and projects
Round 3 - Puzzles Interview 

(2 Questions)

  • Q1. Excel sheet cell determining logic
  • Q2. Calculate the number of complete squares inscribed in a circle
  • Ans. 

    The number of complete squares inscribed in a circle can be calculated using a formula based on the number of sides of the square.

    • The formula to calculate the number of complete squares inscribed in a circle is n*(n+1)*(2n+1)/6, where n is the number of sides of the square.

    • For example, if the circle has a square with 4 sides inscribed in it, the number of complete squares would be 30 (4*(4+1)*(2*4+1)/6 = 30).

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are my expectations from company
  • Ans. 

    Expect a collaborative environment, opportunities for growth, and a commitment to innovation and employee well-being.

    • Collaborative Work Culture: You'll work with cross-functional teams to solve complex problems, like developing a new product feature.

    • Career Development: The company offers mentorship programs and training workshops to help you advance your skills, such as coding bootcamps.

    • Innovation Focus: Expect to be p...

  • Answered by AI
  • Q2. Why am I leaving previous organisation
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for new challenges and growth

    • Opportunity for career advancement

    • Seeking a change in work environment

    • Exploring new technologies or industries

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding round with medium complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Implementation of linkedlist
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Create a Node class with data and a reference to the next Node

    • Initialize a LinkedList class with a head Node

    • Implement methods to add, remove, search, and traverse the linked list

  • Answered by AI
  • Q2. Sorting algoritgms
Round 3 - HR 

(2 Questions)

  • Q1. General expectations
  • Q2. Role clarity discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Question was related to dynamic programming. There was only one question and I had solve it within 4 hours. There were 50 test cases. All test cases must pass.

Round 2 - Technical 

(1 Question)

  • Q1. Basic Java questions and some behavioural questions.
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be good in dynamic programming and graph to crack the coding round.

Carrier Interview FAQs

How to prepare for Carrier 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 Carrier. The most common topics and skills that interviewers at Carrier expect are AutoCAD, Labview, MATLAB, Project Management and Technical Writing.

Tell us how to improve this page.

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 405 Interviews
HARMAN Interview Questions
3.8
 • 276 Interviews
OPPO Interview Questions
4.0
 • 228 Interviews
LG Electronics Interview Questions
3.9
 • 224 Interviews
vivo Interview Questions
4.1
 • 207 Interviews
Daikin Interview Questions
4.1
 • 169 Interviews
Philips Interview Questions
3.8
 • 167 Interviews
Apple Interview Questions
4.3
 • 150 Interviews
Voltas Interview Questions
4.0
 • 147 Interviews
Samsung Research Interview Questions
3.2
 • 139 Interviews
View all
Carrier Project Engineer Salary
based on 36 salaries
₹2.6 L/yr - ₹7 L/yr
9% more than the average Project Engineer Salary in India
View more details

Carrier Project Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.7

Salary

4.7

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Lead Engineer
195 salaries
unlock blur

₹10.7 L/yr - ₹32 L/yr

Senior Engineer
181 salaries
unlock blur

₹8 L/yr - ₹31.3 L/yr

Assistant Manager
156 salaries
unlock blur

₹6 L/yr - ₹18.6 L/yr

Senior Leader Engineer
138 salaries
unlock blur

₹13.1 L/yr - ₹30.9 L/yr

Technical Specialist
92 salaries
unlock blur

₹25 L/yr - ₹40.6 L/yr

Explore more salaries
Compare Carrier with

vivo

4.1
Compare

OPPO

4.0
Compare

Dell

3.9
Compare

LG Electronics

3.9
Compare
write
Share an Interview