Add office photos
Employer?
Claim Account for FREE

Baazi Games

3.2
based on 61 Reviews
Filter interviews by

10+ Kamaraj College of Engineering & Technology Interview Questions and Answers

Updated 13 Nov 2024

Q1. What strategy for testing the whole build will you use when you get a new build?

Ans.

I will use a combination of regression testing, exploratory testing, and risk-based testing to ensure comprehensive coverage.

  • Perform regression testing on critical functionalities to ensure they still work as expected

  • Conduct exploratory testing to uncover any unforeseen issues or bugs

  • Prioritize testing based on risk assessment to focus on high-impact areas first

  • Use automation testing tools for repetitive tasks to save time and effort

Add your answer

Q2. What are the implementation you have done in App automation?

Ans.

Implemented App automation using Selenium WebDriver and Appium for regression testing and continuous integration.

  • Used Selenium WebDriver for web application automation

  • Utilized Appium for mobile application automation

  • Implemented automation scripts for regression testing

  • Integrated automation tests into continuous integration pipelines

Add your answer

Q3. Write a program that prints 1 if user inputs 0, and print 0 if user inputs 1.

Ans.

Program that prints 1 if user inputs 0, and 0 if user inputs 1.

  • Create a function that takes user input as parameter

  • Check if input is 0, then print 1. If input is 1, print 0

  • Handle invalid inputs if necessary

Add your answer

Q4. Write a program to find the second lowest number without using collection and nested loop.

Ans.

Program to find second lowest number without using collection and nested loop.

  • Sort the array in ascending order

  • Check for duplicates and skip them

  • Return the second element in the sorted array

Add your answer
Discover Kamaraj College of Engineering & Technology interview dos and don'ts from real experiences

Q5. Difference between re-testing and regression testing.

Ans.

Re-testing is testing the same functionality again to ensure the defect has been fixed, while regression testing is testing the unchanged parts of the software to ensure no new defects have been introduced.

  • Re-testing focuses on the specific defect that was fixed, while regression testing focuses on ensuring that the rest of the software still works as expected.

  • Re-testing is done after a defect is fixed, while regression testing is done after new code changes are made.

  • Re-testi...read more

Add your answer

Q6. What is event loop in javascript

Ans.

Event loop is a mechanism in JavaScript that allows asynchronous code to be executed.

  • Event loop continuously checks the call stack and the task queue.

  • If the call stack is empty, it takes the first task from the queue and pushes it to the call stack.

  • Event loop is responsible for handling asynchronous operations in JavaScript.

  • setTimeout, setInterval, and AJAX requests are examples of asynchronous operations that use event loop.

Add your answer
Are these interview questions helpful?

Q7. Example of High priority and low severity bug.

Ans.

High priority and low severity bug example

  • Incorrect logo displayed on login page

  • Spelling mistake in error message

  • Alignment issue in the footer of the website

Add your answer

Q8. What are hooks and Name all hooks which you had used till now ?

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What is Hoisting in javascript

Ans.

Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.

  • Hoisting applies to variable and function declarations, not initializations

  • Variables declared with let and const are not hoisted

  • Function declarations are hoisted before variable declarations

  • Function expressions are not hoisted

Add your answer

Q10. Difference between var, let and const

Ans.

var is function scoped, let and const are block scoped.

  • var can be redeclared and updated within its scope

  • let can be updated but not redeclared within its scope

  • const cannot be updated or redeclared once declared

  • let and const are not hoisted like var

  • const must be initialized during declaration

Add your answer

Q11. What are middlewares

Ans.

Middlewares are software components that act as a bridge between different applications or systems.

  • Middlewares are used to handle common functionalities like authentication, logging, and error handling.

  • They can be implemented as a standalone software or as a part of a larger application.

  • Examples of middlewares include Express.js middleware, Django middleware, and ASP.NET middleware.

Add your answer

Q12. What is VPC endpoint?

Ans.

A VPC endpoint is a virtual device within a VPC that enables private connectivity to AWS services without requiring an internet gateway or NAT device.

  • VPC endpoints allow communication between instances in your VPC and AWS services without leaving the Amazon network.

  • There are two types of VPC endpoints: Interface Endpoints and Gateway Endpoints.

  • Interface Endpoints are elastic network interfaces with private IP addresses that serve as an entry point for traffic destined to a su...read more

Add your answer

Q13. Write polyfill of reduce method?

Add your answer

Q14. Write steps to install jenkins

Ans.

Installing Jenkins involves downloading the Jenkins war file and running it on a Java servlet container.

  • Download the Jenkins war file from the official website

  • Install Java on the server if not already installed

  • Run the Jenkins war file using the java -jar command

  • Access Jenkins on http://localhost:8080 and complete the setup wizard

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Kamaraj College of Engineering & Technology

based on 11 interviews in the last 1 year
Interview experience
3.6
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 691 Interview Questions
4.4
 • 429 Interview Questions
3.8
 • 183 Interview Questions
4.0
 • 163 Interview Questions
4.3
 • 135 Interview Questions
4.0
 • 133 Interview Questions
View all
Top Baazi Games Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter