Upload Button Icon Add office photos

Filter interviews by

Intergold Interview Questions and Answers

Updated 25 Feb 2025

Intergold Interview Experiences

Popular Designations

2 interviews found

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

I appeared for an interview before Feb 2024.

Round 1 - Group Discussion 

Discuss regarding the last working company project
Coding ability
Sql database query question
Expectations from company

Round 2 - Assignment 

Give Assignment
Create employee table insert update and delete record interact with core Java application

As well as generate excel and pdf

Round 3 - HR 

(2 Questions)

  • Q1. Last company experience
  • Q2. Salary discussion and bargaining

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before come to interview

And too much security

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (89)

Graphic Designer Interview Questions & Answers

user image kiran prabhale

posted on 28 Apr 2022

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Adobe photoshop related
  • Q2. Jewelry Photography related

Interview Preparation Tips

Topics to prepare for Intergold Graphic Designer interview:
  • greaphic designer & photography
  • Software Testing
  • Photoshop
  • Corel Draw
  • camera testing
Interview preparation tips for other job seekers - I am graphic designer & jewelry photographer

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Explained you degree,working experience,work achievement in your job role,strength,weakness thats all

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. How you will work under a supervisor.
  • Ans. 

    I will communicate effectively, follow instructions, seek feedback, and collaborate with my supervisor.

    • Communicate regularly with supervisor to provide updates on progress and ask for clarification when needed

    • Follow instructions carefully and ask for help if unsure about a task

    • Seek feedback on my work to improve and grow professionally

    • Collaborate with supervisor and team members to achieve project goals

    • Provide suggesti

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: I got selected for next round.
Tips: Do not loses hope.
Duration: 1 hour
Total Questions: 10

Round: Technical + HR Interview
Experience: It was nice experience.
Tips: Do not loses hope.

Skills: Technical Analysis, Managing People
College Name: IIT Kharagpur

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

The test had it's webcam on, we were not allowed to go out of the frame.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    The program calculates the Nth Fibonacci number using a recursive formula.

    • The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.

    • The program uses a recursive function to calculate the Nth Fibonacci number.

    • The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.

  • Answered by AI
  • Q2. 

    Longest Consecutive Sequence Problem Statement

    You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the longest consecutive sequence present in the array...

  • Ans. 

    The task is to find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to bring consecutive numbers together

    • Iterate through the sorted array and keep track of the current consecutive sequence length

    • Update the maximum length if a longer sequence is found

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

The interview was online from home.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.

    • Iterate through the string from the last character to the first character and append each character to a new string.

    • Alternatively, you can use built-in string reversal functions or methods available in your programming language.

    • To solve the follow-up question with O(1) space complexity, you can use a tw...

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals . 
The interviewer was very understanding and supportive.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Data Structures, Object-Oriented Programming, Algorithms, Dynamic programming, Graphs, Operating Systems and Database Management System,Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities. 
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.

Application resume tips for other job seekers

Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 6 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 

Hacker rank test on Python, SQL and Aptitude , English

Round 3 - Technical 

(2 Questions)

  • Q1. Technical from Hiring Manager
  • Q2. How many Surf excel are consuming in Gurgaon area on daily basis Advance excel Questions. Python and SQL basics
Round 4 - Technical 

(1 Question)

  • Q1. Technical -Senior Manager-Product Management
Round 5 - Technical 

(1 Question)

  • Q1. HOD Product Management- 1: 1 Techno Managerial -
Round 6 - HR 

(1 Question)

  • Q1. Salary Discussion and Hr rounds -general question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific.
They more focused on a problem What and How.
be ready to answer any challenge based on technical or Case studies
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 dsa questions need to be implemented in 1hr

Round 2 - Technical 

(1 Question)

  • Q1. Projects you have worked on. 1. vector implementation in C++
  • Ans. 

    Implemented vector data structure in C++

    • Used templates to create a generic vector class

    • Implemented basic vector operations like push, pop, insert, erase

    • Optimized vector resizing by using exponential growth

    • Used iterators to traverse the vector elements

    • Implemented vector algorithms like sort and binary search

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Compensation, expected and other document submitting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for dsa and puzzles. Communicate with interviewer

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Give me your Introduction
  • Q2. What is your Job profile
Round 2 - Technical 

(2 Questions)

  • Q1. What is your job profile
  • Q2. How you handle the situation

Interview Preparation Tips

Topics to prepare for Falcon Autotech Assistant Manager interview:
  • Industrial Automation
  • Panels
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Genaral awareness, reasoning

Round 2 - HR 

(2 Questions)

  • Q1. Qualification and Working experience
  • Q2. General questions about you
Round 3 - Technical 

(2 Questions)

  • Q1. What is PLC, scope of industrial automation.
  • Ans. 

    PLC stands for Programmable Logic Controller. Industrial automation involves using PLCs to control machinery and processes in manufacturing.

    • PLCs are specialized computers used to control industrial processes and machinery.

    • They are programmed using ladder logic or other programming languages to automate tasks.

    • PLCs can be used in various industries such as manufacturing, automotive, food processing, and more.

    • Industrial a...

  • Answered by AI
  • Q2. Program of conveyor start stop and cascade logic.
  • Ans. 

    Conveyor start stop and cascade logic involves programming the sequence of starting and stopping multiple conveyors in a specific order.

    • Use PLC programming to control the start and stop sequence of conveyors

    • Implement interlocking logic to ensure safe operation of conveyors

    • Utilize sensors to detect the presence of objects on the conveyor for automatic start/stop

    • Create a cascade logic to ensure smooth transition between ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation and offer.

Skills evaluated in this interview

Interview experience
1
Bad
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 - HR 

(3 Questions)

  • Q1. Experience of candidates
  • Ans. 

    I have 5 years of experience in sales, including managing a team and exceeding sales targets consistently.

    • Managed a team of 10 sales representatives

    • Exceeded sales targets by 20% for 3 consecutive years

    • Implemented new sales strategies that increased revenue by 30%

  • Answered by AI
  • Q2. About us , elaborate
  • Q3. About experience in industry

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't ever try jobs in Bajaj Automobiles Autos sales in any two wheeler dealership showroom. Bajaj only need uneducated, attempt cases , failure in graduation etc... They don't need graduated people to work there. Because they only need slavees not employees in their concern. For a single role, they give multiple works. They continuesly give work until u fell down. They don't respect anyone in their dealer organisation. They treat their employees as like dogs.
Boot lickers for owners shoes will be given promotion as managers and salary hikes. No peaceful atmosphere inside. Employees feel that they working in a jail. If they sneeze also, the matter goes to owner's ears. Arrogant management.

Intergold Interview FAQs

How many rounds are there in Intergold interview?
Intergold interview process usually has 2 rounds. The most common rounds in the Intergold interview process are One-on-one Round, Group Discussion and Assignment.
How to prepare for Intergold 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 Intergold. The most common topics and skills that interviewers at Intergold expect are Communication Skills, Excel, Urban Planning, Creative Designing and Leadership Skills.
What are the top questions asked in Intergold interview?

Some of the top questions asked at the Intergold interview -

  1. Adobe photoshop rela...read more
  2. jewelry Photography rela...read more
  3. Salary discussion and bargain...read more

Tell us how to improve this page.

Intergold Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amrit Cement Interview Questions
4.1
 • 61 Interviews
Knorr-Bremse Interview Questions
3.9
 • 56 Interviews
Bajaj Motors Interview Questions
3.9
 • 50 Interviews
Falcon Autotech Interview Questions
3.9
 • 45 Interviews
Ukb Electronics Interview Questions
3.7
 • 44 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
View all

Intergold Reviews and Ratings

based on 33 reviews

4.1/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.8

Salary

3.8

Job security

3.9

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 33 Reviews and Ratings
Assistant Manager
6 salaries
unlock blur

₹8 L/yr - ₹10.5 L/yr

Process Engineer
5 salaries
unlock blur

₹3.4 L/yr - ₹4.2 L/yr

Graphic Designer
5 salaries
unlock blur

₹2.2 L/yr - ₹5.4 L/yr

Deputy Manager HR
5 salaries
unlock blur

₹12 L/yr - ₹12 L/yr

Sales Executive
4 salaries
unlock blur

₹4.2 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Intergold with

Hero Motors Company

4.0
Compare

Bajaj Motors

3.9
Compare

Knorr-Bremse

3.9
Compare

Astral Adhesives

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