Upload Button Icon Add office photos

Filter interviews by

Chemin conceptions Interview Questions and Answers

Updated 21 Sep 2022

Chemin conceptions Interview Experiences

1 interview found

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 

(1 Question)

  • Q1. Technical questions related to experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep knowledge of own field .eg if u are highway engineer then keep knowledge of level checking , FDD test knowledge and field knowledge

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Chemin conceptions?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Egerly they asked questions about your inner confidence of tha job seekers

Interview Preparation Tips

Interview preparation tips for other job seekers - Ntg is impossible first you consatret your looking i meen your dress sens... first impression is tha best impression so u look complete formally & kindly answer tha questions very confidently ..be honest delivered good communication skills

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Program we're asked based on html
  • Ans. 

    This question involves creating a program using HTML to demonstrate web development skills.

    • Understand the structure of an HTML document: <html>, <head>, <body>.

    • Use semantic HTML elements like <header>, <footer>, <article> for better accessibility.

    • Incorporate CSS for styling and JavaScript for interactivity.

    • Example: Create a simple webpage with a title, a paragraph, and a button that ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no advice to be given the he was good and it nice experience

Interview Questionnaire 

1 Question

  • Q1. Can you handle a team.
  • Ans. 

    Yes, I can effectively handle a team by fostering collaboration, communication, and motivation among team members.

    • I prioritize open communication, ensuring everyone feels heard and valued.

    • I set clear goals and expectations, like using SMART criteria for project objectives.

    • I encourage team collaboration through regular brainstorming sessions, leading to innovative solutions.

    • I provide constructive feedback, helping team ...

  • Answered by AI

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

Interview Questionnaire 

1 Question

  • Q1. NEUTRAL AXIS IN RCC STRUCTURE
  • Ans. 

    The neutral axis is the line where the stress is zero in a reinforced concrete structure.

    • The neutral axis divides the cross-section of the structure into two parts: the compression zone and the tension zone.

    • The depth of the neutral axis depends on the moment of resistance of the section and the bending moment applied.

    • The position of the neutral axis affects the amount of reinforcement required in the tension zone.

    • The n...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GRT TO WORK WITH THIS COMPANY

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About the project and our subject related
  • Q2. What is your project?
  • Q3. What is java

Interview Preparation Tips

Interview preparation tips for other job seekers - Am eagerly waiting for the job.but the interview was technical one but was majorly a stress test

Skills evaluated in this interview

Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Explain the difference between ArrayList and LinkedList in Java. When would you choose one over the other?
  • Q2. What are the advantages and disadvantages of using Java’s synchronized keyword for thread synchronization? Can you explain how the ReentrantLock compares to synchronized?
  • Ans. 

    Java's synchronized keyword offers thread safety but has limitations compared to ReentrantLock.

    • Advantages of synchronized: Simple to use, built-in language feature.

    • Disadvantages of synchronized: Can lead to deadlocks, less flexible than ReentrantLock.

    • ReentrantLock allows for tryLock() method, enabling non-blocking attempts to acquire a lock.

    • ReentrantLock supports fairness policies, allowing threads to acquire locks in ...

  • Answered by AI
  • Q3. What is the difference between == and .equals() in Java? When should each be used, and what issues can arise from improper usage?
  • Q4. How does the Java garbage collector work? Can you describe the different types of garbage collection algorithms available in Java?
  • Ans. 

    Java's garbage collector automatically manages memory by reclaiming unused objects, improving performance and preventing memory leaks.

    • Java uses automatic garbage collection to manage memory, freeing developers from manual memory management.

    • The main types of garbage collection algorithms in Java include: Serial, Parallel, Concurrent Mark-Sweep (CMS), and G1 (Garbage-First).

    • The Serial Garbage Collector is simple and suit...

  • Answered by AI
  • Q5. What are the main features of Java 8? Can you explain how lambdas and the Stream API have changed the way Java applications are written?
  • Ans. 

    Java 8 introduced lambdas, Stream API, and other features that enhance functional programming and simplify code.

    • Lambdas: Enable concise representation of functional interfaces. Example: (x, y) -> x + y.

    • Stream API: Facilitates functional-style operations on collections. Example: list.stream().filter(x -> x > 10).collect(Collectors.toList()).

    • Default Methods: Allow adding new methods to interfaces without breakin...

  • Answered by AI
  • Q6. Describe the differences between checked and unchecked exceptions in Java. Provide examples and explain how to handle them properly.
  • Q7. What is the Java Memory Model, and how does it affect multithreading and synchronization? How does volatile help ensure memory visibility?
  • Ans. 

    The Java Memory Model defines how threads interact through memory, ensuring visibility and ordering of shared variables.

    • The Java Memory Model (JMM) specifies how threads interact with memory, ensuring consistency and visibility.

    • It defines rules for visibility, atomicity, and ordering of operations in a multithreaded environment.

    • Without proper synchronization, threads may see stale or inconsistent data due to caching an...

  • Answered by AI
  • Q8. Can you explain the difference between method overloading and method overriding in Java? Provide examples where each should be used.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. How much previous knowledge you have on topic.
  • Q2. What your plan to learn after preceding with company.
  • Ans. 

    After joining the company, I plan to enhance my skills through hands-on projects, mentorship, and continuous learning opportunities.

    • Hands-On Projects: I aim to work on real-world projects to apply theoretical knowledge and gain practical experience, such as contributing to team initiatives.

    • Mentorship: I plan to seek guidance from experienced colleagues to learn best practices and industry standards, enhancing my profes...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations

I applied via Recruitment Consulltant and was interviewed before Oct 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 - HR 

(3 Questions)

  • Q1. Normal introduction was asked
  • Q2. Description of the previous role
  • Q3. Roles and responsibilities
Round 3 - Aptitude Test 

Not applicable , this was final round

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard on your attitude, skills can be taught! Focus on your goal.

Chemin conceptions Interview FAQs

How many rounds are there in Chemin conceptions interview?
Chemin conceptions interview process usually has 2 rounds. The most common rounds in the Chemin conceptions interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Trending Companies on AmbitionBox

Reliance Industries Interview Questions
4.0
 • 1.4k Interviews
Adobe Interview Questions
3.8
 • 249 Interviews
Caterpillar Inc Interview Questions
4.2
 • 188 Interviews
SAP Interview Questions
4.2
 • 293 Interviews
Asian Paints Interview Questions
4.0
 • 733 Interviews
Uplers Interview Questions
3.9
 • 43 Interviews
R1 RCM Interview Questions
3.8
 • 333 Interviews
Adani Group Interview Questions
3.9
 • 251 Interviews
View all

Chemin conceptions Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

2.0

Salary

3.0

Job security

3.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
write
Share an Interview