Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Intex Technologies Team. If you also belong to the team, you can get access from here

Intex Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intex Technologies Supervisor Interview Questions and Answers

Updated 27 Jan 2018

Intex Technologies Supervisor Interview Experiences

1 interview found

Supervisor Interview Questions & Answers

user image Anonymous

posted on 27 Jan 2018

I applied via Approached by Company and was interviewed before Jan 2017. There were 2 interview rounds.

Interview Preparation Tips

General Tips: After cv sortlisting Our Companys HR make Telephonic Intrview ,Onlin Intrviews several time .03 or 04 times take tests over phone of my experience ,knoledge about my professional working field .
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-4 weeks

Interview questions from similar companies

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati

I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my last job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Says limited and point to point thing, and be clear....
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Generate a program to write hello world

Round 2 - Aptitude Test 

National iq test and it was fun as hell. yeah

Round 3 - Case Study 

Why ambitob box ask to fill this

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

Round 1 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear sir I am Vikram singh , good work in Asian Paints and lift
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was 1 coding question with 10 test cases. They asked a question based on binary search. I got 3 hrs to clear that test. I went in as a campus fresher. For lateral joinees, it is a much more difficult question that you have to clear in 4hrs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What's the best way to find majority element in an array?
  • Ans. 

    The best way to find the majority element in an array is by using the Boyer-Moore Voting Algorithm.

    • Initialize a candidate variable and a count variable.

    • Iterate through the array and for each element:

    • - If the count is 0, set the current element as the candidate.

    • - If the current element is the same as the candidate, increment the count.

    • - Otherwise, decrement the count.

    • After the iteration, the candidate will be the ...

  • Answered by AI
  • Q2. Reverse a linked list in K groups.
  • Ans. 

    Reverse a linked list in K groups

    • Iterate through the linked list in groups of size K

    • Reverse each group of nodes using a temporary pointer

    • Connect the reversed groups to form the final reversed linked list

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Senior Engineer interview:
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Have strong DSA skills.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding round with medium complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Implementation of linkedlist
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Create a Node class with data and a reference to the next Node

    • Initialize a LinkedList class with a head Node

    • Implement methods to add, remove, search, and traverse the linked list

  • Answered by AI
  • Q2. Sorting algoritgms
Round 3 - HR 

(2 Questions)

  • Q1. General expectations
  • Q2. Role clarity discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

C coding questions on bitwise concepts
DSA coding concepts

Round 2 - Technical 

(2 Questions)

  • Q1. What I have fone in previous organization
  • Q2. About work and projects
Round 3 - Puzzles Interview 

(2 Questions)

  • Q1. Excel sheet cell determining logic
  • Q2. Calculate the number of complete squares inscribed in a circle
  • Ans. 

    The number of complete squares inscribed in a circle can be calculated using a formula based on the number of sides of the square.

    • The formula to calculate the number of complete squares inscribed in a circle is n*(n+1)*(2n+1)/6, where n is the number of sides of the square.

    • For example, if the circle has a square with 4 sides inscribed in it, the number of complete squares would be 30 (4*(4+1)*(2*4+1)/6 = 30).

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are my expectations from company
  • Q2. Why am I leaving previous organisation
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for new challenges and growth

    • Opportunity for career advancement

    • Seeking a change in work environment

    • Exploring new technologies or industries

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Revere Linked List
2. Maximum water in a container

Round 2 - Technical 

(1 Question)

  • Q1. 1. ArrayList 2. Types of locaters in Appium 3. D/b UI automator1 and ui Automator 2?
  • Ans. 

    ArrayList is a resizable array implementation in Java. Appium locators include ID, name, class name, xpath, etc. UI Automator 1 and 2 are tools for testing Android apps.

    • ArrayList is a dynamic array that can grow or shrink in size. Example: ArrayList list = new ArrayList<>();

    • Appium locators include ID, name, class name, xpath, etc. Example: driver.findElement(By.id("elementID"));

    • UI Automator 1 is a testing framework for...

  • Answered by AI
Round 3 - Aptitude Test 

1. What is same for you and even for PM of US?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Normal aptitude test along with a section of technical aptitude

Round 3 - Group Discussion 

Discussion in batches of 8 people on common topics

Round 4 - Technical 

(2 Questions)

  • Q1. Interview with VP
  • Q2. Going through resume BTech Project questions Aspirations Why HVAC
Round 5 - HR 

(1 Question)

  • Q1. Why HVAC Trick questions
  • Ans. 

    HVAC offers a challenging and rewarding career with opportunities for innovation and problem-solving.

    • HVAC allows me to work with complex systems and technologies.

    • I enjoy the problem-solving aspect of HVAC engineering.

    • HVAC offers a diverse range of projects and industries to work in.

    • I find satisfaction in creating comfortable and efficient indoor environments.

    • HVAC is a field that constantly evolves, providing opportunit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and culture.

Tell us how to improve this page.

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 213 Interviews
LG Electronics Interview Questions
4.0
 • 200 Interviews
Blue Star Interview Questions
4.1
 • 162 Interviews
Daikin Interview Questions
4.1
 • 150 Interviews
HP India Interview Questions
4.1
 • 142 Interviews
Samsung Research Interview Questions
3.1
 • 132 Interviews
Voltas Interview Questions
4.0
 • 130 Interviews
Bajaj Electricals Interview Questions
4.0
 • 124 Interviews
IFB Interview Questions
3.6
 • 95 Interviews
View all

Intex Technologies Supervisor Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.6

Job security

5.0

Company culture

5.0

Promotions

4.9

Work satisfaction

Explore 5 Reviews and Ratings
Assistant Manager
81 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Deputy Manager
41 salaries
unlock blur

₹6 L/yr - ₹12.1 L/yr

Senior Executive
34 salaries
unlock blur

₹3.1 L/yr - ₹5.5 L/yr

Area Sales Manager
32 salaries
unlock blur

₹5 L/yr - ₹8.7 L/yr

Territory Sales Manager
25 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Intex Technologies with

OPPO

4.0
Compare

LG Electronics

4.0
Compare

Bajaj Electricals

4.0
Compare

Voltas

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