Upload Button Icon Add office photos

Filter interviews by

DigiCert Interview Questions and Answers

Updated 21 Oct 2024

DigiCert Interview Experiences

Popular Designations

7 interviews found

Senior UX Designer Interview Questions & Answers

user image Vishal Gupta (Vishu)

posted on 21 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are you process of design
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Understand user needs and business goals

    • Ideation: Brainstorm and generate design concepts

    • Prototyping: Create interactive prototypes for testing

    • Testing: Gather feedback from users and iterate on designs

    • Iteration: Refine designs based on feedback and data

  • Answered by AI
  • Q2. How you solve issues during design
  • Ans. 

    I solve design issues by conducting user research, collaborating with stakeholders, iterating on designs, and testing prototypes.

    • Conduct user research to understand user needs and pain points

    • Collaborate with stakeholders to gather feedback and align on goals

    • Iterate on designs based on feedback and testing results

    • Test prototypes with users to validate design decisions

  • Answered by AI

Skills evaluated in this interview

Senior UX Designer Interview Questions asked at other Companies

Q1. Can you describe your approach to a design task and outline your process?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. LinkedList Medium level
  • Q2. Project Discussion and Java
Round 2 - Technical 

(2 Questions)

  • Q1. 1 HLD question order management
  • Q2. Spirng, db, API questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Project Discussion
  • Q2. Behavioural questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Software Developer Interview Questions & Answers

user image Susanta Kumar

posted on 21 Oct 2024

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

Write a program to reverse custom linklist

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 (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One round of face to face coding round that is the first round , second round is panel to candidate coding round and framework and project discussion, third round is techno managerial

Round 2 - Coding Test 

Panel to candidate coding and framework round

Round 3 - One-on-one 

(2 Questions)

  • Q1. Details about previous projects
  • Q2. Performance testing questions and jmeter project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared in coding either maybe java , python , java script depending on the team , solve easy to medium leetcode .

Senior Software Qa Automation Engineer Interview Questions asked at other Companies

Q1. What are Selenium locators and how do you implement page objects in automation testing?
View answer (1)

DigiCert interview questions for popular designations

 Senior Software Engineer

 (2)

 Software Engineer

 (1)

 Software Developer

 (1)

 Senior Software Qa Automation Engineer

 (1)

 Senior UX Designer

 (1)

 Principal Software Engineer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. UPI System design
  • Ans. 

    UPI System design involves creating a secure and efficient platform for instant payments.

    • Design a scalable architecture to handle high volume transactions

    • Implement strong security measures to protect user data and prevent fraud

    • Integrate with various banks and payment gateways for seamless transactions

    • Ensure reliability and availability of the system to prevent downtime

    • Provide a user-friendly interface for easy navigati

  • Answered by AI

Skills evaluated in this interview

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Question on Microservices Patterns
  • Q2. Card shuffling problem
  • Ans. 

    The card shuffling problem involves randomly rearranging a deck of cards.

    • Use a random number generator to shuffle the cards

    • Implement a shuffling algorithm like Fisher-Yates

    • Ensure that all cards have an equal chance of being in any position

  • Answered by AI
  • Q3. Binary Search on Array
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • The array must be sorted in ascending order for binary search to work.

    • The algorithm compares the target value with the middle element of the array and narrows down the search range.

    • If the middle element is equal to the target, the search is successful.

    • If the middle element is greater than the target, the search continues...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Write code for binary search Recursion Linkedlist
  • Ans. 

    Binary search using recursion on a linked list

    • Create a recursive function to search for the target value in the linked list

    • Divide the linked list into two halves and recursively search in the appropriate half

    • Base case: return null if the linked list is empty or the target value is not found

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

(1 Question)

  • Q1. Similar questions on data structures pattern matching with stacks

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. JavaScript

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 and spring boot
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 and spring boot Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java 8 Spring boot and Microservices and Angular.

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Prepare basics and sql.
Code is simple but tricky questions.
Specially on oops design patterns and solid principal for having 3 + more years experience.

Round 2 - Technical 

(2 Questions)

  • Q1. Deep discussion in fundamentals of c#, oops, sql, scenario based questions.
  • Q2. Basics of oops Interface types and use cases Inheritance based questions Db scenario like highest salary , number of occurrences etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation must be good in basics.
Practice your sql scenario and if you are experienced then focus on code design patterns.
Scenarios are asked by them in interviews.

DigiCert Interview FAQs

How many rounds are there in DigiCert interview?
DigiCert interview process usually has 1-2 rounds. The most common rounds in the DigiCert interview process are Technical, One-on-one Round and Coding Test.
How to prepare for DigiCert 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 DigiCert. The most common topics and skills that interviewers at DigiCert expect are Agile, Java, Python, Coding and MySQL.
What are the top questions asked in DigiCert interview?

Some of the top questions asked at the DigiCert interview -

  1. How you solve issues during des...read more
  2. Write code for binary search Recursion Linkedl...read more
  3. What are you process of des...read more

Tell us how to improve this page.

DigiCert Interview Process

based on 8 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Publicis Sapient Interview Questions
3.5
 • 616 Interviews
GlobalLogic Interview Questions
3.7
 • 587 Interviews
UST Interview Questions
3.8
 • 510 Interviews
CGI Group Interview Questions
4.0
 • 483 Interviews
View all

DigiCert Reviews and Ratings

based on 17 reviews

4.3/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

4.3

Salary

4.1

Job security

4.3

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
36 salaries
unlock blur

₹10.6 L/yr - ₹32 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹21.2 L/yr - ₹45 L/yr

Principal Software Engineer
13 salaries
unlock blur

₹24 L/yr - ₹41 L/yr

Associate Software Engineer
11 salaries
unlock blur

₹6.5 L/yr - ₹16 L/yr

Sde1
9 salaries
unlock blur

₹60 L/yr - ₹93 L/yr

Explore more salaries
Compare DigiCert with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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