Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wisilica Team. If you also belong to the team, you can get access from here

Wisilica Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wisilica Interview Questions, Process, and Tips

Updated 17 Mar 2024

Top Wisilica Interview Questions and Answers

Wisilica Interview Experiences

Popular Designations

2 interviews found

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How to analyse the quotation of a PCB w.r.t Gerber
  • Ans. 

    To analyse PCB quotation w.r.t Gerber, compare the Gerber files with the PCB design and check for any discrepancies.

    • Compare the Gerber files with the PCB design to ensure they match

    • Check for any discrepancies in the PCB design and Gerber files

    • Verify that the PCB design meets the required specifications

    • Ensure that the quotation includes all necessary components and services

    • Consider the reputation and reliability of the ...

  • Answered by AI
  • Q2. What are key parameters to be checked while ordering parts
  • Ans. 

    Key parameters to check while ordering parts

    • Accuracy of specifications

    • Availability of parts

    • Quality of parts

    • Price and delivery time

    • Compatibility with existing equipment

    • Supplier reliability and reputation

  • Answered by AI
  • Q3. How can you reduce the cost of a product
  • Ans. 

    Cost reduction can be achieved through negotiation, supplier consolidation, process improvement, and value engineering.

    • Negotiate with suppliers for better pricing and terms

    • Consolidate suppliers to reduce transaction costs

    • Improve processes to increase efficiency and reduce waste

    • Use value engineering to identify cost-saving opportunities

    • Explore alternative materials or suppliers

    • Consider outsourcing non-core activities

    • Imp...

  • Answered by AI
  • Q4. How a lead time issue can be handled
  • Ans. 

    Lead time issue can be handled by effective communication and planning.

    • Identify the root cause of the lead time issue

    • Communicate with suppliers and stakeholders to find a solution

    • Develop a contingency plan to mitigate the impact of the lead time issue

    • Explore alternative suppliers or transportation methods

    • Implement a buffer inventory to cover lead time fluctuations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very informative and interactive interview

Procurement Specialist Interview Questions asked at other Companies

Q1. What is the first thing you consider when you are buying a product
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is Java concurrency?
  • Ans. 

    Java concurrency refers to the ability of multiple threads to execute simultaneously in a Java program.

    • Java concurrency allows for efficient utilization of resources by running multiple tasks concurrently.

    • It involves concepts like threads, synchronization, locks, and atomic variables.

    • Examples include using the 'synchronized' keyword to protect critical sections of code from concurrent access.

  • Answered by AI

Skills evaluated in this interview

Senior Cloud Engineer Interview Questions asked at other Companies

Q1. What all things we need to consider while creating a VM
View answer (2)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 2 technical rounds, 1 psychometric test, then Manager and HR rounds, basic question on java 7 and java 8,interface and class, DS questions like linkedList reverse and adding nodes to linkedList, Hashmap, ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics should be clear and brushed up, be calm and confident while giving your answers.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL Questions - Constraints- how to optimize long SQL query without changing the output
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql mcq questions with medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. What is inheritance? What are advantages of oops? What's indexing in sql?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Advantages of OOPs include reusability, modularity, and flexibility in code design.

    • Indexing in SQL is a way to optimize database queries by creating indexes on columns to improve search performance.

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

(1 Question)

  • Q1. What was your previous job role? What methodologies did you follow while working?
  • Ans. 

    I was a Software Developer at XYZ Company. I followed Agile and Scrum methodologies.

    • Worked as a Software Developer at XYZ Company

    • Followed Agile and Scrum methodologies for project management

    • Participated in daily stand-up meetings, sprint planning, and retrospectives

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are you leaving your current organization?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for new challenges and opportunities for professional growth

    • Interested in working on different technologies or projects

    • Seeking a more collaborative or innovative work environment

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reconciliation based question medium
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. It was mostly on scenario based questions and I was asked to code online.
Round 2 - Technical 

(1 Question)

  • Q1. Discussion were there past projects, how different objectives were done.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Round 1 was hackerrank test. MCQs and coding questions.
  • Q2. Kafka related questions.
  • Q3. Java 8 related questions. Java streams.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Starting from full form of SQL to RDBMS, CTE and some most common window functions, they asked everything. Questions were easy.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

Wisilica Interview FAQs

How many rounds are there in Wisilica interview?
Wisilica interview process usually has 1 rounds. The most common rounds in the Wisilica interview process are One-on-one Round.
How to prepare for Wisilica interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Wisilica. The most common topics and skills that interviewers at Wisilica expect are Java, Linux, Web Services, SQL and Hadoop.
What are the top questions asked in Wisilica interview?

Some of the top questions asked at the Wisilica interview -

  1. What are key parameters to be checked while ordering pa...read more
  2. How to analyse the quotation of a PCB w.r.t Ger...read more
  3. How can you reduce the cost of a prod...read more

Tell us how to improve this page.

Wisilica Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CyberArk Interview Questions
3.6
 • 13 Interviews
Exotel Interview Questions
3.1
 • 12 Interviews
Narvar India Interview Questions
3.4
 • 11 Interviews
PlanSource Interview Questions
3.7
 • 11 Interviews
Vanenburg Interview Questions
3.9
 • 10 Interviews
Ivalua Interview Questions
3.6
 • 8 Interviews
Addepar Interview Questions
3.0
 • 8 Interviews
View all

Wisilica Reviews and Ratings

based on 25 reviews

3.9/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

4.1

Salary

3.4

Job security

3.8

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 25 Reviews and Ratings
Senior Software Engineer
19 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Hardware Design Engineer
7 salaries
unlock blur

₹5.1 L/yr - ₹10.4 L/yr

Senior QA Engineer
6 salaries
unlock blur

₹6.6 L/yr - ₹11.2 L/yr

Lead Software Engineer
6 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Software Engineer
6 salaries
unlock blur

₹5.2 L/yr - ₹8 L/yr

Explore more salaries
Compare Wisilica with

Exotel

3.1
Compare

Azuga Telematics

3.3
Compare

Flixstock

2.4
Compare

World Fashion Exchange

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