Add office photos
Employer?
Claim Account for FREE

Visa

3.5
based on 373 Reviews
Video summary
Filter interviews by

20+ Rudraa Creators Pvt. Ltd. Gurugram Interview Questions and Answers

Updated 9 Jan 2025
Popular Designations

Q1. Analytic que- Two trains start from equator and start running in different direction and they will never collide…so which train will have more wear n tear first…9use concept of rotation,relative motion and air...

read more
Ans.

Two trains starting from equator in opposite directions will not collide. Which train will have more wear and tear first?

  • The train moving towards the east will have more wear and tear due to the rotation of the earth

  • The train moving towards the west will have less wear and tear due to the rotation of the earth

  • Air resistance will also affect the wear and tear of the trains

  • The train moving towards the east will face more air resistance than the train moving towards the west

Add your answer

Q2. What is your project? If you are going to deploy this for commercial use, what additional aspects to be taken care of?

Ans.

My project is a mobile app that helps users track their daily exercise and nutrition.

  • Ensure the app is user-friendly and intuitive

  • Implement a secure login and authentication system

  • Integrate with fitness trackers and nutrition databases

  • Perform thorough testing and bug fixing

  • Consider scalability and performance optimization

  • Implement a monetization strategy for commercial use

Add your answer

Q3. Where should u prefer BUS topology instead of ring topology and vice verse

Ans.

BUS topology is preferred for small networks while ring topology is preferred for larger networks.

  • BUS topology is easier to install and maintain than ring topology.

  • Ring topology is more fault-tolerant than BUS topology.

  • BUS topology is suitable for small networks with few devices while ring topology is suitable for larger networks with many devices.

  • Ring topology is more expensive than BUS topology.

  • Examples of BUS topology include Ethernet and USB while examples of ring topolog...read more

Add your answer

Q4. Unit Testing (Code a given problem and generate test cases for unit testing)

Ans.

Unit testing involves testing individual units of code to ensure they function as expected.

  • Identify the individual units of code to be tested

  • Create test cases for each unit, covering all possible scenarios

  • Execute the tests and analyze the results

  • Refactor the code as necessary based on the test results

Add your answer
Discover Rudraa Creators Pvt. Ltd. Gurugram interview dos and don'ts from real experiences

Q5. how would you propose a solution to DoS , network attacks

Ans.

A multi-layered approach is needed to prevent DoS and network attacks.

  • Implement firewalls and intrusion detection systems

  • Use load balancers to distribute traffic

  • Regularly update software and security patches

  • Limit access to sensitive data and systems

  • Educate employees on safe browsing habits and phishing scams

Add your answer

Q6. What kind of data mining can be done on VISA data? What are the uses?

Ans.

Data mining on VISA data can provide insights on consumer spending patterns and fraud detection.

  • Identifying consumer spending habits and preferences

  • Detecting fraudulent transactions and patterns

  • Analyzing purchasing trends and market behavior

  • Predicting customer churn and loyalty

  • Optimizing marketing campaigns and personalized offers

Add your answer
Are these interview questions helpful?

Q7. SDLC and different type of model and steps in different model

Ans.

SDLC refers to the process of software development. Different models include Waterfall, Agile, Spiral, and V-Model.

  • Waterfall model follows a linear sequential approach with distinct phases like planning, design, development, testing, and maintenance.

  • Agile model emphasizes on iterative and incremental development with continuous feedback and collaboration between cross-functional teams.

  • Spiral model combines the elements of both Waterfall and Agile models with risk analysis and...read more

Add your answer

Q8. What kind of bugs were fixed in project? How were they fixed?

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

Q9. What is Concurrent programming (Based on course taken)

Add your answer

Q10. Concepts behind Digital Signature and Digital Certificates

Ans.

Digital signatures and digital certificates are cryptographic tools used to verify the authenticity and integrity of digital messages or documents.

  • Digital signatures use a private key to encrypt a hash of the message, providing authentication and integrity.

  • Digital certificates are issued by a trusted third party, containing the public key of the certificate holder.

  • Certificates are used to verify the authenticity of the digital signature and the identity of the sender.

  • Common e...read more

Add your answer

Q11. What programming language used for project?

Add your answer

Q12. What types of testing used in project?

Ans.

Various types of testing are used in projects to ensure quality and functionality.

  • Unit testing: Testing individual components or units of code.

  • Integration testing: Testing the interaction between different components or modules.

  • System testing: Testing the entire system to ensure it meets the requirements.

  • Performance testing: Testing the system's performance under different loads.

  • Security testing: Testing the system's vulnerability to security threats.

  • User acceptance testing: ...read more

Add your answer

Q13. What to do with failed IT DR test or findings

Add your answer

Q14. Difference b/w Micro kernel and macro kernel

Ans.

Microkernel is a minimalistic approach where only essential services are kept in kernel space while macrokernel has more services in kernel space.

  • Microkernel has a small kernel with minimal services while macrokernel has a large kernel with many services.

  • In microkernel, most services run in user space while in macrokernel, most services run in kernel space.

  • Microkernel is more secure and reliable while macrokernel is faster and more efficient.

  • Examples of microkernel-based oper...read more

Add your answer

Q15. How does a Web application work

Add your answer

Q16. What is QA? How can you ensure QA?

Add your answer

Q17. How to manage third party IT resilience

Add your answer

Q18. Diff b/w Interface and Abstract class

Ans.

Interface is a blueprint of a class while Abstract class is a partially implemented class.

  • An interface can only have abstract methods while an abstract class can have both abstract and non-abstract methods.

  • A class can implement multiple interfaces but can only inherit from one abstract class.

  • Interfaces are used to achieve multiple inheritance while abstract classes are used to provide a common base for related classes.

  • Interfaces are used to define contracts while abstract cla...read more

Add your answer

Q19. Difference b/w argument and parameter

Ans.

Argument is the actual value passed to a function, while parameter is a variable used to define a function.

  • Parameter is a variable in the function declaration, while argument is the actual value passed to the function.

  • Parameter is used to initialize the function's variables, while argument is used to pass values to the function.

  • Example: function add(a, b) { return a + b; } add(2, 3); Here, a and b are parameters, while 2 and 3 are arguments.

Add your answer

Q20. Different topology in networking

Ans.

Different topology refers to the arrangement of nodes in a network.

  • Common topologies include bus, star, ring, mesh, and hybrid

  • Bus topology connects all devices to a single cable

  • Star topology connects all devices to a central hub

  • Ring topology connects devices in a circular loop

  • Mesh topology connects devices in a network where each device has a direct connection to every other device

  • Hybrid topology is a combination of two or more topologies

  • Topology affects network performance, ...read more

Add your answer

Q21. Explain working of IDS and IPS

Ans.

IDS and IPS are security systems that monitor network traffic for malicious activity and prevent attacks.

  • IDS (Intrusion Detection System) detects and alerts about potential attacks by analyzing network traffic and comparing it to known attack patterns.

  • IPS (Intrusion Prevention System) goes a step further by actively blocking malicious traffic and preventing attacks from happening.

  • Both systems use a combination of signature-based and behavior-based detection methods to identif...read more

Add your answer

Q22. What is Agile methodology?

Add your answer

Q23. Any plan for Post-graduation(M.S)

Ans.

Yes, I plan to pursue a Master's degree after graduation.

  • I am currently researching different programs and universities for my post-graduation studies.

  • I plan to specialize in a specific field related to my undergraduate degree.

  • I am preparing for standardized tests required for admission, such as the GRE or GMAT.

  • I am also working on my personal statement and gathering letters of recommendation.

  • I am considering potential research topics or thesis ideas for my Master's program.

Add your answer

Q24. Indexes in DBMS

Ans.

Indexes in DBMS are used to improve the performance of database queries.

  • Indexes are data structures that allow for faster retrieval of data from a database.

  • They work by creating a separate structure that contains a subset of the data in the table, organized in a way that makes it faster to search.

  • Indexes can be created on one or more columns in a table.

  • Examples of indexes include primary keys, unique indexes, and clustered indexes.

  • Indexes can also be used to enforce constrain...read more

Add your answer

Q25. Different types of testing?

Ans.

Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

  • Unit testing focuses on testing individual components or functions of a software application.

  • Integration testing involves testing how different components work together.

  • System testing tests the entire system as a whole.

  • Acceptance testing is performed to validate if the system meets the requirements and is ready for deployment.

Add your answer

Q26. Design Fitness Tracker

Add your answer

Q27. DSA on Strings and arrays

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

Interview Process at Rudraa Creators Pvt. Ltd. Gurugram

based on 102 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 879 Interview Questions
4.0
 • 376 Interview Questions
3.8
 • 351 Interview Questions
3.9
 • 203 Interview Questions
3.7
 • 139 Interview Questions
View all
Top Visa 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
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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