Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by uCertify Team. If you also belong to the team, you can get access from here

uCertify Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

uCertify Interview Questions, Process, and Tips

Updated 31 Aug 2023

Top uCertify Interview Questions and Answers

View all 7 questions

uCertify Interview Experiences

Popular Designations

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 7 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 

There were 4 coding rounds first was mainly from from both javascript htm css api and php.

Round 3 - Coding Test 

2nd round was html and css coding test on there website.

Round 4 - Assignment 

3 round was javascript coding round on their website.

Round 5 - Coding Test 

4 th round was the pho round on their website.

Round 6 - HR 

(1 Question)

  • Q1. In this round the hr asked for personel information and project discussion mainly.
Round 7 - One-on-one 

(1 Question)

  • Q1. In this round the hr took deep dive into my projects and asked more about projects and technical skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for php and php frameworks and make enough projects on php.

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. 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 

(2 Questions)

  • Q1. Tell me about your About project manager skills
  • Q2. What is ITIL PROCESS
  • Ans. 

    ITIL (Information Technology Infrastructure Library) is a set of best practices for IT service management.

    • ITIL is a framework that outlines processes, tasks, and checklists for managing IT services.

    • It focuses on aligning IT services with the needs of the business and improving efficiency.

    • ITIL processes include incident management, problem management, change management, and more.

    • ITIL helps organizations deliver value to...

  • Answered by AI

Skills evaluated in this interview

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me something or prove me that you live in an organised manner?
  • Ans. Every day I woke up I made a todo list and I wrote down that these are the things I should do and if something occurs these things won’t suffer
  • Answered by Sparsh Singh
  • Q2. Tell me something about yourself apart from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and leave the rest
The rest will automatically achieve by you and your confidence

Inside Sales Executive Interview Questions asked at other Companies

Q1. Sell me an android phone, if I am already having a iPhone.
View answer (1)

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120min
Round difficulty - Easy

  • Q1. What are semaphores?
  • Ans. 

    Semaphores are synchronization primitives used to control access to shared resources in a multi-threaded environment.

    • Semaphores can be used to limit the number of threads accessing a resource simultaneously.

    • They can be binary (mutex) or counting semaphores.

    • Operations on semaphores include wait (P) and signal (V).

    • Example: In a producer-consumer problem, semaphores can be used to control access to a shared buffer.

  • Answered by AI
  • Q2. 

    Graph Coloring Problem

    You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. Your task is to color this graph using two colors, such as blue and red, in a way that no two adjacen...

  • Ans. 

    Check if a given graph can be colored using two colors without adjacent vertices sharing the same color.

    • Use graph coloring algorithm like BFS or DFS to check if adjacent vertices can be colored with different colors.

    • If there are odd cycles in the graph, it is not possible to color the graph with two colors.

    • If the graph is bipartite, it is always possible to color the graph with two colors.

    • Example: For the input 5 4, 1

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

  • Q1. 

    Water Flow Problem Statement

    You are given a matrix 'A' of size 'N' x 'M', where each cell contains the height of water placed in that cell. Water can flow in four directions: up, down, left, and right, b...

  • Ans. 

    Find coordinates from which water can flow to both the Pacific and Atlantic Oceans in a given matrix of water heights.

    • Create a function that takes in the matrix 'A' and its dimensions 'N' and 'M'.

    • Implement a depth-first search (DFS) algorithm to find all coordinates from which water can flow to both oceans.

    • Keep track of visited cells and use two separate DFS calls to find coordinates for each ocean.

    • Sort and return the

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 10 minutes
Round difficulty - Easy

  • Q1. Can you tell us about yourself and your projects?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as SDE - Intern in NoidaEligibility criteriaNoneUcertify interview preparation:Topics to prepare for the interview - Dmbs, project, python, os, cn, oops, ai, ml, system design. Study them well, practice always, work hard.Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Study and work hard. Work hard work hard. Always work hard. Practice Atleast 250 questions 

Tip 2 : Solve at least 2 projects. 
 

Application resume tips for other job seekers

Tip 1 : Have strong projects on your resume
Tip 2 : Be yourself always.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

uCertify interview questions for popular designations

 Project Manager

 (1)

 Software Developer

 (1)

 Web Developer

 (1)

 Software Developer Intern

 (1)

 Inside Sales Executive

 (1)

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Easy

  • Q1. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. 

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.

    • Iterate through the buildings and create a list of critical points (x, y) where the height changes.

    • Sort the critical points based on x-coordinate and process them to form the skyline.

    • Merge consecutive horizontal segments of equal height to ensure no duplicates in the output.

  • Answered by AI
  • Q2. 

    Sort String with Alternate Lower and Upper Case

    Given a string STR containing both lowercase and uppercase letters, the task is to sort the string so that the resulting string contains uppercase and lower...

  • Ans. 

    Sort a string with alternate lowercase and uppercase letters in sorted order.

    • Split the string into lowercase and uppercase letters.

    • Sort the lowercase and uppercase letters separately.

    • Merge the sorted lowercase and uppercase letters alternately.

  • Answered by AI
Round 2 - Telephonic Call 

Round duration - 15 Minutes
Round difficulty - Easy

Round 3 - Assignment 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    Check if given strings containing parentheses are balanced or not.

    • Use a stack to keep track of opening parentheses

    • Iterate through the string and push opening parentheses onto the stack

    • When a closing parenthesis is encountered, pop from the stack and check if it matches the corresponding opening parenthesis

    • If stack is empty at the end and all parentheses are matched, the string is balanced

    • If stack is not empty or mismat...

  • Answered by AI
Round 4 - HR 

Round duration - 15 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaUcertify interview preparation:Topics to prepare for the interview - Aptitude , DS, Algo, Networking, OOPSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice as many as topics u can
Tip 2 : practice important questions asked in company by seeing reviews 

Application resume tips for other job seekers

Tip 1 : have some projects and internships in your resume
Tip 2 : Skills related to position

Final outcome of the interviewSelected

Skills evaluated in this interview

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 (42)

Interview questions from similar companies

I was interviewed before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. It was an online technical test. Questions were related to ME outlook, mobile device management , Networking and many more

Interview Preparation Tips

Round: Grammar Round
Experience: It was a written English grammar test to analyse how grammatically sound you are.
Tips: Just revise your basic English grammar like prepositions verbs nd essay/paragraph writing

Round: COMMUNICATION SKILLS Round
Experience: In this round they ask you to speak something on the given topic or sometimes group discussion . Basically they test your vocabulary, your thought process, pronunciation, accent and above all confidence.
Tips: Be confident in whatever you speak. Remember if you get nervous you will need with your words .

Round: Technical Interview
Experience: This was an online test and it had 50 questions all objective types.
Tips: Be technically sound. You cannot Google them as these search engines are blocked

College Name: Babu Banarasi Das National Institute Of Technology And Management (BBDNITM)

I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1.  overloading ,inheritance concepts,structures,pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - have good understanding of basics and have expertise on any specific area.

Interview Questionnaire 

2 Questions

  • Q1. Basic Programming Questions, Data structures, SQL queries
  • Q2. This was the most simple one, they simply asked introduce yourself and fine with night shifts.

Interview Preparation Tips

General Tips: I joined HCL as a fresher and got Intervie

Interview Questionnaire 

1 Question

  • Q1. What I know and what I don't know

Interview Preparation Tips

Round: Test
Experience: Aptitude, reasoning, logical, etc. 2 hours

Interview Questionnaire 

2 Questions

  • Q1. C and C++ - technically related stuffs
  • Q2. Communicate and fluency

uCertify Interview FAQs

How many rounds are there in uCertify interview?
uCertify interview process usually has 4-5 rounds. The most common rounds in the uCertify interview process are Coding Test, Resume Shortlist and One-on-one Round.
How to prepare for uCertify 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 uCertify. The most common topics and skills that interviewers at uCertify expect are Sales, Educational Sales, Javascript, Cold Calling and Communication Skills.
What are the top questions asked in uCertify interview?

Some of the top questions asked at the uCertify interview -

  1. What is ITIL PROC...read more
  2. In this round the hr took deep dive into my projects and asked more about proje...read more
  3. In this round the hr asked for personel information and project discussion main...read more

Tell us how to improve this page.

uCertify Interview Process

based on 2 interviews

Interview experience

3
  
Average
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
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
View all

uCertify Reviews and Ratings

based on 83 reviews

2.7/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

2.7

Salary

2.6

Job security

2.7

Company culture

2.9

Promotions

2.7

Work satisfaction

Explore 83 Reviews and Ratings
Sales Associate

Noida,

Prayagraj / Allahabad

1-3 Yrs

₹ 2.5-4.25 LPA

Explore more jobs
Accounts Manager
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SME
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Inside Sales Executive
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare uCertify with

Simplilearn

3.2
Compare

upGrad

3.7
Compare

MeritNation

3.6
Compare

BYJU'S

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