Upload Button Icon Add office photos

Filter interviews by

Zono Tradetech Software Development Engineer Intern Interview Questions and Answers for Experienced

Updated 30 Aug 2024

Zono Tradetech Software Development Engineer Intern Interview Experiences for Experienced

1 interview found

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

I applied via Job Portal and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DP- BFS problem (30 mins)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Past experience
  • Q2. SQL query based on schena

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 Kalinga Institute of Industrial Technology, Khurda and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

Duration: 1 hr
Platform: Chime, any code editor
Topics: Sliding Window Algorithm, Dynamic Programming

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

2 hrs probablity questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find max element from array
  • Q2. Binary seeach algo
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They give a standard application to develop in mvvm or clean architecture, don't forget to write unit tests

Round 2 - One-on-one 

(5 Questions)

  • Q1. Mostly discuss on the implementation of the project you've done in round one
  • Q2. Flutter is addon
  • Ans. 

    Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Flutter is an open-source framework developed by Google.

    • It uses the Dart programming language.

    • Flutter allows for hot reload, which enables developers to see changes instantly.

    • It provides a rich set of pre-built widgets for building user interfaces.

    • Flutter can be used to create apps for iOS, Android, w

  • Answered by AI
  • Q3. Explain about compose way of thinking.
  • Ans. 

    Compose way of thinking involves breaking down complex problems into smaller, manageable parts and then combining them to create a solution.

    • Break down a problem into smaller components

    • Solve each component individually

    • Combine the solutions to create a complete solution

    • Example: Using functions to break down a complex task into smaller functions and then combining them to achieve the desired outcome

  • Answered by AI
  • Q4. Difference between presenter and viewmodel
  • Q5. Explain about lifecycle of view
  • Ans. 

    Lifecycle of view refers to the stages a view goes through from creation to destruction in an application.

    • Creation: View is initialized and loaded into memory.

    • Layout: View is positioned and sized on the screen.

    • Display: View is rendered and displayed to the user.

    • Interaction: User interacts with the view through input events.

    • Destruction: View is removed from memory when no longer needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience, and practical questions and friendly talk.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 an easy test. Multiple choice questions bases on java

Round 3 - Technical 

(1 Question)

  • Q1. Asked oops concepts, collection, basic multithreading questions.
Round 4 - Technical 

(1 Question)

  • Q1. Asked some questions related to projects.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. What is regression testing? what is retesting? Difference between the severity and priority some of the basic SQL queries
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • Regression testing is performed after making changes to the software to ensure that the existing functionalities still work as expected.

    • It helps in identifying any new bugs or issues introduced due to the changes made.

    • Regression testing can be done manually or using automated testing tools.

    • It is...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

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

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions

Software Engineer Interview Questions & Answers

IBM user image shahanaza. umachagi

posted on 16 May 2021

Interview Questionnaire 

14 Questions

  • Q1. C programming vhdl mat ect
  • Q2. What is c? How it's function work
  • Ans. 

    C is a programming language used for system programming, embedded systems, and game development.

    • C was developed by Dennis Ritchie at Bell Labs in 1972.

    • It is a compiled language, meaning that the code is translated into machine-readable instructions before execution.

    • C is known for its efficiency and low-level control over hardware, making it a popular choice for operating systems and device drivers.

    • C functions are defin...

  • Answered by AI
  • Q3. C data type and some eg
  • Q4. Y use header file gv one eg
  • Ans. 

    Header files are used to declare functions, variables, and constants that are used in multiple source files.

    • Header files allow for modular programming and code reuse.

    • They help to avoid code duplication and reduce errors.

    • Examples of header files include stdio.h, math.h, and string.h.

    • Header files are included using the #include preprocessor directive.

  • Answered by AI
  • Q5. What is microprocessor and how its work
  • Ans. 

    A microprocessor is a small computer chip that performs arithmetic and logic operations.

    • Microprocessors are the heart of modern computers and electronic devices.

    • They are made up of millions of transistors that switch on and off to perform calculations.

    • Microprocessors fetch instructions from memory, decode them, and execute them.

    • Examples of microprocessors include Intel's Pentium and AMD's Ryzen processors.

    • Microprocesso...

  • Answered by AI
  • Q6. What is micro control and how its work
  • Ans. 

    Micro control is a type of control system that uses microprocessors to control various devices and processes.

    • Micro control systems are used in various applications such as home automation, industrial automation, and robotics.

    • They are designed to be compact and efficient, with low power consumption and high processing power.

    • Micro control systems can be programmed using various programming languages such as C, C++, and a...

  • Answered by AI
  • Q7. Embedded systems and how its work
  • Ans. 

    Embedded systems are computer systems designed to perform specific tasks within a larger system.

    • Embedded systems are often used in devices such as medical equipment, automobiles, and home appliances.

    • They typically have limited processing power and memory compared to general-purpose computers.

    • They are designed to be reliable and efficient, often running on low-power processors.

    • Programming languages commonly used for emb...

  • Answered by AI
  • Q8. Embedded systems applications
  • Q9. What is network and how many type are ther?
  • Ans. 

    A network is a group of interconnected devices that communicate with each other. There are three types of networks: LAN, WAN, and MAN.

    • A LAN (Local Area Network) is a network that covers a small area, like a home or office.

    • A WAN (Wide Area Network) is a network that covers a large area, like a city or country.

    • A MAN (Metropolitan Area Network) is a network that covers a larger area than a LAN but smaller than a WAN, like...

  • Answered by AI
  • Q10. Lan,wan,men work
  • Q11. What is modulation
  • Ans. 

    Modulation is the process of varying a signal's characteristics to transmit information.

    • Modulation is used in various communication systems to transmit information over a distance.

    • It involves varying one or more of the signal's properties such as amplitude, frequency, or phase.

    • Examples of modulation techniques include amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM).

  • Answered by AI
  • Q12. What is amplitude
  • Ans. 

    Amplitude is the measure of the height of a wave from its resting position.

    • Amplitude is the maximum displacement of a wave from its equilibrium position.

    • It is measured in units of length, such as meters or feet.

    • In sound waves, amplitude determines the loudness of the sound.

    • In light waves, amplitude determines the brightness of the light.

    • Amplitude can be positive or negative, depending on the direction of the displaceme

  • Answered by AI
  • Q13. What is use
  • Ans. 

    Use is the purpose or function of something.

    • Use defines the intended purpose of a product or service.

    • It helps users understand how to utilize the product effectively.

    • Use can also refer to the act of employing something for a specific task.

    • For example, the use of a hammer is to drive nails into wood.

  • Answered by AI
  • Q14. What is amplification
  • Ans. 

    Amplification is the process of increasing the magnitude of a signal.

    • Amplification is commonly used in audio systems to increase the volume of sound.

    • It can also refer to the process of increasing the power of an electrical signal.

    • Amplification can be achieved through the use of amplifiers or other electronic devices.

    • In genetics, amplification refers to the process of making multiple copies of a specific DNA sequence.

    • Am...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Difference between inner join and outer join
  • Ans. 

    Inner join returns only matching rows from both tables while outer join returns all rows from one table and matching rows from the other.

    • Inner join is used to combine data from two tables based on a common column.

    • Outer join is used to combine data from two tables where one table may not have matching rows in the other.

    • There are three types of outer join: left outer join, right outer join, and full outer join.

    • Left outer...

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the derived class.

    • An abstract class can have constructors and fields.

    • An abstract class can be used to define a common interface for a group of related classes.

    • Example: Animal is an abstract c...

  • Answered by AI
  • Q3. What is normalization and difference between 3NF and BCNF
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and dependency.

    • Normalization is used to eliminate data redundancy and dependency.

    • 3NF (Third Normal Form) eliminates transitive dependencies while BCNF (Boyce-Codd Normal Form) eliminates partial dependencies.

    • 3NF is a subset of BCNF.

    • Normalization helps in improving data consistency and integrity.

    • Normalization can also improve database perfo

  • Answered by AI

Skills evaluated in this interview

Zono Tradetech Interview FAQs

How many rounds are there in Zono Tradetech Software Development Engineer Intern interview for experienced candidates?
Zono Tradetech interview process for experienced candidates usually has 2 rounds. The most common rounds in the Zono Tradetech interview process for experienced candidates are Coding Test and One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Zono Tradetech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Developer
5 salaries
unlock blur

₹7.5 L/yr - ₹17.5 L/yr

Software Engineer
4 salaries
unlock blur

₹9 L/yr - ₹13 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹12 L/yr - ₹32 L/yr

Explore more salaries
Compare Zono Tradetech with

Zerodha

4.2
Compare

Upstox

3.7
Compare

5paisa Capital Ltd.

3.9
Compare

Groww

3.8
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