Upload Button Icon Add office photos

Filter interviews by

Shakya Paradise Institute Of Computer and Technology Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - TechnicalĀ 

(21 Questions)

  • Q1. What is the Selenium architecture in relation to C#?
  • Q2. What are the concepts of Object-Oriented Programming (OOP) in relation to your project?
  • Q3. What are locators, and what are the different types of XPath?
  • Q4. Have you ever managed cookies and caches in automation?
  • Q5. How have you managed team members in your previous roles?
  • Q6. How do you manage a situation where resources are limited and there is a deadline for completing testing?
  • Q7. What is the defect life cycle?
  • Q8. What is test scenario?
  • Q9. What is the relationship between test coverage and a test matrix?
  • Q10. How do you handle conflicting situations when working on priority-based tasks?
  • Q11. What are the meanings of "Given," "When," and "Then" in Gherkin language? Please explain.
  • Q12. What is the difference between a scenario and a scenario outline?
  • Q13. What contributions have you made to the framework?
  • Q14. What information do you include in a POM (Project Object Model) file?
  • Q15. What are the differences between WebDriver and ChromeDriver?
  • Q16. Syntax of xpath
  • Q17. How do you manage dynamic elements on a webpage?
  • Q18. How do you inspect a drop-down element and write the corresponding syntax for handling drop-downs in Selenium?
  • Q19. What is the structure of a framework? Explain.
  • Q20. Explain feature file linking in relation to the step definition file?
  • Q21. What do you write in LINQ, what is its purpose, and how do you validate the database data against the user interface?

Interview Preparation Tips

Interview preparation tips for other job seekers - First, secure an interview and obtain an offer letter with a 40% salary increase. After that, negotiate with your current company; if the negotiations do not yield favorable results, use the same offer letter to apply to another company for a higher salary. Ensure to confirm the total cost to company (CTC) they are offering before attending interviews; if their budget does not align with yours, it would waste time for both parties.They may not respond to candidates though interview went well because they may move with lower salary expectations.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - TechnicalĀ 

(5 Questions)

  • Q1. Could you elaborate on your roles and responsibilities in your previous employment?
  • Q2. What was your role in the project, specifically related to data transformation and dashboard creation?
  • Q3. How do you optimize and manage large datasets, and what data sources do you utilize to obtain this data?
  • Q4. Guesstimates like how many traffic signals are there in Noida.
  • Q5. The interviewer asked SQL questions related to window functions, joins, and advanced aggregations, such as running sum and rolling sum.
Round 2 - TechnicalĀ 

(1 Question)

  • Q1. Second round is also a technical round and similar to first round . Medium to high level sql questions and questions related to the project you're working on and Guesstimates will be asked by the interview...
Round 3 - TechnicalĀ 

(1 Question)

  • Q1. Project manager will take the third round interview and inquire about your knowledge of the company, and some technical and scenario-based questions related to decision-making and problem-solving approach.
Round 4 - HRĀ 

(1 Question)

  • Q1. Final round will be an HR round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to cover SQL from basic to advanced levels, as well as explore concepts related to Tableau and Power BI.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude TestĀ 

The share market is currently in a dilapidated state. There are some teams that have produced a bit of share demand; however, there are more shares offered to customers.

Round 2 - AssignmentĀ 

Assign tasks related to crowdfunding. Discuss issues of overcrowding. Share updates about the company. Make a callback. Provide information about the share market. Manage projects related to Dell.

Round 3 - Case StudyĀ 

Case ears were shared with the customer, Dell. The salary is safe, with almost all extras included.

Round 4 - TechnicalĀ 

(2 Questions)

  • Q1. Safer wear. Problems so Olsen Technically clears.
  • Q2. Computer. Election. Hod over. Technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - All shares were published for me as Sines. Sales were produced. Quality offerings advance customers' motives.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - HRĀ 

(2 Questions)

  • Q1. What is your notice period, and what is your current salary?
  • Q2. What is your notice period?
Round 2 - TechnicalĀ 

(6 Questions)

  • Q1. What is an amortization entry?
  • Q2. What is the process for recording a depreciation entry in accounting?
  • Q3. What are the types of reconstruction currently being undertaken?
  • Q4. What is your reason for seeking a job change?
  • Q5. What automation ideas have you implemented or suggested in your current processes?
  • Q6. What is the accounting entry for prepaid expenses?
Round 3 - TechnicalĀ 

(8 Questions)

  • Q1. What is the amortization entry?
  • Q2. What is your understanding of Lean?
  • Q3. What is your understanding of Six Sigma
  • Q4. What are the techniques used in Six Sigma?
  • Q5. What is a service level?
  • Q6. What are Service Level Agreements (SLAs)?
  • Q7. What automation ideas have you proposed for the current processes?
  • Q8. What is the case study regarding the entry for accrued expenses?

Interview Preparation Tips

Interview preparation tips for other job seekers - The final round with the Operations Head was quite challenging; his primary focus was on automation. He did not inquire about accounting, but rather asked questions related to Six Sigma, Lean methodologies, service levels, and service level agreements.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude TestĀ 

Basic quant and reasoning questions
Selenium MCQ
Java programs with MCQ

Round 2 - TechnicalĀ 

(23 Questions)

  • Q1. Tell me about yourself
  • Q2. Where you initialise driver
  • Ans. 

    The driver is typically initialized in the setup method of a test automation framework.

    • Driver initialization is usually done in a setup method before test execution.

    • Commonly used methods for driver initialization include WebDriverManager, System.setProperty, and driver instantiation.

    • Example: WebDriverManager.chromedriver().setup();

  • Answered by AI
  • Q3. Driver is static or non static
  • Ans. 

    Driver can be both static and non-static depending on the context of its usage.

    • Driver class can be static if it is used to initiate the WebDriver instance in a test automation framework.

    • Driver class can be non-static if it is used as an instance variable within a test class.

    • Static driver can be accessed directly without creating an object of the class.

    • Non-static driver requires an object of the class to be created befo

  • Answered by AI
  • Q4. Difference between static and non static
  • Ans. 

    Static variables belong to the class itself, while non-static variables belong to instances of the class.

    • Static variables are shared among all instances of a class

    • Non-static variables are unique to each instance of a class

    • Static variables are initialized only once, at the start of the program

    • Non-static variables are initialized separately for each instance of the class

  • Answered by AI
  • Q5. Disadvantages of static and non static
  • Ans. 

    Static and non-static have their own disadvantages in QA automation testing.

    • Static methods cannot be overridden or inherited, making it difficult to create flexible test cases.

    • Non-static methods require an instance of the class to be created, which can lead to increased memory usage.

    • Static methods can lead to tight coupling between classes, making it harder to maintain and update the code.

    • Non-static methods may have de...

  • Answered by AI
  • Q6. Parallel execution in TestNG
  • Ans. 

    TestNG allows parallel execution of test cases to save time and improve efficiency.

    • TestNG provides the 'parallel' attribute in the testng.xml file to specify the level of parallelism for test execution.

    • Parallel execution can be achieved at the test level, class level, method level, or suite level.

    • TestNG also supports parallel execution of tests across multiple classes or suites using the 'parallel' attribute in the sui...

  • Answered by AI
  • Q7. Write the code for Parallel testing in TestNG
  • Ans. 

    Parallel testing in TestNG allows running tests concurrently for faster execution.

    • Use 'parallel' attribute in testng.xml file to specify parallel execution mode.

    • Set 'parallel' attribute to 'methods', 'classes', or 'tests' based on the level of parallelism needed.

    • Example: <suite name='MySuite' parallel='tests'>

    • Use 'thread-count' attribute to specify the number of threads to use for parallel execution.

  • Answered by AI
  • Q8. Difference between parallel methods and parallel tests
  • Ans. 

    Parallel methods run multiple methods concurrently within a single test, while parallel tests run multiple tests concurrently.

    • Parallel methods execute multiple methods within a single test class concurrently.

    • Parallel tests execute multiple test classes concurrently.

    • Parallel methods are useful for speeding up the execution of a single test, while parallel tests are useful for running multiple tests faster.

    • Example: Runni...

  • Answered by AI
  • Q9. Upload file using rest assured
  • Ans. 

    Use Rest Assured to upload a file

    • Use the given file path to create a File object

    • Use MultiPartSpecBuilder to build the request with the file

    • Send the request using Rest Assured's given(), when(), and post() methods

  • Answered by AI
  • Q10. Postman basic questions
  • Q11. Parameter for post method in postman
  • Ans. 

    The parameter for a POST method in Postman is typically sent in the request body.

    • Parameters are sent in the request body in key-value pairs

    • Parameters can be sent as form-data, x-www-form-urlencoded, or raw JSON

    • Example: {"key": "value"}

  • Answered by AI
  • Q12. BDD Framework cucumber
  • Q13. Cucumber execution process
  • Q14. How cucumber know step defination file placed
  • Ans. 

    Cucumber knows the step definition file based on the annotations provided in the feature files.

    • Cucumber uses annotations like @Given, @When, @Then to map steps in feature files to corresponding step definition methods.

    • Step definition files are typically placed in a separate package or directory within the project structure.

    • Cucumber scans the project directory for step definition files based on the package structure and

  • Answered by AI
  • Q15. Parameters used in cucumber
  • Ans. 

    Parameters used in cucumber are used to pass values to the step definitions in feature files.

    • Parameters are defined in feature files using < > syntax

    • Parameters can be passed to step definitions using Regular Expressions

    • Parameters can be used to make scenarios more reusable and dynamic

  • Answered by AI
  • Q16. Datatable in cucumber
  • Ans. 

    Datatable in Cucumber is used to pass multiple sets of data to a step definition in a scenario.

    • Datatables are defined using pipes (|) to separate values

    • Each row in the datatable represents a set of data passed to the step definition

    • Datatables can be used for parameterization and data-driven testing

  • Answered by AI
  • Q17. Have u created the testplan document when porject was started
  • Ans. 

    Yes, I have created the test plan document at the start of the project.

    • Yes, I always create a test plan document at the beginning of a project to outline the testing approach and strategy.

    • The test plan document includes details on scope, objectives, resources, schedule, and test cases.

    • It helps in ensuring that all stakeholders are aligned on the testing process and expectations.

    • For example, in my previous project, I cr...

  • Answered by AI
  • Q18. Testing cycle when project was on initial level
  • Ans. 

    During the initial testing cycle of a project, focus is on establishing test cases, setting up test environments, and identifying potential issues.

    • Creating test cases based on requirements

    • Setting up test environments

    • Identifying potential issues and risks

    • Executing test cases and reporting defects

    • Collaborating with developers to resolve issues

  • Answered by AI
  • Q19. Risk management and risk based testing
  • Q20. Which estimate technique you follow , if fibonacci then why it is in 1 2 3 5 8 13 ?? Not in 12345678
  • Ans. 

    Fibonacci sequence is a mathematical pattern where each number is the sum of the two preceding ones.

    • Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones.

    • The sequence starts with 1, 2, then each subsequent number is the sum of the two previous numbers (1+2=3, 2+3=5, 3+5=8, and so on).

    • This sequence is used in estimating because it reflects natural growth patterns found in natur

  • Answered by AI
  • Q21. What is testing matrix and automation ROI
  • Ans. 

    Testing matrix is a tool used to track test coverage and automation ROI is the return on investment from implementing automation testing.

    • Testing matrix is a visual representation of test cases, test scenarios, and their coverage across different platforms, browsers, devices, etc.

    • Automation ROI is the measure of the benefits gained from automation testing compared to the costs incurred in implementing and maintaining th...

  • Answered by AI
  • Q22. Cicd tool
  • Q23. Handle team ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-oneĀ 

(4 Questions)

  • Q1. I have 4.6 years experience, 2 years supervisor, middle mail experience in flipkart, 1 year fast mile zepto shift incharge, 8 months FRN, Large flipkart, blue colour. Current time working zepto shift incha...
  • Q2. Do you need employees like us?
  • Ans. 

    Yes, we are always looking for talented and dedicated employees to join our team.

    • We are constantly seeking individuals with the right skills and experience to contribute to our organization.

    • Having employees like you who are motivated and passionate about their work is essential for our success.

    • We value diversity and are committed to creating a supportive and inclusive work environment.

    • Examples: We are currently hiring ...

  • Answered by AI
  • Q3. I have 4.6 years of experience, do you need it?
  • Ans. 

    Yes, your 4.6 years of experience is relevant to the position.

    • Your experience can bring valuable skills and knowledge to the role.

    • Highlight specific achievements or projects from your 4.6 years of experience.

    • Demonstrate how your experience aligns with the requirements of the position.

    • Emphasize how your experience can contribute to the success of the team or organization.

  • Answered by AI
  • Q4. I pass fast mail and middle mile and last mail rider tema handlein team worki experience do you need it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024.Ā There were 5 interview rounds.

Round 1 - Coding TestĀ 

A technical interview that evaluates a candidate's programming abilities.

Round 2 - Aptitude TestĀ 

Evaluate a candidate's skills and abilities in areas such as logical reasoning, problem-solving, and verbal communication.

Round 3 - TechnicalĀ 

(3 Questions)

  • Q1. What programming languages are you proficient in?
  • Q2. What is your area of expertise?
  • Q3. Artificial intelligence
Round 4 - Group DiscussionĀ 

Current affairs, business matters, and abstract subjects.

Round 5 - HRĀ 

(2 Questions)

  • Q1. Can you provide a brief overview of your background and experience
  • Q2. What are your strengths and weaknesses?

Interview Preparation Tips

Topics to prepare for EY Global Delivery Services ( EY GDS) Accountant and Taxation Consultant interview:
  • Good šŸ‘šŸ¼
Interview preparation tips for other job seekers - Clearly define career goals, tailor resumes for each job application, actively network, thoroughly research companies, practice interview responses, follow up after interviews, maintain a positive and persistent attitude, and continuously update skills to remain competitive; always present a professional online presence and be mindful of the keywords used in applications.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024.Ā There were 3 interview rounds.

Round 1 - Group DiscussionĀ 

Group discussion is a very important tool in addressing various problems.

Round 2 - TechnicalĀ 

(3 Questions)

  • Q1. What is the count of different types of vernier calipers?
  • Q2. What is the count of measurements in micrometers?
  • Q3. QQC Information About the world
Round 3 - TechnicalĀ 

(2 Questions)

  • Q1. What the Quality
  • Q2. What are the steps involved in Quality Control (QQC)?

Interview Preparation Tips

Topics to prepare for Tata Motors Mechanical Engineer interview:
  • Engine Reletated
  • Mechanical
  • QQC
Interview preparation tips for other job seekers - One year of experience at Toyota Industrial Engine Pvt Limited.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalĀ 

(5 Questions)

  • Q1. Why does Paytm company commit fraud with its agents and why does it not pay the salary of its agents on time? While working in Paytm, why is the salary held and why is the money not given?
  • Q2. Why is Paytm merchant not heard? Why is customer care number not reachable?
  • Q3. Talking about salary of 18000, why only ā‚¹10000 is given in Paytm. Why is salary held?
  • Q4. When will I get my salary? The salary was promised on the 30th but did not come. The salary was promised on the 5th but did not come. Today is the 9th. When will my salary come? Why has my salary been put ...
  • Q5. How can the team leaders and HR at Paytm be so careless? Why is no one's salary being paid? Why is their salary being withheld?

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad sallary not meet sallary time to time very big problem for agent high target issue and sallary hold issue this job is suside job chief rough and disgusting I hate this job I hate senior managers and hr. Take lots of targets lots of work and sallary not give and hold.
Working in Paytm is inviting bad times for yourself. I compliant to high court because this is not single person problem this problem is lots of employees and lots of murchants ...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group DiscussionĀ 

Gangster Disciples (GD) is a gang, while Graphical Display (GD) refers to a visual representation of data.

Round 2 - Aptitude TestĀ 

Aptitude tests are used to assess a person's ability to perform specific tasks, think critically, and solve problems. They are commonly used in job recruitments, college admissions, and competitive exams.

### **Types of Aptitude Tests**
1. **Numerical Aptitude** ā€“ Assesses mathematical skills, including arithmetic, algebra, ratios, percentages, and data interpretation.
2. **Logical Reasoning** ā€“ Evaluates pattern recognition, sequences, and logical deductions.
3. **Verbal Ability** ā€“ Tests grammar, comprehension, vocabulary, and sentence formation.
4. **Abstract Reasoning** ā€“ Measures the ability to identify patterns, trends, and relationships among shapes or figures.
5. **Spatial Reasoning** ā€“ Tests the ability to visualize and manipulate objects in space.
6. **Mechanical Reasoning** ā€“ Assesses understanding of mechanical and physical concepts, often for technical roles.
7. **Situational Judgment Test (SJT)** ā€“ Evaluates decision-making and problem-solving in workplace scenarios.

### **Common Exam Patterns**
- Multiple-choice questions (MCQs)
- Timed sections
- Increasing difficulty level
- Negative marking (in some tests)

### **Preparation Tips**
āœ”ļø **Practice Regularly** ā€“ Solve sample questions and previous papers.
āœ”ļø **Time Management** ā€“ Work on speed and accuracy.
āœ”ļø **Learn Shortcuts** ā€“ Use mental math tricks and reasoning techniques.
āœ”ļø **Improve Reading Skills** ā€“ Enhance vocabulary and comprehension for verbal sections.
āœ”ļø **Use Online Mock Tests** ā€“ Simulate real test conditions.

Would you like sample questions or specific test details for a job or exam?

Tell us how to improve this page.

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
Ā ā€¢Ā 1.4k Interviews
Tata Motors Interview Questions
4.2
Ā ā€¢Ā 996 Interviews
WNS Interview Questions
3.4
Ā ā€¢Ā 980 Interviews
Infosys BPM Interview Questions
3.6
Ā ā€¢Ā 932 Interviews
Bharti Airtel Interview Questions
4.0
Ā ā€¢Ā 834 Interviews
DXC Technology Interview Questions
3.7
Ā ā€¢Ā 809 Interviews
IDFC FIRST Bank Interview Questions
4.0
Ā ā€¢Ā 632 Interviews
HDFC Life Interview Questions
4.0
Ā ā€¢Ā 603 Interviews
IndusInd Bank Interview Questions
3.5
Ā ā€¢Ā 597 Interviews
iEnergizer Interview Questions
4.6
Ā ā€¢Ā 574 Interviews
View all

Shakya Paradise Institute Of Computer and Technology Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Compare Shakya Paradise Institute Of Computer and Technology with

iEnergizer

4.6
Compare

Bharti Airtel

4.0
Compare

Tata Motors

4.2
Compare

AU Small Finance Bank

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