Upload Button Icon Add office photos

Filter interviews by

Zenith Technologies Associate Software Engineer Interview Questions, Process, and Tips

Updated 20 May 2022

Zenith Technologies Associate Software Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Apr 2022. 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. Joins,what is index,
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column. An index is a data structure that improves the speed of data retrieval.

    • Joins are used in SQL to combine data from multiple tables.

    • Indexes are used to improve the speed of data retrieval by creating a data structure that allows for faster searching.

    • Indexes can be created on one or more columns in a table.

    • There are different types of joins,...

  • Answered by AI
  • Q2. And ,or operators beetween operators
  • Q3. What is like operator
  • Ans. 

    The like operator is used to compare a string to a pattern using wildcards.

    • The pattern can include % to match any number of characters and _ to match a single character.

    • Example: SELECT * FROM customers WHERE name LIKE 'J%' will return all customers with names starting with J.

    • Example: SELECT * FROM customers WHERE name LIKE '%son' will return all customers with names ending in son.

  • Answered by AI
  • Q4. What is , insert delete
  • Ans. 

    Insert delete is a common operation performed on data structures like arrays and linked lists.

    • Insertion involves adding a new element to the data structure at a specific position.

    • Deletion involves removing an element from the data structure at a specific position.

    • Examples include inserting a new value into an array at index 3 or deleting a node from a linked list.

    • These operations can affect the size and order of the da

  • Answered by AI
  • Q5. What is Update, trunkate,
  • Ans. 

    Update and truncate are SQL commands used to modify data in a database.

    • Update is used to modify existing data in a table.

    • Truncate is used to delete all data from a table.

    • Update can be used with a WHERE clause to modify specific rows.

    • Truncate cannot be used with a WHERE clause and will delete all rows.

    • Update is a DML (Data Manipulation Language) command.

    • Truncate is a DDL (Data Definition Language) command.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Looking job for perfect and practicality, regularly

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Visvesvaraya National Institute of Technology (VNIT), Nagpur and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Questions related to DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to OOPS
  • Q2. DSA question using sets
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

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

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral

Round 1 - Technical 

(4 Questions)

  • Q1. What is transformer?
  • Ans. 

    A transformer is a device that transfers electrical energy between two or more circuits through electromagnetic induction.

    • Transformers are commonly used to increase or decrease voltage in electrical circuits.

    • They consist of two coils of wire, known as the primary and secondary coils.

    • The primary coil is connected to a power source, while the secondary coil is connected to the load.

    • Examples of transformers include power ...

  • Answered by AI
  • Q2. What is the use of relay in DI
  • Ans. 

    Relays in Dependency Injection are used to control the creation and lifecycle of objects.

    • Relays help in decoupling the creation of objects from their usage.

    • They can be used to provide different implementations of an interface based on certain conditions.

    • Relays can also be used for lazy loading of objects to improve performance.

    • They help in managing the dependencies of objects in a flexible and modular way.

  • Answered by AI
  • Q3. Compare profinet and ethernet
  • Ans. 

    Profinet is a real-time industrial Ethernet protocol used for automation, while Ethernet is a general networking protocol used for data communication.

    • Profinet is specifically designed for industrial automation applications, providing real-time communication and deterministic behavior.

    • Ethernet is a widely used networking protocol for general data communication in various industries and applications.

    • Profinet offers highe...

  • Answered by AI
  • Q4. What is RS232 protocol
  • Ans. 

    RS232 protocol is a standard for serial communication between devices, commonly used in computer systems.

    • RS232 uses a DB9 or DB25 connector for communication

    • It uses asynchronous communication

    • Data is transmitted one bit at a time

    • Commonly used for connecting devices like modems, printers, and GPS receivers

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Good URI design
  • Q2. Accessing id parameter in URL
  • Ans. 

    Accessing id parameter in URL involves parsing the URL and extracting the id value.

    • Use the window.location object to access the URL of the current page.

    • Parse the URL using methods like split() or URLSearchParams to extract the id parameter.

    • Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.

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

(2 Questions)

  • Q1. Salary expectations
  • Q2. Plan of growing up technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in algorithms, Java 8 / 11

Skills evaluated in this interview

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

(2 Questions)

  • Q1. React , hooks concept
  • Q2. Bootstrap- UI and related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C++ questions basic
Round 2 - HR 

(1 Question)

  • Q1. Why are changing job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Java Questions and coding
Round 2 - Coding Test 

30 min projects related questions

Round 3 - Technical 

(1 Question)

  • Q1. Project and behavioral questions
Round 4 - HR 

(1 Question)

  • Q1. Hr round questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 min 30 ques and gaming ques

Round 2 - Technical 

(2 Questions)

  • Q1. What is ML and AI in your project?
  • Ans. 

    ML and AI are used in our project to analyze user behavior and provide personalized recommendations.

    • ML algorithms are used to analyze user data and predict user preferences.

    • AI is used to provide personalized recommendations based on the analysis of user behavior.

    • Examples include recommendation systems for e-commerce websites and personalized content suggestions on streaming platforms.

  • Answered by AI
  • Q2. What is lagging concept and more?
  • Ans. 

    Lagging concept refers to a concept or idea that is behind or not up to date compared to current standards or practices.

    • Refers to outdated technology or methods in software development

    • Can lead to inefficiencies, bugs, or security vulnerabilities

    • Examples include using deprecated libraries or not following best practices for coding

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Schneider Electric Software Developer interview:
  • HTML
Interview preparation tips for other job seekers - you can acheive if u want to . Just keep trying

Skills evaluated in this interview

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 Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What technical skills you've learned so far in the college
  • Q2. Where do you see yourself in the next 5 years.
  • Q3. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Iterate through the linked list and change the direction of pointers

    • Use three pointers - prev, current, next to reverse the list

    • Update the head pointer to point to the new first node

  • Answered by AI
  • Q4. General dbms, os, and cn questions

Interview Preparation Tips

Topics to prepare for Johnson Controls Software Engineer interview:
  • dsa
  • C++
  • computer networks
  • OS
  • sql
Interview preparation tips for other job seekers - just learn basics of computer fundamentals, and know about your project you mentioned in resume, and be good with normal dsa questions like arrays, strings, linked list, stacks and queues, and you should be good mostly

Skills evaluated in this interview

Zenith Technologies Interview FAQs

How many rounds are there in Zenith Technologies Associate Software Engineer interview?
Zenith Technologies interview process usually has 2 rounds. The most common rounds in the Zenith Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Zenith Technologies Associate Software Engineer interview?

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

  1. What is like opera...read more
  2. What is , insert del...read more
  3. what is Update, trunka...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Zenith Technologies interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Automation Engineer
19 salaries
unlock blur

₹4 L/yr - ₹8.4 L/yr

Senior Automation Engineer
19 salaries
unlock blur

₹8.5 L/yr - ₹18 L/yr

MES Engineer
6 salaries
unlock blur

₹3.5 L/yr - ₹11.8 L/yr

Software Developer
4 salaries
unlock blur

₹10 L/yr - ₹13.2 L/yr

Quality Analyst
4 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Explore more salaries
Compare Zenith Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview