Upload Button Icon Add office photos

Filter interviews by

UEI GLOBAL Interview Questions and Answers

Updated 27 Sep 2023

UEI GLOBAL Interview Experiences

Popular Designations

2 interviews found

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

I applied via Indeed and was interviewed before Sep 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 - One-on-one 

(1 Question)

  • Q1. They'll ask questions about your study amd customer service only.
Round 3 - One-on-one 

(1 Question)

  • Q1. Your qualifications and previous experience if have,

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask everything never get hesitate

Telecalling Executive Interview Questions asked at other Companies

Q1. Which accounting platforms have you worked on? Which one do you prefer the most?
View answer (3)

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.

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 - One-on-one 

(4 Questions)

  • Q1. About yourself and previous achivements in past companies
  • Q2. About education industry
  • Q3. What you can bring with you new and how
  • Q4. Most important CTC negotiations
  • Ans. 

    The most important CTC negotiations involve salary, benefits, and bonuses.

    • Negotiating a competitive salary based on industry standards and experience

    • Discussing benefits such as health insurance, retirement plans, and vacation time

    • Negotiating bonuses based on performance or company profits

    • Considering other perks such as flexible work hours or remote work options

    • Being prepared to compromise and prioritize certain aspects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just you have to be confident and communication should be excellent

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)

Jobs at UEI GLOBAL

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(2 Questions)

  • Q1. What data structure is used to implement a priority queue?
  • Ans. 

    Binary heap is used to implement a priority queue.

    • Binary heap is a complete binary tree where each node has a value greater than or equal to its children.

    • It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.

    • Insertion and deletion operations have time complexity of O(log n) in a binary heap.

  • Answered by AI
  • Q2. How many trees will a binary tree have?
  • Ans. 

    A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.

    • A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.

    • The maximum number of binary trees with n nodes is 2^n.

    • For example, a binary tree with 3 nodes can have up to 8 different structures.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query to return the second highest marks in a student database
  • Ans. 

    Use a SQL query to find the second highest marks in a student database.

    • Use the ORDER BY clause to sort the marks in descending order

    • Use the LIMIT clause to limit the result to the second row

  • Answered by AI
  • Q2. Program to check if two strings are anagrams
  • Ans. 

    Program to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Remove any spaces and convert both strings to lowercase for consistency

    • Sort the characters in both strings and compare if they are equal to determine if they are anagrams

    • Example: 'listen' and 'silent' are anagrams

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI

AOSP Engineer Interview Questions & Answers

Pitney Bowes user image Anonymous

posted on 29 Oct 2024

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

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. GMS Integration and Certification
  • Q2. Build process, bug fixing and debugging tools
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Location specific question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Ofdm, Fixed point, sampling theorem, digital filters,
  • Q2. Previous work clarity
  • Ans. 

    Previous work clarity is essential for successful collaboration and understanding of project requirements.

    • Clearly explain the projects you have worked on in the past, including your role and responsibilities

    • Provide examples of how you communicated with team members to ensure clarity in project goals

    • Discuss any challenges you faced in previous projects and how you overcame them

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Fft, ofdm, CP, sampling theorem, previous experience,
  • Q2. C basics, memory layout, function pointer, big small endian, bit manipulation, zero padding in structures
Round 3 - Coding Test 

Bit manipulation, memory layout, interrupts, semaphore mutex, implement memcpy, sorting, algo to share resource equally

Round 4 - One-on-one 

(1 Question)

  • Q1. Previous work experience, general attitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for coding, strong on basics
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Spark code optimization
  • Q2. Data formats in big Data, why each format.
  • Ans. 

    Different data formats in big data are used for various purposes like storage efficiency, data processing speed, and compatibility with different systems.

    • JSON: Lightweight, human-readable, and widely supported for web applications.

    • Parquet: Columnar storage format for efficient querying and processing of large datasets.

    • Avro: Schema-based serialization format with support for complex data types.

    • ORC: Optimized Row Columna...

  • Answered by AI
  • Q3. Leet code - Most freq elem in a list
  • Ans. 

    Find the most frequent element in a list of strings.

    • Iterate through the list and count the frequency of each element using a dictionary.

    • Track the element with the highest frequency as you iterate.

    • Return the element with the highest frequency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had three rounds, each round of one hour each.

Questions from Past Work Experience
Coding
Data Engineering, cloud.
Leet code.

Cleared all the rounds and HR verbally committed the offer and disappeared (stopped responding), without any updates.

Even if you get an offer from Extreme Networks better keep a backup offer, their decisions are dynamic so there is a high chance of offer getting revoked.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is coalesce
  • Ans. 

    Coalesce is a function used to return the first non-null value in a list of expressions.

    • Coalesce function is commonly used in SQL to handle null values.

    • It takes multiple arguments and returns the first non-null value.

    • Example: COALESCE(column1, column2, 'default') will return the value of column1 if not null, else column2, and if both are null, it will return 'default'.

  • Answered by AI
  • Q2. What is repartition
  • Ans. 

    Repartition is the process of redistributing data across partitions in a distributed system.

    • Repartitioning helps in balancing the workload and improving performance in distributed computing environments.

    • It involves moving data between partitions based on certain criteria such as key values or hash functions.

    • Repartitioning can be done in Spark using operations like repartition() or coalesce().

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Non repeatable character
  • Ans. 

    A non repeatable character is a character that appears only once in a given string.

    • Iterate through the string and count the frequency of each character

    • Identify the characters that have a frequency of 1

    • Return the first non repeatable character found

  • Answered by AI
  • Q2. Sort list without sort method
  • Ans. 

    Sort list without using sort method

    • Create a custom sorting function using loops

    • Compare each element with every other element to determine the correct order

    • Swap elements based on the comparison results

  • Answered by AI

Skills evaluated in this interview

Traveling Interview Questions & Answers

Tracelink user image Anonymous

posted on 28 Sep 2024

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Simple travel question
  • Q2. Simple reply and Selection
  • Q3. Good job at any cost
  • Q4. I want top most Salary
  • Q5. I need good appreciation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. PID controller working
  • Ans. 

    A PID controller is a type of feedback control system that calculates an error value as the difference between a desired setpoint and a measured process variable.

    • PID stands for Proportional-Integral-Derivative, which are the three terms used to describe the controller's actions.

    • The proportional term responds to the current error value.

    • The integral term responds to the accumulation of past errors.

    • The derivative term res...

  • Answered by AI
  • Q2. Previous work details
  • Q3. Power curve of WECS
  • Ans. 

    The power curve of a Wind Energy Conversion System (WECS) shows the relationship between wind speed and power output.

    • The power curve typically shows the rated power output at a certain wind speed, as well as the cut-in and cut-out speeds.

    • It is important for optimizing the performance of the WECS and determining the best locations for installation.

    • The shape of the power curve can vary depending on the type of wind turbi...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduction urself
  • Q2. Background and skills

Interview Preparation Tips

Topics to prepare for Senvion Assistant Lead Engineer interview:
  • MBD

UEI GLOBAL Interview FAQs

How many rounds are there in UEI GLOBAL interview?
UEI GLOBAL interview process usually has 2-3 rounds. The most common rounds in the UEI GLOBAL interview process are One-on-one Round and Resume Shortlist.
How to prepare for UEI GLOBAL 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 UEI GLOBAL. The most common topics and skills that interviewers at UEI GLOBAL expect are Recruitment, Counselling, Educational Marketing, Telecalling and Administration Work.
What are the top questions asked in UEI GLOBAL interview?

Some of the top questions asked at the UEI GLOBAL interview -

  1. Most important CTC negotiati...read more
  2. They'll ask questions about your study amd customer service on...read more
  3. About education indus...read more

Tell us how to improve this page.

UEI GLOBAL Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

UEI GLOBAL Reviews and Ratings

based on 38 reviews

3.9/5

Rating in categories

4.4

Skill development

4.1

Work-life balance

3.8

Salary

4.0

Job security

4.0

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 38 Reviews and Ratings
Food Production Trainer

Agra

2-6 Yrs

Not Disclosed

Tele Marketing Executives

New Delhi

1-3 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
7 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Tele Counsellor
7 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Academic Counsellor
7 salaries
unlock blur

₹2.1 L/yr - ₹3 L/yr

Counsellor
5 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Marketing Head
4 salaries
unlock blur

₹15 L/yr - ₹15 L/yr

Explore more salaries
Compare UEI GLOBAL with

Frankfinn Institute of Air Hostess Training

4.0
Compare

Aptech

3.5
Compare

Jetking Infotrain

3.7
Compare

NIIT

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