Upload Button Icon Add office photos

Filter interviews by

ASG Worldwide Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Experience and salary expectations
  • Q2. Questions regarding the JD and company.

Interview Preparation Tips

Topics to prepare for Group Bayport Sales Executive interview:
  • Job description
  • Company
Interview preparation tips for other job seekers - You'll easily get the job if your communication skills are good.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2023. There were 3 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 - HR 

(1 Question)

  • Q1. Screening and job profile
Round 3 - One-on-one 

(1 Question)

  • Q1. About your experience and the role

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Questionnaire 

1 Question

  • Q1. What is meant by ERP
  • Ans. 

    ERP stands for Enterprise Resource Planning.

    • ERP is a software system that integrates various business processes and functions into a single system.

    • It helps organizations to streamline their operations and improve efficiency.

    • ERP systems typically include modules for finance, human resources, inventory management, and customer relationship management.

    • Examples of popular ERP systems include SAP, Oracle, and Microsoft Dyna...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focused

Skills evaluated in this interview

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 - Assignment 

Basic written and communication skills

Round 3 - One-on-one 

(2 Questions)

  • Q1. Sales scenario and project description
  • Q2. That’s upto your skillset

Interview Preparation Tips

Interview preparation tips for other job seekers - Company has employed a lot of people so please feel free to join this org.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Graph ques DSA, number pattern question

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

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

The written test involved qiestions from bssic aptitude, computer fundamentals and coding.

Round 3 - Technical 

(1 Question)

  • Q1. This was a technical discussion with the pannel. The discussion was mostly based in what's written in resume. Expect the questions from Java, OOPs, Data structures, SQL.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a one on one discussion with the manager. It was mostly to identify if the candidate meets basic non technical requirements for the job role.
Round 5 - HR 

(1 Question)

  • Q1. This round was little tricky as i was interviewed by the HR head since all other HRs were busy interviewing other candidates. it was mostly to check the communication skills, flexibility of the employee, t...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2022. There were 3 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 - One-on-one 

(1 Question)

  • Q1. What is Journal? How journal will be published? How you will get the review on Manuscript? Why we will hire you? What's your strength and weakness? Published chart process?
  • Ans. 

    A journal is a publication that contains scholarly articles on a specific subject. It is published through a peer-review process.

    • Journals are academic publications that contain research articles, reviews, and other scholarly content.

    • They are typically published on a regular basis, such as monthly or quarterly.

    • The publication process involves submitting a manuscript to the journal, which is then reviewed by experts in t...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. It's salary negotiation related questions, when you will be join.
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

ASG Worldwide Interview FAQs

How to prepare for ASG Worldwide 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 ASG Worldwide. The most common topics and skills that interviewers at ASG Worldwide expect are Algorithms, Compilers, Java, Software Development and Javascript.

Tell us how to improve this page.

Interview Questions from Similar Companies

Cimpress Interview Questions
4.0
 • 62 Interviews
Times Group Interview Questions
3.8
 • 27 Interviews
SiliconIndia Interview Questions
2.7
 • 25 Interviews
Xerox Interview Questions
3.8
 • 21 Interviews
Group Bayport Interview Questions
4.2
 • 21 Interviews
View all
Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Business Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Developer and Team Lead
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ASG Worldwide with

Dainik Bhaskar Group

4.4
Compare

TNQ Tech Private Limited

3.6
Compare

Times Group

3.8
Compare

OMICS International

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