Upload Button Icon Add office photos

Filter interviews by

System Level Solutions Manual Testing Interview Questions and Answers

Updated 26 Aug 2021

System Level Solutions Manual Testing Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basci of question
  • Ans. 

    What is the  ph . 

           Power of hydrogen

     Chlorine  atomic number  .

             17

    Chlorine mass number

             35

      

  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic question of interview iam complet tha degree. Bsc chemistry .

Interview questions from similar companies

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

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It includes two DSA questions and some aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Give the maximum element at any point of time for after pop and push
  • Q3. Reverse a string
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Inheritance, Contructord, Polymorphism etc
Round 2 - Technical 

(1 Question)

  • Q1. Exception Handing, Datatypes, Unix, Sql
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. 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 - Coding Test 

Basic coding questions were there related to string operations

Round 3 - Technical 

(4 Questions)

  • Q1. Technical questions were asked related to networking
  • Q2. What is tls handshake
  • Ans. 

    TLS handshake is the process of establishing a secure connection between a client and a server.

    • TLS handshake is initiated by the client and involves a series of steps to negotiate encryption parameters and exchange cryptographic keys.

    • It ensures the authenticity, integrity, and confidentiality of data transmitted over the network.

    • The handshake includes the ClientHello, ServerHello, Certificate Exchange, Key Exchange, an...

  • Answered by AI
  • Q3. What happens when you hit some url in browser
  • Ans. 

    When you hit a URL in a browser, a request is sent to the server and the server responds with the requested webpage.

    • Typically, the browser sends an HTTP GET request to the server.

    • The server processes the request and generates a response.

    • The response may include HTML, CSS, JavaScript, and other resources needed to render the webpage.

    • The browser receives the response and renders the webpage for the user to view and inter...

  • Answered by AI
  • Q4. What are different protocols you have worked on
  • Ans. 

    I have worked on various protocols including HTTP, TCP/IP, and MQTT.

    • HTTP (Hypertext Transfer Protocol) - used for communication between web browsers and servers

    • TCP/IP (Transmission Control Protocol/Internet Protocol) - the foundation of the internet

    • MQTT (Message Queuing Telemetry Transport) - a lightweight messaging protocol for IoT devices

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Aryaka Networks Software Engineer interview:
  • Networking
Interview preparation tips for other job seekers - Be confident and prepare networking questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Python basics and modules
  • Q2. Networking protocols basic networking

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Promises, closures, array , string
  • Q2. Lifecycle of component, hoc, custom hooks, hooks

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium interview
1:- technical round theory and some dry run test
2:- machine run

Interview Questionnaire 

2 Questions

  • Q1. Questions from C, Data structure, OS,Database
  • Q2. Technical + HR

Interview Preparation Tips

Round: Test
Experience: This round was simple.
It consist of 5 sections ..1.Aptitude (10 questions). 2.Operating System Basics and Unix Commands(16 questions) 3.Data Structure(9 questions) 4.Output C Questions(6 questions) 5.Programming questions out of 4 any 2 you can do.(2 questions from data structure and 2 from sorting)
Tips: If you know the basics of all these topics then you can easily clear this round.Try to score as more marks as possible because this score counts in the next round too.

Round: Technical Interview
Experience: Moderate
Tips: Be confident and don't get panic.If you don't know anything simply say no don't waste time.

Round: Technical Interview
Experience: Moderate

Skill Tips: Be Confident and keep calm.You must have the complete knowledge of the projects which you have written in your resume.
Skills: C, Data Structure, os, Database
College Name: VIT VELLORE
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Psuedo code based test

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding question in any language of choice
Round 3 - One-on-one 

(1 Question)

  • Q1. Multiple questions based on networking, OS, DSA, ML, puzzles and one coding question as well
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with manager - combination of technical and behavioral
Round 5 - One-on-one 

(1 Question)

  • Q1. Interview with Director - Technical theory questions based on networking
Round 6 - HR 

(1 Question)

  • Q1. No specific questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong foundation in coding and networking concepts

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Data plane packet forwarding Control plane packet forwarding In my case, mostly I worked in L2, so they asked more details abt L2..
  • Q2. C programming queue data structure Bit wise operation like swapping bytes for endianess Function pointer and calling using function ptr as art..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in whatever mentioned in resume and learn OS basics , C programming, data structures.. good technical interview
4rounds of technical as of now completed..
be confident

Tell us how to improve this page.

Manual Testing Interview Questions from Similar Companies

View all
Embedded Software Engineer
23 salaries
unlock blur

₹1.7 L/yr - ₹7.3 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹4.8 L/yr - ₹7.4 L/yr

Software Engineer
20 salaries
unlock blur

₹2.8 L/yr - ₹7.3 L/yr

Project Lead
19 salaries
unlock blur

₹6.5 L/yr - ₹11 L/yr

Embedded Software Developer
9 salaries
unlock blur

₹1.6 L/yr - ₹7.2 L/yr

Explore more salaries
Compare System Level Solutions with

Wipro

3.7
Compare

HCLTech

3.5
Compare

TCS

3.7
Compare

Infosys

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