Upload Button Icon Add office photos

Filter interviews by

Madhya Gujarat Vij Company Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview QuestionnaireΒ 

1 Question

  • Q1. What is class, object? Oops concepts in java? Struts flow.. Database ddl and dml commands? System test Ajax calls
  • Ans. 

    Questions related to software development concepts and technologies.

    • Class is a blueprint for creating objects in Java.

    • Object is an instance of a class.

    • OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Struts is a framework for developing Java web applications.

    • Database DDL commands are used to define database schema, while DML commands are used to manipulate data.

    • System testing is a type of...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2022.Β There were 3 interview rounds.

Round 1 - Resume ShortlistΒ 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HRΒ 

(2 Questions)

  • Q1. AboutcTOR,experience
  • Q2. Your choice of posting
  • Ans. 

    I prefer a posting that allows me to work remotely and travel occasionally for client meetings.

    • Remote work flexibility is important to me

    • Ability to travel for client meetings is a plus

    • Prefer a mix of remote and in-person work

  • Answered by AI
Round 3 - TechnicalΒ 

(4 Questions)

  • Q1. Self introduction and Experience sharing
  • Q2. Good and bad qualities
  • Q3. Situational decisions
  • Q4. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine,honest and feel free to sayiof you don't know
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestΒ 

Easy to medium level coding

Round 2 - TechnicalΒ 

(1 Question)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers allow direct manipulation of memory and efficient memory management.

    • They are commonly used in programming languages like C and C++.

    • Example: int* ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this 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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024.Β There were 2 interview rounds.

Round 1 - Coding TestΒ 

Report preparing Using Python and Excel.

Round 2 - Case StudyΒ 

They Gave a sample of report and asked me to create the same report.

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

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

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 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

Tell us how to improve this page.

Interview Questions from Similar Companies

Government of India Interview Questions
4.2
Β β€’Β 55 Interviews
National Informatics Centre Interview Questions
3.9
Β β€’Β 39 Interviews
Csc E Governance Services Interview Questions
3.8
Β β€’Β 32 Interviews
India Post Interview Questions
3.8
Β β€’Β 17 Interviews
Food Corporation of India Interview Questions
4.2
Β β€’Β 13 Interviews
Common Service Centres Interview Questions
4.3
Β β€’Β 12 Interviews
World Health Organization Interview Questions
4.1
Β β€’Β 12 Interviews
Ministry of Defence Interview Questions
4.3
Β β€’Β 11 Interviews
View all

Madhya Gujarat Vij Company Reviews and Ratings

based on 51 reviews

4.2/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

4.3

Salary

4.2

Job security

3.9

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 51 Reviews and Ratings
Junior Engineer
10 salaries
unlock blur

β‚Ή3.5 L/yr - β‚Ή13.5 L/yr

Junior Engineer Electrical
7 salaries
unlock blur

β‚Ή9.5 L/yr - β‚Ή12 L/yr

Deputy Engineer
5 salaries
unlock blur

β‚Ή9 L/yr - β‚Ή12 L/yr

Electrician
4 salaries
unlock blur

β‚Ή1 L/yr - β‚Ή3 L/yr

Junior Assistant
4 salaries
unlock blur

β‚Ή3 L/yr - β‚Ή5 L/yr

Explore more salaries
Compare Madhya Gujarat Vij Company with

Government of India

4.2
Compare

National Informatics Centre

3.9
Compare

Csc E Governance Services

3.8
Compare

Central Reserve Police Force

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