Upload Button Icon Add office photos
Engaged Employer

i

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

Zehntech Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zehntech Technologies Interview Questions, Process, and Tips for Experienced

Updated 15 Oct 2024

Top Zehntech Technologies Interview Questions and Answers for Experienced

Zehntech Technologies Interview Experiences for Experienced

Popular Designations

4 interviews found

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

I applied via Walk-in

Round 1 - Assignment 

You have to create rails application additionally by using mini
magic gem .and also write to test case for the same.

Round 2 - Technical 

(2 Questions)

  • Q1. What is rails and MVC
  • Ans. 

    Rails is a web application framework written in Ruby that follows the Model-View-Controller (MVC) architectural pattern.

    • Rails is a popular web development framework that simplifies the process of building web applications.

    • MVC is a design pattern that separates an application into three main components: Model, View, and Controller.

    • The Model represents the data and business logic of the application.

    • The View is responsibl...

  • Answered by AI
  • Q2. Describe Gem , plugins, nil and false difference, association, validation,and many more questions
  • Ans. 

    Gem, plugins, nil, and false have different meanings in Ruby. Associations and validations are key concepts in Rails development.

    • Gems are packages of reusable code that can be easily added to a Ruby project.

    • Plugins are similar to gems but are typically used for extending Rails functionality.

    • Nil represents the absence of a value, while false is a boolean value indicating something is not true.

    • Associations in Rails defin...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Asking about project from last company
  • Q2. Roles and responsibilities of that project.if. Facing any challenge so how did you overcome
  • Ans. 

    I was responsible for developing and maintaining a web application for tracking inventory. I faced a challenge with integrating a new API.

    • Developing and maintaining a web application for tracking inventory

    • Integrating a new API into the existing system

    • Collaborating with team members to troubleshoot and resolve issues

    • Testing and debugging code to ensure functionality

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

  • Answered by AI
  • Q2. Where do you see in yourself within 5 years
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Continuing to enhance my technical skills and knowledge through ongoing learning and certifications

    • Taking on more leadership responsibilities and mentoring junior team members

    • Contributing to the development of cutting-edge software solutions

    • Possibly pursuing a higher level of education or specialization in a speci

  • Answered by AI

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 (225)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions from AWS servies used and mentioned in resume.
  • Q2. What errors you have faced while applying terraform code?
  • Ans. 

    I have faced errors such as resource conflicts, syntax errors, and provider version mismatches while applying Terraform code.

    • Resource conflicts occur when multiple resources are trying to create the same resource at the same time.

    • Syntax errors can occur due to incorrect syntax in the Terraform code, such as missing brackets or incorrect attribute names.

    • Provider version mismatches can occur when the Terraform code is wr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zehntech Technologies Devops Engineer interview:
  • skills from resume
  • AWS
  • Devops
  • Ansible
  • Terraform
  • Kubernetes
  • Docker
  • Github
  • Jenkins

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. 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. Basic questions of java
  • Q2. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionalities.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction focuses on the essential...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic concepts

Skills evaluated in this interview

Junior Java Developer Interview Questions asked at other Companies

Q1. What are the dependencies that are present in spring and explain them
View answer (4)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2023

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

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 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 - Aptitude Test 

It was a written test consisting 4 sections . English, Email writing and reasoning question.

Round 3 - HR 

(1 Question)

  • Q1. About yourself, why you want to work in HR and in this company.

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

Zehntech Technologies interview questions for popular designations

 Software Engineer

 (2)

 Devops Engineer

 (1)

 HR Executive

 (1)

 Junior Java Developer

 (1)

Jobs at Zehntech Technologies

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

Interview Questionnaire 

1 Question

  • Q1. MVC related, SQL commands, C, C#

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, Think well, If you have confusion in answer Just tell them which and why you feel confused, If you don't understand question, Just try to make it clear,
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2023. There were 3 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 - Aptitude Test 

Program output prediction,Logical

Round 3 - Coding Test 

3 programs ,any Language you choose. One SQL and 2 programs

Interview Preparation Tips

Topics to prepare for ClaySys Software Engineer interview:
  • Coding skills
  • Logic
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts ?
  • Q2. SQL queries related?
Round 2 - Coding Test 

General coding questions

Round 3 - Assignment 

30days training and project building

Interview Preparation Tips

Topics to prepare for ClaySys Software Engineer interview:
  • Oops concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOP questions SQL Questions Programming structure
Round 2 - Technical 

(1 Question)

  • Q1. SQL questions MVC and C# related questions

Zehntech Technologies Interview FAQs

How many rounds are there in Zehntech Technologies interview for experienced candidates?
Zehntech Technologies interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Zehntech Technologies interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for Zehntech Technologies interview for experienced candidates?
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 Zehntech Technologies. The most common topics and skills that interviewers at Zehntech Technologies expect are Javascript, Digital Marketing, HTML, Python and Computer science.
What are the top questions asked in Zehntech Technologies interview for experienced candidates?

Some of the top questions asked at the Zehntech Technologies interview for experienced candidates -

  1. What errors you have faced while applying terraform co...read more
  2. Describe Gem , plugins, nil and false difference, association, validation,and m...read more
  3. What is rails and ...read more

Tell us how to improve this page.

Zehntech Technologies Interview Process for Experienced

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
NexTurn Interview Questions
4.1
 • 28 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
View all

Zehntech Technologies Reviews and Ratings

based on 34 reviews

2.9/5

Rating in categories

2.8

Skill development

2.6

Work-life balance

2.6

Salary

2.5

Job security

2.7

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 34 Reviews and Ratings
Junior Project Manager

Indore

0-1 Yrs

Not Disclosed

UI/UX Designer

Indore

1-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
58 salaries
unlock blur

₹3 L/yr - ₹7.3 L/yr

Junior Software Engineer
15 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Software Developer
10 salaries
unlock blur

₹2.5 L/yr - ₹4.1 L/yr

Salesforce Developer
8 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹4.2 L/yr - ₹10.8 L/yr

Explore more salaries
Compare Zehntech Technologies with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Diverse Lynx

3.7
Compare

Pitney Bowes

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