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 Software Engineer Interview Questions and Answers

Updated 15 Oct 2024

Zehntech Technologies Software Engineer Interview Experiences

2 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

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

Virtual but mix questions for test

Round 2 - Coding Test 

Good( 2 coding) and written aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Random question based on your resume

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

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

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. How do you handle debugging in your code?
  • Ans. 

    I use print statements, logging, and debugging tools to identify and fix issues in my code.

    • I start by reviewing the code and understanding the logic behind it.

    • I use print statements to check the values of variables at different points in the code.

    • I utilize logging to track the flow of the program and identify any errors.

    • I use debugging tools like breakpoints and step-through debugging to pinpoint the exact location of ...

  • Answered by AI
  • Q2. What is your approach to optimizing a slow-running application?
  • Ans. 

    Identify bottlenecks, analyze code, optimize algorithms, utilize caching, and consider hardware upgrades.

    • Identify bottlenecks in the application by profiling and monitoring performance.

    • Analyze the code to find inefficient algorithms or database queries.

    • Optimize algorithms and data structures to improve efficiency.

    • Utilize caching mechanisms to reduce redundant computations.

    • Consider hardware upgrades such as increasing m

  • Answered by AI
  • Q3. What is the difference between functional and object-oriented programming?
  • Ans. 

    Functional programming focuses on functions and immutability, while object-oriented programming focuses on objects and encapsulation.

    • Functional programming uses pure functions that do not have side effects.

    • Object-oriented programming uses objects that encapsulate data and behavior.

    • In functional programming, data is immutable and functions are first-class citizens.

    • In object-oriented programming, objects can have state a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, research zazz's services, showcase your technical skills, communicate clearly, and prepare to discuss real-world problem-solving scenarios
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a function to find the first non-repeating character in a string ?
  • Ans. 

    Function to find the first non-repeating character in a string

    • Create a hashmap to store character frequencies

    • Iterate through the string to populate the hashmap

    • Iterate through the string again to find the first non-repeating character

  • Answered by AI
  • Q2. Explain the difference between a stack and a queue . Provide an example of when you would use each?
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle, while a queue follows the First In First Out (FIFO) principle.

    • Stack: Last In First Out (LIFO), used for function calls, undo operations.

    • Queue: First In First Out (FIFO), used for printing tasks, message queues.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn in demand tech, network actively, and research about the company
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

They just gave me an assessment with a few questions to test my subject knowledge

Round 2 - One-on-one 

(1 Question)

  • Q1. They asked me all the general questions and a few technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - As long as you are updated in your field of study, you will crack it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role

Zehntech Technologies Interview FAQs

How many rounds are there in Zehntech Technologies Software Engineer interview?
Zehntech Technologies interview process usually has 3-4 rounds. The most common rounds in the Zehntech Technologies interview process are Technical, Assignment and HR.
How to prepare for Zehntech Technologies 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 Zehntech Technologies. The most common topics and skills that interviewers at Zehntech Technologies expect are Computer science, Corporate, Internship, Testing and Training.
What are the top questions asked in Zehntech Technologies Software Engineer interview?

Some of the top questions asked at the Zehntech Technologies Software Engineer interview -

  1. Describe Gem , plugins, nil and false difference, association, validation,and m...read more
  2. What is rails and ...read more
  3. Random question based on your res...read more

Tell us how to improve this page.

Zehntech Technologies Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Zehntech Technologies Software Engineer Salary
based on 59 salaries
₹3 L/yr - ₹7.4 L/yr
51% less than the average Software Engineer Salary in India
View more details

Zehntech Technologies Software Engineer Reviews and Ratings

based on 10 reviews

2.4/5

Rating in categories

2.5

Skill development

2.3

Work-life balance

2.3

Salary

2.0

Job security

2.2

Company culture

2.3

Promotions

2.2

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
59 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