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
2.7

based on 81 Reviews

Filter interviews by

uCertify Software Developer Intern Interview Questions and Answers

Updated 16 Sep 2021

uCertify Software Developer Intern Interview Experiences

1 interview found

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120min
Round difficulty - Easy

  • Q1. Operating System

    What are semaphores?

  • Q2. Colour the Graph

    You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. You have to colour this graph in two different colours, say blue and red suc...

  • Ans. DFS

    We can approach this problem by running a DFS starting from vertex-1.

    We have a total of ‘m’ edges.

    When can we achieve the configuration when we see in reference to vertex-1? 

    1. Let's say vertex-1 is ‘Blue’
      1. If all the vertices that connect to vertex-1 are ‘Red’, then we can say that the configuration is possible.
    2. If this would be the negation of the last one. Say, vertex-1 is ‘Red’
      1. If all the vertices that connect to ...
  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

  • Q1. Water Flow

    You are given a matrix 'A' having ‘N’ rows and ‘M’ columns. Each cell of the matrix represents the height of water placed in that cell. Water can flow only in four directions ( up, down...

  • Ans. Brute force, DFS
    • We will run two nested loops to traverse each cell of the matrix.
    • For each cell, we perform DFS in which we go to all adjacent neighbours having their height lower than the current cell.
    • We take two boolean variables to mark the reachability of that cell to the ocean. If we somehow reach any of the ocean we mark the corresponding boolean variable to be true.
    • In the end, if both of the boolean variables are...
  • Answered by CodingNinjas
Round 3 - HR 

(1 Question)

Round duration - 10 minutes
Round difficulty - Easy

  • Q1. General Questions

    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

Interview questions from similar companies

I was interviewed in Mar 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Timing (10 am- 11 am)
For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 45 minutes.

  • Q1. Connect n ropes with minimum cost

    You have been given 'N' ropes of different lengths, we need to connect these ropes into one rope. The cost to connect two ropes is equal to sum of their lengths. W...

  • Ans. Brute Force Approach

    Clearly, the rope which is picked up first will be having its length included more than once in the final cost. If we pick a rope of larger length earlier, then we will be adding some extra cost to our final result.
    So, the idea is to pick ropes of smaller lengths initially to minimize the impact on our final cost.

    So, each time we will be finding two smallest ropes, connecting them and

    adding the resu...

  • Answered by CodingNinjas
  • Q2. Validate BST

    You have been given a binary tree of integers with N number of nodes. Your task is to check if that input tree is a BST (Binary Search Tree) or not.

    A binary search tree (BST) is a binary tr...

  • Ans. BST property

    The approach is based on the fact that the value of each node in a BST is greater than the value of all the nodes in the left subtree and smaller than the value of all the nodes in the right subtree.

     

    Here is the complete algorithm-

    • For each node, we store the minimum and maximum value allowed for that node. Initially, for the root node, the minimum value would be -10^9 and the maximum value should be 10...
  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This round was on call where I was just supposed to answer the HRquestions that were asked. It started with a brief interview with one another and then moved to questions on DBMS, operating systems, computer networks and all. Almost 10-15 questions were asked and I probably answered 90% of them correctly.

  • Q1. Basic HR Questions

    Assume you are hired, then how long would you expect to work for us?

    How would you rate yourself on a scale of 1 to 10?

  • Ans. 

    Tip 1 : Try answering in an optimistic manner
    Tip 2 : relating the real life examples to support your points will be very helpful
    Tip 3 : putting all the energy and showing the enthusiasm is also very important

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Malaviya National Institute of Technology Jaipur. I applied for the job as SDE - Intern in GurgaonEligibility criteriaall branches were allowedSpeedLabs interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : practice on gfg and coding ninjas
Tip 2 : compete in online coding contests
Tip 3 : learn DSA and practice regularly from GFG or leetcode

Application resume tips for other job seekers

Tip 1 : put your entire valuable experience in brief
Tip 2 : put the handle of you competitive coding profiles

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About Myself in details
  • Q2. Past internships and work experiences
Round 2 - Technical 

(2 Questions)

  • Q1. Primary keys, Unique key
  • Q2. Usage advantages and disadvantages of Indexing
Round 3 - Coding Test 

SQL- 1 departments with no users
2 dept_id and their respective no. of users

DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basis DSA well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude test, 2 coding questions based on arrays. One was easy other was hard

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about arrays
  • Ans. 

    Arrays are a data structure that stores a collection of elements of the same data type in contiguous memory locations.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Arrays can store primitive data types or objects.

    • Example: String[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q2. How does a linked list function
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Each element in a linked list, called a node, contains data and a reference to the next node in the sequence.

    • Linked lists can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes).

    • To traverse a linked list, you start at the head node and follow the refere...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Arrays well and write code in given timeframe

Skills evaluated in this interview

Interview experience
4
Good
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 - Aptitude Test 

Basic Aptitude test

Round 3 - Coding Test 

Coding Round is little tough.

Round 4 - HR 

(3 Questions)

  • Q1. Formal conversation about the projects and all that kind of stuff
  • Q2. What kind of project you have worked on
  • Q3. How you tackles different project

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best to all!!

I applied via Naukri.com and was interviewed in May 2022. There were 6 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. SOLID design principles and Design Patterns use cases
  • Ans. 

    SOLID design principles and Design Patterns are used to create maintainable and scalable software.

    • SOLID principles help in creating loosely coupled and modular code.

    • Design Patterns provide reusable solutions to common software problems.

    • Examples of SOLID principles include Single Responsibility, Open/Closed, and Liskov Substitution.

    • Examples of Design Patterns include Factory, Singleton, and Observer.

    • Using SOLID principl...

  • Answered by AI
  • Q2. Problem-solving discussion, OOPs questions
Round 3 - Coding Test 

2 questions, problem-solving, easy to medium difficulty.

Round 4 - Technical 

(2 Questions)

  • Q1. Questions on work done in the previous company, challenges faced and resolution, C# conceptual questions
  • Q2. WEB API concepts, Entity Framework concepts, .Net Framework concepts
Round 5 - Behavioral 

(1 Question)

  • Q1. General discussion on work done in the previous company, challenges faced, what are your expectations from the role and why you want to join the company.
Round 6 - HR 

(1 Question)

  • Q1. General HR discussion with salary negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover all topics that might be relevant to your role and what you have mentioned in the resume.
Prepare basic problem-solving.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basics of JavaScript and HTML and CSS

Round 2 - Technical 

(1 Question)

  • Q1. All about JavaScript
Round 3 - Technical 

(1 Question)

  • Q1. In- detail about JavaScript and logical ability questions
Round 4 - Assignment 

Login/signup and to do list using react.js

Round 5 - HR 

(1 Question)

  • Q1. Basic questions about family and all

Interview Preparation Tips

Topics to prepare for Jamboree Education Software Developer interview:
  • Javascript
  • React.Js
  • Angularjs
Interview preparation tips for other job seekers - keep working on skills, at last only skills matters
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Coding best practices 2. Writing basic code snippets
Round 2 - Technical 

(1 Question)

  • Q1. 1. Current projects and challenges
Round 3 - Technical 

(1 Question)

  • Q1. 1. Release management

Interview Questionnaire 

1 Question

  • Q1. Basics Managerial Questions

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 45

I was interviewed in Mar 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Timing (10 am- 11 am)
For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 45 minutes.

  • Q1. Connect n ropes with minimum cost

    You have been given 'N' ropes of different lengths, we need to connect these ropes into one rope. The cost to connect two ropes is equal to sum of their lengths. W...

  • Ans. Brute Force Approach

    Clearly, the rope which is picked up first will be having its length included more than once in the final cost. If we pick a rope of larger length earlier, then we will be adding some extra cost to our final result.
    So, the idea is to pick ropes of smaller lengths initially to minimize the impact on our final cost.

    So, each time we will be finding two smallest ropes, connecting them and

    adding the resu...

  • Answered by CodingNinjas
  • Q2. Validate BST

    You have been given a binary tree of integers with N number of nodes. Your task is to check if that input tree is a BST (Binary Search Tree) or not.

    A binary search tree (BST) is a binary tr...

  • Ans. BST property

    The approach is based on the fact that the value of each node in a BST is greater than the value of all the nodes in the left subtree and smaller than the value of all the nodes in the right subtree.

     

    Here is the complete algorithm-

    • For each node, we store the minimum and maximum value allowed for that node. Initially, for the root node, the minimum value would be -10^9 and the maximum value should be 10...
  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This round was on call where I was just supposed to answer the HRquestions that were asked. It started with a brief interview with one another and then moved to questions on DBMS, operating systems, computer networks and all. Almost 10-15 questions were asked and I probably answered 90% of them correctly.

  • Q1. Basic HR Questions

    Assume you are hired, then how long would you expect to work for us?

    How would you rate yourself on a scale of 1 to 10?

  • Ans. 

    Tip 1 : Try answering in an optimistic manner
    Tip 2 : relating the real life examples to support your points will be very helpful
    Tip 3 : putting all the energy and showing the enthusiasm is also very important

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Malaviya National Institute of Technology Jaipur. I applied for the job as SDE - Intern in GurgaonEligibility criteriaall branches were allowedSpeedLabs interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : practice on gfg and coding ninjas
Tip 2 : compete in online coding contests
Tip 3 : learn DSA and practice regularly from GFG or leetcode

Application resume tips for other job seekers

Tip 1 : put your entire valuable experience in brief
Tip 2 : put the handle of you competitive coding profiles

Final outcome of the interviewSelected

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
upGrad Interview Questions
3.7
 • 204 Interviews
Simplilearn Interview Questions
3.2
 • 99 Interviews
NIIT Interview Questions
3.6
 • 81 Interviews
Internshala Interview Questions
3.9
 • 54 Interviews
View all
Accounts Manager
18 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Application Developer
14 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

SME
11 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Inside Sales Executive
9 salaries
unlock blur

₹2.9 L/yr - ₹4.5 L/yr

Web Developer
9 salaries
unlock blur

₹3 L/yr - ₹4.5 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview