Upload Button Icon Add office photos

Filter interviews by

Centre for Good Governance Interview Questions and Answers

Updated 9 Jul 2024

Centre for Good Governance Interview Experiences

Popular Designations

8 interviews found

Interview Questions & Answers

user image MORLA RAJA KRISHNA MURTHY

posted on 31 Oct 2023

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. Proposal writing
  • Q2. Agriculture Challenges in India perspective
Round 3 - Case Study 

Case study design, development and presentation

Round 4 - Fa 

(1 Question)

  • Q1. Technical questions on the subject and key roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on latest technology e-governance and development sector emerging issues such as good governance, agriculture, human development and monitoring and evaluation aspects.

Project Lead Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 

(4 Questions)

  • Q1. Did you worked on Spring boot & microservices? Explain from your last project.
  • Q2. Do you know SQL queries? How to write Left & right inner joins in postgres.
  • Ans. 

    Yes, I am familiar with SQL queries and know how to write left & right inner joins in Postgres.

    • To write a left join in Postgres, use the 'LEFT JOIN' clause to combine rows from two or more tables based on a related column between them.

    • To write a right join in Postgres, use the 'RIGHT JOIN' clause to return all rows from the right table and the matched rows from the left table.

    • Use the 'ON' keyword to specify the join co...

  • Answered by AI
  • Q3. Do you know JSPs, tell me about different jsp tag libraries?
  • Ans. 

    JSP tag libraries are collections of custom tags that provide reusable components for JSP pages.

    • JSTL (JavaServer Pages Standard Tag Library) - provides tags for common tasks like iteration, conditionals, and formatting

    • Apache Struts - provides tags for form handling and validation

    • Spring MVC - provides tags for form binding and validation

    • Custom tag libraries - developers can create their own custom tags for specific func

  • Answered by AI
  • Q4. Do you know Spring Security? How to implement it.
  • Ans. 

    Yes, Spring Security is a powerful and customizable authentication and access control framework for Java applications.

    • Spring Security provides comprehensive security services for Java EE-based enterprise software applications.

    • It can be implemented by adding the Spring Security dependencies to the project's build file, configuring security settings in XML or Java configuration, and creating custom authentication provide...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Are you ready to work on saturdays as in CGG not a holiday?
  • Q2. We will pay you below market initially. Are you going to join us?
  • Ans. 

    I am willing to consider joining if there are opportunities for growth and development.

    • Consider the long-term benefits and growth opportunities within the company

    • Negotiate for potential salary increases or bonuses based on performance

    • Evaluate the overall benefits package and work-life balance offered by the company

  • Answered by AI
  • Q3. You get offer letter on the day of joining, so that you dont use it for getting better offer. Will you join us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Show interviewers your submissive attitude.
You are already in for granted.

Skills evaluated in this interview

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Aptitude test has been conducted

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Why do you choose us
  • Ans. 

    I choose your company because of its reputation for innovative projects and collaborative work environment.

    • Reputation for innovative projects

    • Collaborative work environment

    • Opportunities for growth and learning

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good environment

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Project Lead Interview Questions & Answers

user image Anonymous

posted on 18 May 2024

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

(1 Question)

  • Q1. Dotnet core questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be up to date in your field.

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

Centre for Good Governance interview questions for popular designations

 Project Lead

 (2)

 Project Manager

 (1)

 Software Engineer

 (1)

 Manual Test Engineer

 (1)

 Software Developer

 (1)

 Knowledge Manager

 (1)

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

(2 Questions)

  • Q1. What is mean by java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is a general-purpose programming language.

    • It was developed by Sun Microsystems and released in 1995.

    • Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).

    • It supports automatic memory management through garbage collection.

    • Java is widely used for developing web, desktop, and mo...

  • Answered by AI
  • Q2. What about your skills

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Manual Testing questions
  • Q2. Testing methods and techniques
  • Ans. 

    Testing methods and techniques involve various approaches to ensure software quality.

    • Black box testing - testing the functionality of the software without knowing its internal code

    • White box testing - testing the internal logic and code structure of the software

    • Regression testing - retesting the software after changes to ensure existing functionalities are not affected

    • Smoke testing - preliminary testing to check if the ...

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Real time questions on Test cases preparation
  • Q2. RTM and Test Artifacts
  • Q3. Bug life cycle and severity priority importance
  • Ans. 

    Bug life cycle involves stages like identification, reporting, fixing, retesting, and closing. Severity and priority help determine the importance of fixing a bug.

    • Bug life cycle stages: identification, reporting, fixing, retesting, closing

    • Severity: impact of bug on system functionality (e.g. critical, major, minor)

    • Priority: importance of fixing bug based on factors like severity, business impact, and deadlines

    • Importanc...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and expectations

Skills evaluated in this interview

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)

Jobs at Centre for Good Governance

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Very easy direct questions from struts1.x, JDBC, SQL old technologies.
  • Q2. Just go through struts working flow, SQL joins, and JDBC statements and you are done. But think twice before joining company like CGG.
Round 3 - HR 

(2 Questions)

  • Q1. They will directly ask about your current ctc and expected ctc?
  • Q2. They will negotiate to buy you at lower price, and will provide offer letter on the day of joining only. But they will give you email confirmation of the position you selected for. So, that you can,t use...

Interview Preparation Tips

Interview preparation tips for other job seekers - Think twice before joining company like CGG.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to public policies

Interview Preparation Tips

Interview preparation tips for other job seekers - good and enjoyable

Knowledge Manager Interview Questions asked at other Companies

Q1. Explain Inheritance & Polymorphism in realtime
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Which position and according to your experience work
  • Ans. 

    I have experience working as a Team Leader in a retail store.

    • Worked as a Team Leader in a retail store for 2 years

    • Managed a team of 10 employees

    • Responsible for inventory management and stock replenishment

    • Handled customer complaints and resolved issues

    • Trained new employees on store policies and procedures

  • Answered by AI
  • Q2. Role and responsibility as your experience basis
  • Q3. Major role within the tenure
  • Ans. 

    My major role within the tenure was to oversee daily operations, manage staff, and ensure customer satisfaction.

    • Managed daily operations to ensure smooth functioning of the store

    • Supervised and trained staff members to improve performance and productivity

    • Handled customer complaints and resolved issues to ensure customer satisfaction

    • Implemented new strategies to increase sales and meet targets

    • Collaborated with upper mana

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - most probably in interviewer asking about your work experience, and multi skill experience is better for selection in company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 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 - HR 

(2 Questions)

  • Q1. About Coal Sampling.
  • Q2. About Coal Grading and coal type.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want any job then concentrate on your skills or experience.

Centre for Good Governance Interview FAQs

How many rounds are there in Centre for Good Governance interview?
Centre for Good Governance interview process usually has 2-3 rounds. The most common rounds in the Centre for Good Governance interview process are HR, Technical and One-on-one Round.
How to prepare for Centre for Good Governance 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 Centre for Good Governance. The most common topics and skills that interviewers at Centre for Good Governance expect are Java, Hibernate, Project Management, J2Ee and Spring.
What are the top questions asked in Centre for Good Governance interview?

Some of the top questions asked at the Centre for Good Governance interview -

  1. Do you know JSPs, tell me about different jsp tag librari...read more
  2. Do you know SQL queries? How to write Left & right inner joins in postgr...read more
  3. We will pay you below market initially. Are you going to join ...read more

Tell us how to improve this page.

Centre for Good Governance Interview Process

based on 9 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
KPIT Technologies Interview Questions
3.4
 • 282 Interviews
View all

Centre for Good Governance Reviews and Ratings

based on 84 reviews

3.0/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

2.6

Salary

3.1

Job security

2.8

Company culture

2.3

Promotions

3.1

Work satisfaction

Explore 84 Reviews and Ratings
.Net - Project Manager

Hyderabad / Secunderabad

15-20 Yrs

₹ 25-23 LPA

Dot Net Project Manager

Hyderabad / Secunderabad

15-20 Yrs

₹ 16-25 LPA

Java Project Lead

Hyderabad / Secunderabad

9-14 Yrs

₹ 10-14 LPA

Explore more jobs
Software Developer
159 salaries
unlock blur

₹2.8 L/yr - ₹7.8 L/yr

Senior Software Developer
67 salaries
unlock blur

₹5.4 L/yr - ₹11.5 L/yr

Project Associate
34 salaries
unlock blur

₹2.7 L/yr - ₹8.2 L/yr

Team Lead
23 salaries
unlock blur

₹8 L/yr - ₹13.9 L/yr

Project Lead
22 salaries
unlock blur

₹10 L/yr - ₹19 L/yr

Explore more salaries
Compare Centre for Good Governance with

Quality Council of India

3.5
Compare

Indo German Tool Room

3.9
Compare

Deen Dayal Upadhyaya Grameen Kaushalya Yojana

4.0
Compare

Ministry of Home Affairs

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