Upload Button Icon Add office photos

Filter interviews by

Green Design Technical Assistant Interview Questions, Process, and Tips for Experienced

Updated 19 Jun 2021

Green Design Technical Assistant Interview Experiences for Experienced

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. Test Done on Aggregate?
  • Ans. 

    Yes, various tests are done on aggregates to ensure their quality and suitability for use in construction.

    • Tests include sieve analysis, specific gravity, absorption, and abrasion resistance.

    • These tests help determine the size distribution, density, water absorption, and durability of the aggregate.

    • The results of these tests are used to ensure that the aggregate meets the required specifications for use in construction.

    • ...

  • Answered by AI
  • Q2. What is nominal mix and Design mix
  • Ans. 

    Nominal mix is a mix of fixed proportions of cement, sand, and aggregate. Design mix is a mix of specified proportions of cement, sand, and aggregate.

    • Nominal mix is used for small construction projects where quality control is not a major concern.

    • Design mix is used for large construction projects where quality control is important.

    • Nominal mix has a fixed ratio of ingredients, usually 1:2:4 or 1:3:6.

    • Design mix has a spe...

  • Answered by AI
  • Q3. What is M30
  • Ans. 

    M30 is a grade of concrete used in construction.

    • M30 refers to the compressive strength of concrete after 28 days of curing.

    • It is commonly used in the construction of bridges, high-rise buildings, and heavy-duty industrial structures.

    • M30 concrete has a mix ratio of 1:1:2 (cement:sand:aggregate).

  • Answered by AI
  • Q4. What is the use of Slump Test
  • Ans. 

    Slump test is used to measure the consistency of fresh concrete before it sets.

    • It measures the workability of concrete.

    • It helps to determine the water-cement ratio.

    • It is a simple and quick test that can be performed on-site.

    • The test involves filling a slump cone with concrete and measuring the slump.

    • The slump value indicates the amount of deformation or settling of the concrete.

    • The test is used to ensure that the concr...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Why you left previous job
  • Q2. If a customer is very adamant what will be your way to calm that customer
  • Ans. 

    I would listen to the customer's concerns, empathize with them, and offer a solution to their problem.

    • Listen actively to the customer's concerns without interrupting them

    • Empathize with the customer by acknowledging their frustration and apologizing for any inconvenience caused

    • Offer a solution to the customer's problem, and explain how it will resolve their issue

    • Remain calm and professional throughout the interaction, e...

  • Answered by AI
  • Q3. Why you think that you are suitable for this job
  • Q4. Why you want this job ?

Interview Preparation Tips

Interview preparation tips for other job seekers - kindly be calm and be what you are don't be over smart just show your smartest in a good way and be confident .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Sql constraint , primary key, unique and foreign key

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell us about your past project architecture
  • Ans. 

    I have designed and implemented a microservices architecture for a large e-commerce platform.

    • Utilized Docker containers for easy deployment and scalability

    • Implemented API gateway for centralized authentication and routing

    • Used message queues for asynchronous communication between services

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding puzzle on hacker rank

Round 2 - Technical 

(2 Questions)

  • Q1. Explain redux toolkit
  • Ans. 

    Redux Toolkit is an official, opinionated, batteries-included toolset for efficient Redux development.

    • Includes utilities like createSlice, createAsyncThunk, and createEntityAdapter for easier Redux setup

    • Reduces boilerplate code and simplifies common Redux patterns

    • Encourages best practices and helps developers write more maintainable code

  • Answered by AI
  • Q2. Explain use memo hook
  • Ans. 

    memo hook is a React hook used for optimizing performance by memoizing the result of a function

    • Memo hook is used to prevent unnecessary re-renders by caching the result of a function

    • It is useful when a component re-renders frequently with the same props

    • Example: const memoizedValue = useMemo(() => computeExpensiveValue(a, b), [a, b])

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and subjective type questions in javascript, node as well as react

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Communication test done online
Round 2 - Technical 

(1 Question)

  • Q1. About Active Directory

I applied via Naukri.com and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Expectations of the salary
  • Q2. Sccm basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Government job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Its basically on system design and coding round, simple string related questions and jira dystem design
  • Q2. Code LCA and many sting coding
Round 2 - Technical 

(1 Question)

  • Q1. JIra System design
  • Ans. 

    Jira System design involves creating workflows, issue types, custom fields, and permissions to optimize project management.

    • Design workflows to track the progress of tasks from start to finish

    • Create custom issue types to categorize different types of work

    • Define custom fields to capture specific information for each issue

    • Set up permissions to control who can view, edit, and transition issues

    • Integrate Jira with other tool...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. What and why IOC Container in spring
  • Ans. 

    IOC Container is a core feature of Spring Framework that manages the dependencies between objects.

    • IOC stands for Inversion of Control

    • It is used to achieve loose coupling between objects

    • It allows objects to be created and wired together by an external framework

    • It reduces the amount of code needed for configuration and maintenance

    • Examples of IOC Containers in Spring are ApplicationContext and BeanFactory

  • Answered by AI
  • Q2. Why we use @Value in spring boot
  • Ans. 

    We use @Value in Spring Boot to inject values from properties files or environment variables.

    • Allows for external configuration of application properties

    • Values can be injected from properties files or environment variables

    • Can be used to inject values into fields, constructors, or methods

    • Example: @Value("${my.property}") private String myProperty;

  • Answered by AI
  • Q3. Difference between SQL and Non-SQL database
  • Ans. 

    SQL databases are relational and use structured data, while NoSQL databases are non-relational and use unstructured data.

    • SQL databases use tables with predefined schema, while NoSQL databases use documents, key-value pairs, or graphs.

    • SQL databases are better for complex queries and data analysis, while NoSQL databases are better for scalability and flexibility.

    • Examples of SQL databases include MySQL, Oracle, and Postgr...

  • Answered by AI
  • Q4. Give real time scenario where have you used abstract class and interface
  • Ans. 

    Abstract classes and interfaces are used to achieve abstraction and provide a blueprint for classes to implement.

    • Used abstract class to create a base class for different types of vehicles, with common properties and methods.

    • Used interface to define a contract for different payment methods, with each method implementing its own logic.

    • Abstract classes are used when we want to provide a default implementation for some met...

  • Answered by AI
  • Q5. How did you handle authentication and authorization in project
  • Ans. 

    Authentication and authorization were handled using a combination of technologies and protocols.

    • Used OAuth 2.0 for authentication

    • Implemented role-based access control for authorization

    • Stored user credentials securely using bcrypt hashing algorithm

    • Used JSON Web Tokens (JWT) for session management

    • Implemented two-factor authentication for sensitive operations

  • Answered by AI
  • Q6. How will you encrypt customer information including SSN and others
  • Ans. 

    Customer information will be encrypted using industry-standard encryption algorithms and stored securely.

    • Use industry-standard encryption algorithms such as AES or RSA

    • Ensure that encryption keys are securely stored and managed

    • Implement secure storage mechanisms such as hashing and salting

    • Regularly review and update encryption protocols to ensure they remain secure

  • Answered by AI
  • Q7. Why Serialization used
  • Ans. 

    Serialization is used to convert complex data structures into a format that can be easily transmitted or stored.

    • Serialization allows data to be sent over a network or saved to a file.

    • It enables objects to be stored in a database or memory.

    • Serialization is used in web services, messaging systems, and distributed computing.

    • Examples include JSON, XML, and binary formats like Protocol Buffers and Apache Avro.

  • Answered by AI
  • Q8. Do you have any experience with Jenkins and Cloud Deployement
  • Ans. 

    Yes, I have experience with Jenkins and Cloud Deployment.

    • I have used Jenkins for continuous integration and continuous deployment.

    • I have experience with setting up Jenkins pipelines for automated deployment.

    • I have worked with cloud platforms like AWS and Azure for deploying applications.

    • I have used tools like Ansible and Terraform for infrastructure automation.

    • I have experience with containerization using Docker and Ku...

  • Answered by AI
  • Q9. Have you used Logging mechanism
  • Ans. 

    Yes, logging is an essential part of software development.

    • Logging helps in debugging and troubleshooting issues.

    • It provides a record of events and actions taken by the system.

    • It helps in monitoring system performance and identifying bottlenecks.

    • Examples of logging mechanisms include log4j, syslog, and ELK stack.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Technical Lead interview:
  • Java, Spring, Spring, Securrity
  • Web Services
  • Cloud Deployement
  • Microservices
  • JPA
  • Hibernate
Interview preparation tips for other job seekers - Basic questions asked from Resume based on the the technical skill set shown.
Need to be confident and give point to point answer.

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions from my resume.
  • Ans. If they are asking you something which they have read from your cv , so just be confident about your answers as you all the answers about yourself.
  • Answered Anonymously
  • Q2. Russia Ukraine status
  • Ans. Now in this question she just wanted to check my English communication, told her whatever I knew about it and that's all, as there might be a chance that she doesn't know any thing about that
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Just some basic questions about computers.
  • Ans. Gave ans. To the questions I knew and denied2 for the ans. Which I don't know.
  • Answered Anonymously
Round 3 - Assignment 

This was just a versant round .

Interview Preparation Tips

Interview preparation tips for other job seekers - So here's the technique..
Just be honest about what you are asked , do not ever try to outsmart the interviewer as he is very experienced. Don't try to give answers you don't know just tell them that you don't know. Be very confident tell them in a normal tone and be slow .
And one of the best trick is when they ask about yourself kindly tell them as more as you can , bcz this helps the interviewer to know about yourself. And if he is satisfied he will not question you more

Green Design Interview FAQs

What are the top questions asked in Green Design Technical Assistant interview for experienced candidates?

Some of the top questions asked at the Green Design Technical Assistant interview for experienced candidates -

  1. What is the use of Slump T...read more
  2. What is nominal mix and Design mi...read more
  3. What is ...read more

Tell us how to improve this page.

Green Design Technical Assistant Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

-

Skill development

-

Work-Life balance

-

Salary & Benefits

-

Job Security

-

Company culture

-

Promotions/Appraisal

-

Work Satisfaction

Explore 1 Review and Rating
Design Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Site Engineer
5 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Draughtsman Civil
4 salaries
unlock blur

₹1.8 L/yr - ₹2.3 L/yr

Draughtsman
3 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Green Design with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview