Upload Button Icon Add office photos

Filter interviews by

DigiCert Senior Software Engineer Interview Questions and Answers

Updated 28 Sep 2024

DigiCert Senior Software Engineer Interview Experiences

2 interviews found

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
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

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Senior Software Engineer Jobs at DigiCert

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me your strengths and weaknesses ?
  • Q2. Why did you choose this field?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall tough one if u dnt prepare well

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reverse an array
  • Ans. 

    Reverse an array of strings

    • Iterate through the array from both ends and swap the elements

    • Continue swapping until the middle of the array is reached

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare DS and algo well and some general HR questions

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Angular
  • Q2. Basics of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up basics on skills.

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. TELL ABOUT YOURSELF?
  • Q2. WHY COGNIZANT?
  • Q3. PASS IN PYTHON
  • Q4. %APTITUTE QUESTION
  • Q5. WANT TO RELOCATE
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to consider relocation if the job aligns with my career goals.

    • I am open to exploring new cities and cultures.

    • I am willing to relocate for a better work-life balance or career advancement opportunities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, In the aptitude exam try to solve as many drive code to select in genc next, They are more focused on technology and your verbal skills.

Interview Questionnaire 

3 Questions

  • Q1. Difference between inner join and outer join
  • Ans. 

    Inner join returns only matching rows from both tables while outer join returns all rows from one table and matching rows from the other.

    • Inner join is used to combine data from two tables based on a common column.

    • Outer join is used to combine data from two tables where one table may not have matching rows in the other.

    • There are three types of outer join: left outer join, right outer join, and full outer join.

    • Left outer...

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the derived class.

    • An abstract class can have constructors and fields.

    • An abstract class can be used to define a common interface for a group of related classes.

    • Example: Animal is an abstract c...

  • Answered by AI
  • Q3. What is normalization and difference between 3NF and BCNF
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and dependency.

    • Normalization is used to eliminate data redundancy and dependency.

    • 3NF (Third Normal Form) eliminates transitive dependencies while BCNF (Boyce-Codd Normal Form) eliminates partial dependencies.

    • 3NF is a subset of BCNF.

    • Normalization helps in improving data consistency and integrity.

    • Normalization can also improve database perfo

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. C programming
  • Q2. Python

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was technical question basic c programming question to ready

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Aptitude

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Technical questions related to your domain. Mostly what, how & why questions.
  • Q2. Some aptitude questions to solve.
  • Q3. 1 or 2 coding questions.
  • Q4. HR questions. Like why this company, tell me about yourself, who is the CEO of CTS, where is the headquarter etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm & expressive. Don't hide the facts and truth. Don't try to manipulate HR.

DigiCert Interview FAQs

How many rounds are there in DigiCert Senior Software Engineer interview?
DigiCert interview process usually has 2 rounds. The most common rounds in the DigiCert interview process are Technical and Behavioral.
How to prepare for DigiCert Senior 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 DigiCert. The most common topics and skills that interviewers at DigiCert expect are Coding, Agile, Linux, MySQL and SSL.
What are the top questions asked in DigiCert Senior Software Engineer interview?

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

  1. Card shuffling prob...read more
  2. Binary Search on Ar...read more
  3. 1 HLD question order managem...read more

Tell us how to improve this page.

DigiCert Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
DigiCert Senior Software Engineer Salary
based on 24 salaries
₹21.2 L/yr - ₹45 L/yr
145% more than the average Senior Software Engineer Salary in India
View more details

DigiCert Senior Software Engineer Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.6

Skill development

3.8

Work-life balance

3.8

Salary

4.8

Job security

4.3

Company culture

3.1

Promotions

4.1

Work satisfaction

Explore 3 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