Upload Button Icon Add office photos

Filter interviews by

UNIQ Technologies Interview Questions and Answers

Updated 2 Oct 2024

UNIQ Technologies Interview Experiences

Popular Designations

6 interviews found

Software Developer Interview Questions & Answers

user image Muralidhran M

posted on 23 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of oops concepts
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic string based programming test

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It's pretty basic so you can solve it easy

Round 2 - Coding Test 

Some programming questions asked like oops related

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

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

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can inherit from Animal and override

  • Answered by AI
  • Q2. A method acting as multiple methods is known as polymorphism of 2 types compile time polymorphism and run time polymorphism
  • Ans. 

    Polymorphism in programming refers to the ability of a method to behave differently based on the object it is acting upon.

    • Compile time polymorphism is achieved through method overloading, where multiple methods have the same name but different parameters.

    • Run time polymorphism is achieved through method overriding, where a subclass provides a specific implementation of a method that is already defined in its superclass.

    • ...

  • Answered by AI

Project Intern Interview Questions asked at other Companies

Q1. A method acting as multiple methods is known as polymorphism of 2 types compile time polymorphism and run time polymorphism
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. They ask basic questions in electronics

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked simple question for the internship

UNIQ Technologies interview questions for popular designations

 Software Developer

 (2)

 Android Developer

 (1)

 Embedded System Intern

 (1)

 Project Intern

 (1)

 Web Developer

 (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2024

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

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

Round 1 - Aptitude Test 

Basic of logic questions and basics of python

Round 2 - Technical 

(1 Question)

  • Q1. Basic of python code like sort and data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Atten the interview without pressure manage the interview pressure

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Programming rounds

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum Pairs Problem Statement Given a positive integer N, find the number of ways to express N as a sum of cubes of two integers, A and B, such that: N = A^3 + B^3 Ensure you adhere to the following conditions: A must be greater than or... read more
Add answer

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Face to face interview with the person you are suppose to report
  • Q2. What is Delta, GAMMA, BETA
  • Q3. Tell me any 1 trading strategy

Interview Preparation Tips

Interview preparation tips for other job seekers - BRUSH up your concepts in Derivatives
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Accounting concepts, finance concept, financial statements, ratios (DSCR, FCR, ICR & other debt ratios), types of amortizations, interest types (fixed, floating (MIBOR, LIBOR, SOFR, SONIA)), commitment fe...
  • Q2. SQL
Round 2 - Technical 

(1 Question)

  • Q1. Same above questions
Round 3 - Technical 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to django and python.
Round 2 - Coding Test 

One python coding(easy) and django ORM queries

Round 3 - Behavioral 

(1 Question)

  • Q1. Some technical and about company.
Round 4 - Behavioral 

(1 Question)

  • Q1. About company and some technical.

Interview Preparation Tips

Topics to prepare for Advanced Structures India Python Software Developer interview:
  • Python
  • Django
  • about company
  • django ORM
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. What is your skills?
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium supports multiple programming languages such as Java, Python, C#, etc.

    • It allows testers to write test scripts in a variety of formats like HTML, Java, C#, etc.

    • Selenium can automate web browsers across different platforms like Windows, Mac, Linux, etc.

  • Answered by AI
  • Q2. Expalin java inheritance ana polymorphism
  • Q3. WHich tool you have used
  • Ans. 

    I have used various tools such as Microsoft Excel, Google Analytics, and Adobe Photoshop.

    • Microsoft Excel for data analysis and reporting

    • Google Analytics for website traffic analysis

    • Adobe Photoshop for graphic design

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not to join

Skills evaluated in this interview

UNIQ Technologies Interview FAQs

How many rounds are there in UNIQ Technologies interview?
UNIQ Technologies interview process usually has 1-2 rounds. The most common rounds in the UNIQ Technologies interview process are One-on-one Round, Aptitude Test and Technical.
What are the top questions asked in UNIQ Technologies interview?

Some of the top questions asked at the UNIQ Technologies interview -

  1. A method acting as multiple methods is known as polymorphism of 2 types compile...read more
  2. What is polymorph...read more
  3. Basic of python code like sort and data struct...read more

Tell us how to improve this page.

UNIQ Technologies Interview Process

based on 7 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Oxane Partners Interview Questions
3.5
 • 24 Interviews
View all

UNIQ Technologies Reviews and Ratings

based on 50 reviews

4.2/5

Rating in categories

4.3

Skill development

4.1

Work-life balance

3.8

Salary

3.9

Job security

4.2

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 50 Reviews and Ratings
Software Developer
43 salaries
unlock blur

₹1 L/yr - ₹4.7 L/yr

Embedded Developer
12 salaries
unlock blur

₹1.4 L/yr - ₹3.6 L/yr

Java Developer
6 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Python Fullstack Developer
5 salaries
unlock blur

₹1 L/yr - ₹3.3 L/yr

Software Developer Trainee
5 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Explore more salaries
Compare UNIQ Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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