Upload Button Icon Add office photos

Filter interviews by

Ubq Technologies Senior Software Engineer Interview Questions, Process, and Tips

Updated 19 Mar 2022

Ubq Technologies Senior Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Analytical Questions and Mathematical Aptitude.

Round 2 - Group Discussion 

General current affairs

Round 3 - Technical 

(4 Questions)

  • Q1. Explain Inheritance and Polymorphism
  • Ans. 

    Inheritance is a mechanism where a new class is derived from an existing class. Polymorphism is the ability of an object to take on many forms.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • Example of inheritance: class Car extends Vehicle

    • Example of polymorphism: Animal animal = new Dog();

  • Answered by AI
  • Q2. Explain OOP principles
  • Ans. 

    OOP principles are a set of guidelines for designing and implementing object-oriented programs.

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism: the ability of objects to take on many forms, allowing for flexibility and extensibility

    • Abstraction: hiding implementation details an...

  • Answered by AI
  • Q3. What is normalisation in database
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps to eliminate data redundancy and inconsistencies.

    • There are different levels of normalization, with each level having specific rules to follow.

    • Normalization can improve database performance and make ...

  • Answered by AI
  • Q4. Sort an array of strings
  • Ans. 

    Sort an array of strings

    • Use built-in sorting functions in programming languages

    • Implement custom sorting algorithms if necessary

    • Consider case sensitivity and locale when sorting

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. General topics of interest from your resume and your education background. This will be taken by the CEO so update in resume what you are most confident about.

Interview Preparation Tips

Topics to prepare for Ubq Technologies Senior Software Engineer interview:
  • Core Java
  • SQL
  • Js
  • JSP
  • Servlets
Interview preparation tips for other job seekers - Be Strong in core Java concepts
1. Inheritance
2. Collection

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Mar 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 - Coding Test 

Java assesment.

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to start your career. Even if project managers or people wont support you, you will have teams and they will surely assist you with learning and progressing further.

Great to be part of Wipro!!

I applied via Walk-in and was interviewed in Jul 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Main focous on java and selenium.if you have devops knowledge then good to have..
  • Q2. Framework design,oops concept, challange you face,roles and responsibilities,agile concept etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, focous on core Java,do good practice to identify elements, analyse the things before you respond,be more practical,raise the concern once you stuck,try to find the solution from your end before you ask for Help,...

Interview Questionnaire 

2 Questions

  • Q1. What is the difference between arraylist and linked list What are different types of annotations used in spring boot What is lambda expression?
  • Ans. 

    ArrayList and LinkedList are both data structures used to store and manipulate collections of objects in Java.

    • ArrayList is implemented as a resizable array, while LinkedList is implemented as a doubly linked list.

    • ArrayList provides constant time access to elements using their index, while LinkedList provides constant time insertion and deletion of elements.

    • Spring Boot annotations include @Controller, @Service, @Reposit...

  • Answered by AI
  • Q2. What is the difference between truncate and delete in mySQL How to truncate a table in MySQL Methodology used in your project like agile etc
  • Ans. 

    Truncate removes all data from a table while delete removes specific rows.

    • Truncate is faster than delete as it doesn't log individual row deletions

    • Truncate resets auto-increment values while delete doesn't

    • To truncate a table in MySQL, use the TRUNCATE TABLE statement

    • Methodology used in my project was Agile

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics. That part should be strong. You should have knowledge about the methodologies and tools used in your company.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical questions related to angular CSS HTML js

Interview Preparation Tips

Interview preparation tips for other job seekers - If are good at your technical it's easy to clear

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on string manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys conducts easy interview and most of the questions are straight forward

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Mostly questions asked from core Java, rest API and Spring boot
  • Q2. Asked from projects
  • Q3. They want to know that you ever been involved in deployment or not, if yes then what's the process.
  • Q4. H.R normally asked the salary related questions and try to negotiate in CTC.

Interview Preparation Tips

General Tips: If you are not well prepared for interview then don't give interview in Wipro, because they take very tough rounds.
Skills: Hibernate, Jsp, Spring MVC, JDBC, Solace Queue, Restful Webservices, Angular JS, Core java, Spring boot
Duration: <1 week

I applied via Monster and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About MVC and .NET framework
  • Q2. Questions on Rest API, Core services and WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be strong in basic .NET framework

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions are generally related to Integration server, flow services, UM, deployment related questions, end to end project flow and related queries.

Ubq Technologies Interview FAQs

How many rounds are there in Ubq Technologies Senior Software Engineer interview?
Ubq Technologies interview process usually has 4 rounds. The most common rounds in the Ubq Technologies interview process are Group Discussion, Technical and One-on-one Round.
What are the top questions asked in Ubq Technologies Senior Software Engineer interview?

Some of the top questions asked at the Ubq Technologies Senior Software Engineer interview -

  1. What is normalisation in datab...read more
  2. Explain Inheritance and Polymorph...read more
  3. Sort an array of stri...read more

Tell us how to improve this page.

Ubq Technologies Senior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

2.0

Salary

5.0

Job security

3.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Support Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Implementation Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ubq 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