Upload Button Icon Add office photos

Filter interviews by

UNIQ Technologies Project Intern Interview Questions and Answers for Freshers

Updated 5 Jun 2024

UNIQ Technologies Project Intern Interview Experiences for Freshers

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions were around SOLID principles, Ioc, .net core.
Round 2 - Technical 

(1 Question)

  • Q1. SQL server , Oracle
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy and was able to clear the round

Round 2 - HR 

(2 Questions)

  • Q1. Where do you see after 5years
  • Q2. Salary negotiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic level aptitude questions and sql query

Round 2 - Coding Test 

Basic data structure and algo. questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Resume based questions only
  • Q2. Sql questions and hr round
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is your minimum salary expectation?
  • Q2. Are you planning to stay long-term in this position?
  • Ans. 

    I am committed to long-term growth and contribution in this position, aligning my goals with the company's vision.

    • I believe in building strong relationships with my team and the organization, which takes time and dedication.

    • For example, I aim to take on increasing responsibilities and contribute to long-term projects.

    • I am eager to develop my skills and grow within the company, ensuring I can add value over time.

    • I see t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cautious about Bonus, because they will delay bonus. Will make you wait longer for appraisal
Interview experience
5
Excellent
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 

(2 Questions)

  • Q1. Resume Discussion tell me about your Self
  • Q2. Why was there gap in the previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - They would prefer chartered accountants over anything

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic of C# and few logic like reverse and palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview and cover all the easy and medium level question from hakerrank
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple mcq questions from java, msql, html, css, javascript

Round 2 - Technical 

(1 Question)

  • Q1. They asked everything mentioned in resume, asked situation based coding questions and the projects.

I applied via Walk-in and was interviewed in Oct 2021. 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 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. What do you know about company? what type of products company develops?
  • Ans. Brief: 4 types of products, I recommend to visit the website of the company for updated details.
  • Answered Anonymously
Round 3 - Interview 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. Start by telling your name, your hometown, your qualifications, your previous jobs, your job profile in previous companies, why you want to join at a current job profile.
  • Answered Anonymously
  • Q2. Questions about projects, your academics.

Interview Preparation Tips

Topics to prepare for 50 Hertz Business Analyst interview:
  • MS Excel
Interview preparation tips for other job seekers - Whatever company you apply, visit its website and note down or remember whatever work company is involve in.
Always ready for a question, tell me about yourself.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude followed with english and reasoning

Round 2 - Technical 

(3 Questions)

  • Q1. Core java technical questions , spring , spring boot
  • Q2. What is JIT in java
  • Ans. 

    JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.

    • JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.

    • It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.

    • This compilation happens at runtime, just before the code is executed, hence the name Just-...

  • Answered by AI
  • Q3. Explain lifecyxle of thread in java
  • Ans. 

    The lifecycle of a thread in Java includes several stages from creation to termination.

    • A thread is created using the Thread class or implementing the Runnable interface.

    • The thread goes through the new, runnable, and blocked states before running.

    • Once running, the thread can be paused, resumed, or stopped.

    • Finally, the thread reaches the terminated state and cannot be restarted.

  • Answered by AI

Skills evaluated in this interview

UNIQ Technologies Interview FAQs

How many rounds are there in UNIQ Technologies Project Intern interview for freshers?
UNIQ Technologies interview process for freshers usually has 1 rounds. The most common rounds in the UNIQ Technologies interview process for freshers are One-on-one Round.
What are the top questions asked in UNIQ Technologies Project Intern interview for freshers?

Some of the top questions asked at the UNIQ Technologies Project Intern interview for freshers -

  1. A method acting as multiple methods is known as polymorphism of 2 types compile...read more
  2. What is polymorph...read more

Tell us how to improve this page.

UNIQ Technologies Project Intern Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oxane Partners Interview Questions
3.5
 • 25 Interviews
Tradebulls Interview Questions
3.2
 • 16 Interviews
50 Hertz Interview Questions
1.9
 • 9 Interviews
Muthoot Money Interview Questions
3.7
 • 8 Interviews
Comvision Interview Questions
3.6
 • 5 Interviews
ESOP Direct Interview Questions
3.3
 • 4 Interviews
Global Payex Interview Questions
2.7
 • 3 Interviews
GNWebsoft Interview Questions
4.1
 • 3 Interviews
View all
Software Developer
47 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
6 salaries
unlock blur

₹1 L/yr - ₹3.3 L/yr

Python Developer
6 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare UNIQ Technologies with

Tradebulls

3.2
Compare

SysArc Infomatix

3.7
Compare

Oxane Partners

3.4
Compare

Muthoot Money

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