Upload Button Icon Add office photos

Filter interviews by

Parshvanatha Skill IT Trainer Interview Questions and Answers

Updated 28 Jun 2024

Parshvanatha Skill IT Trainer Interview Experiences

1 interview found

IT Trainer Interview Questions & Answers

user image Anonymous

posted on 28 Jun 2024

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

I was interviewed in Dec 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is Max's formula in Excel?
  • Ans. 

    MAX function in Excel returns the largest value in a range of cells.

    • MAX function is used to find the highest value in a range of cells.

    • Syntax: =MAX(number1, [number2], ...)

    • Example: =MAX(A1:A10) will return the highest value in cells A1 to A10.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. U r Ambition tell
  • Q2. World best man
  • Q3. Since what did u done for u r life
  • Q4. After i offer a job for u and what will u do after job
  • Q5. What u want i offer two option 1st highest salary 2nd higher position
  • Q6. Are u trust for me
  • Q7. I am finished the interview can i ask last question for u

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't fear because that job not for me life decide
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

The assessment focused on general aptitude, which was relatively easy and manageable to pass. However, the pseudo-code section may pose a greater challenge during the first round.

Round 2 - Group Discussion 

It is very easy; you just need to speak at least once to easily pass through this round. mostly they dont try to reject you unless you are very nervous and very low about confidence they want you to speak atleast once , even the point is valid or not.

Round 3 - Coding Test 

You will undergo a written test comprising three coding sections (either in Python or C) containing five or six questions each, along with ten multiple-choice questions on software testing, which are relatively easy. However, the most challenging section is networking, for which you will need to write theory responses; therefore, it is important to prepare thoroughly for that part.

Round 4 - One-on-one 

(2 Questions)

  • Q1. They first asked for self-introduction and then asked you to explain the programs that were assigned to you in a step-by-step manner.
  • Q2. Then the major part is networking, if you gone through by successfully explains your coding then you will be completely checked with networking which is really tough, like they asked me that to tell port n...
Round 5 - HR 

(1 Question)

  • Q1. Actually there is HR done in my process , whoever cleared technical all were selected. But the issue is the there is no stipend for internship , and the role is embedded testing which was told only in the ...

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to clear first 2 round(aptitude ,gd) and round 3 and round 4 is written and technical panel ,written is in your hand but panel is based on your luck . Thank you
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Can you provide technical points about yourself?
Round 2 - Aptitude Test 

Self-motivated and hardworking individuals, there is no meaning to a job, sir; we did not mention the day Anna Hazare changed life. Please find my sweet.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and preapre weel na bekg
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at BNM Institute of Technology, Bangalore and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. English basics ,grammar, comprehension
  • Q2. Pseudo codes,basic theory questions
Round 2 - Technical 

(2 Questions)

  • Q1. Basics questions on python and OOPs
  • Q2. Program to implement factorial of a number
  • Ans. 

    Program to calculate factorial of a number using recursion or iteration

    • Define a function to calculate factorial

    • Use recursion or iteration to calculate factorial

    • Handle edge cases like 0 and negative numbers

    • Example: factorial of 5 is 5*4*3*2*1 = 120

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm,prepare basics well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test consists of 26 questions, including 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What is Data Structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. Explain a Binary Search Tree
  • Ans. 

    A Binary Search Tree (BST) is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Nodes in a BST are arranged in a hierarchical order where each node has a left child and a right child.

    • The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.

    • BST allows f...

  • Answered by AI
  • Q3. Dijkstra Algorithm
  • Ans. 

    Dijkstra's Algorithm is a graph search algorithm for finding the shortest path from a single source to all other nodes in a graph with non-negative edge weights.

    • Dijkstra's Algorithm is used in various applications such as network routing protocols, GPS systems, and road navigation.

    • It works by maintaining a set of nodes with known shortest distance from the source and iteratively expanding this set by adding the nearest...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions on Resume

Skills evaluated in this interview

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

I applied via campus placement at RMK Engineering College, Thiruvallur and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Easy basic aptitude questions

Round 2 - English essay 

(1 Question)

  • Q1. Write an essay on the given topic or picture. Write about 2 or 3 paragraphs
  • Ans. 

    Write an essay on the given topic or picture.

    • Start by introducing the topic or picture you are writing about

    • Provide detailed information and analysis in the body paragraphs

    • Conclude by summarizing your main points and providing a final thought

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Coding basic questions
  • Q2. Core subjects dbms os oops cn
Round 4 - Technical 

(1 Question)

  • Q1. They asked me to explain my projects and questions from my resume. Asked me to write algorithm for fibonacci series
Round 5 - HR 

(1 Question)

  • Q1. Very easy they just want to get you in to the company so they are welcoming in nature

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy process. If this company is your wish you can prepare within 3-4 days. Just prepare basic questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Arrays and string questions in any programming language

Round 2 - HR 

(2 Questions)

  • Q1. Introduce about your self
  • Q2. Why do I hire you
  • Ans. 

    You should hire me because of my strong technical skills, passion for learning, and ability to work well in a team.

    • I have a solid foundation in engineering principles and relevant technical skills.

    • I am a quick learner and always eager to expand my knowledge and skills.

    • I have a proven track record of successfully collaborating with team members to achieve common goals.

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

(2 Questions)

  • Q1. Why did u choose tcs
  • Ans. 

    I chose TCS because of its reputation for innovation, global presence, and opportunities for career growth.

    • TCS is known for its cutting-edge technology solutions and innovative projects.

    • The company has a strong global presence with offices in multiple countries, providing opportunities for international exposure.

    • TCS offers a structured career development path with training programs and opportunities for advancement.

    • I w...

  • Answered by AI
  • Q2. Why do you want technical Job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be strong in your basics
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Quant and Reasoning questions

Round 2 - Coding Test 

Simple D.P and problem solving questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Self-introduction
  • Q2. About your project and internships
  • Q3. Questions on Team Collaborations and Leadership
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Class in Java ?
  • Q2. What is OOB in Java?

Parshvanatha Skill Interview FAQs

How many rounds are there in Parshvanatha Skill IT Trainer interview?
Parshvanatha Skill interview process usually has 1 rounds. The most common rounds in the Parshvanatha Skill interview process are One-on-one Round.

Tell us how to improve this page.

Parshvanatha Skill IT Trainer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Parshvanatha Skill with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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