Upload Button Icon Add office photos

Filter interviews by

C P Kukreja Associates Senior Engineer Interview Questions and Answers

Updated 27 Feb 2023

C P Kukreja Associates Senior Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Feb 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Its all about you and your experience in resume
Round 3 - Technical 

(2 Questions)

  • Q1. Questions are as per your resume working experience .
  • Q2. Knowledge of is codes like 456 and 1200

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you have written in your resume about job responsibility, prepare it properly.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on trie
  • Q2. Question on intervals
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Coding on java 8 streams API
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. ServiceNow basic QU
Round 2 - One-on-one 

(1 Question)

  • Q1. CAD QUestion about serviecnow
Round 3 - HR 

(1 Question)

  • Q1. Basic question and sal discussion and project discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa questions like search sort

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

(2 Questions)

  • Q1. Tell me something about your self?
  • Ans. 

    I am a dedicated and experienced Senior Engineer with a strong background in project management and problem-solving.

    • Over 10 years of experience in engineering field

    • Expertise in project management and team leadership

    • Strong problem-solving skills and attention to detail

    • Proficient in various engineering software and tools

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q2. Why deloitte? and Us
  • Ans. 

    Deloitte is a global leader in consulting and technology services, offering exciting opportunities for growth and innovation.

    • Deloitte is a prestigious global consulting firm known for its innovative solutions and industry expertise

    • Deloitte offers a wide range of opportunities for career growth and development

    • Deloitte values diversity and inclusion, creating a supportive and collaborative work environment

    • Deloitte's focu...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

1st round was consist of mcq questions the difficulty level was moderate to hard.

Round 1 - Aptitude Test 

Technical questions related to SQL , java , hibernate, spring boot ,oops, restful webservices

Round 2 - Technical 

(1 Question)

  • Q1. How to write Immutable class in java
  • Ans. 

    Immutable class in Java

    • Make the class final

    • Make all fields private and final

    • Do not provide any setter methods

    • If mutable objects are used, return a copy instead of the original object

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is difference between spring MVC and spring Boot
  • Ans. 

    Spring MVC is a web framework while Spring Boot is an opinionated configuration of Spring.

    • Spring MVC requires manual configuration while Spring Boot provides auto-configuration.

    • Spring Boot includes an embedded server while Spring MVC requires a separate server.

    • Spring Boot simplifies dependency management while Spring MVC requires manual dependency management.

    • Spring Boot is ideal for microservices while Spring MVC is be

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and project related information

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up-to-date knowledge in hand
Camera should be on
no network issue
And all the best

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 3 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 - Technical 

(2 Questions)

  • Q1. What is your responsibility role in the project
  • Q2. What is your project discuss your roles and responsibilities in your project
Round 3 - One-on-one 

(1 Question)

  • Q1. What are the technologies used
  • Ans. 

    We use a variety of technologies including Java, Python, AWS, Docker, and Kubernetes.

    • Java for backend development

    • Python for scripting and data analysis

    • AWS for cloud infrastructure

    • Docker for containerization

    • Kubernetes for container orchestration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About project and domain and which tools are used

I applied via LinkedIn and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Write a program: if input is "my_first_variable" return output as "myFirstVariable" and vice-versa
  • Ans. 

    A program to convert a variable name from snake_case to camelCase and vice-versa.

    • Split the input string by underscore (_) to get an array of words.

    • For snake_case to camelCase conversion, capitalize the first letter of each word except the first one.

    • For camelCase to snake_case conversion, insert an underscore (_) before each capital letter except the first one.

    • Join the array of words with the appropriate delimiter to ge

  • Answered by AI
  • Q2. Write a program: two input, one is N(any integer, lets say 3), second input will be array of integers(duplicate/multiple occurrences of same integer, lets say [2,3,2,4,2] ). You have to return the number w...
  • Ans. 

    Program to find the number whose occurrence is greater than N/2 in an array of integers.

    • Take two inputs, one integer N and an array of integers.

    • Loop through the array and count the occurrence of each number.

    • Return the number whose occurrence is greater than N/2.

    • If no such number found, return '-1'.

  • Answered by AI
  • Q3. Write a program: single input as a string(lets say "aaabcccfffghh"), you have to return the char and their occurrence as a string. In this case you have to return "a3b1c3f3g1h2"
  • Ans. 

    Program to return character and their occurrence in a string.

    • Iterate through the string and count the occurrence of each character.

    • Store the count in a dictionary or hashmap.

    • Create a new string by concatenating the character and their count.

    • Return the new string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Ui Developer(React/Redux). For that I had to go through series of tests and tech interview.
1. Coding Challenge: Three questions in 75min. Difficulty Level - Average
2.Aptitude Test: 30 questions in 20min. Difficulty Level - Average. Questions related to find the sequence of any missing figure. Train speed related questions. So practice these
3. Two round of Tech interview. Difficulty Level - Average to Difficult
4. MCQ on JS, JS Fundamental, HTML, CSS, React, GIT. Time 190min. Difficulty Level - Difficult.

Nagarro's hiring process is damn fast. After clearing any of the steps they will call on same day.

Skills evaluated in this interview

C P Kukreja Associates Interview FAQs

How many rounds are there in C P Kukreja Associates Senior Engineer interview?
C P Kukreja Associates interview process usually has 3 rounds. The most common rounds in the C P Kukreja Associates interview process are Resume Shortlist, HR and Technical.

Tell us how to improve this page.

C P Kukreja Associates Senior Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Architect
5 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Senior Manager
4 salaries
unlock blur

₹9.5 L/yr - ₹15 L/yr

Senior Site Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹5.5 L/yr

Interior Architect
4 salaries
unlock blur

₹3.6 L/yr - ₹3.6 L/yr

Structural Draftsman
4 salaries
unlock blur

₹6.6 L/yr - ₹8.4 L/yr

Explore more salaries
Compare C P Kukreja Associates with

Architect Hafeez Contractor

3.3
Compare

Voyants Solutions

3.6
Compare

Edifice Consultants

3.6
Compare

Sudhir Power

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