Add office photos
Employer?
Claim Account for FREE

Sun Technologies

3.6
based on 148 Reviews
Filter interviews by

10+ Miamin Systems Inc Interview Questions and Answers

Updated 6 May 2024

Q1. What are strings in java? What are the different ways to create a string ?

Ans.

Strings in Java are sequences of characters. They are immutable objects and can be created using string literals or the new keyword.

  • Strings can be created using string literals: String str = "Hello";

  • Strings can also be created using the new keyword: String str = new String("World");

  • Strings can be concatenated using the + operator: String result = str1 + str2;

Add your answer

Q2. What is the genre of GTA ViceCity, explain me the game from start to end

Ans.

GTA Vice City is an action-adventure game set in a fictional version of Miami in the 1980s.

  • Open-world gameplay allows players to explore the city, complete missions, and engage in various activities.

  • Players take on the role of Tommy Vercetti, a criminal seeking to build his empire in the city.

  • The game features a mix of driving, shooting, and exploration elements.

  • Players can interact with various characters, engage in side activities like racing and property management, and pr...read more

Add your answer

Q3. Write an issue after you encountered a bug in the game

Ans.

After encountering a bug in the game, I faced an issue with character movement being glitchy.

  • Character movement is not smooth and responsive

  • Character gets stuck in certain areas of the map

  • Character animations are not playing correctly

Add your answer

Q4. How to handle Dropdowns using selenium?

Ans.

Dropdowns in Selenium can be handled using Select class in Selenium WebDriver.

  • Use Select class from Selenium WebDriver to interact with dropdowns

  • Identify the dropdown element using its locator (id, name, class, etc.)

  • Create a Select object by passing the dropdown element as a parameter

  • Use Select object methods like selectByVisibleText(), selectByValue(), selectByIndex() to interact with dropdown options

Add your answer
Discover Miamin Systems Inc interview dos and don'ts from real experiences

Q5. What types of games do you play

Ans.

I play a variety of games including action-adventure, RPG, puzzle, and simulation games.

  • Action-adventure games

  • RPGs

  • Puzzle games

  • Simulation games

Add your answer

Q6. What is Data Modelling

Ans.

Data modelling is the process of creating a conceptual representation of data and its relationships.

  • It involves identifying entities, attributes, and relationships between them.

  • It helps in designing efficient databases and improving data quality.

  • Examples include ER diagrams, UML diagrams, and data flow diagrams.

Add your answer
Are these interview questions helpful?

Q7. What are collections in java ?

Ans.

Collections in Java are frameworks that provide an architecture to store and manipulate a group of objects.

  • Collections provide interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) to store and manipulate groups of objects.

  • Collections framework includes algorithms to manipulate collections, such as sorting, searching, and shuffling.

  • Collections in Java are part of the Java Collections Framework (JCF) and provide dynamic arrays, linked lists, hash tables, trees,...read more

Add your answer

Q8. What is constructor in Java?

Ans.

Constructor in Java is a special type of method that is used to initialize objects.

  • Constructors have the same name as the class they are in.

  • They do not have a return type, not even void.

  • They are called when an object of a class is created.

  • Constructors can be overloaded, meaning a class can have multiple constructors with different parameters.

  • Example: public class Car { public Car() { // default constructor } public Car(String model) { // parameterized constructor }}

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

Q9. What is a bug life cycle

Ans.

Bug life cycle refers to the stages a bug goes through from identification to resolution in software testing.

  • Bug is identified by tester

  • Bug is reported in a bug tracking system

  • Bug is assigned to a developer for fixing

  • Developer fixes the bug

  • Bug is retested by tester to verify if it is resolved

  • Bug is closed if fixed or reopened if issue persists

Add your answer

Q10. Explain any game and manual testing questions

Ans.

Game testing involves both manual and automated testing to ensure the game is functional and enjoyable.

  • Manual testing involves playing the game and testing for bugs, glitches, and user experience.

  • Testers also check for game balance, difficulty, and progression.

  • Automated testing can be used for repetitive tasks such as regression testing.

  • Testers may also perform compatibility testing on different platforms and devices.

  • Examples of game testing questions include: Does the game c...read more

Add your answer

Q11. Components of Power bi,

Ans.

Power BI is a business analytics service by Microsoft that provides interactive visualizations and business intelligence capabilities.

  • Power Query for data transformation

  • Power Pivot for data modeling

  • Power View for data visualization

  • Power Map for geospatial data visualization

  • Power Q&A for natural language query

  • Power BI Desktop for report authoring

  • Power BI Service for sharing and collaboration

Add your answer

Q12. What is TestNG?

Ans.

TestNG is a testing framework designed to simplify a broad range of testing needs, from unit testing to integration testing.

  • TestNG allows for easy configuration of test cases using annotations.

  • It supports parallel execution of test methods.

  • TestNG provides features like data-driven testing, parameterization, and grouping of test methods.

  • It generates detailed test reports for analysis.

  • TestNG integrates seamlessly with tools like Maven and Jenkins.

Add your answer

Q13. What is Power Pivot

Ans.

Power Pivot is a data modeling tool in Excel that allows users to create relationships and analyze large data sets.

  • Power Pivot is an add-in for Microsoft Excel.

  • It allows users to create data models and relationships between tables.

  • Users can analyze large data sets with fast performance.

  • It supports advanced calculations and data analysis functions.

  • Power Pivot can handle millions of rows of data.

  • It is commonly used for business intelligence and data analysis tasks.

Add your answer

Q14. What is bug life cycle?

Ans.

Bug life cycle refers to the stages a bug goes through from discovery to resolution.

  • Bug is identified and reported

  • Bug is assigned to a developer

  • Developer fixes the bug

  • Bug is retested by QA

  • If bug is still present, it is reopened and assigned back to developer

  • If bug is fixed, it is closed

Add your answer

Q15. Building blocks of power bi

Ans.

Power BI building blocks include data sources, data transformations, data modeling, and visualizations.

  • Data sources: Connect to various data sources such as Excel, SQL Server, and SharePoint.

  • Data transformations: Clean and transform data using Power Query Editor.

  • Data modeling: Create relationships between tables and define measures and calculated columns.

  • Visualizations: Create interactive reports and dashboards using various visualizations such as charts, tables, and maps.

Add your answer

Q16. How to resolve dress code violations

Ans.

Address violations promptly and professionally to maintain a professional work environment.

  • Communicate the dress code policy clearly to all employees

  • Provide reminders and updates on the dress code policy regularly

  • Address violations privately and respectfully

  • Offer guidance on appropriate attire if needed

  • Implement progressive discipline if violations persist

Add your answer

Q17. What are the game you played?

Ans.

I have played a variety of games including first-person shooters, role-playing games, and puzzle games.

  • First-person shooters: Call of Duty, Battlefield

  • Role-playing games: The Witcher 3, Skyrim

  • Puzzle games: Portal, Tetris

Add your answer

Q18. What is stlc life cycle

Ans.

STLC (Software Testing Life Cycle) is a process used by QA teams to plan, design, execute, and report on testing activities.

  • STLC involves phases like requirement analysis, test planning, test design, test execution, and test closure.

  • Each phase has specific goals and deliverables to ensure thorough testing of the software.

  • For example, in the test execution phase, test cases are executed, defects are logged, and regression testing is performed.

  • STLC helps in ensuring the quality...read more

Add your answer

Q19. Objectives of games you know

Ans.

Objectives of games include entertainment, education, skill development, socialization, and stress relief.

  • Entertainment: Games are primarily designed to provide enjoyment and fun.

  • Education: Games can be used as a tool for learning and teaching.

  • Skill development: Games can help in developing various skills such as problem-solving, decision-making, and hand-eye coordination.

  • Socialization: Games can be used as a means of socializing and building relationships with others.

  • Stress ...read more

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

Interview Process at Miamin Systems Inc

based on 13 interviews
Interview experience
3.5
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 277 Interview Questions
3.8
 • 211 Interview Questions
4.1
 • 147 Interview Questions
4.2
 • 146 Interview Questions
4.2
 • 145 Interview Questions
4.0
 • 138 Interview Questions
View all
Top Sun Technologies 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

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