Upload Button Icon Add office photos

Filter interviews by

Zibtek Junior Developer Interview Questions and Answers

Updated 4 May 2022

Zibtek Junior Developer Interview Experiences

1 interview found

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Closure in javascript
  • Ans. 

    Closure is a function that has access to its outer function's variables, even after the outer function has returned.

    • Closure is created when a function is defined inside another function.

    • The inner function has access to the outer function's variables and parameters.

    • The inner function can access the outer function's variables even after the outer function has returned.

    • Closures can be used to create private variables and

  • Answered by AI
  • Q2. Difference between regular function and arrow function
  • Ans. 

    Regular functions are defined using the function keyword, while arrow functions use the => syntax.

    • Arrow functions have a shorter syntax than regular functions.

    • Arrow functions do not have their own 'this' keyword.

    • Arrow functions cannot be used as constructors.

    • Regular functions can be used as methods on objects, while arrow functions cannot.

    • Arrow functions are always anonymous, while regular functions can be named or ano

  • Answered by AI
  • Q3. Scope of "this" in javascript
  • Ans. 

    The 'this' keyword refers to the current object in which the code is being executed.

    • The value of 'this' depends on how a function is called.

    • In a global context, 'this' refers to the global object (window in a browser).

    • In a function context, 'this' refers to the object that the function is a method of.

    • In an event context, 'this' refers to the element that triggered the event.

    • In a constructor function, 'this' refers to t...

  • Answered by AI
  • Q4. Rest and spread operator's
  • Q5. Array and object methods and more
Round 2 - Coding Test 

A url is shared and you basically answer a bunch of multiple choice questions with a coding problem at the end.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pathetic company but if you have good skills and know that you can learn a new stack in a few days and start working on hotfixes, go ahead and join

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Object Oriented Programming Concepts - with example - difference
  • Ans. 

    Object Oriented Programming Concepts involve encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Allows a class to inherit properties and methods from another class. Example: class SUV extends Car, inheriting properties and methods from...

  • Answered by AI
  • Q2. Prime Number, Spy Number for coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some patience.. you will get what you deserve.. do not give up.. fight!!!!!!!!!
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors or bugs in software code.

    • Identifying and isolating issues in the code

    • Using tools like breakpoints and print statements to track down bugs

    • Fixing errors to ensure the code runs correctly

    • Testing the code to verify that the bugs have been resolved

  • Answered by AI
  • Q2. How debugging can be achieved
  • Ans. 

    Debugging can be achieved by identifying and fixing errors in the code.

    • Use debugging tools like breakpoints to pause the code execution and inspect variables

    • Review the code logic and look for syntax errors or logical mistakes

    • Utilize logging to track the flow of the program and identify issues

    • Test the code with different inputs to reproduce and isolate the bugs

    • Collaborate with team members to get fresh perspectives on t

  • Answered by AI
  • Q3. Tell me about Yourself

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Object Oriented Programming Concepts - with example - difference
  • Ans. 

    Object Oriented Programming Concepts involve encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Allows a class to inherit properties and methods from another class. Example: class SUV extends Car, inheriting properties and methods from...

  • Answered by AI
  • Q2. Prime Number, Spy Number for coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some patience.. you will get what you deserve.. do not give up.. fight!!!!!!!!!

Interview Preparation Tips

Round: Test
Experience: The selection procedure involved one round of written mcq test followed by one round of technical interview and finally one HR interview.
MCQ test was mostly normal aptitude questions and few electronics and c aptitude.

Round: Technical Interview
Experience: For the technical interview most of the students were asked mainly on bit operations and manipulations. For me since i told them i am interested in digital electronics he started with basic digital electronics questions on muxes, nand, flip flops and then he moved to bit questions and finally ended up asking the mathematical proof for a number being divisible by 3.

Round: HR Interview
Experience: Students were shortlisted right after their tech interviews and those who were through were given a questionnaire with usual HR questions like why we should hire you, some ideas you have championed, and so on. HR will then go through your answers and then you will be called for your final interview on how interested are you, about your higher studies plan and few questions based on how you answered the questionnaire.
Tips: Both interviewers are comforting and keep us relaxed. For the HR interview just be yourself and be honest.

General Tips: Have an idea on which field you want to work on like analog,digital design, vlsi etc.
Be thorough with the concepts of whatever interests you have. It really helps sometimes when they know you are good at what you know even though the profile might not be exactly same as your field.
Start your apti preps early so when a company comes you can prepare for its profile. And most importantly brush up your DSA and coding skills. Even after 3 years in EC , DSA and c apti is what gets you through the first round of tests. And Always try to attend only the companies you are comfortable with. Be good with your aptitude and also c aptitude as i was told during my interview i had to improve c skills. If you have done embedded course be thorough with your projects and embedded basics (as it might be of their interest). Also be prepared with digital electronics and digital design. (not sure how much helpful it will be but be prepared).
It was my second time having interview and was far better than my first one. Both technical and HR interviews were comforting and relaxed. Except for a little delay in starting interviews as per allotted time there wasn't any issues with my placement process.
Skill Tips: As a matter of fact i had prepared a lot of digital electronics(Anand kumar, Wakerly, and indiabix for online ques) and digital system design (Roth) expecting lot of questions from those.
For the aptitude preps R S Aggarwal is really helpful and a good book to start with. If you find the questions to be easy you can also go through book by Arun sharma.
For c concepts narasimha karumanchi(for linked list, DSA, recursion etc) .
Skills:
College Name: NIT Surathkal

Zibtek Interview FAQs

How many rounds are there in Zibtek Junior Developer interview?
Zibtek interview process usually has 2 rounds. The most common rounds in the Zibtek interview process are One-on-one Round and Coding Test.
What are the top questions asked in Zibtek Junior Developer interview?

Some of the top questions asked at the Zibtek Junior Developer interview -

  1. Difference between regular function and arrow funct...read more
  2. Closure in javascr...read more
  3. Scope of "this" in javascr...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Zibtek interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
TO THE NEW Interview Questions
3.8
 • 126 Interviews
View all

Zibtek Junior Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-Life balance

2.0

Salary & Benefits

4.0

Job Security

3.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Developer
36 salaries
unlock blur

₹2 L/yr - ₹8.7 L/yr

Software Engineer
13 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Devops Engineer
7 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Mean Stack Developer
7 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Product Owner
7 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Zibtek with

TO THE NEW

3.8
Compare

Srijan Technologies

3.6
Compare

TCS

3.7
Compare

Infosys

3.7
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