Upload Button Icon Add office photos

Filter interviews by

dCipher Tech Interview Questions and Answers

Updated 1 Oct 2022

dCipher Tech Interview Experiences

Popular Designations

6 interviews found

I applied via Naukri.com and was interviewed before Oct 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. It was about profile and skill introduction and basic skill testing
  • Q2. If you have worked on Java/Python, should not be difficult, basic questions
Round 3 - Coding Test 

It was core technical and case based questions

Round 4 - One-on-one 

(2 Questions)

  • Q1. It was about explaining the code test
  • Q2. Kind of projects worked on, practical aspect of the work done
  • Ans. 

    I have worked on various projects involving Java development, with a focus on practical implementation.

    • Developed a web application using Java, Spring, and Hibernate

    • Implemented RESTful APIs for data retrieval and manipulation

    • Worked on optimizing database queries for improved performance

    • Collaborated with cross-functional teams to deliver high-quality software solutions

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic discussion on aspirations - work, skillset, salary etc

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are thorough with your technical skillset and are upfront about your expectations, should be straight forward as interviewers were very transparent about the expectations and were checking mutual fitment

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Java Engineer Lead Interview Questions & Answers

user image Sandeep Kumar Jakkaraju

posted on 30 Sep 2022

I applied via Hirist and was interviewed in Mar 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

Practice some dsa problems so that you can clear this round

Round 3 - Technical 

(1 Question)

  • Q1. Read up on dsa and algorithms
Round 4 - Technical 

(1 Question)

  • Q1. Practice SQL questions
Round 5 - Technical 

(1 Question)

  • Q1. With the client you have to have programming or coding knowledge and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Please practice DSA and Algorithms and SQL before the rounds

I applied via Approached by Company and was interviewed before Sep 2021. 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 - Coding Test 

They have 2 quests
1-Given an arrays of ages sorted lowest to highest
output the number of occurences for each age.

Round 3 - Coding Test 

Write SQL query to output the channel with maximum number of videos.

Round 4 - Technical 

(2 Questions)

  • Q1. Same coding questions and about the profile mostly
  • Q2. He asked more on java

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding test they only have 2 questions.
The test is worse.

Java Full Stack Developer Interview Questions asked at other Companies

Q1. Coding question - 1. Create a immutable class of orders. What happens when two objects are created out of it. 2.Using the immutable orders create a set of orders and how will you sort these out. 3.Given a List of list of string of integers ... read more
View answer (1)

I applied via Naukri.com and was interviewed before Sep 2021. 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 - Technical 

(2 Questions)

  • Q1. Introduction and job profile. Basic programing question on java
  • Q2. Some frontend and database question

Interview Preparation Tips

Topics to prepare for dCipher Tech Java Developer interview:
  • Java
  • Angularjs
  • System Design
Interview preparation tips for other job seekers - Waste of time
Long wait from one technical round to final technical round.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

dCipher Tech interview questions for popular designations

 Java Engineer Lead

 (1)

 HR Manager

 (1)

 Senior Java Developer

 (1)

 Java Developer

 (1)

 Java Full Stack Developer

 (1)

 Fullstack Java Developer

 (1)

HR Manager Interview Questions & Answers

user image Pooja Pandey

posted on 30 Sep 2022

I applied via Referral and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Briefing round. General question related to profiles are asked.
  • Q2. Questions related to last profile, CTC and ECTC were asked.
Round 3 - Assignment 

Resumes we're asked to source for Java profile

Round 4 - One-on-one 

(5 Questions)

  • Q1. Profile related questions were asked
  • Q2. Knowledge in HR domain we're checked.
  • Q3. Questions related to PF and payroll creation were asked.
  • Q4. Questions related to Technical profiles hiring were asked, specifically about developers.
  • Q5. Questions related to job portals were asked.

Interview Preparation Tips

Topics to prepare for dCipher Tech HR Manager interview:
  • Payroll Processing
  • Statutory Compliance
  • Talent Acquisition
Interview preparation tips for other job seekers - They give some practical task Or exercise so be prepared to do some task/assessment exercises during the interview rounds.

HR Manager Interview Questions asked at other Companies

Q1. Can you explain the meaning of performance Management as stated in your CV
View answer (5)

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. The reason for making a switch?
  • Ans. 

    Switch statements are used to execute different code blocks based on different conditions.

    • Switch statements are useful when there are multiple conditions to be checked.

    • They can be used as an alternative to multiple if-else statements.

    • The switch expression must evaluate to a primitive data type or a string.

    • Each case statement must end with a break statement to prevent fall-through.

    • Default case is optional and executes w

  • Answered by AI
  • Q2. Basic questions related to your projects and technical background.
Round 3 - Assignment 

A coding assessment in java based on basic DSAs.

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical discussion with coding problems.

Interview Preparation Tips

Topics to prepare for dCipher Tech Fullstack Java Developer interview:
  • java 8
  • Full Stack
  • Microservices
  • RDBMS
Interview preparation tips for other job seekers - Primary objective should be justifying your experience and proving relevant skillset. Good problem solving skills are helpful in further rounds.

Fullstack Java Developer Interview Questions asked at other Companies

Q1. If needed, will you work on the older technology stack?
View answer (2)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

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

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its for FP&A process and the major questions were from the basics of FP&A. How it starts and how its ends and Previous job roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quite a moderate interview but be prepare for more rounds of technical interviews.

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

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

dCipher Tech Interview FAQs

How many rounds are there in dCipher Tech interview?
dCipher Tech interview process usually has 4 rounds. The most common rounds in the dCipher Tech interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for dCipher Tech 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 dCipher Tech. The most common topics and skills that interviewers at dCipher Tech expect are Full Stack, AWS, Angularjs, Java and MySQL.
What are the top questions asked in dCipher Tech interview?

Some of the top questions asked at the dCipher Tech interview -

  1. The reason for making a swit...read more
  2. Questions related to Technical profiles hiring were asked, specifically about d...read more
  3. Questions related to last profile, CTC and ECTC were ask...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

dCipher Tech Reviews and Ratings

based on 12 reviews

4.3/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

4.3

Salary

4.4

Job security

4.3

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 12 Reviews and Ratings
Compare dCipher Tech with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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