Upload Button Icon Add office photos

Indo German Tool Room

Compare button icon Compare button icon Compare

Filter interviews by

Indo German Tool Room Web Developer Interview Questions and Answers

Updated 8 Mar 2024

Indo German Tool Room Web Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Ask about sorting array
Some basic logical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about urself Project More in detail about project
  • Q2. Inheritance based question

Top trending discussions

View All
Interview Hub
4d (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 Indo German Tool Room?
Ask anonymously on communities.

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
  • Q4. What is cookies
  • 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

Web Developer Interview Questions Asked at Other Companies

Q1. Last Index of Element The task is to determine the index of the l ... read more
Q2. Check Indices With Given Difference Problem Statement You are pro ... read more
asked in Evalueserve
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Internshala
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
asked in Internshala
Q5. Loot Houses Problem Statement A thief is planning to steal from s ... read more

I applied via Walk-in 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 - Coding Test 

Nice environment for interview

Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations wa there and this was also nice
  • Q2. They asked about your positive points and negative points
  • Ans. 

    I am detail-oriented and a strong communicator, but I can be overly critical of my work at times.

    • Positive Point: Detail-oriented - I ensure that every aspect of my code is clean and well-documented, which helps in team collaboration.

    • Positive Point: Strong communicator - I actively engage with team members to clarify requirements and provide updates on project progress.

    • Negative Point: Overly critical - I sometimes spend...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working hard success will definitely come and try to give best in your preparation
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. With your experience in previous job, what can you bring onto the NITI?
  • Ans. 

    I bring analytical skills, strategic thinking, and a collaborative approach to drive impactful policy solutions at NITI.

    • Strong analytical skills: Developed data-driven insights for policy recommendations during my internship at a government think tank.

    • Strategic thinking: Led a project that streamlined processes, resulting in a 20% increase in efficiency for a local NGO.

    • Collaborative approach: Worked with diverse stakeh...

  • Answered by AI
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:
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 

(2 Questions)

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

    SQL queries can be executed in C# using ADO.NET or Entity Framework to interact with databases.

    • Use SqlConnection to establish a connection to the database.

    • Create SqlCommand to execute SQL queries, e.g., SELECT, INSERT.

    • Use SqlDataReader to read data returned from a query.

    • Entity Framework allows for LINQ queries, simplifying data access.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding round with technical round and also prepare for logical round
Be interview-ready. Browse the most asked HR questions.
illustration image
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

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse the string, Reverse of an array, Data base related queries

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

(2 Questions)

  • Q1. What is OOPs concept in java?
  • Q2. What is string toknizer in java ?
  • Ans. 

    StringTokenizer is a class in Java that breaks a string into tokens based on a delimiter.

    • It is a legacy class that is not recommended to use in new code.

    • It is used to split a string into smaller parts based on a delimiter.

    • The default delimiter is whitespace, but it can be changed to any character or string.

    • It is useful for parsing text files or data that is separated by a specific character.

    • Example: StringTokenizer st ...

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

(1 Question)

  • Q1. Which technologies you are comfortable ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge is the key . Be clear with full of confidence.

Skills evaluated in this interview

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

Indo German Tool Room Interview FAQs

How many rounds are there in Indo German Tool Room Web Developer interview?
Indo German Tool Room interview process usually has 2 rounds. The most common rounds in the Indo German Tool Room interview process are Coding Test and Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Engineer Trainee
80 salaries
unlock blur

₹1.2 L/yr - ₹3.2 L/yr

Design Engineer
31 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Engineer
22 salaries
unlock blur

₹1.7 L/yr - ₹4.4 L/yr

Consultant Engineer
16 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Diploma Trainee Engineer
13 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Indo German Tool Room with

National Informatics Centre

3.9
Compare

Ministry of Defence

4.3
Compare

Central Public Works Department

4.3
Compare

Quality Council of India

3.4
Compare
write
Share an Interview