Upload Button Icon Add office photos
Engaged Employer

i

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

Duck Creek Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Duck Creek Technologies Senior Solution Engineer Interview Questions, Process, and Tips for Experienced

Updated 17 Nov 2023

Duck Creek Technologies Senior Solution Engineer Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2023. There were 4 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 - Technical 

(3 Questions)

  • Q1. What are the different methods to save cost in an Azure environment?
  • Ans. 

    Different methods to save cost in an Azure environment include rightsizing resources, utilizing reserved instances, and optimizing storage usage.

    • Rightsizing resources to match workload demands

    • Utilizing reserved instances for predictable workloads

    • Optimizing storage usage by archiving or deleting unused data

  • Answered by AI
  • Q2. What are Vnet and NSG?
  • Ans. 

    Vnet stands for Virtual Network and NSG stands for Network Security Group.

    • Vnet is a virtual network in Azure that allows resources to securely communicate with each other, the internet, and on-premises networks.

    • NSG is a security group that acts as a virtual firewall to control inbound and outbound traffic to network interfaces or VM instances.

    • Vnet and NSG are commonly used together to secure and manage network traffic

  • Answered by AI
  • Q3. What is a Availability set?
  • Ans. 

    An availability set is a group of virtual machines that are deployed across multiple fault domains and update domains.

    • Helps ensure that your application is available during planned or unplanned maintenance events

    • Provides redundancy and resiliency to your application

    • Each VM in an availability set is assigned to a fault domain and an update domain to minimize potential downtime

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

(1 Question)

  • Q1. What is IaaS, PaaS and SaaS?
  • Ans. 

    IaaS, PaaS, and SaaS are different cloud computing service models.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as virtual servers and storage. Example: Amazon Web Services (AWS)

    • PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure. Example: Goo...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on your basics for the role that you are applying

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Code refactoring of java code

Round 2 - One-on-one 

(3 Questions)

  • Q1. About project description and tech stack
  • Q2. Challenges faced and overcame
  • Ans. 

    Overcame challenges in developing a complex data processing system

    • Implemented multithreading to improve performance

    • Optimized database queries to reduce latency

    • Resolved compatibility issues with third-party APIs

  • Answered by AI
  • Q3. Tools I Use to do my job
  • Ans. 

    I use a variety of tools such as IDEs, version control systems, testing frameworks, and collaboration platforms to perform my job efficiently.

    • IDEs (Integrated Development Environments) like IntelliJ IDEA or Visual Studio Code

    • Version control systems like Git

    • Testing frameworks like JUnit or Selenium

    • Collaboration platforms like Jira or Slack

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Compensation expectations and current
  • Q2. Work timings and max compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a great company, they will show you they work with good tech and very employee friendly but once you enter you get to know the reality . If your career is going great dont ruin it by joining this company

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. How to identify if a queue is circular
  • Ans. 

    A circular queue can be identified by checking if the rear pointer is one position behind the front pointer.

    • Check if rear pointer is one position behind front pointer

    • Check if front pointer is at index 0 and rear pointer is at index n-1 in an array of size n

    • Check if front pointer is at index rear+1 modulo n in an array of size n

  • Answered by AI
Round 2 - System design 

(1 Question)

  • Q1. Design notification system
  • Ans. 

    Design a notification system for a software application.

    • Identify the types of notifications needed (e.g. email, SMS, in-app)

    • Consider the frequency and urgency of notifications

    • Implement a notification queue to handle multiple notifications

    • Include user preferences for notification settings

    • Utilize push notifications for real-time updates

  • Answered by AI
Round 3 - Coding Test 

Write multiple polyfills for array

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find the index of second maximum interger in a given array.
  • Ans. 

    Find the index of second maximum integer in a given array.

    • Iterate through the array to find the maximum integer.

    • Then iterate again to find the second maximum integer and return its index.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Db queries and coding question
Round 1 - Technical 

(1 Question)

  • Q1. Basically apptitude round of 50 questions in 15 min. Then other segment was about reasoning and behaviour questions
Round 2 - Coding Test 

There were 4 coding questions in this round and based on sorting,linked list

Round 3 - Technical 

(1 Question)

  • Q1. Questions on Ds,DBMS, Network and on Project and language mentioned in project

Interview Preparation Tips

Interview preparation tips for other job seekers - Just revise computer basics like Ds,DBMS , Networking, and go through your resume and projects.

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

Simple Aptitude Questions, And Other Rounds based on behavioral evaluations.

Round 2 - Coding Test 

Written Technical Coding Test - 4 Questions 1hr , Simple to solve with intuition.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions based on solutions written during the Technical Written Test Round
  • Ans. Approach to the problems, any better way to optimize the solutions.
  • Answered Anonymously
  • Q2. Java OOPS Concepts, DBMS, SQL Queries, Trees, Graphs, Simple math questions.
Round 4 - Technical 

(1 Question)

  • Q1. Panel Interview, multiple questions asked
  • Ans. Questions based on your projects you have done, OOPS Concepts, DBMS, specific programming language questions which you have mentioned in the resume, OS Questions.
  • Answered Anonymously
Round 5 - HR 

(1 Question)

  • Q1. Basic HR Questions, Introduce yourself, future plans etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice OOPS, DBMS, OS, master a particular language, know your projects in-depth.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

It was Apptitude + Coding test

Round 3 - Coding Test 

Basic Pattern Problems where asked.

Round 4 - One-on-one 

(2 Questions)

  • Q1. They Asked About the same question we where given in coding round.About how we can approach on it
  • Q2. Tell me About Data Structures,Your Projects,Any Work Experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Was asked to solve 3 easy and 2 medium leetcode questions

Round 3 - Technical 

(1 Question)

  • Q1. Was quizzed on basic data structures
Round 4 - HR 

(1 Question)

  • Q1. Was asked about my past experiences
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They will ask the simple concepts related coding questions and some aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Based on profile related

Duck Creek Technologies Interview FAQs

How many rounds are there in Duck Creek Technologies Senior Solution Engineer interview for experienced candidates?
Duck Creek Technologies interview process for experienced candidates usually has 4 rounds. The most common rounds in the Duck Creek Technologies interview process for experienced candidates are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Duck Creek Technologies Senior Solution Engineer interview for experienced candidates?

Some of the top questions asked at the Duck Creek Technologies Senior Solution Engineer interview for experienced candidates -

  1. What are the different methods to save cost in an Azure environme...read more
  2. What is IaaS, PaaS and Sa...read more
  3. What are Vnet and N...read more

Tell us how to improve this page.

Duck Creek Technologies Senior Solution Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.6
 • 146 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
EbixCash Limited Interview Questions
4.0
 • 101 Interviews
SPRINKLR Interview Questions
3.0
 • 100 Interviews
View all
Duck Creek Technologies Senior Solution Engineer Salary
based on 4 salaries
₹15.8 L/yr - ₹20 L/yr
33% more than the average Senior Solution Engineer Salary in India
View more details

Duck Creek Technologies Senior Solution Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

4.5

Job security

5.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Associate Manager
132 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Duck Creek Technologies with

Guidewire Software

4.7
Compare

Applied Systems

3.9
Compare

Vertafore

4.1
Compare

Majesco

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