Upload Button Icon Add office photos

Filter interviews by

Zoondia Junior Software Engineer Interview Questions and Answers

Updated 16 Aug 2024

Zoondia Junior Software Engineer Interview Experiences

1 interview found

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

I applied via Job Fair and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General apitude questions

Round 2 - Coding Test 

Basic coding qustions, 10,15 minutes

Round 3 - One-on-one 

(2 Questions)

  • Q1. Sql query related question
  • Q2. Java based simple question

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basic coding questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular basic to advance.
  • Q2. Js code remove the duplicate from array.
  • Ans. 

    Use Set to remove duplicates from array of strings in JavaScript.

    • Create a Set from the array to automatically remove duplicates.

    • Convert the Set back to an array to get the unique values.

    • Example: const array = ['apple', 'banana', 'apple']; const uniqueArray = [...new Set(array)];

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. There were 4 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 - Coding Test 

Hackerrank test is the first round

Round 3 - Technical 

(2 Questions)

  • Q1. Technical interview comprises of your tech skill domain
  • Q2. Past exp and projects
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid getting phished in the company, it's a scam. They hire you in one tech domain and deploy you in a project where you will waste your life, for early career transition never join cognizant.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2022. There were 3 interview rounds.

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 - Aptitude Test 

Basic maths with some basic computer fundamentals were asked .

Round 3 - Technical 

(3 Questions)

  • Q1. 2 basic coding questions were asked and some basic aptitude questions were asked.
  • Q2. Check whether the input string is palindrome or not ? No lang constrain
  • Ans. 

    Check if input string is a palindrome or not.

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • To check if a string is a palindrome, compare the first and last characters, then the second and second-to-last characters, and so on.

    • If all pairs match, the string is a palindrome. If any pair does not match, the string is not a palindrome.

  • Answered by AI
  • Q3. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
  • Ans. 

    What is the probability of picking a red ball out of 10 balls with 2 red, 5 blue, and 3 orange?

    • There are 2 red balls out of 10 total balls

    • The probability of picking a red ball is 2/10 or 1/5

    • The probability can also be expressed as 20%

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Junior Software Engineer interview:
  • Data Structures
  • MySQL
  • Python
  • Mathematics
Interview preparation tips for other job seekers - Have a good grasp in atleast one of the programming language and data base and should know basic mathematics.
This will be enough to crack any of the service based company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Some simple aptitude questions

Round 3 - Coding Test 

Simple C language questions based on strings and arrays

Round 4 - Technical 

(2 Questions)

  • Q1. Technical interview questions based on your domain
  • Q2. Write a c program to swap alternative letters in a given string.
  • Ans. 

    A C program to swap alternative letters in a given string.

    • Declare a character array to store the input string.

    • Use a loop to iterate through the string and swap alternative letters.

    • Print the modified string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cognizant is a very good place to work if you get a good project because they provide 36 leaves 10 holidays and other benifits and if you don't a good project then you cannot continue in cognizant due to work pressure.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Average Questions, if have prepared yourself enough that it's easy to answer and crack it

Round 3 - Aptitude Test 

Average Questions, if have prepared yourself enough that it's easy to answer and crack it

Round 4 - Coding Test 

This round was all about Technical skills , if you know the basics of programming ,you can crack it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared in every topic and don't hesitate to tell or ask what's in your mind related to the job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

The difficulty was easy to moderate. There were different sections like Qantativ Aptitude, Logical Reasoning, Essay writing

Round 3 - Coding Test 

There were 7 debugging questions. The difficulty was easy to moderate. But total given time was only 20 minutes, so keep an eye on the watch while solving.

Round 4 - One-on-one 

(3 Questions)

  • Q1. Basic Technical questions Like: 1. small coding questions in Python 2. Oops concept in both Python & Java and their differences. 3. array logic (C language)
  • Q2. HR questions Like: 1. Why do I want to join CTS? 2. My future plans? 3. Why am I switching to IT from ECE background?
  • Q3. And also asked several questions about my project. i.e: What was the project about, how we approached the solution, what Challenges were faced in the project, and How can we upgrade this project to a more ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep calm and have faith in yourself. And most importantly do not lie in your CV or in the interview round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about stream API in java-8
  • Ans. 

    Stream API in Java-8 is a powerful tool for processing collections of data.

    • Stream API provides a functional approach to processing data.

    • It allows for parallel processing of data.

    • Stream API includes methods like filter, map, reduce, and collect.

    • Example: List numbers = Arrays.asList(1, 2, 3, 4, 5); numbers.stream().filter(n -> n % 2 == 0).forEach(System.out::println);

    • Example: List names = Arrays.asList("John", "Mary", "B...

  • Answered by AI
  • Q2. What version controls you are aware
  • Ans. 

    I am aware of Git, SVN, Mercurial, and CVS.

    • Git is the most popular and widely used version control system.

    • SVN is a centralized version control system.

    • Mercurial is similar to Git but with a simpler design.

    • CVS is an older version control system that is not commonly used anymore.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Having depth knowledge is what keep us different from others which is what companies look at

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. First introduced yourself
  • Q2. What Ur favourite subject in college
Round 2 - Coding Test 

Great

Interview Preparation Tips

Topics to prepare for Cognizant Junior Software Engineer interview:
  • Core Java
Interview preparation tips for other job seekers - Very easy but u take pateint firstly calm down and relaxed and put you on comfort zone and stay confident becoz i interviewer are so cool

I applied via Job Portal and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Aptitude Test 

There were 2 rounds of interview 1st round there were few very Basic Aptitude Questions, and in second round basic OOPs questions that's all.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Explain Polymorphism and write a program to show it.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading is when a class has two or more methods with the ...

  • Answered by AI
  • Q2. Write a query for fetching the second highest salary from the table.
  • Ans. 

    Query for fetching the second highest salary from a table.

    • Use ORDER BY and LIMIT to fetch the second highest salary.

    • Exclude the highest salary using subquery or WHERE clause.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Junior Software Engineer interview:
  • OOPS
  • SQL
Interview preparation tips for other job seekers - Very Basic questions, just brush up your OOPs and CRUD operations in SQL. That will be more than enough.

Skills evaluated in this interview

Zoondia Interview FAQs

How many rounds are there in Zoondia Junior Software Engineer interview?
Zoondia interview process usually has 3 rounds. The most common rounds in the Zoondia interview process are One-on-one Round, Aptitude Test and Coding Test.
What are the top questions asked in Zoondia Junior Software Engineer interview?

Some of the top questions asked at the Zoondia Junior Software Engineer interview -

  1. Sql query related quest...read more
  2. java based simple quest...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Nagarro Interview Questions
4.0
 • 754 Interviews
Publicis Sapient Interview Questions
3.5
 • 600 Interviews
GlobalLogic Interview Questions
3.7
 • 561 Interviews
UST Interview Questions
3.8
 • 495 Interviews
CGI Group Interview Questions
4.0
 • 475 Interviews
View all
Software Engineer
4 salaries
unlock blur

₹5.4 L/yr - ₹7.2 L/yr

Business Analyst
3 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Associate Consultant
3 salaries
unlock blur

₹6.8 L/yr - ₹11.1 L/yr

Business Development Executive
3 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

UX Designer
3 salaries
unlock blur

₹3.6 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Zoondia with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

3.6
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