Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Wipro PARI Applications Engineer Interview Questions and Answers

Updated 23 Mar 2023

Wipro PARI Applications Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1.What is tolerance stack up? 2. What is bearing preloading? 3. What type of system use in design whether it hole base system or shaft base system? 4. What is thermoplastic and thermoset plastics? 5. How t...
  • Ans. 

    Questions related to applications engineering including tolerance stack up, bearing preloading, material selection, force calculation, and costing.

    • Tolerance stack up refers to the accumulation of variations in dimensions and tolerances of individual parts in an assembly.

    • Bearing preloading is the application of a small amount of force to the bearing to remove any internal clearance and improve its stiffness.

    • The choice b...

  • Answered by AI
  • Q2. How can you manage your team in case of high pressure?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go thoroughly in depth of work assigned to you and understand all related concern.

Skills evaluated in this interview

Applications Engineer Jobs at Wipro PARI

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Explain a shell script automation that you created in your current project.
  • Ans. 

    Created a shell script automation to automate data backup process.

    • Wrote a shell script that uses the 'rsync' command to copy files from source to destination.

    • Implemented a cron job to schedule the script to run at specific intervals.

    • Included error handling and logging mechanisms to track any failures or issues.

    • Used variables and parameters to make the script flexible and reusable.

    • Added email notifications to inform the

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - this is very common question and its always better to be prepared with your best automation script. we cannot remember all details if script was written long back so go through the script once before interview and prepare your answer properly.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Define float, double. 2. Write a program to display amount according to the given current bill.
  • Ans. 

    Questions on float, double and programming to display amount based on current bill for Applications Engineer role.

    • Float and double are data types used to represent decimal numbers with different precision levels.

    • A program to display amount based on current bill can be written using basic arithmetic operations and input/output functions.

    • Example: float num1 = 10.5; double num2 = 20.75; printf("Total amount: %.2f", num1 +...

  • Answered by AI
  • Q2. 3. What would you do if you are a team leader and one of your team member started negatively talking about a project.
  • Q3. 4. Iam from mechanical they asked me about why you applied for an IT job.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Don't be afraid.
2. Be confident.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Details on NX commandline functioning
  • Ans. 

    NX commandline allows users to execute commands and scripts in NX software.

    • The commandline can be accessed through the 'Tools' menu in NX.

    • Commands can be entered directly into the commandline or executed from a script file.

    • The commandline supports a wide range of commands for modeling, analysis, and simulation.

    • Examples of commands include 'create', 'modify', 'analyze', and 'solve'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics thoroughly revised.
Software functionality like projections and its commands

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic question regarding the work profile
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions regarding work experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. It’s a MCQ based test based on technical knowledge
  • Q2. Related to JavaScript
Round 3 - One-on-one 

(1 Question)

  • Q1. Related to ReactJS

Interview Questionnaire 

1 Question

  • Q1. What is your opinion on AI
  • Ans. 

    AI has the potential to revolutionize industries and improve efficiency, but ethical considerations and human oversight are crucial.

    • AI can automate repetitive tasks and increase productivity.

    • AI can analyze large amounts of data and provide valuable insights.

    • AI can improve customer service through chatbots and virtual assistants.

    • AI can enhance medical diagnosis and treatment options.

    • Ethical concerns include privacy, bia...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for out of box questions be in line with industry trends and be confident about your projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain on AWS components
  • Ans. 

    AWS components are services provided by Amazon Web Services for cloud computing.

    • Compute services like EC2, Lambda

    • Storage services like S3, EBS

    • Database services like RDS, DynamoDB

    • Networking services like VPC, Route 53

    • Management tools like CloudWatch, CloudFormation

  • Answered by AI
  • Q2. How does Terraform work
  • Ans. 

    Terraform is an infrastructure as code tool that allows users to define and provision data center infrastructure using a declarative configuration language.

    • Terraform uses a configuration file written in HashiCorp Configuration Language (HCL) to define the desired state of infrastructure.

    • It then compares the desired state with the current state of the infrastructure and creates an execution plan to reach the desired sta...

  • Answered by AI

Skills evaluated in this interview

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

It was not difficult

Round 2 - Coding Test 

It was very lengthy and difficult

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

(4 Questions)

  • Q1. What is the page life cycle of asp.net?
  • Ans. 

    The page life cycle of ASP.NET is the series of events that occur when a page is requested, processed, and rendered.

    • Init: Page properties are set and controls are initialized.

    • Load: Page loads data and controls are rendered.

    • Postback event handling: User interacts with controls and triggers events.

    • Render: Page is rendered as HTML and sent to the client.

    • Unload: Page is unloaded and resources are released.

  • Answered by AI
  • Q2. Tell about sessions in ASP.Net
  • Ans. 

    Sessions in ASP.Net are used to store user-specific data across multiple pages during a user's visit to a website.

    • Sessions are used to store user-specific data such as user preferences, shopping cart items, etc.

    • Sessions are stored on the server and identified by a unique session ID.

    • Sessions can be accessed and manipulated using the Session object in ASP.Net.

    • Sessions can be configured in the web.config file to specify s

  • Answered by AI
  • Q3. Extention Methods
  • Q4. Tell me about the Page Load.
  • Ans. 

    Page Load refers to the time it takes for a webpage to fully load in a browser.

    • Page Load time is crucial for user experience and can impact bounce rates.

    • Factors affecting Page Load include server response time, file sizes, and browser caching.

    • Optimizing images, minifying CSS/JS files, and using content delivery networks can improve Page Load speed.

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Wipro PARI Interview FAQs

How many rounds are there in Wipro PARI Applications Engineer interview?
Wipro PARI interview process usually has 2 rounds. The most common rounds in the Wipro PARI interview process are Resume Shortlist and Technical.
How to prepare for Wipro PARI Applications Engineer 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 Wipro PARI. The most common topics and skills that interviewers at Wipro PARI expect are Application Engineering, Concept Design, Conveyors, Drives and Eplan.

Recently Viewed

SALARIES

HexaView Technologies

INTERVIEWS

anovIP

No Interviews

SALARIES

HexaView Technologies

INTERVIEWS

Synergy AI

No Interviews

INTERVIEWS

HexaView Technologies

No Interviews

INTERVIEWS

HexaView Technologies

No Interviews

INTERVIEWS

Tata Power

No Interviews

JOBS

HexaView Technologies

No Jobs

REVIEWS

anovIP

No Reviews

INTERVIEWS

Synergy AI

No Interviews

Tell us how to improve this page.

Wipro PARI Applications Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Wipro PARI Applications Engineer Salary
based on 20 salaries
₹3 L/yr - ₹9 L/yr
24% less than the average Applications Engineer Salary in India
View more details

Wipro PARI Applications Engineer Reviews and Ratings

based on 3 reviews

2.7/5

Rating in categories

3.1

Skill development

1.7

Work-life balance

3.4

Salary

2.7

Job security

2.4

Company culture

2.4

Promotions

1.7

Work satisfaction

Explore 3 Reviews and Ratings
Member
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Member
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
141 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engg. Design
97 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Control Software Engineer
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wipro PARI with

TCS iON

3.9
Compare

Infosys BPM

3.6
Compare

HCLTech

3.5
Compare

Tech Mahindra

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