Upload Button Icon Add office photos

Filter interviews by

GAMLE Appliances Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. For the first round t is only only.
  • Q2. UVM-Phases,config db,resource db,asked me to write code for my projects mentioned in resume
  • Q3. AMBA protocols(mentioned in resume) pslave error,decode error,signals,arbitration,interleaving.
  • Q4. UVM architecture,verification flow
  • Q5. First round mostly focussed on my communication skills and projects mentioned in my resume.For my friend they showed a PPT of questions just followed them.
Round 2 - Technical 

(4 Questions)

  • Q1. It is a face to face interview,Only focussed on technical questions.They have a common ppt with technical questions .They will show those questions ask you to write answers on a paper.
  • Q2. 1.waveform shown asked to find the expression-XOR gate. 2.parity checker and parity generator truthtable and verilog code. 3.modports,clocking blocks and interface sv code. for (addr=something,data=somethi...
  • Q3. Verilog FIFO code Assertion waveform shown sv code for it APB protocol waveforms Protocols signals if you mention them protocol address calculations coverage code types of array and their syntax
  • Q4. For technical round they focus on coding only,don't forget to see all sv topics coding structure.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. OOPS concept and All Major pillars with Scanrio-based questions asked on Abstract class and Interface
  • Q2. .Net MVC and .Net Core based on program.cs file and Dependency Injection and Middleware in deep
  • Q3. Pattern question and check string Palindrome
  • Q4. SQL Queries around 4th highest salary of Employee
  • Q5. All basic programming concept checking like having prefix and postfix expression problem solving on paper
Round 2 - Technical 

(4 Questions)

  • Q1. TechnoManagerial Round Collection question to find about number of character present in the word Mirafra with live coding F2F
  • Q2. API testing ang REST API Concept
  • Q3. Professional Journey
  • Q4. Project Details
Round 3 - Technical 

(2 Questions)

  • Q1. It was a director round but say you need to give again technical round ,they wasted my time and money.
  • Q2. SQL Queries on pen and paper

Interview Preparation Tips

Interview preparation tips for other job seekers - HR said you haven't the skill to represent on client. Never believe on HR what they said.Final round was my Director's round but she wasted my time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Merge intervals ( Leetcode)
  • Q2. Buy and sell stocks II (Leetcode)
  • Q3. Runtime polymorphism and how it works vptr and vtable
  • Ans. 

    Runtime polymorphism in C++ is achieved through virtual functions, vptr (virtual pointer), and vtable (virtual table).

    • Runtime polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual functions are declared in a base class and overridden in derived classes to achieve polymorphism.

    • vptr is a pointer that points to the vtable of an object, allowing dynamic binding of virtual ...

  • Answered by AI
  • Q4. Which version of c++ you use
  • Ans. 

    I primarily use C++17, but I am familiar with earlier versions as well.

    • I am comfortable working with features introduced in C++17 such as structured bindings and constexpr if

    • I have experience with earlier versions like C++11 and C++14

    • I stay updated with the latest features and improvements in C++ standards

  • Answered by AI
  • Q5. Design patterns
  • Q6. Have you used any windows api's?
  • Ans. 

    Yes, I have used Windows API's extensively in my previous projects.

    • I have used Windows API's for tasks such as creating windows, handling messages, and interacting with system resources.

    • Examples include using functions like CreateWindow, SendMessage, and ReadFile.

    • I have also worked with specific Windows API's like Winsock for networking and WinINet for internet-related tasks.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. One debugging question was given which will test knowledge on copy constructor, copy assignment, their return type move constructor, move assignment shallow copy, deep copy runtime polymorphism pointer ini...
  • Q2. What is dynamic_cast where it can fail and what will happen in that case
  • Ans. 

    dynamic_cast is a C++ operator used for safe downcasting of pointers and references in polymorphic classes.

    • dynamic_cast is used to safely downcast a pointer or reference from a base class to a derived class.

    • It can fail if the object being casted is not of the target type, in which case it returns a null pointer for pointers or throws a std::bad_cast exception for references.

    • Dynamic_cast can only be used with pointers o...

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Same debugging question while making it advance how will you handle in case there is data member of pointer to int array in deep copy how will you ensure that it does delete previous data in case new opera...
  • Q2. What is union in c++
  • Ans. 

    Union in C++ is a data structure that allows storing different data types in the same memory location.

    • Unions are similar to structures but all members share the same memory location.

    • Only one member of a union can be accessed at a time.

    • Unions are useful when you need to store different data types in the same memory space.

    • Example: union MyUnion { int i; float f; };

    • Example: MyUnion u; u.i = 10; // Accessing integer member

  • Answered by AI
  • Q3. What is weak pointer
  • Ans. 

    Weak pointer is a type of smart pointer in C++ that does not control the lifetime of the object it points to.

    • Weak pointers are used to break circular references in shared pointers.

    • They do not increase the reference count of the object.

    • They are used in scenarios where the object may be deleted while there are still weak pointers pointing to it.

  • Answered by AI
  • Q4. What are processes and threads memory is allocated to what process or threads? what is mutex and semaphore how many threads/process can you launch at a time what is meaning of core in 4-core system what is...
  • Ans. 

    Processes and threads are units of execution in a computer system. Memory is allocated to processes. Mutex and semaphore are synchronization mechanisms. Core refers to a processing unit in a multi-core system. Context switching is the process of switching between different processes or threads.

    • Processes are independent units of execution with their own memory space and resources.

    • Threads are lightweight units of executi...

  • Answered by AI
  • Q5. What is this pointer tell me situation where only this pointer can be used nothing else will work

Skills evaluated in this interview

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

There was one coding question along with approximately 30 multiple-choice questions focused on algorithms, Python, and machine learning.

Round 2 - Technical 

(2 Questions)

  • Q1. First they asked me to explain the same question which was asked in round1. I explained it nicely.
  • Q2. Then they gave me a leetcode question of spiral matrix. I haven't heard of the question before so was not able to understand it properly although coded whatever I was able to understand. It was a weak comm...

Interview Preparation Tips

Interview preparation tips for other job seekers - Always remain calm, thoroughly understand the problem, and then proceed to code. Avoid rushing.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

60 mins test which comprises of 2 sections, Technical and aptitude. Both sections have a time limit of 30 mins. The technical questions were easy to medium and i could finish it in time but i needed more time for finishing the aptitude, a total 40 questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

    • Completed internships at tech companies such as Google and Microsoft

  • Answered by AI
  • Q2. Find the voltage through the resistor
  • Ans. 

    To find the voltage through a resistor, use Ohm's Law: V = I * R

    • Use Ohm's Law: V = I * R, where V is the voltage, I is the current flowing through the resistor, and R is the resistance of the resistor

    • If the current flowing through the resistor is 2A and the resistance is 5 ohms, the voltage would be V = 2 * 5 = 10V

    • Make sure to use the correct units for current (Amps) and resistance (Ohms) to get the voltage in Volts

  • Answered by AI
  • Q3. The interviewer just kept on adding an extra resistor in parallel and in series to the resistor and asked me to find the voltage
  • Q4. He then asked a question on transient analysis ie 2 capacitors connected in series with a switch which closes at t>0 with the voltage across the 2 capacitors being 3 v and asked to find the total voltge
  • Q5. Explain the working of a capacitor and resistor and relation between resistance and length , area
  • Ans. 

    Capacitors store electrical energy while resistors limit the flow of current. Resistance is directly proportional to length and inversely proportional to area.

    • Capacitors store electrical energy by creating an electric field between two conductive plates separated by an insulating material

    • Resistors limit the flow of current in a circuit by dissipating energy in the form of heat

    • The resistance of a resistor is directly pr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Texas Instruments Intern interview:
  • AEC
  • Network analysis
  • Control System
Interview preparation tips for other job seekers - Study the complete basics of electronics also the questions completely depends on the interviewer. My panelist was just asking about circuit analysis and basics and nothing more not even about project or even about my resume. Other panelists were asking about AEC, NT , CS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

We have 25 questions and negative marking is there

Round 2 - Technical 

(2 Questions)

  • Q1. What are storage classes in c language?
  • Ans. 

    Storage classes in C language define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to the block they are declared in and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and ...

  • Answered by AI
  • Q2. How many address lines are present in 1kb memory?
  • Ans. 

    There are 10 address lines present in 1kb memory.

    • 1kb memory = 1024 bytes

    • To address 1024 bytes, 10 address lines are needed (2^10 = 1024)

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Program on array , reverse the array
  • Ans. 

    Reverse an array of strings

    • Create a new array to store the reversed strings

    • Iterate through the original array in reverse order and add each element to the new array

    • Return the new array as the reversed array

  • Answered by AI
  • Q2. Logic gates, what is the output of this .they will ask by showing picture

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Mostly related to docker networking concept.
  • Q2. How linux boot process work?
  • Ans. 

    Linux boot process involves several stages including BIOS, bootloader, kernel initialization, and user space initialization.

    • BIOS (Basic Input/Output System) performs hardware initialization and loads bootloader

    • Bootloader (GRUB, LILO) loads the Linux kernel into memory and starts it

    • Kernel initializes devices, mounts the root filesystem, and starts the init process

    • Init process (systemd, SysVinit) starts user space proces

  • Answered by AI
  • Q3. Git, merge abd rebase cherry-pick etc

Interview Preparation Tips

Interview preparation tips for other job seekers - overall interview was good
i was interviewed for devops roles
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Why you are leaving the company that you are working in ?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different technologies and industries

    • Seeking a better work-life balance

    • Want to work in a more collaborative team environment

  • Answered by AI
  • Q2. Tel me about project that you lead
  • Ans. 

    Led a project to develop a mobile application for tracking fitness goals

    • Managed a team of 10 developers and designers

    • Defined project scope, timeline, and deliverables

    • Implemented Agile methodology for project management

    • Collaborated with stakeholders to gather requirements and feedback

    • Successfully launched the app on both iOS and Android platforms

  • Answered by AI
  • Q3. How many people you are managing
  • Ans. 

    I am currently managing a team of 10 software developers.

    • I oversee a team of 10 software developers

    • I am responsible for managing the day-to-day activities of the team

    • I provide guidance and support to team members to ensure project success

  • Answered by AI
  • Q4. Salary expectations
  • Q5. Large scale products
  • Q6. Leet code , given a trangle with 2 colors , you need to find the line that separate the two colors
  • Ans. 

    Given a triangle with 2 colors, find the line that separates the two colors.

    • Iterate through each row of the triangle

    • Check for adjacent colors in each row to find the separating line

    • Return the row number where the colors change

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - if time is completed do accept to give them more time , i felt that the interviewer didn't find an reason to decline me , then he asked more 15 min and then he gave me leet code question ,
the position is Development manager

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

The interview included a basic coding exercise, followed by a CV screening and questions related to Object-Oriented Programming, such as how virtual functions are implemented by the compiler and how polymorphism operates.

Interview Preparation Tips

Interview preparation tips for other job seekers - I encountered questions pertaining to my CV, followed by a system design question that required me to develop a high-level design (HLD) for a specific problem. Subsequently, there was an extensive discussion regarding additional features and potential solutions related to the same problem.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via campus placement at LD College of Engineering, Ahmedabad

Round 1 - Aptitude Test 

1 hour
aptitude test
brain teaser type questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is transistor?
  • Q2. What is BJT? where it is used?

Tell us how to improve this page.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 270 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Lam Research Interview Questions
3.7
 • 43 Interviews
Broadcom Interview Questions
3.3
 • 41 Interviews
View all

GAMLE Appliances Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

2.0

Work-Life balance

2.0

Salary & Benefits

2.0

Job Security

2.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Compare GAMLE Appliances with

Qualcomm

3.8
Compare

TDK India Private Limited

3.9
Compare

Molex

3.9
Compare

Applied Materials

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview