Upload Button Icon Add office photos

Filter interviews by

Knowledgeworks Global Associate Engineer Interview Questions and Answers

Updated 10 Feb 2024

Knowledgeworks Global Associate Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. One to one discussion on past experience
  • Q2. Regarding project
Round 2 - Assignment 

Asked Related to profile questions

Round 3 - HR 

(1 Question)

  • Q1. Generic questions

Interview questions from similar companies

I applied via Company Website and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About cloud services, difference between azure and aws?
  • Q2. What is sql,mysql and no sql?
  • Ans. 

    SQL is a relational database management system, MySQL is an open-source RDBMS, and NoSQL is a non-relational database management system.

    • SQL is used to manage relational databases and is based on the relational model.

    • MySQL is an open-source RDBMS that uses SQL as its query language.

    • NoSQL is a non-relational database management system that does not use SQL and is used for unstructured data.

    • NoSQL databases are often used

  • Answered by AI
  • Q3. What is Virtual Machine, how it is helpful in current cloud environment?
  • Ans. 

    A virtual machine is a software emulation of a physical computer that can run multiple operating systems on a single physical machine.

    • Virtual machines allow for efficient use of hardware resources by allowing multiple operating systems to run on a single physical machine.

    • They provide a secure and isolated environment for running applications, as each virtual machine is completely independent of the others.

    • Virtual machi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for this profile internally, as i was working with xerox earlier also but in a non-technical profile, so applied 2-3 times in internal job postings, luckily i cracked the interview in my 3rd attempt, i would like to say that never give up just keep on trying

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Normal dsa questions

Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to OOPs, multi threading etc
  • Q2. Explain OPPs with example
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects: Instances of classes that encapsulate data and behavior

    • Classes: Blueprint for creating objects with attributes and methods

    • Inheritance: Allows a class to inherit attributes and methods from another class

    • Polymorphism: Ability for objects to take on different forms or behaviors

    • Encapsulation: Bund...

  • Answered by AI
  • Q3. Explain Encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing necessary functionalities.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and modularity by organizing related data and methods together.

    • Example: In a cla...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Framework level and technology level questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coding ques of medium level
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Frontend related questions
Round 2 - Coding Test 

Backend fastapi questions

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

(2 Questions)

  • Q1. This is for freshers
  • Q2. All rounds information

Interview Preparation Tips

Interview preparation tips for other job seekers - This is for freshers. After your profile got shortlisted, you need to go through the Aptitude, MCQ's and Coding questions based on C++. If you clear that round, there will be 2 rounds of technical interviews (Technical interview and Techno + Managerial). If you clear 2 rounds as well. Then HR round where the offer will be rolled out.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the use of namespace in Php?
  • Ans. 

    Namespace in PHP is used to avoid naming conflicts between classes, functions, and variables.

    • Namespace allows grouping of related classes, functions, and variables under a common name.

    • It helps in organizing code and makes it easier to maintain.

    • Namespace can be declared using the 'namespace' keyword followed by the namespace name.

    • Example: namespace MyNamespace;

    • To use a class or function from a namespace, we need to spec...

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have non-abstract methods while an interface can only have abstract methods.

    • An abstract class can have instanc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong oops skills expected
For Php, get knowledge about latest concepts

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will give javascript coding(based on your role)question we need to solve and submit the solution

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic js questions and some logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect in the basic conscepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jan 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 

Practical module need to solve and execute the progream

Round 3 - Technical 

(3 Questions)

  • Q1. Need the linux server commands and OOP concept, CSS, etc
  • Q2. All relavent of the oops, css, aws, mysql related questions. Eg: Primary key vs Unique. Write the joins query for left and inner join. Cat command for linux server. hide vs invisible. block ns display Abs...
  • Q3. Write a program for login page with using session Database design for one example given by interviewer Palindrome program
  • Ans. 

    Program for login page with session and palindrome program

    • Create a login page with HTML and CSS

    • Use PHP to handle form submission and validate user credentials

    • Create a session for the logged-in user

    • Design a database to store user information

    • Write a program to check if a given string is a palindrome

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. For our last company of the project details and module discussion. And Technology tech interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. You must say your answer with confident
2. Basic technic questions and answer needs to know for your field
3. You should develop your's developing skills with relatime exmples. Like Duplicate removing, reverse the input, Loop and Loop with index concept, OOPs concepts (optional if this has yours field)
4. If you had work with database means, better you know the design of the db and connecion through the program.
5. API intergrations and UI design (optional If you had work in that otherwise needs to know the basic things)
6. Domain knowledge is most important. Example what kind of projects done by your office. If you are fresher means, better you have to search, which company you are going to interview, know those companies project, technics, and tools.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Oct 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Basic HTML, CSS, JS, React
Round 3 - Case Study 

HLD, LLD, basic HTML, CSS, react, web optimization, web-performance

Round 4 - Team Maching 

(1 Question)

  • Q1. Discussions with potential teammates and Product owner,
Round 5 - Behavioral 

(1 Question)

  • Q1. Conventional Managerial Question

Interview Preparation Tips

Topics to prepare for Cimpress Senior Software Engineer interview:
  • React
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - Prepare basic React, HTML, CSS, JS, Web Performace, and Web Optimizations

Knowledgeworks Global Interview FAQs

How many rounds are there in Knowledgeworks Global Associate Engineer interview?
Knowledgeworks Global interview process usually has 3 rounds. The most common rounds in the Knowledgeworks Global interview process are One-on-one Round, Assignment and HR.
What are the top questions asked in Knowledgeworks Global Associate Engineer interview?

Some of the top questions asked at the Knowledgeworks Global Associate Engineer interview -

  1. Regarding proj...read more
  2. Generic questi...read more

Tell us how to improve this page.

Knowledgeworks Global Associate Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Cimpress Interview Questions
4.0
 • 62 Interviews
SiliconIndia Interview Questions
2.7
 • 25 Interviews
Xerox Interview Questions
3.8
 • 21 Interviews
Ratna Sagar Interview Questions
3.9
 • 17 Interviews
View all
Senior Associate
130 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Junior Associate
95 salaries
unlock blur

₹1.3 L/yr - ₹3.6 L/yr

Associate
90 salaries
unlock blur

₹2 L/yr - ₹5.1 L/yr

Copy Editor
68 salaries
unlock blur

₹2 L/yr - ₹5.3 L/yr

Graphic Designer
56 salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Knowledgeworks Global with

TNQ Tech Private Limited

3.6
Compare

OMICS International

2.5
Compare

Amar Ujala

3.9
Compare

Xerox

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