Upload Button Icon Add office photos

Ghmc

Compare button icon Compare button icon Compare

Filter interviews by

Ghmc Interview Questions and Answers

Updated 25 Apr 2024

Ghmc Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Nac and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Grading 

(2 Questions)

  • Q1. Selection based on Grading
  • Q2. Willing to work on given location

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to start with

Assistant Engineer - Civil Interview Questions asked at other Companies

Q1. If the cubes are failed then what will you do ?
View answer (7)

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. What is server side state management
  • Ans. 

    Server side state management is the process of storing and managing data on the server side of a web application.

    • It involves storing data on the server instead of the client side

    • It helps maintain consistency and security of data

    • Examples include session management and database management

  • Answered by AI
  • Q2. What is page life cycle
  • Ans. 

    Page life cycle refers to the series of events that occur between the time a user requests a web page and the time the page is rendered on the user's browser.

    • Page life cycle consists of several stages such as initialization, loading, rendering, and unloading.

    • During initialization, the page is created and controls are initialized.

    • During loading, the page is loaded with data and controls are populated.

    • During rendering, t...

  • Answered by AI
  • Q3. What is components of dot net
  • Ans. 

    The components of .NET include the Common Language Runtime, Framework Class Library, and ASP.NET.

    • Common Language Runtime (CLR) - manages memory, security, and execution of code

    • Framework Class Library (FCL) - collection of reusable classes, interfaces, and value types

    • ASP.NET - web application framework for building dynamic web pages and web services

  • Answered by AI
  • Q4. What is cookies
  • Ans. 

    Cookies are small text files stored on a user's computer by a website to remember user preferences and login information.

    • Cookies are used to track user activity on a website

    • They can be used to store user preferences and login information

    • Cookies can be either session cookies or persistent cookies

    • Session cookies are deleted when the user closes their browser

    • Persistent cookies remain on the user's computer until they expi

  • Answered by AI
  • Q5. What is clr
  • Ans. 

    CLR stands for Common Language Runtime, a component of .NET framework that manages execution of .NET programs.

    • CLR is responsible for memory management, security, and exception handling.

    • It compiles code into an intermediate language (IL) and then executes it.

    • CLR allows for language interoperability, meaning that code written in different languages can be compiled to the same IL and run on the same runtime.

    • Examples of la...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(6 Questions)

  • Q1. What is my job
  • Q2. What is this company name
  • Ans. 

    I'm sorry, but I cannot answer that question without more information.

    • Answered by AI
    • Q3. What is this job
    • Q4. What is your name
    • Ans. 

      My name is [insert name here]

      • My name is [insert name here]

      • I have been called by this name since birth

      • It is the name given to me by my parents

      • It is the name I use to introduce myself to others

    • Answered by AI
    • Q5. What is your age
    • Ans. 

      I prefer not to disclose my age as it is not relevant to my qualifications and experience for this position.

      • Age should not be a factor in determining one's ability to perform a job

      • Experience, skills, and qualifications are more important than age

      • Employers are not allowed to discriminate based on age

      • I am confident that my qualifications and experience make me a strong candidate for this position

    • Answered by AI
    • Q6. What is your work
    • Ans. 

      I oversee daily operations, manage staff, and ensure customer satisfaction.

      • Manage and supervise staff

      • Ensure customer satisfaction

      • Create and implement policies and procedures

      • Monitor inventory and sales

      • Handle customer complaints and resolve issues

      • Train new employees

      • Collaborate with upper management

    • Answered by AI

    I applied via Approached by Company and was interviewed in Aug 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. About background of candidate. Previous work experience, current salary, expectation of salary etc.
    Round 3 - Technical 

    (1 Question)

    • Q1. Related to Qualification questions putup.

    Interview Preparation Tips

    Topics to prepare for Csc E Governance Services Assistant Manager interview:
    • Advanced Excel
    • Management
    • Enterpreneur
    Interview preparation tips for other job seekers - Confidence is more require for these type of interview.
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Newspaper Ad and was interviewed before Dec 2022. There were 2 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 - Assignment 

    Excel and bi data chart prepared smoothly and present companies.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Many future in data analytics. Like MS BI ,EXCEL, SQL and python. Be prepared and grow up

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

    Interview Questionnaire 

    7 Questions

    • Q1. Sql Injection
    • Q2. Security provided for the website
    • Q3. Projects handled in previous companies
    • Q4. Validations used in your project
    • Ans. 

      Validations used in project

      • Input validation to ensure correct data type and format

      • Data validation to ensure data integrity and consistency

      • Business rule validation to ensure compliance with requirements

      • Authentication and authorization validation to ensure secure access

      • Error handling and exception validation to ensure proper handling of errors

    • Answered by AI
    • Q5. StoredProcedure in sql
    • Ans. 

      Stored procedures are precompiled SQL statements that can be saved and reused in a database.

      • Stored procedures can improve performance by reducing network traffic and improving security.

      • They can be used to encapsulate business logic and provide a consistent interface to the database.

      • Parameters can be passed to stored procedures, allowing for dynamic queries.

      • Examples of stored procedures include ones that retrieve data,

    • Answered by AI
    • Q6. Views in sql
    • Ans. 

      Views in SQL are virtual tables that are based on the result of an SQL statement.

      • Views are created using the CREATE VIEW statement.

      • They can be used to simplify complex queries.

      • They can also be used to restrict access to sensitive data.

      • Views are updated automatically when the underlying tables are updated.

      • They can be used to join multiple tables into a single view.

    • Answered by AI
    • Q7. Familiar databases

    Interview Preparation Tips

    Interview preparation tips for other job seekers - They want Fullstack developers so be prepare for it.

    Skills evaluated in this interview

    Round 1 - One-on-one 

    (1 Question)

    • Q1. One round interview in project

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I have completed MCA. Total Work Experience is 4.5 Years.
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    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 - Technical 

    (2 Questions)

    • Q1. Perform some basics logic
    • Q2. Do SQL query and c#

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Coding round with technical round and also prepare for logical round
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

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

    Round 1 - One-on-one 

    (1 Question)

    • Q1. Basic details of required skillset
    Round 2 - Assignment 

    To create a web page

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

    I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

    Round 1 - One-on-one 

    (5 Questions)

    • Q1. Introduce Yourself
    • Q2. What are types of cyber attacks
    • Ans. 

      Types of cyber attacks include malware, phishing, ransomware, DDoS attacks, and social engineering.

      • Malware: malicious software designed to damage or gain unauthorized access to a computer system.

      • Phishing: fraudulent attempts to obtain sensitive information by disguising as a trustworthy entity.

      • Ransomware: malware that encrypts a user's files and demands payment for their release.

      • DDoS attacks: flooding a network or serv...

    • Answered by AI
    • Q3. How to mitigate MITM attack
    • Ans. 

      To mitigate MITM attacks, use encryption, implement secure communication protocols, and verify server certificates.

      • Use encryption to protect data in transit

      • Implement secure communication protocols like HTTPS

      • Verify server certificates to ensure the authenticity of the server

      • Use VPNs for secure remote access

    • Answered by AI
    • Q4. Develop a RAT using MSF
    • Ans. 

      Develop a Remote Access Trojan (RAT) using Metasploit Framework (MSF)

      • Use Metasploit Framework to create a payload for the RAT

      • Set up a listener to receive connections from the compromised machines

      • Utilize post-exploitation modules in MSF for advanced functionality

      • Ensure proper evasion techniques to avoid detection by antivirus software

    • Answered by AI
    • Q5. Describe OSI model
    • Ans. 

      The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven different layers.

      • The OSI model stands for Open Systems Interconnection model.

      • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

      • Each layer has specific functions and communicates with the adjacent layers.

      • Example: When you send an email, t...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Stay updated with the current scenarios and knowledge in the market

    Skills evaluated in this interview

    Tell us how to improve this page.

    Ghmc Interview Process

    based on 2 interviews

    Interview experience

    4
      
    Good
    View more

    Ghmc Reviews and Ratings

    based on 37 reviews

    4.1/5

    Rating in categories

    3.7

    Skill development

    4.0

    Work-life balance

    4.0

    Salary

    3.5

    Job security

    3.8

    Company culture

    3.4

    Promotions

    3.8

    Work satisfaction

    Explore 37 Reviews and Ratings
    Civil Site Engineer
    12 salaries
    unlock blur

    ₹2.8 L/yr - ₹3.6 L/yr

    Site Engineer
    7 salaries
    unlock blur

    ₹2.8 L/yr - ₹3.5 L/yr

    Work Inspector
    4 salaries
    unlock blur

    ₹2.4 L/yr - ₹2.4 L/yr

    Data Processing Executive
    4 salaries
    unlock blur

    ₹2.1 L/yr - ₹3.2 L/yr

    Computer Operator
    4 salaries
    unlock blur

    ₹2.1 L/yr - ₹2.7 L/yr

    Explore more salaries
    Compare Ghmc with

    Dhule Municipal Corporation

    4.1
    Compare

    Municipal Corporation of Greater Mumbai

    3.5
    Compare

    Kolkata Municipal Corporation

    3.4
    Compare

    Pune Municipal Corporation

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