Upload Button Icon Add office photos

Filter interviews by

Diensten Tech Interview Questions, Process, and Tips

Updated 28 Jan 2025

Top Diensten Tech Interview Questions and Answers

Diensten Tech Interview Experiences

Popular Designations

6 interviews found

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

(1 Question)

  • Q1. What are BGP protocol states

Senior Network Engineer Interview Questions asked at other Companies

Q1. What are the different typesof the network cables used in the network?
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Layer of OSI and TCP?

Interview Preparation Tips

Interview preparation tips for other job seekers - Any time you will be jobless, but they always say job role is permanently, no it's depends on their project company.

Senior Network Engineer Interview Questions asked at other Companies

Q1. What are the different typesof the network cables used in the network?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Pure component and impure component diff with real sinario based example
  • Ans. 

    Pure components are stateless and always render the same output for the same input, while impure components can have side effects and may not always render the same output for the same input.

    • Pure components are typically functional components in React that only rely on props and do not have internal state.

    • Impure components can have internal state, make API calls, or have side effects like modifying global variables.

    • Exa...

  • Answered by AI
  • Q2. UseEffect,useContext, useMemo,SEO

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare yourself today for the future

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (1)
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 in Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About your CV , which you mansions there.
Round 2 - Technical 

(4 Questions)

  • Q1. Routing, switching, Fortigate Firewall
  • Q2. What is inter VLAN routing?
  • Ans. 

    Inter VLAN routing is the process of forwarding network traffic between different VLANs.

    • Inter VLAN routing allows communication between devices in different VLANs.

    • It is typically done using a router or a layer 3 switch.

    • Each VLAN has its own subnet and IP address range.

    • Inter VLAN routing helps in segmenting network traffic for security and performance reasons.

  • Answered by AI
  • Q3. About BGP Attributes and path selection.
  • Q4. State full/less firewall.
  • Ans. 

    Stateful firewall keeps track of the state of active connections and makes decisions based on the context of the traffic.

    • Stateful firewall inspects incoming and outgoing packets and compares them to a database of trusted connections.

    • It allows or blocks traffic based on the state of the connection and predefined rules.

    • Examples include Cisco ASA, Palo Alto Networks, and Fortinet firewalls.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer straight what you now and what you don't know but able to learn new thing fast, then other.

Skills evaluated in this interview

Senior Network Engineer Interview Questions asked at other Companies

Q1. What are the different typesof the network cables used in the network?
View answer (3)

Diensten Tech interview questions for popular designations

 Senior Network Engineer

 (3)

 Senior Software Engineer

 (1)

 Technical Lead

 (1)

Technical Lead Interview Questions & Answers

user image rajat nigam

posted on 14 May 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - HR 

(5 Questions)

  • Q1. Salary negotiation
  • Q2. Ur positive approach and ur dislike
  • Q3. Place of joining
  • Q4. Why u want to join our company
  • Q5. Work from office

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

sap PM and EAM consultant Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SAP processes, master data roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Set yourself with SAP processes and master data and also RICEFW and project types and phases.

Jobs at Diensten Tech

View all

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

1. Explain about framework architecture and from that all questions derived. asked to write diagram and explain the structure.
2. Difference between class variable and instance variable.
3. what is ITestListener why used and when used in framework.
4. architecture of selenium 4 (geckodriver, chromium driver)
5. what is BDD and cucumber, how both are related to.
6. which kind of framework you go, either POM or Page factory for with testNg/junit?
7. asked to write query on sql joins and how you fetch the second lowest of salary from each department.
8. DDL, DML statements.
9. pathquery and query parameters differences(API)
10. How the responses you are validating in automation framework for Json response file.
11. status code of Https
12. serialization and deserialization difference
13. String Builder, String Buffer and String difference? which is better and which is safe to use.
14. Dropdown in selenium how you handle, how to check which is already selected?
15. multiple data provider in testng and how you pass parameter and how you retrive from excel sheet? Asked to write code!
16.what is flaky testing?
17.Asked to write first code of JDBC connecting establishment with framework.
18. Code execution: input ="aabbabcbb"; output = a:3 , b:5, c:1 like this if they give name also it should count. Tip : HashMap you can write the code.
19. Code execution: a[]={1,2,3,4,0,0,0} b={5,6,7} output need to print as remove all 0's from first array and replace 1,2,3,4 with 5,6,7 some crazy questions.
20. Git cmds and CI/CD tool.

Round 2 - Coding Test 

1. asked about architecture and where you used oops concepts?
2. abstract class and interfaces
3. select drop down all options
4. find scrape links from webpage write the code
5. asked for writing xpath for any element random website.
6. asked about following-sibling, descendent and preceding-sibling, normalise-space locators.
7. jdbc connection code.
8. API JSON file - how you done validation in automation testing.

Round 3 - Technical 

(1 Question)

  • Q1. Why team lead position you have not taken till now and is their any managerial skills you are lacking on What kind of projects you worked on water fall model agile team You are only individual contributor?...
  • Ans. 

    I have not pursued a team lead position because I have been focused on honing my technical skills. I have experience working on projects in both waterfall and agile methodologies.

    • I have chosen to focus on improving my technical skills as an individual contributor rather than taking on a managerial role.

    • I have worked on projects using both waterfall and agile methodologies, adapting to the needs of the team and project.

    • ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About experience and studies Compensation discussed. Need all the exp letters and years

Interview Preparation Tips

Interview preparation tips for other job seekers - It was one day process and shortlisted drive. But it was huge number people for one profile.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sale price on on day
  • Q2. Start working

Interview Preparation Tips

Interview preparation tips for other job seekers - Fofocus heavily on networking, tailoring your resume with relevant keywords, actively following up with potential employers, showcasing your sales skills in interviews through storytelling, and monitoring companies you're interested in to stay updated on opportunities.
Key points to remember:
Prioritize networking:
Utilize your network to connect with people in the industry, attend industry events, and leverage platforms like LinkedIn to build relationships with potential hiring managers.
Tailor your resume:
Include relevant sales keywords throughout your resume to catch the attention of recruiters and ensure your experience aligns with the job description.
Practice your sales pitch:
Prepare compelling stories from your past experiences to demonstrate your ability to close deals, overcome objections, and build rapport during interviews.
Follow up consistently:
After submitting applications, send personalized follow-up emails to maintain engagement with potential employers.
Research companies:
Actively monitor companies you're interested in by following their social media and news to stay informed about potential openings.
Highlight transferable skills:
Even if you lack direct sales experience, emphasize skills like communication, persuasion, relationship building, and problem-solving that translate well to a sales role.
Ask insightful questions:
During interviews, demonstrate your knowledge of the company and role by asking thoughtful questions that show your genuine interest.
Be enthusiastic and confident:
Convey a positive attitude and express your passion for sales to make a strong impression on potential employers.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

---

Example Question (Numerical Ability):

Question:
If 15% of a number is 45, what is 30% of that number?

Solution:

1. Find the number:
If 15% of a number is 45, then



\text{Number} = \frac{45}{0.15} = 300.

2. Calculate 30% of the number:
Now, 30% of 300 is



0.30 \times 300 = 90.

Answer:
30% of the number is 90.


---

Additional Example (Simple Interest):

Question:
A bank offers a simple interest rate of 5% per annum on a deposit of Rs.20,000. What will be the interest earned in 3 years?

Solution:

1. Use the simple interest formula:



\text{Simple Interest} = \frac{P \times R \times T}{100}

= Principal amount = Rs.20,000

= Rate of interest = 5%

= Time = 3 years


2. Calculate the interest:



\text{Interest} = \frac{20000 \times 5 \times 3}{100} = 3000.

Answer:
The interest earned in 3 years is Rs. 3000.

Round 2 - Coding Test 

1. Quantitative Aptitude

Q: A sum of ₹10,000 is invested at 10% per annum simple interest. What is the interest after 3 years?
A: Interest = (P × R × T) / 100 = (10,000 × 10 × 3) / 100 = ₹3,000

2. Reasoning Ability

Q: If A is the father of B, but B is not the son of A, what is B’s relation to A?
A: Daughter

3. English Language

Q: Choose the correct sentence:
a) She don’t like coffee.
b) She doesn’t like coffee.
A: b) She doesn’t like coffee.

4. General Awareness (Banking GK)

Q: What does RBI stand for?
A: Reserve Bank of India

Round 3 - Assignment 

---

Example Question (Numerical Ability):

Question:
A bank offers a simple interest rate of 6% per annum. If a customer deposits Rs. 25,000 for 4 years, what is the total simple interest earned over that period?

Solution:

1. Identify the formula for Simple Interest (SI):



\text{SI} = \frac{P \times R \times T}{100}

is the principal (Rs. 25,000)

is the rate of interest (6%)

is the time period (4 years)


2. Substitute the values into the formula:



\text{SI} = \frac{25000 \times 6 \times 4}{100}

3. Calculate the interest:



\text{SI} = \frac{25000 \times 24}{100} = \frac{600000}{100} = 6000.

Answer:
The total simple interest earned over 4 years is Rs. 6,000.


---

Additional Example (Logical Reasoning):

Question:
In a sequence of numbers representing daily bank transactions, the amounts follow an arithmetic progression: 105, 115, 125, ... What will be the 8th transaction amount?

Solution:

1. Identify the first term and common difference:

First term,

Common difference,



2. Use the formula for the nth term of an arithmetic progression:



a_n = a_1 + (n - 1)d

3. Substitute :



a_8 = 105 + (8 - 1) \times 10 = 105 + 70 = 175.

Answer:
The 8th transaction amount is 175.

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

(6 Questions)

  • Q1. What are some of the Design Patterns you have worked with?
  • Q2. What is your approach for a issue you came to know happened in Production.
  • Q3. If given a chance to lead a team will you take it up as a challenge of not how would you tackle it?
  • Q4. Are you able to work under pressure. How do you manage?
  • Q5. What do you understand by SOLID principle? Why do you think it is important.
  • Q6. Please solve the coding question provided ( a moderately difficult coding question provided). Help understand your approach and why you chose same. Explain edge caes if possible.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush Up Job related skills.
Be able to demonstrate through practical approach.
Keep your theoretical approach flexible and more inclined with positive response than bluffing.
Keep confidence at core of and have a good communication practice.
Adhere to Interview rules for example be available with 1 working editor for coding or technical rounds. Be professional in your appearance and always refrain from asking feedback in the interview itself.

Diensten Tech Interview FAQs

How many rounds are there in Diensten Tech interview?
Diensten Tech interview process usually has 1-2 rounds. The most common rounds in the Diensten Tech interview process are Technical, HR and Resume Shortlist.
How to prepare for Diensten 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 Diensten Tech. The most common topics and skills that interviewers at Diensten Tech expect are Manual Testing, SAP CO, Automation Testing, SAP ABAP and Desktop Support.
What are the top questions asked in Diensten Tech interview?

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

  1. Pure component and impure component diff with real sinario based exam...read more
  2. what is inter VLAN routi...read more
  3. What are BGP protocol sta...read more

Tell us how to improve this page.

Diensten Tech Interview Process

based on 11 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Diensten Tech Reviews and Ratings

based on 42 reviews

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

2.8

Job security

3.0

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 42 Reviews and Ratings
Senior PV Specialist

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Biztalk Developer

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Junior Executive _ TA

Hyderabad / Secunderabad

2-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
11 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Software Developer
8 salaries
unlock blur

₹3.4 L/yr - ₹8.7 L/yr

Data Engineer
7 salaries
unlock blur

₹3.2 L/yr - ₹5.5 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹7 L/yr - ₹15.3 L/yr

Senior Network Engineer
6 salaries
unlock blur

₹5.6 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Diensten Tech with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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