Upload Button Icon Add office photos

Filter interviews by

Unilog Content Solutions ( P) Software Engineer Interview Questions and Answers

Updated 8 Feb 2024

Unilog Content Solutions ( P) Software Engineer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic React questions
Round 2 - One-on-one 

(1 Question)

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

I applied via Approached by Company and was interviewed before Nov 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Java and Core Java questions
  • Q2. JSF related questions, project questions
Round 3 - Technical 

(2 Questions)

  • Q1. Servlet and JSP lifecycle
  • Q2. Core java questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Topics to prepare for Unilog Content Solutions ( P) Software Engineer interview:
  • Java
  • Core Java
  • Spring Boot
  • Spring
  • MySQL
  • java 8
Interview preparation tips for other job seekers - Prepare well on the technologies mentioned in the job description

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Mar 2022. There were 4 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 - Aptitude Test 

1 hr timing and topics are general aptitude questions

Round 3 - Coding Test 

Asked Java Fundamentals, OOP concepts and asked to write some programs

Round 4 - Coding Test 

This is Managerial as well as coding round where they asked me some technical question and said to write few programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good interview process. they make sure you know all the fundamentals as well as can code according to situation

Interview Questionnaire 

1 Question

  • Q1. What are the types of design patterns
  • Ans. 

    Design patterns are categorized into three types: creational, structural, and behavioral.

    • Creational patterns deal with object creation mechanisms, trying to create objects in a manner suitable to the situation.

    • Structural patterns deal with object composition, trying to form large structures from individual objects.

    • Behavioral patterns deal with communication between objects, focusing on how objects collaborate and fulfi

  • Answered by AI

Skills evaluated in this interview

Unilog Content Solutions ( P) interview questions for designations

 Software Developer

 (2)

 Software Tester

 (1)

 QA Engineer

 (2)

 System Engineer

 (1)

 QA Manager

 (1)

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Chetu user image Nirban Chatterjee

posted on 11 Oct 2020

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal php questions like overriding,overloading,traits,interface,abstarct class nothing else.. It was online but in 2016.
  • Q2. Go though those topic as they are very important and asked in most companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read those topics and try to understand with example and doing on your own.Before entering Chetu prepare yourself that you may get fire anytime.Because hiring and firing is lot in Chetu but in terms of salary it is good.

Interview Questionnaire 

1 Question

  • Q1. Oops programming,SQL server Database

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

Interview Questionnaire 

2 Questions

  • Q1. Filter in MVC
  • Ans. 

    Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.

    • Filters can be applied to data in the model or in the view.

    • Filters can be used to sort, group, or limit the data returned.

    • Filters can be implemented using LINQ or other query languages.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q2. Authentication and authorisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all basics of MVC,SQL and C#

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse Linked List
Pallindrome of String

Round 2 - Group Discussion 

Flyover building in team with strength

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Core java concepts
  • Q2. Multithreading questions
  • Q3. Previous project details
  • Ans. 

    Developed a web application for managing customer orders and inventory

    • Used Java and Spring framework for backend development

    • Implemented a responsive user interface using HTML, CSS, and JavaScript

    • Integrated with a relational database for data storage and retrieval

    • Implemented authentication and authorization features for secure access

    • Performed unit testing and bug fixing throughout the development process

  • Answered by AI
  • Q4. Java Programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics and practice coding questions to increase performance and quality of code

I appeared for an interview in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Rectangle Area Calculation

    Given a list of rectangles, where each rectangle is represented by an array of four integers indicating its bottom-left and top-right corners, calculate the total area covered b...

  • Ans. 

    Calculate total area covered by a list of rectangles on a plane.

    • Iterate through each rectangle and calculate its area

    • Check for overlapping areas between rectangles

    • Sum up the total area covered by all rectangles

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Oops concepts and 1 DSA problem

  • Q1. 

    Bit Set Problem Statement

    You are provided with a string, termed as DIGIT_PATTERN, which consists solely of digits. The objective is to identify the first digit that repeats in the sequence. If there's no...

  • Ans. 

    Identify the first repeating digit in a given string of digits.

    • Iterate through the string and keep track of seen digits using a set.

    • Return the first digit that repeats, or -1 if no digit repeats.

    • Time complexity: O(n), where n is the length of the input string.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Firstly Some general questions and then suddenly a cosing question with modifications

  • Q1. 

    Print All Permutations of a String

    Given an input string STR, generate and print all possible permutations of the string.

    Input:

    str

    Output:

    All permutations of the input string, each on a new line.

    ...

  • Ans. 

    Generate and print all possible permutations of a given input string.

    • Use recursion to generate all permutations by swapping characters in the string.

    • Maintain a visited array to keep track of characters already used in a particular permutation.

    • Print each permutation as it is generated.

    • Handle duplicate characters by skipping swapping if the character is already in the current position.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Software Engineer in GurgaonEligibility criteria7.5 CgpaGreyOrange interview preparation:Topics to prepare for the interview - DSA, OOPs, OS, DBMS, projects, PuzzlesTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : You should be perfect in what you know
Tip 2 : Prepare atleast DSA standard questions very well
Tip 3 : Don't ignore OOPs, they are asked very frequently.

Application resume tips for other job seekers

Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.

Final outcome of the interviewSelected

Skills evaluated in this interview

Unilog Content Solutions ( P) Interview FAQs

How many rounds are there in Unilog Content Solutions ( P) Software Engineer interview?
Unilog Content Solutions ( P) interview process usually has 3-4 rounds. The most common rounds in the Unilog Content Solutions ( P) interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Unilog Content Solutions ( P) Software Engineer 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 Unilog Content Solutions ( P). The most common topics and skills that interviewers at Unilog Content Solutions ( P) expect are Java, HTML, Javascript, Bootstrap and JQuery.
What are the top questions asked in Unilog Content Solutions ( P) Software Engineer interview?

Some of the top questions asked at the Unilog Content Solutions ( P) Software Engineer interview -

  1. what are the types of design patte...read more
  2. JSF related questions, project questi...read more
  3. Servlet and JSP lifecy...read more

Tell us how to improve this page.

Unilog Content Solutions ( P) Software Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Unilog Content Solutions ( P) Software Engineer Salary
based on 72 salaries
₹2 L/yr - ₹11 L/yr
17% less than the average Software Engineer Salary in India
View more details

Unilog Content Solutions ( P) Software Engineer Reviews and Ratings

based on 10 reviews

3.7/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

3.1

Salary

2.8

Job security

3.7

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 10 Reviews and Ratings
Data Analyst
246 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Senior Data Analyst
78 salaries
unlock blur

₹2.7 L/yr - ₹4.6 L/yr

Software Engineer
72 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Softwaretest Engineer
48 salaries
unlock blur

₹2.2 L/yr - ₹7.5 L/yr

Senior Software Engineer
42 salaries
unlock blur

₹6.8 L/yr - ₹22 L/yr

Explore more salaries
Compare Unilog Content Solutions ( P) with

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

CodeClouds

4.4
Compare

Grey Orange

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