Upload Button Icon Add office photos

Filter interviews by

Zopsmart Technology Sdet Intern Interview Questions and Answers

Updated 22 Nov 2024

Zopsmart Technology Sdet Intern Interview Experiences

1 interview found

Sdet Intern Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

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

2 coding questions .
topics were array and string

Round 2 - Technical 

(2 Questions)

  • Q1. 2D array question and a linkedlist question (find the middle element of the list)
  • Q2. Dbms questions like keys ,normalization, acid properties, types of network layer , deadlock in os
Round 3 - Technical 

(2 Questions)

  • Q1. Detect loop in a linkedlist
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q2. SQL queries basic level .
Round 4 - Technical 

(2 Questions)

  • Q1. Oops questions like inheritance and interface
  • Q2. Sql queries from leetcode hard level

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Build testing, shift left testing
  • Ans. 

    Build testing is testing the software build to ensure it meets requirements. Shift left testing is moving testing earlier in the development process.

    • Build testing involves testing the software build to ensure it meets functional and non-functional requirements

    • Shift left testing is the practice of moving testing activities earlier in the software development process to catch defects sooner

    • By shifting testing left, defec...

  • Answered by AI
  • Q2. Write manual test cases for whatapp security features
  • Ans. 

    Manual test cases for WhatsApp security features

    • Verify end-to-end encryption is enabled for all messages

    • Test two-factor authentication setup and login process

    • Check for secure storage of user data on the device

    • Test for secure transmission of media files

    • Verify the effectiveness of blocking and reporting features

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer had a very bad and arrogant attitude. Not approachable and very intimidating.

Skills evaluated in this interview

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

4 coding questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Puzzle 25,5 horses and no.of horses
  • Q2. Intro ,project discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ based on quant , reasoning and computer science fundamentals(oops,DBMS,CN) and 3 coding question

Round 2 - Technical 

(1 Question)

  • Q1. DSA question on trees and linkedlist , alond with some SQL querys and questions on OOPS
Round 3 - Technical 

(1 Question)

  • Q1. More DSA question on recursion(TOH) and dynamic programming, in depth discussion on projects and some SQL queries.
Round 4 - HR 

(1 Question)

  • Q1. One DSA question on stack implementation, 2 SQL queries , basic computer fundamental question , standard HR question about company , family, were do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Max triangle height where you have given blue ball and red ball to arrange and make it traingle

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

(1 Question)

  • Q1. Regex related related programming question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Coding Question related to Greedy Approach
  • Q2. Objective Questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question related to coroutine
  • Q2. Question related to retrofit, MVVM
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Promises in Javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises help in handling asynchronous operations in a more organized manner.

    • They can be in three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() method to handle success and failure cases.

    • They can also be used with async/await for more readable asynchronous code.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. React fundamentals
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join our company
  • Q2. Notice period, joining date etc

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test had 2 DSA Medium Questions. There was a limit on the times you could compile your code.

Round 2 - One-on-one 

(1 Question)

  • Q1. System Design Round Asked to Create a Music Player in Java (Language of my choice)
Round 3 - Mangerial 

(2 Questions)

  • Q1. Questions on Resume
  • Q2. System Design and DSA related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your Basics right, focus mor eon Resume Content
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Contains 5 section a person must be good in DSA,SQL,AIML as well as system design,it was a really hard test

Round 2 - Technical 

(2 Questions)

  • Q1. System design of whatsapp
  • Ans. 

    WhatsApp is a messaging app that allows users to send text messages, voice messages, images, and videos.

    • End-to-end encryption for secure communication

    • Message delivery status indicators

    • Group chat functionality

    • Media sharing capabilities

    • Online/offline status indicators

  • Answered by AI
  • Q2. Medium-hard level question on trees.

Skills evaluated in this interview

Zopsmart Technology Interview FAQs

How many rounds are there in Zopsmart Technology Sdet Intern interview?
Zopsmart Technology interview process usually has 4 rounds. The most common rounds in the Zopsmart Technology interview process are Technical and Coding Test.
What are the top questions asked in Zopsmart Technology Sdet Intern interview?

Some of the top questions asked at the Zopsmart Technology Sdet Intern interview -

  1. Detect loop in a linkedl...read more
  2. 2D array question and a linkedlist question (find the middle element of the lis...read more
  3. dbms questions like keys ,normalization, acid properties, types of network lay...read more

Tell us how to improve this page.

Zopsmart Technology Sdet Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 350 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 179 Interviews
Snapdeal Interview Questions
3.8
 • 76 Interviews
Vyapar Interview Questions
3.5
 • 49 Interviews
Pepperfry Interview Questions
3.2
 • 31 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
Fleetx.io Interview Questions
3.8
 • 26 Interviews
View all
Software Engineer
85 salaries
unlock blur

₹8 L/yr - ₹14.5 L/yr

Software Development Engineer
80 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Software Developer
67 salaries
unlock blur

₹8.5 L/yr - ₹15.6 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹11.7 L/yr - ₹33 L/yr

Software Development Engineer II
49 salaries
unlock blur

₹11 L/yr - ₹22 L/yr

Explore more salaries
Compare Zopsmart Technology with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm Mall

3.6
Compare

Snapdeal

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