Add office photos
Employer?
Claim Account for FREE

InfoService

4.1
based on 264 Reviews
Filter interviews by

20+ Zeta Interview Questions and Answers

Updated 18 Jun 2024

Q1. Yaml file how did u configured and how mule will encript the details

Ans.

YAML file is configured using key-value pairs. Mule can encrypt sensitive data using secure properties.

  • YAML file is a human-readable data serialization format

  • It uses key-value pairs to define configuration

  • Sensitive data can be encrypted using secure properties in Mule

  • Encryption can be done using various algorithms like AES, Blowfish, etc.

Add your answer

Q2. what is head,name me 7 types of tags, How to add image in html,what is tag,some questions regarding css and some basic questions on sql.Last one they ask about you do have any certifications regarding salesforc...

read more
Add your answer

Q3. How can we use code in software programs

Ans.

Code is used to instruct computers to perform specific tasks in software programs.

  • Code is written in programming languages such as Java, Python, and C++.

  • It can be used to create user interfaces, manipulate data, and automate processes.

  • Examples include creating a website, developing a mobile app, and building a database system.

Add your answer

Q4. What is the full from of NO of business field ?

Ans.

NO is not an acronym used in the business field.

  • NO is not a commonly used acronym in the business field

  • There is no full form of NO in the business field

  • NO is a word used to indicate a negative response or denial

Add your answer
Discover Zeta interview dos and don'ts from real experiences

Q5. Raml structure example

Ans.

RAML is a YAML-based language for describing RESTful APIs.

  • RAML stands for RESTful API Modeling Language

  • It allows developers to define the structure of their APIs

  • RAML files can include information about endpoints, methods, parameters, and responses

  • Example: #%RAML 1.0 title: Example API baseUri: http://example.com /users: /{userId}: get: description: Get a user by ID responses: 200: body: application/json: example: | { "id": 123, "name": "John Doe", "email": "johndoe@example.co...read more

Add your answer

Q6. What are pointers

Ans.

Pointers are variables that store memory addresses of other variables or functions.

  • Pointers allow direct access to memory locations

  • They are used for dynamic memory allocation

  • Pointers can be used to pass variables by reference

Add your answer
Are these interview questions helpful?

Q7. Why is python used

Ans.

Python is used for its simplicity, readability, versatility, and vast libraries.

  • Easy to learn and read code

  • Versatile - used for web development, data analysis, artificial intelligence, etc.

  • Large standard library and third-party modules

  • Community support and active development

  • Cross-platform compatibility

Add your answer

Q8. What is DHCP Scope how to create Scope

Ans.

DHCP Scope is a range of IP addresses that can be assigned to devices on a network. It defines the start and end IP addresses.

  • A DHCP scope is created on a DHCP server

  • It defines the range of IP addresses that can be assigned to devices on a network

  • It also includes other configuration options such as subnet mask, default gateway, and DNS server

  • To create a DHCP scope, open DHCP Manager, right-click on IPv4, and select New Scope

  • Follow the wizard to specify the scope name, IP addr...read more

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

Q9. What is shortcut way to earn money ?

Ans.

There is no shortcut way to earn money.

  • Earning money requires hard work, dedication, and perseverance.

  • Investing in education and acquiring valuable skills can lead to higher earning potential.

  • Starting a successful business or investing in stocks can generate income.

  • Saving and budgeting money can help accumulate wealth over time.

  • Taking calculated risks and seizing opportunities can result in financial gains.

View 1 answer

Q10. Which back up toll you are support

Ans.

I support multiple backup tools depending on the client's requirements.

  • I have experience with Windows Server Backup

  • I am familiar with third-party tools like Veeam and Backup Exec

  • I can also work with cloud-based backup solutions like Azure Backup

  • I always ensure that backups are tested and verified for data integrity

Add your answer

Q11. Steps for Workgroup to domain transfer to a new system

Ans.

Steps for transferring from Workgroup to Domain on a new system

  • Join the new system to the domain

  • Create domain user accounts for each user

  • Migrate user data and settings to the new domain accounts

  • Configure group policies for the new domain

  • Test and verify connectivity and functionality

Add your answer

Q12. What is LDAP

Ans.

LDAP stands for Lightweight Directory Access Protocol, used for accessing and managing distributed directory information services.

  • LDAP is a protocol used for accessing and managing directory information services.

  • It is a lightweight protocol that runs on top of TCP/IP.

  • LDAP is commonly used for authentication and authorization purposes.

  • It allows users to access and manage information stored in a directory, such as user accounts and passwords.

  • LDAP is used by many applications an...read more

Add your answer

Q13. Installation of networking printers steps

Ans.

Steps for installing networking printers

  • Connect the printer to the network

  • Install the printer driver on the computer

  • Add the printer to the computer's list of available printers

  • Test the printer to ensure it is working properly

Add your answer

Q14. Why ssl required for application

Ans.

SSL is required for applications to ensure secure communication by encrypting data transmitted between the client and server.

  • SSL encrypts data to prevent unauthorized access during transmission

  • SSL verifies the identity of the server to prevent man-in-the-middle attacks

  • SSL helps in maintaining data integrity by ensuring that data is not tampered with during transmission

Add your answer

Q15. Where will devops evolve

Ans.

Devops will evolve towards greater automation, integration, and collaboration across development and operations teams.

  • Increased automation of repetitive tasks to improve efficiency and reduce errors

  • Greater integration of development and operations processes to streamline workflows

  • Enhanced collaboration between teams to foster communication and alignment on goals

  • Shift towards infrastructure as code and containerization technologies for scalability and flexibility

Add your answer

Q16. Current ctc Expectes ctc Any certifocations

Ans.

Current CTC is 10 LPA, expecting 15 LPA with 2 certifications.

  • Current CTC is 10 LPA

  • Expecting 15 LPA

  • 2 certifications obtained

Add your answer

Q17. What is ci and cd

Ans.

CI stands for Continuous Integration and CD stands for Continuous Delivery/Continuous Deployment.

  • CI is the practice of merging code changes into a shared repository frequently, which triggers automated builds and tests.

  • CD is the process of automating the delivery of applications to various environments, such as staging or production, after passing automated tests.

  • CI/CD pipelines help streamline the software delivery process and ensure that code changes are tested and deployed...read more

Add your answer

Q18. How is ibm better than tcs

Ans.

IBM and TCS are both leading IT companies, but IBM has a stronger focus on innovation and research.

  • IBM invests heavily in research and development, leading to cutting-edge technology and solutions.

  • IBM has a strong focus on innovation and has been awarded more patents than any other company for over 25 years.

  • IBM has a diverse range of offerings, including cloud computing, AI, and blockchain solutions.

  • TCS has a larger workforce and a wider global presence, but may not have the ...read more

Add your answer

Q19. Java string literals used for

Ans.

Java string literals are used to represent fixed values in code.

  • Used to store fixed values like text or numbers

  • Enclosed in double quotes

  • Can contain escape characters like \n or \t

  • Examples: String name = "John"; String message = "Hello, World!";

Add your answer

Q20. Wap to reverse string

Ans.

A simple program to reverse a given string

  • Create a character array to store the reversed string

  • Iterate through the original string from end to start and copy each character to the new array

  • Join the characters in the new array to form the reversed string

Add your answer

Q21. Wap for bdd architecture

Ans.

BDD architecture involves writing test cases in a human-readable format using Given-When-Then syntax.

  • Use tools like Cucumber or SpecFlow to implement BDD architecture

  • Write feature files with scenarios in Given-When-Then format

  • Map feature files to step definitions for automation

  • Execute tests based on the scenarios defined in feature files

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

Interview Process at Zeta

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

Top Interview Questions from Similar Companies

4.0
 • 518 Interview Questions
3.9
 • 304 Interview Questions
4.1
 • 247 Interview Questions
4.2
 • 203 Interview Questions
4.4
 • 197 Interview Questions
3.5
 • 160 Interview Questions
View all
Top InfoService 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