Upload Button Icon Add office photos

Filter interviews by

Zed-Axis Technologies Interview Questions and Answers

Updated 27 Apr 2021

Zed-Axis Technologies Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Difference Between Stored Procedure & Function
  • Ans. 

    Stored procedures and functions are both database objects used to encapsulate a set of SQL statements, but they have some differences.

    • Stored procedures are used to perform an action or a series of actions, while functions are used to return a value.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Stored procedures can modify data in the database, while functions can...

  • Answered by AI
  • Q2. Difference between Interface & Abstract Class.
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • An interface can be implemented by multiple classes while a class can only extend one abstract class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have instance variables while an interface cannot.

    • An abstract class can provide default implementations for some methods while an interface...

  • Answered by AI
  • Q3. Abastract & Interface Classes both are same but few difference is interface contain abstract method and private method and we can achieve multi level inheritance with interface and abstract only contain ab...

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Zed-Axis Technologies

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is dhcp and use for
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is used to automatically assign IP addresses to devices on a network.

    • Automatically assigns IP addresses to devices on a network

    • Reduces the need for manual configuration of IP addresses

    • Helps in efficient management of IP addresses in a network

    • Ensures that each device on the network has a unique IP address

    • Can also provide additional network configuration information

  • Answered by AI
  • Q2. What is tcp and its uses
  • Ans. 

    TCP (Transmission Control Protocol) is a connection-oriented protocol used for reliable communication over networks.

    • TCP is one of the main protocols in the Internet protocol suite.

    • It provides reliable, ordered, and error-checked delivery of data between devices.

    • TCP is used for applications such as web browsing, email, file transfer, and remote administration.

    • It establishes a connection between two devices before data i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - complete basic

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

  • Answered by AI
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Problems on dsa, SQL and development

Round 2 - Technical 

(2 Questions)

  • Q1. What's Lock keyword
  • Ans. 

    Lock keyword is used in C# to synchronize access to a shared resource by allowing only one thread to enter a critical section at a time.

    • Used to prevent multiple threads from accessing a shared resource simultaneously

    • Helps in avoiding race conditions and maintaining data integrity

    • Can be used with Monitor class or lock statement

  • Answered by AI
  • Q2. What's Yield keywords
  • Ans. 

    Yield keyword is used in C# to return a sequence of values one at a time.

    • Yield keyword is used in iterator methods to return each element one by one.

    • It allows the method to return multiple values without needing to store them all in memory.

    • Yield return statement is used to return a value from the iterator method.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Difference between inheritance and composition
  • Ans. 

    Inheritance is an 'is-a' relationship where a class inherits properties and behaviors from another class. Composition is a 'has-a' relationship where a class contains an instance of another class.

    • Inheritance involves creating a new class by using existing class's properties and behaviors.

    • Composition involves creating a class that contains an instance of another class.

    • Inheritance promotes code reusability and is used fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I did not understand why after almost answering every question I got a feedback that manager didn't think I was right candidate for the position.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 DSA Leetcode Medium Level Question with covering DP , tree , Graph topics and Other fantastic Questions of Array .

Round 2 - Technical 

(2 Questions)

  • Q1. Related to Projects , Moderate Database Understanding , Basics Coding Logics
  • Q2. Time Complexity , Algorithm Design Ability check
Round 3 - HR 

(1 Question)

  • Q1. They will describe the responsibility of the role
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was total of 40 questions
First 20: Aptitude based topics like time and work, profit and loss, speed and distance
Second 20: Programming MCQs based on C, C++ and python. Task is to guess the correct output and errors.

Round 2 - Assignment 

There were 4 coding questions based on array, 2 SQL queries and one article.
Coding questions were easy for batch 2 but difficult for batch 1. Star patterns are present in batch 1.
SQL queries were easy.
One article (200-300)words. Topics was Google maps.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Founder came and asked approach I used to solve coding questions in round 2. He then check the output for each question. Then he checked the SQL queries I have written, in which I had write two wrong queri...
  • Q2. He asked me about different approaches to solve a problem
  • Q3. He asked about the project I had done on Java Full stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and c, c++ and python output based mcqs which can be easily found on gfg.
Practice as much coding questions based on array, patterns and star patterns.
Practice as much SQL queries as you can.
You have to carry your own laptop so install atleast one ide which can work without internet.
Also practice writing articles for this company (2-3).
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How to setup multilingual in eCommerce website?
  • Ans. 

    To setup multilingual in an eCommerce website, use a language switcher, translate all content, and optimize for SEO.

    • Implement a language switcher to allow users to choose their preferred language

    • Translate all website content, including product descriptions, categories, and checkout process

    • Optimize for SEO by using hreflang tags to indicate language and regional targeting

    • Consider cultural differences in design and image

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Nothing much asked
  • Q2. Asked about real-time problems they are facing in projects
Round 2 - Technical 

(1 Question)

  • Q1. Just real-time problems they are facing

Interview Preparation Tips

Interview preparation tips for other job seekers - Too easy to crack
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DSA - Linked List, Array and Strings
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 2 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 - Technical 

(5 Questions)

  • Q1. Civil engineering
  • Q2. Civil engineering highway engineering
  • Q3. Civil engineering highway engineering in 7 year's above
  • Q4. Civil engineering highway engineering experience in 7 year's above
  • Ans. 

    Yes, I have over 7 years of experience in civil engineering with a focus on highway engineering.

    • Designed and implemented various highway projects, ensuring compliance with safety regulations and standards

    • Managed construction projects, overseeing budgeting, scheduling, and quality control

    • Collaborated with government agencies and stakeholders to address transportation needs and improve infrastructure

    • Utilized software suc...

  • Answered by AI
  • Q5. Santosh chavan XXXXX

Interview Preparation Tips

Interview preparation tips for other job seekers - 7 years above civil engineer Highway department

Zed-Axis Technologies Interview FAQs

How to prepare for Zed-Axis Technologies 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 Zed-Axis Technologies. The most common topics and skills that interviewers at Zed-Axis Technologies expect are Android, SQL, Ajax, CRM and XML.
What are the top questions asked in Zed-Axis Technologies interview?

Some of the top questions asked at the Zed-Axis Technologies interview -

  1. Difference Between Stored Procedure & Funct...read more
  2. Difference between Interface & Abstract Cla...read more
  3. Abastract & Interface Classes both are same but few difference is interface con...read more

Tell us how to improve this page.

Zed-Axis Technologies Reviews and Ratings

based on 7 reviews

4.1/5

Rating in categories

4.7

Skill development

3.9

Work-life balance

3.1

Salary

4.6

Job security

3.4

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Digital Marketing Trainee

Gurgaon / Gurugram

0-2 Yrs

Not Disclosed

Business Developer Intern

Gurgaon / Gurugram

0-1 Yrs

Not Disclosed

Tech Lead

Gurgaon / Gurugram

6-8 Yrs

Not Disclosed

Explore more jobs
Business Development Manager
4 salaries
unlock blur

₹4 L/yr - ₹5.4 L/yr

Sales Engineer
4 salaries
unlock blur

₹3.8 L/yr - ₹5 L/yr

Software Developer
3 salaries
unlock blur

₹3.8 L/yr - ₹4.2 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹8 L/yr - ₹10 L/yr

Explore more salaries
Compare Zed-Axis Technologies with

Plada Infotech Services

3.6
Compare

Affiliated Computer Services

3.6
Compare

Smart Call Center Solutions

3.3
Compare

Samsung Semiconductor

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